]> WPIA git - gigi.git/blob - src/org/cacert/gigi/Gigi.templ
upd: Remove (unused) menu.js and move other js snippets js-Folder
[gigi.git] / src / org / cacert / gigi / Gigi.templ
1 <!DOCTYPE html>
2 <html lang="en">
3     <head>
4         <meta charset="utf-8">
5         <!-- <link rel="alternate" type="application/rss+xml" title="Newsfeed" href="//blog.SomeCA.org/feed"> -->
6         <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
7         <title><?=_SomeCA?> - <?=$title?></title>
8         <meta name="description" content="">
9         <link rel="stylesheet" href="<?=$static?>/css/jquery-ui-timepicker-addon.css">
10         <meta name="viewport" content="width=device-width, initial-scale=1">
11         <link rel="apple-touch-icon" href="<?=$static?>/apple-touch-icon.png">
12
13         <link rel="stylesheet" href="<?=$static?>/css/bootstrap.min.css">
14         <link rel="stylesheet" href="<?=$static?>/css/cacert.css">
15         
16         <script src="<?=$static?>/js/jquery.min.js"></script>
17         <script src="<?=$static?>/js/bootstrap.min.js"></script>
18         <script src="<?=$static?>/js/expert.js"></script>
19         <script src="<?=$static?>/js/localDate.js"></script>
20     </head>
21 <body>
22 <nav class="navbar navbar-default">
23   <div class="container-fluid">
24     <!-- Brand and toggle get grouped for better mobile display -->
25     <div class="navbar-header">
26       <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#main-nav" aria-expanded="false">
27         <span class="sr-only"><?=_Toggle navigation?></span>
28         <span class="icon-bar"></span>
29         <span class="icon-bar"></span>
30         <span class="icon-bar"></span>
31       </button>
32       <a class="navbar-brand" href="/"><?=_SomeCA Frontend?></a>
33     </div>
34
35     <!-- Collect the nav links, forms, and other content for toggling -->
36     <div class="collapse navbar-collapse" id="main-nav">
37       <ul class="nav navbar-nav">
38         <?=$menu?>
39       </ul>
40       <ul class="nav navbra-nav navbar-right">
41       <li><p class="navbar-text"><? if($authContext) { ?><?=$authContext?><? } ?></p></li>
42       </ul>
43     </div><!-- /.navbar-collapse -->
44   </div><!-- /.container-fluid -->
45 </nav>
46         <div class="container">
47                 
48                         <h1 class="page-header"><?=$title?></h1>
49                         <div class="content"><?=$content?></div>
50         </div>
51         <hr/>
52                 <div id="siteInfo">
53             Page info
54                         <!-- <a href="//wiki.cacert.org/FAQ/AboutUs"><?=_About Us?></a> |
55                         <a href="/index.php?id=13"><?=_Donations?></a> |
56                         <a href="//wiki.cacert.org/wiki/CAcertIncorporated"><?=_Association Membership?></a> |
57                         <a href="/policy/PrivacyPolicy.html"><?=_Privacy Policy?></a> |
58                         <a href="/index.php?id=51"><?=_Mission Statement?></a> |
59                         <a href="/index.php?id=11"><?=_Contact Us?></a> --> |
60                         ©2016-<?=$year?> SomeCA
61                 </div>
62
63 </body>
64 </html>