2012-07-27 08:48:50 +00:00
|
|
|
$doctype 5
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>#{baseTitle webapp} #{pageTitle page}
|
|
|
|
<link rel="icon" href=@{StaticR favicon_ico} type="image/x-icon">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
|
|
^{pageHead page}
|
|
|
|
<body>
|
|
|
|
|
2012-07-28 00:25:28 +00:00
|
|
|
<div .navbar .navbar-fixed-top>
|
|
|
|
<div .navbar-inner>
|
|
|
|
<div .container>
|
|
|
|
<a .brand href="#">
|
2012-07-27 08:48:50 +00:00
|
|
|
git-annex
|
2012-07-28 00:25:28 +00:00
|
|
|
<ul .nav>
|
|
|
|
<li .active>
|
2012-07-27 08:48:50 +00:00
|
|
|
<a href="#">Dashboard</a>
|
|
|
|
<li>
|
|
|
|
<a href="@{ConfigR}">Config</a>
|
2012-07-28 00:25:28 +00:00
|
|
|
<ul .nav .pull-right>
|
|
|
|
<li .dropdown #menu1>
|
|
|
|
<a .dropdown-toggle data-toggle="dropdown" href="#menu1">
|
2012-07-27 08:48:50 +00:00
|
|
|
Current Repository: #{baseTitle webapp}
|
2012-07-28 00:25:28 +00:00
|
|
|
<b .caret></b>
|
|
|
|
<ul .dropdown-menu>
|
2012-07-27 08:48:50 +00:00
|
|
|
<li><a href="#">#{baseTitle webapp}</a></li>
|
2012-07-28 00:25:28 +00:00
|
|
|
<li .divider></li>
|
2012-07-27 08:48:50 +00:00
|
|
|
<li><a href="#">Add new repository</a></li>
|
|
|
|
|
2012-07-28 00:25:28 +00:00
|
|
|
<div .container-fluid>
|
|
|
|
<div .row-fluid>
|
|
|
|
<div .span3>
|
|
|
|
<div .sidebar-nav>
|
|
|
|
<div .alert .alert-info>
|
|
|
|
<a .close data-dismiss="alert" href="#">×</a>
|
2012-07-27 08:48:50 +00:00
|
|
|
<b>This is just a demo.</b> If this were not just a demo,
|
|
|
|
I'd not be filling this sidebar with silly alerts.
|
2012-07-28 00:25:28 +00:00
|
|
|
<div .alert .alert-success>
|
|
|
|
<a .close data-dismiss="alert" href="#">×</a>
|
2012-07-27 08:48:50 +00:00
|
|
|
<b>Well done!</b>
|
|
|
|
You successfully read this important alert message.
|
2012-07-28 00:25:28 +00:00
|
|
|
<div .alert .alert-error>
|
|
|
|
<a .close data-dismiss="alert" href="#">×</a>
|
2012-07-27 08:48:50 +00:00
|
|
|
<b>Whoops!</b>
|
|
|
|
Unable to connect to blah blah..
|
2012-07-28 00:25:28 +00:00
|
|
|
<div .span9>
|
2012-07-27 08:48:50 +00:00
|
|
|
^{pageBody page}
|