mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 02:00:14 +02:00
Initial Bootstrap 5 theme added.
This commit is contained in:
10
e107_themes/bootstrap5/layouts/bare_layout.html
Normal file
10
e107_themes/bootstrap5/layouts/bare_layout.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!-- Page Content -->
|
||||
<div class="container">
|
||||
<div class="row mt-4">
|
||||
<div class="col-lg-12">
|
||||
{SETSTYLE=bare}
|
||||
{ALERTS}
|
||||
{---}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
11
e107_themes/bootstrap5/layouts/full_layout.html
Normal file
11
e107_themes/bootstrap5/layouts/full_layout.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!-- Layout: Full -->
|
||||
{ALERTS}
|
||||
<div class='container'>
|
||||
<!-- Page Heading/Breadcrumbs -->
|
||||
<h1 class="mt-4 mb-3">{---CAPTION---}
|
||||
<small>{---TEXT---}</small>
|
||||
</h1>
|
||||
{---BREADCRUMB---}
|
||||
{SETSTYLE=main}
|
||||
{---}
|
||||
</div>
|
12
e107_themes/bootstrap5/layouts/home_layout.html
Normal file
12
e107_themes/bootstrap5/layouts/home_layout.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!-- place for Featurebox or any masthead solution -->
|
||||
{SETSTYLE=bare}
|
||||
{HERO}
|
||||
{MENU=1}
|
||||
<!-- Page Content -->
|
||||
|
||||
{ALERTS}
|
||||
{SETSTYLE=section} <!-- Example -->
|
||||
{---}
|
||||
<div class="container">
|
||||
{MENU=2}
|
||||
</div>
|
34
e107_themes/bootstrap5/layouts/sidebar_left_layout.html
Normal file
34
e107_themes/bootstrap5/layouts/sidebar_left_layout.html
Normal file
@@ -0,0 +1,34 @@
|
||||
|
||||
<!-- Magic Shortcodes - proof of concept -->
|
||||
<!-- Enabled Debug in 'basic' mode to view all available types -->
|
||||
|
||||
<!-- Page Content -->
|
||||
<div class="container">
|
||||
|
||||
<!-- Page Heading/Breadcrumbs -->
|
||||
<h1 class="mt-4 mb-3">{---CAPTION---}
|
||||
<small>{---TEXT---}</small>
|
||||
</h1>
|
||||
|
||||
{---BREADCRUMB---}
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-3 mb-3 sidebar">
|
||||
<div class="menu">
|
||||
{SETSTYLE=cardmenu}
|
||||
{MENU=1}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-9">
|
||||
{ALERTS}
|
||||
{SETSTYLE=main}
|
||||
{---}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
|
||||
</div>
|
||||
<!-- /.container -->
|
42
e107_themes/bootstrap5/layouts/sidebar_right_layout.html
Normal file
42
e107_themes/bootstrap5/layouts/sidebar_right_layout.html
Normal file
@@ -0,0 +1,42 @@
|
||||
|
||||
<!-- Magic Shortcodes - proof of concept -->
|
||||
<!-- Enabled Debug in 'basic' mode to view all available types -->
|
||||
|
||||
<!-- Page Content -->
|
||||
<div class="container">
|
||||
|
||||
<!-- Page Heading/Breadcrumbs -->
|
||||
<h1 class="mt-4 mb-3">{---CAPTION---}
|
||||
<small>{---TEXT---}</small>
|
||||
</h1>
|
||||
|
||||
{---BREADCRUMB---}
|
||||
|
||||
<div class="row">
|
||||
|
||||
<!-- Blog Entries Column -->
|
||||
<div class="col-md-8">
|
||||
{ALERTS}
|
||||
{SETSTYLE=main}
|
||||
{---}
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 mb-3 sidebar">
|
||||
<!-- Standard sidebar menu -->
|
||||
<div class="menu">
|
||||
{SETSTYLE=cardmenu}
|
||||
{MENU=1}
|
||||
</div>
|
||||
<!-- Example for listgroup menu -->
|
||||
<div class="list">
|
||||
{SETSTYLE=listgroup}
|
||||
{MENU=2}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
|
||||
</div>
|
||||
<!-- /.container -->
|
||||
|
6
e107_themes/bootstrap5/layouts/splash_layout.html
Normal file
6
e107_themes/bootstrap5/layouts/splash_layout.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{SETSTYLE=singlelogin}
|
||||
{ALERTS}
|
||||
{---}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user