diary is more responsive; motd
This commit is contained in:
+8
-5
@@ -1,7 +1,8 @@
|
||||
% rebase('frame.tpl')
|
||||
% import re
|
||||
<div class="content-grid">
|
||||
<div class="diary-dir top">
|
||||
<!-- DIRECTORY -->
|
||||
<div class="diary-dir">
|
||||
% max_pages = int((total - 1) / limit)
|
||||
<%
|
||||
# page never below 0
|
||||
@@ -86,7 +87,8 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="diary-grid">
|
||||
<!-- DIARY PAGES -->
|
||||
<div class="diary-pages">
|
||||
|
||||
<span class=title><h1>diary</h1></span>
|
||||
@@ -125,10 +127,11 @@
|
||||
</div>
|
||||
% end
|
||||
</div>
|
||||
|
||||
<!-- SIDEBAR -->
|
||||
% include diary-boxes.tpl
|
||||
|
||||
<div class="diary-dir bottom">
|
||||
</div>
|
||||
<!-- DIRECTORY -->
|
||||
<div class="diary-dir">
|
||||
% max_pages = int((total - 1) / limit)
|
||||
<%
|
||||
# page never below 0
|
||||
|
||||
Reference in New Issue
Block a user