Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
555fda69
Commit
555fda69
authored
Feb 02, 2016
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style, tab -> space
parent
95fb0aa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
98 additions
and
98 deletions
+98
-98
default.volt
src/opnsense/mvc/app/views/layouts/default.volt
+98
-98
No files found.
src/opnsense/mvc/app/views/layouts/default.volt
View file @
555fda69
...
...
@@ -2,48 +2,48 @@
<!--[if IE 8 ]><html lang="en-US" class="ie ie8 lte9 lte8 no-js"><![endif]-->
<!--[if IE 9 ]><html lang="en-US" class="ie ie9 lte9 no-js"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html
lang=
"en-US"
class=
"no-js"
>
<!--<![endif]-->
<head>
<head>
<meta
charset=
"UTF-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
charset=
"UTF-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
name=
"robots"
content=
"index, follow, noodp, noydir"
/>
<meta
name=
"keywords"
content=
""
/>
<meta
name=
"description"
content=
""
/>
<meta
name=
"copyright"
content=
""
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>
<meta
name=
"robots"
content=
"index, follow, noodp, noydir"
/>
<meta
name=
"keywords"
content=
""
/>
<meta
name=
"description"
content=
""
/>
<meta
name=
"copyright"
content=
""
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>
<title>
{{title|default("OPNsense") }}
</title>
<title>
{{title|default("OPNsense") }}
</title>
<!-- include (theme) style -->
<link
href=
"/ui/themes/{{ui_theme|default('opnsense')}}/build/css/main.css"
media=
"screen, projection"
rel=
"stylesheet"
>
<!-- TODO: move to theme style -->
<style>
.menu-level-3-item
{
font-size
:
90%
;
padding-left
:
54px
!important
;
}
.typeahead
{
overflow
:
hidden
;
}
</style>
<!-- Favicon -->
<link
href=
"/ui/themes/{{ui_theme|default('opnsense')}}/build/images/favicon.png"
rel=
"shortcut icon"
>
<link
href=
"/ui/themes/{{ui_theme|default('opnsense')}}/build/css/main.css"
media=
"screen, projection"
rel=
"stylesheet"
>
<!-- TODO: move to theme style -->
<style>
.menu-level-3-item
{
font-size
:
90%
;
padding-left
:
54px
!important
;
}
.typeahead
{
overflow
:
hidden
;
}
</style>
<!-- Favicon -->
<link
href=
"/ui/themes/{{ui_theme|default('opnsense')}}/build/images/favicon.png"
rel=
"shortcut icon"
>
<!-- Stylesheet for fancy select/dropdown -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/ui/themes/{{ui_theme|default('opnsense')}}/build/css/bootstrap-select.css"
>
<!-- bootstrap dialog -->
<link
href=
"/ui/themes/{{ui_theme|default('opnsense')}}/build/css/bootstrap-dialog.css"
rel=
"stylesheet"
type=
"text/css"
/>
<!-- bootstrap dialog -->
<link
href=
"/ui/themes/{{ui_theme|default('opnsense')}}/build/css/bootstrap-dialog.css"
rel=
"stylesheet"
type=
"text/css"
/>
<!-- Font awesome -->
<link
rel=
"stylesheet"
href=
"/ui/css/font-awesome.min.css"
>
<!-- JQuery -->
<script
type=
"text/javascript"
src=
"/ui/js/jquery-1.11.2.min.js"
></script>
<script
type=
"text/javascript"
>
<!-- JQuery -->
<script
type=
"text/javascript"
src=
"/ui/js/jquery-1.11.2.min.js"
></script>
<script
type=
"text/javascript"
>
// setup default scripting after page loading.
$
(
document
).
ready
(
function
()
{
// hook into jquery ajax requests to ensure csrf handling.
...
...
@@ -162,84 +162,84 @@
<script
type=
"text/javascript"
src=
"/ui/js/opnsense_ui.js"
></script>
<script
type=
"text/javascript"
src=
"/ui/js/opnsense_bootgrid_plugin.js"
></script>
</head>
<body>
<header
class=
"page-head"
>
<nav
class=
"navbar navbar-default"
role=
"navigation"
>
<div
class=
"container-fluid"
>
<div
class=
"navbar-header"
>
<a
class=
"navbar-brand"
href=
"/"
>
<img
class=
"brand-logo"
src=
"/ui/themes/{{ui_theme|default('opnsense')}}/build/images/default-logo.png"
height=
"30"
/>
<img
class=
"brand-icon"
src=
"/ui/themes/{{ui_theme|default('opnsense')}}/build/images/icon-logo.png"
height=
"30"
/>
</a>
<button
type=
"button"
class=
"navbar-toggle collapsed"
data-toggle=
"collapse"
data-target=
"#navigation"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
</div>
<div
class=
"collapse navbar-collapse"
>
<ul
class=
"nav navbar-nav navbar-right"
>
<li
id=
"menu_messages"
><a
href=
"#"
>
{{session_username}}@{{system_hostname}}.{{system_domain}}
</a></li>
<li>
<form
class=
"navbar-form"
role=
"search"
>
<div
class=
"input-group"
>
<div
class=
"input-group-addon"
><i
class=
"fa fa-search"
></i></div>
<input
type=
"text"
style=
"width: 250px;"
class=
"form-control"
tabindex=
"1"
data-provide=
"typeahead"
id=
"menu_search_box"
>
</div>
</form>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main
class=
"page-content col-sm-10 col-sm-push-2 "
>
<!-- menu system -->
{{ partial("layout_partials/base_menu_system") }}
<div
class=
"row"
>
</head>
<body>
<header
class=
"page-head"
>
<nav
class=
"navbar navbar-default"
role=
"navigation"
>
<div
class=
"container-fluid"
>
<div
class=
"navbar-header"
>
<a
class=
"navbar-brand"
href=
"/"
>
<img
class=
"brand-logo"
src=
"/ui/themes/{{ui_theme|default('opnsense')}}/build/images/default-logo.png"
height=
"30"
/>
<img
class=
"brand-icon"
src=
"/ui/themes/{{ui_theme|default('opnsense')}}/build/images/icon-logo.png"
height=
"30"
/>
</a>
<button
type=
"button"
class=
"navbar-toggle collapsed"
data-toggle=
"collapse"
data-target=
"#navigation"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
</div>
<div
class=
"collapse navbar-collapse"
>
<ul
class=
"nav navbar-nav navbar-right"
>
<li
id=
"menu_messages"
><a
href=
"#"
>
{{session_username}}@{{system_hostname}}.{{system_domain}}
</a></li>
<li>
<form
class=
"navbar-form"
role=
"search"
>
<div
class=
"input-group"
>
<div
class=
"input-group-addon"
><i
class=
"fa fa-search"
></i></div>
<input
type=
"text"
style=
"width: 250px;"
class=
"form-control"
tabindex=
"1"
data-provide=
"typeahead"
id=
"menu_search_box"
>
</div>
</form>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main
class=
"page-content col-sm-10 col-sm-push-2 "
>
<!-- menu system -->
{{ partial("layout_partials/base_menu_system") }}
<div
class=
"row"
>
<!-- page header -->
<header
class=
"page-content-head"
>
<div
class=
"container-fluid"
>
<ul
class=
"list-inline"
>
<li
class=
"__mb"
><h1>
{{title | default("")}}
</h1></li>
<header
class=
"page-content-head"
>
<div
class=
"container-fluid"
>
<ul
class=
"list-inline"
>
<li
class=
"__mb"
><h1>
{{title | default("")}}
</h1></li>
<li
class=
"btn-group-container"
id=
"service_status_container"
>
<li
class=
"btn-group-container"
id=
"service_status_container"
>
<!-- placeholder for service status buttons -->
</li>
</ul>
</div>
</header>
</li>
</ul>
</div>
</header>
<!-- page content -->
<section
class=
"page-content-main"
>
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<section
class=
"col-xs-12"
>
<div
id=
"messageregion"
></div>
{{ content() }}
</section>
</div>
</div>
</section>
</div>
<section
class=
"page-content-main"
>
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<section
class=
"col-xs-12"
>
<div
id=
"messageregion"
></div>
{{ content() }}
</section>
</div>
</div>
</section>
</div>
<!-- page footer -->
<footer
class=
"page-foot col-sm-push-2"
>
<div
class=
"container-fluid"
>
<a
target=
"_blank"
href=
"https://opnsense.org/"
class=
"redlnk"
>
OPNsense
</a>
(c) 2014-2016
<a
href=
"https://www.deciso.com"
class=
"tblnk"
>
Deciso B.V.
</a>
</div>
</footer>
<footer
class=
"page-foot col-sm-push-2"
>
<div
class=
"container-fluid"
>
<a
target=
"_blank"
href=
"https://opnsense.org/"
class=
"redlnk"
>
OPNsense
</a>
(c) 2014-2016
<a
href=
"https://www.deciso.com"
class=
"tblnk"
>
Deciso B.V.
</a>
</div>
</footer>
</main>
</main>
<!-- bootstrap script -->
<script
type=
"text/javascript"
src=
"/ui/js/bootstrap.min.js"
></script>
<script
type=
"text/javascript"
src=
"/ui/js/bootstrap-select.min.js"
></script>
<script
type=
"text/javascript"
src=
"/ui/js/bootstrap.min.js"
></script>
<script
type=
"text/javascript"
src=
"/ui/js/bootstrap-select.min.js"
></script>
<!-- bootstrap dialog -->
<script
src=
"/ui/js/bootstrap-dialog.min.js"
></script>
</body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment