%PDF- %PDF-
| Direktori : /proc/self/root/www/varak.net/paste.varak.net-5.6/app/views/skins/neverland/setup/ |
| Current File : //proc/self/root/www/varak.net/paste.varak.net-5.6/app/views/skins/neverland/setup/page.blade.php |
<!DOCTYPE html>
<html lang="{{ $site->general->lang }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ Lang::get('global.sticky_notes') }}</title>
<link href="//cdn.kde.org/img/favicon.ico" rel="shortcut icon" />
<link href="//cdn.kde.org/css/bootstrap.css" rel="stylesheet" />
<link href="//cdn.kde.org/css/bootstrap-responsive.css" rel="stylesheet" />
<link href="//cdn.kde.org/css/bootstrap-stickynotes.css" rel="stylesheet" />
<script type="text/javascript" src="//cdn.kde.org/js/jquery.js"></script>
<script type="text/javascript" src="//cdn.kde.org/js/bootstrap.js"></script>
<script type="text/javascript" src="{{ View::asset('js/stickynotes-setup.js') }}"></script>
</head>
<body>
<header class="navbar navbar-static-top Neverland" role="navigation">
<div class="navbar-inner">
<div class="container">
<div class="navbar-header">
<a class="brand" href="{{ url() }}">
{{ HTML::image('//cdn.kde.org/img/logo.plain.small.png') }}
{{ Lang::get('setup.installer') }}
</a>
</div>
</div>
</div>
</header>
<div class="container">
{{
Form::open(array(
'autocomplete' => 'off',
'role' => 'form',
))
}}
@include('skins.neverland.common.alerts')
@yield('body')
{{ Form::close() }}
<footer class="align-center">
<!-- Do not the following copyright notice to avoid copyright violation. See http://opensource.org/licenses/BSD-2-Clause for details -->
<!-- You may however choose to remove the hyperlinks and retain the copyright as plain text -->
<p><a href="http://sayakbanerjee.com/sticky-notes">Sticky Notes</a> © 2014 <a href="http://sayakbanerjee.com">Sayak Banerjee</a>.</p>
</footer>
</div>
</body>
</html>