mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 19:02:39 +02:00
bootstrap3 theme HTML layout
This commit is contained in:
95
e107_themes/bootstrap3/theme.html
Normal file
95
e107_themes/bootstrap3/theme.html
Normal file
@@ -0,0 +1,95 @@
|
||||
<body id="page-top" class="{LAYOUT_ID}" {BODY_ONLOAD} >
|
||||
|
||||
{---MODAL---}
|
||||
|
||||
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="{SITEURL}">{BOOTSTRAP_BRANDING}</a>
|
||||
</div>
|
||||
<div class="navbar-collapse collapse {BOOTSTRAP_NAV_ALIGN}">
|
||||
{NAVIGATION=main}
|
||||
{BOOTSTRAP_USERNAV: placement=top}
|
||||
</div><!--/.navbar-collapse -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--- Optional custom header template controlled by theme_shortcodes -->
|
||||
{---HEADER---}
|
||||
|
||||
<!-- Page Content -->
|
||||
{---LAYOUT---}
|
||||
|
||||
<!-- Footer -->
|
||||
<hr>
|
||||
</div> <!-- /container -->
|
||||
{SETSTYLE=default}
|
||||
<footer>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<div>
|
||||
<div class="col-lg-6">
|
||||
{MENU=100}
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
{MENU=101}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="col-sm-12 col-lg-4">
|
||||
{MENU=102}
|
||||
</div>
|
||||
|
||||
<div class="col-sm-12 col-lg-8">
|
||||
{MENU=103}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div >
|
||||
<div class="col-lg-12">
|
||||
{MENU=104}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="col-lg-6">
|
||||
{MENU=105}
|
||||
{NAVIGATION=footer}
|
||||
{MENU=106}
|
||||
</div>
|
||||
<div class="col-lg-6 text-right">
|
||||
{XURL_ICONS: size=2x}
|
||||
{BOOTSTRAP_USERNAV: placement=bottom&dir=up}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="col-lg-12">
|
||||
{MENU=107}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div id="sitedisclaimer" class="col-lg-12 text-center">
|
||||
<small >{SITEDISCLAIMER}</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div> <!-- /row -->
|
||||
</div> <!-- /container -->
|
||||
</footer>
|
||||
|
||||
<!--- Optional custom footer template controlled by theme_shortcodes -->
|
||||
{---FOOTER---}
|
||||
|
||||
|
||||
<!-- Javascripts and other information are automatically added below here -->
|
||||
</body> <!-- This tag is not necessary and is ignored and replaced. Left here only as a reference -->
|
Reference in New Issue
Block a user