Merge branch 'SPR-950' into 'master'
SPR-950 changes for mobile header See merge request deutschlaender/sprintdoc-template!78
This commit is contained in:
commit
c148f2cb3f
13 changed files with 132 additions and 24 deletions
|
@ -161,6 +161,21 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* + + + mobile select for doku wiki tools + + + */
|
||||||
|
.menu-tool-select {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1000;
|
||||||
|
display: none;
|
||||||
|
@media @screen_max-xxs {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
select {
|
||||||
|
display: block;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + with magic matcher + + + + + */
|
/* + + + + + with magic matcher + + + + + */
|
||||||
&.has-magicmatcher {
|
&.has-magicmatcher {
|
||||||
|
|
|
@ -313,10 +313,32 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
/* max-width: 1440px */
|
||||||
|
|
||||||
|
@media @screen_max-xlg {
|
||||||
|
#dokuwiki__aside {
|
||||||
|
div.nav {
|
||||||
|
a {
|
||||||
|
margin-left: 1px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* max-width: 1023px */
|
/* max-width: 1023px */
|
||||||
|
|
||||||
@media @screen_max-md {
|
@media @screen_max-md {
|
||||||
|
#dokuwiki__aside {
|
||||||
|
div.nav {
|
||||||
|
a {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
body.show-mobile-sidebar {
|
body.show-mobile-sidebar {
|
||||||
#dokuwiki__aside {
|
#dokuwiki__aside {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
|
|
|
@ -72,5 +72,9 @@
|
||||||
top: -.6em;
|
top: -.6em;
|
||||||
font-size: @font-size-very-small;
|
font-size: @font-size-very-small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:empty {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,6 +41,10 @@ nav#dokuwiki__pagetools {
|
||||||
right: 8px;
|
right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media @screen_max-xxs {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
li {
|
li {
|
||||||
@page-tools_svg-size: 25px;
|
@page-tools_svg-size: 25px;
|
||||||
|
|
|
@ -50,11 +50,13 @@
|
||||||
@media @screen_max-xs {
|
@media @screen_max-xs {
|
||||||
display: block;
|
display: block;
|
||||||
float: none;
|
float: none;
|
||||||
|
|
||||||
margin-bottom: @headericons-margin-xxs;
|
margin-bottom: @headericons-margin-xxs;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media @screen_max-xxs {
|
@media @screen_max-xxs {
|
||||||
margin-bottom: (@headericons-margin-xxs - .2);
|
margin-bottom: (@headericons-margin-xxs - .2);
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
> span,
|
> span,
|
||||||
|
@ -110,7 +112,7 @@
|
||||||
|
|
||||||
@media @screen_max-xxs {
|
@media @screen_max-xxs {
|
||||||
left: -10px;
|
left: -10px;
|
||||||
right: (@toggle-size + @headericons-margin-xxs); // 1.75rem + .45rem
|
right: 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
padding-top: .35rem;
|
padding-top: .35rem;
|
||||||
}
|
}
|
||||||
|
|
|
@ -70,6 +70,10 @@ html, body {
|
||||||
@media @screen_max-xs {
|
@media @screen_max-xs {
|
||||||
padding-left: @margin-small;
|
padding-left: @margin-small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media @screen_max-xxs {
|
||||||
|
padding-right: @margin-small;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.content #dokuwiki__pagetools {
|
.content #dokuwiki__pagetools {
|
||||||
|
|
|
@ -19,13 +19,13 @@
|
||||||
|
|
||||||
@media @screen_min-xxs {
|
@media @screen_min-xxs {
|
||||||
html {
|
html {
|
||||||
font-size: 114%; //16px
|
font-size: 100%; //16px
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media @screen_min-xs {
|
@media @screen_min-xs {
|
||||||
html {
|
html {
|
||||||
font-size: 114%; //16px
|
font-size: 100%; //16px
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -40,7 +40,6 @@
|
||||||
.make-grid(md);
|
.make-grid(md);
|
||||||
html {
|
html {
|
||||||
font-size: 87.5%; //14px
|
font-size: 87.5%; //14px
|
||||||
//font-size: 81.25%; //13px
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -42,6 +42,26 @@
|
||||||
color: @color-editBox;
|
color: @color-editBox;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media @screen_max-xs {
|
||||||
|
div.summary {
|
||||||
|
label[for=edit__summary] {
|
||||||
|
white-space: normal;
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
span {
|
||||||
|
display: inline-block;
|
||||||
|
padding-bottom: .4rem;
|
||||||
|
}
|
||||||
|
input#edit__summary{
|
||||||
|
max-width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,6 @@
|
||||||
|
|
||||||
/* + + + + + meta data + + + + + */
|
/* + + + + + meta data + + + + + */
|
||||||
div.img_detail {
|
div.img_detail {
|
||||||
|
|
||||||
@media screen {
|
@media screen {
|
||||||
/* vertical minus margin of .img-detail corresponds to the padding of .page */
|
/* vertical minus margin of .img-detail corresponds to the padding of .page */
|
||||||
background-color: @ini_background_page_header;
|
background-color: @ini_background_page_header;
|
||||||
|
@ -85,7 +84,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
dl {
|
dl {
|
||||||
|
|
||||||
@media screen {
|
@media screen {
|
||||||
.display-flex();
|
.display-flex();
|
||||||
.flex-wrap();
|
.flex-wrap();
|
||||||
|
@ -112,18 +110,16 @@
|
||||||
width: 40%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen {
|
|
||||||
|
|
||||||
dd {
|
dd {
|
||||||
padding-left: (@small-spacing * 2);
|
padding-left: (@small-spacing * 2);
|
||||||
|
|
||||||
@media @screen_min-xs {
|
@media @screen_min-xs {
|
||||||
width: 66.6%;
|
width: 66.6%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media @screen_max-xs {
|
@media @screen_max-xs {
|
||||||
width: 59.9%;
|
width: 59.9%;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
44
detail.php
44
detail.php
|
@ -92,7 +92,13 @@ include('tpl/favicon_tiles.php');
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="claim main-sidebar">
|
<div class="claim main-sidebar">
|
||||||
<?php if (tpl_getConf('logo') && file_exists(mediaFN(tpl_getConf('logo')))) {
|
<div class="menu-togglelink mobile-only">
|
||||||
|
<a href="#">
|
||||||
|
<span class="sr-out"><?php echo tpl_getLang('a11y_sidebartoggle'); ?></span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
@ -100,7 +106,7 @@ include('tpl/favicon_tiles.php');
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* upload your logo into the data/media folder (root of the media manager) and replace 'logo.png' in der template config accordingly: */
|
/* upload your logo into the data/media folder (root of the media manager) and replace 'logo.png' in der template config accordingly: */
|
||||||
include('tpl/main-sidebar-logo.php');
|
include('tpl/main-sidebar-logo.php');
|
||||||
} ?>
|
?>
|
||||||
<div class="main-title">
|
<div class="main-title">
|
||||||
<?php if ($conf['title']):
|
<?php if ($conf['title']):
|
||||||
|
|
||||||
|
@ -112,8 +118,14 @@ include('tpl/favicon_tiles.php');
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</div><!-- .main-title -->
|
</div><!-- .main-title -->
|
||||||
|
|
||||||
|
<div class="menu-tool-select">
|
||||||
|
<h5 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_menu_tool-select') ?></h5>
|
||||||
|
<?php tpl_actiondropdown($lang['tools'], "test"); ?>
|
||||||
|
</div><!-- .menu-tool-select -->
|
||||||
</div><!-- .headings -->
|
</div><!-- .headings -->
|
||||||
</div><!-- .col -->
|
</div><!-- .col -->
|
||||||
|
|
||||||
|
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="main-title desktop-only">
|
<div class="main-title desktop-only">
|
||||||
<?php if ($conf['title']):
|
<?php if ($conf['title']):
|
||||||
|
@ -145,6 +157,7 @@ include('tpl/favicon_tiles.php');
|
||||||
/* headline menu area (Accessibility ) */
|
/* headline menu area (Accessibility ) */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="sr-only nav-area-head">
|
<div class="sr-only nav-area-head">
|
||||||
<h5 class="sr-only" aria-level="1"><?php echo tpl_getLang('nav-area-head') ?></h5>
|
<h5 class="sr-only" aria-level="1"><?php echo tpl_getLang('nav-area-head') ?></h5>
|
||||||
</div><!-- .nav-area-head -->
|
</div><!-- .nav-area-head -->
|
||||||
|
@ -153,8 +166,6 @@ include('tpl/favicon_tiles.php');
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
|
|
||||||
|
|
||||||
<div class="search main-sidebar">
|
<div class="search main-sidebar">
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
@ -162,7 +173,7 @@ include('tpl/favicon_tiles.php');
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* search form */
|
/* search form */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
include('tpl/main-sidebar-search.php');
|
include('tpl/main-sidebar-search.php');
|
||||||
?>
|
?>
|
||||||
</div><!-- .search -->
|
</div><!-- .search -->
|
||||||
|
|
||||||
|
@ -173,19 +184,35 @@ include('tpl/favicon_tiles.php');
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* Include Hook: sidebarheader.html */
|
/* Include Hook: sidebarheader.html */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
tpl_includeFile('sidebarheader.html')
|
tpl_includeFile('sidebarheader.html')
|
||||||
?>
|
?>
|
||||||
</div><!-- .sidebarheader -->
|
</div><!-- .sidebarheader -->
|
||||||
|
|
||||||
|
|
||||||
<div id="dokuwiki__aside">
|
<div id="dokuwiki__aside">
|
||||||
|
|
||||||
|
<?php
|
||||||
|
echo Template::getInstance()->getInclude(
|
||||||
|
'sidebarheader',
|
||||||
|
'<div class="sidebarheader">',
|
||||||
|
'<div class="clearer"></div></div>'
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* sidebar */
|
/* sidebar */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
include('tpl/main-sidebar-nav.php');
|
include('tpl/main-sidebar-nav.php');
|
||||||
|
?>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
echo Template::getInstance()->getInclude(
|
||||||
|
'sidebarfooter',
|
||||||
|
'<div class="sidebarfooter">',
|
||||||
|
'<div class="clearer"></div></div>'
|
||||||
|
);
|
||||||
?>
|
?>
|
||||||
</div><!-- .aside -->
|
</div><!-- .aside -->
|
||||||
|
|
||||||
|
@ -194,6 +221,7 @@ include('tpl/favicon_tiles.php');
|
||||||
</div><!-- .container -->
|
</div><!-- .container -->
|
||||||
</div><!-- .tools -->
|
</div><!-- .tools -->
|
||||||
|
|
||||||
|
|
||||||
<div class="top-header">
|
<div class="top-header">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
|
@ -24,6 +24,7 @@ $lang['head_breadcrumb_youarehere'] = 'Standortanzeiger';
|
||||||
$lang['head_menu_trace'] = 'Zuletzt Angesehen';
|
$lang['head_menu_trace'] = 'Zuletzt Angesehen';
|
||||||
$lang['head_meta_box'] = 'Metainformationen zur Seite';
|
$lang['head_meta_box'] = 'Metainformationen zur Seite';
|
||||||
$lang['head_menu_starred'] = 'gemerkte Seite';
|
$lang['head_menu_starred'] = 'gemerkte Seite';
|
||||||
|
$lang['head_menu_tool-select'] = 'Werkzeuge';
|
||||||
|
|
||||||
$lang['jump_to_quicksearch'] = 'Springe zur Schnellsuche';
|
$lang['jump_to_quicksearch'] = 'Springe zur Schnellsuche';
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,7 @@ $lang['head_breadcrumb_youarehere'] = 'location indicator';
|
||||||
$lang['head_menu_trace'] = 'Last Visited Pages';
|
$lang['head_menu_trace'] = 'Last Visited Pages';
|
||||||
$lang['head_meta_box'] = 'meta data for this page';
|
$lang['head_meta_box'] = 'meta data for this page';
|
||||||
$lang['head_menu_starred'] = 'Starred Pages';
|
$lang['head_menu_starred'] = 'Starred Pages';
|
||||||
|
$lang['head_menu_tool-select'] = 'Tools';
|
||||||
|
|
||||||
$lang['jump_to_quicksearch'] = 'Jump to quick search';
|
$lang['jump_to_quicksearch'] = 'Jump to quick search';
|
||||||
|
|
||||||
|
|
14
main.php
14
main.php
|
@ -130,12 +130,18 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
||||||
<div class="main-title">
|
<div class="main-title">
|
||||||
<?php if ($conf['title']):
|
<?php if ($conf['title']):
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* Wiki Title Mobile */
|
/* Wiki Title Mobile */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ ?>
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ ?>
|
||||||
<p class="title mobile-only"><?php echo $conf['title'] ?></p>
|
<p class="title mobile-only"><?php echo $conf['title'] ?></p>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</div><!-- .main-title -->
|
</div><!-- .main-title -->
|
||||||
|
|
||||||
|
<div class="menu-tool-select">
|
||||||
|
<h5 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_menu_tool-select') ?></h5>
|
||||||
|
<?php tpl_actiondropdown($lang['tools'], "test"); ?>
|
||||||
|
</div><!-- .menu-tool-select -->
|
||||||
</div><!-- .headings -->
|
</div><!-- .headings -->
|
||||||
</div><!-- .col -->
|
</div><!-- .col -->
|
||||||
|
|
||||||
|
@ -144,6 +150,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
||||||
<div class="main-title desktop-only">
|
<div class="main-title desktop-only">
|
||||||
<?php if ($conf['title']):
|
<?php if ($conf['title']):
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* Wiki Title Desktop */
|
/* Wiki Title Desktop */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ ?>
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ ?>
|
||||||
|
@ -151,6 +158,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?php if ($conf['tagline']):
|
<?php if ($conf['tagline']):
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* Wiki Tagline Desktop */
|
/* Wiki Tagline Desktop */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ ?>
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ ?>
|
||||||
|
@ -158,6 +166,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</div><!-- .main-title -->
|
</div><!-- .main-title -->
|
||||||
</div><!-- .col -->
|
</div><!-- .col -->
|
||||||
|
|
||||||
</div><!-- .row -->
|
</div><!-- .row -->
|
||||||
</div><!-- .container -->
|
</div><!-- .container -->
|
||||||
</div><!-- .header -->
|
</div><!-- .header -->
|
||||||
|
@ -187,6 +196,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
||||||
include('tpl/main-sidebar-search.php');
|
include('tpl/main-sidebar-search.php');
|
||||||
?>
|
?>
|
||||||
</div><!-- .search -->
|
</div><!-- .search -->
|
||||||
|
|
||||||
<div class="sidebarheader main-sidebar">
|
<div class="sidebarheader main-sidebar">
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
@ -194,7 +204,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* Include Hook: sidebarheader.html */
|
/* Include Hook: sidebarheader.html */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
tpl_includeFile('sidebarheader.html')
|
tpl_includeFile('sidebarheader.html')
|
||||||
?>
|
?>
|
||||||
</div><!-- .sidebarheader -->
|
</div><!-- .sidebarheader -->
|
||||||
|
|
||||||
|
@ -209,6 +219,8 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* sidebar */
|
/* sidebar */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue