mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 17:19:56 +02:00
72 lines
1.1 KiB
HTML
72 lines
1.1 KiB
HTML
<!-- Main jumbotron for a primary marketing message or call to action -->
|
|
|
|
<div class="container">
|
|
{ALERTS}
|
|
</div>
|
|
|
|
{SETSTYLE=jumbotron}
|
|
|
|
{WMESSAGE=force}
|
|
|
|
{SETSTYLE=default}
|
|
<div class="container">
|
|
|
|
{MENU=1}
|
|
|
|
{---}
|
|
|
|
</div>
|
|
<div class="container">
|
|
<!-- Example row of columns -->
|
|
<div class="row">
|
|
{SETSTYLE=col-md-4}
|
|
{MENU=2}
|
|
{MENU=3}
|
|
{MENU=4}
|
|
</div>
|
|
|
|
<div class="row">
|
|
{SETSTYLE=col-md-4}
|
|
{MENU=5}
|
|
{MENU=6}
|
|
{MENU=7}
|
|
</div>
|
|
{SETSTYLE=default}
|
|
<div class="row" >
|
|
<div>
|
|
<div class="col-lg-6">
|
|
{MENU=8}
|
|
</div>
|
|
<div class="col-lg-6">
|
|
{MENU=9}
|
|
</div>
|
|
</div>
|
|
|
|
<div>
|
|
<div class="col-sm-12 col-lg-4">
|
|
{MENU=10}
|
|
</div>
|
|
|
|
<div class="col-sm-12 col-lg-8">
|
|
{MENU=11}
|
|
</div>
|
|
</div>
|
|
|
|
<div>
|
|
<div class="col-sm-12 col-lg-8">
|
|
{MENU=12}
|
|
</div>
|
|
|
|
<div class="col-sm-12 col-lg-4">
|
|
{MENU=13}
|
|
</div>
|
|
</div>
|
|
|
|
<div >
|
|
<div class="col-lg-12">
|
|
{MENU=14}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<hr>
|
|
</div> <!-- /container --> |