forked from auraphp/auraphp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.html
118 lines (110 loc) · 6.61 KB
/
site.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
{% include JB/setup %}
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
<meta name="viewport" content="width=device-width">
<title>{% if page.title %}{{ page.title }}{% else %}Aura for PHP{% endif %}</title>
<link rel="stylesheet" href="/css/spacelab.css">
<style>
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<link rel="stylesheet" href="/css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/pygments.css" >
<script src="/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<!-- This code is taken from http://twitter.github.com/bootstrap/examples/hero.html -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/">Aura for PHP</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li {% if page.active == 'home' %}class="active"{% endif %}><a href="/">Home</a></li>
<li {% if page.active == 'about' %}class="active"{% endif %}><a href="/about">About</a></li>
<li class="{% if page.active == 'packages' %}active {% endif %}dropdown">
<a href="/packages" class="dropdown-toggle" data-toggle="dropdown">Packages <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/packages">Package Overview</a></li>
<li class="divider"></li>
<li><a href="/packages/Aura.Autoload">Autoload</a></li>
<li><a href="/packages/Aura.Cli">Cli</a></li>
<li><a href="/packages/Aura.Di">Di</a></li>
<li><a href="/packages/Aura.Filter">Filter</a></li>
<li><a href="/packages/Aura.Http">Http</a></li>
<li><a href="/packages/Aura.Input">Input</a></li>
<li><a href="/packages/Aura.Intl">Intl</a></li>
<li><a href="/packages/Aura.Marshal">Marshal</a></li>
<li><a href="/packages/Aura.Router">Router</a></li>
<li><a href="/packages/Aura.Session">Session</a></li>
<li><a href="/packages/Aura.Signal">Signal</a></li>
<li><a href="/packages/Aura.Sql">Sql</a></li>
<li><a href="/packages/Aura.Uri">Uri</a></li>
<li><a href="/packages/Aura.View">View</a></li>
<li><a href="/packages/Aura.Web">Web</a></li>
</ul>
</li>
<li {% if page.active == 'framework' %}class="active"{% endif %}><a href="/framework">Framework</a></li>
<li {% if page.active == 'manuals' %}class="active"{% endif %}><a href="/manuals">Manuals</a></li>
<li {% if page.active == 'blog' %}class="active"{% endif %}><a href="/blog">Blog</a></li>
<li {% if page.active == 'community' %}class="active"{% endif %}><a href="/community">Community</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
{{ content }}
<hr>
<footer>
<p>© 2011-2013, Aura for PHP</p>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=9117595;
var sc_invisible=0;
var sc_security="b58cd28d";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="site stats"
href="http://statcounter.com/free-web-stats/"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/9117595/0/b58cd28d/0/"
alt="site stats"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</footer>
</div> <!-- /container -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js"></script>
<script>window.jQuery || document.write('<script src="/js/vendor/jquery-1.9.1.js"><\/script>')</script>
<script src="/js/vendor/bootstrap.min.js"></script>
<script src="/js/plugins.js"></script>
<script src="/js/main.js"></script>
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>