From d90d07fa3938c944fe8897e7ce1d995bd660573d Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 30 Dec 2020 11:30:59 +0100 Subject: Better templates structure, better script config --- templates/partials/categoriesByCount.html | 7 +++++++ templates/partials/categoriesById.html | 7 +++++++ templates/partials/pageHeader.html | 17 +++++++++++++++++ templates/partials/pageHeaderSm.html | 10 ++++++++++ templates/partials/pagelistByYear.html | 11 +++++++++++ 5 files changed, 52 insertions(+) create mode 100644 templates/partials/categoriesByCount.html create mode 100644 templates/partials/categoriesById.html create mode 100644 templates/partials/pageHeader.html create mode 100644 templates/partials/pageHeaderSm.html create mode 100644 templates/partials/pagelistByYear.html (limited to 'templates/partials') diff --git a/templates/partials/categoriesByCount.html b/templates/partials/categoriesByCount.html new file mode 100644 index 0000000..871e3db --- /dev/null +++ b/templates/partials/categoriesByCount.html @@ -0,0 +1,7 @@ +$if(categories.by_count)$ + +$endif$ diff --git a/templates/partials/categoriesById.html b/templates/partials/categoriesById.html new file mode 100644 index 0000000..1f4f433 --- /dev/null +++ b/templates/partials/categoriesById.html @@ -0,0 +1,7 @@ +$if(categories.by_id)$ + +$endif$ diff --git a/templates/partials/pageHeader.html b/templates/partials/pageHeader.html new file mode 100644 index 0000000..b44f394 --- /dev/null +++ b/templates/partials/pageHeader.html @@ -0,0 +1,17 @@ +$-- ' | ' ' ' ' ' | | | ' ' +$-- | ' ' ' //\_ ' | ' . | ' ' +$-- .| ' ____,...,______..,_~`` -`.., ' | ' | ' ' +$-- | _,~´"' , . ,~--´ ' _| | . |~~.__ ' ' +$-- | | ,-" _.-|~/ |..,____,) ,/,,"' '_( | ' |) ) ' ' +$-- '| \__,~"´ /:) / |:\ \ ,~( ) . | | ) `, ' _,--. +$-- ___\___.___:____(:/\_-,______\:.\_-,____.__\_.\______.__:___\__.___)_.___,/_____ +$-- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ + +
+' |      '     '             '     '            '   | |    |           '     '  
+  |      '     '             '       //\_       '   | ' .  |           '     '  
+ .|      '      ____,...,______..,_~``  -`..,   '   |    ' |           '     '  
+  |       _,~´"'  ,               .    ,~--´    '  _|  | . |~~.__      '     '  
+| |    ,-"    _.-|~/  |..,____,) ,/,,"'         '_( | '    |)    )     '     '  
+ '|    \__,~"´   /:) /       |:\ \            ,~(    ) . | |  )   `,   '   _,--.
+   \   .   :    (:/\_-,      \:.\_-,    .  \ .\      .  :   \  .   ) . ' ,/     
diff --git a/templates/partials/pageHeaderSm.html b/templates/partials/pageHeaderSm.html new file mode 100644 index 0000000..4db186c --- /dev/null +++ b/templates/partials/pageHeaderSm.html @@ -0,0 +1,10 @@ +$-- .| //\__ ' .' | . | ' . ' +$-- | _.~-"""-----~`` ,-´ ' ' |' | ' ' +$-- '| .´ ,~'\ ).,__,)/,," ' . ' | | | ' .' +$-- |_ `~´ (/\\, (/\\, _' '_ _| ' |_ _' '_ + +
+.|                     //\__      '  .'      |  . |           ' . ' 
+ |      _.~-"""-----~``  ,-´      '   '      |'   |           '   ' 
+'|   .´  ,~'\ ).,__,)/,,"         ' . '      |  | |           '  .' 
+ |_  `~´   (/\\,   (/\\,         _'   '_    _| '  |_         _'   '_
diff --git a/templates/partials/pagelistByYear.html b/templates/partials/pagelistByYear.html new file mode 100644 index 0000000..ff55f0f --- /dev/null +++ b/templates/partials/pagelistByYear.html @@ -0,0 +1,11 @@ +$for(pages)$ + $for(it.by_year)$ + + $endfor$ +$endfor$ -- cgit v1.2.3-54-g00ecf