diary is more responsive; motd
This commit is contained in:
@@ -5,3 +5,16 @@
|
||||
<p>Blessfrey takes place in Lucrest, Nickajack, a small town unknowingly situated over an abyssal dungeon. <br></p>
|
||||
</div>
|
||||
|
||||
|
||||
% import random
|
||||
% rebase('frame.tpl')
|
||||
<div class="content-grid"><div class="center">
|
||||
<h1>blessfrey setting </h1>
|
||||
<p>Blessfrey's world starts in Lucrest, an economic boomtown in the rural South, and expands deep through the pockets and tunnels of the earth until another world is discovered. <br></p>
|
||||
<br>
|
||||
<ul>
|
||||
% for i in [["csa","blessfrey-csa"],["castaway kingdom","blessfrey-castaway-kingdom"],["huntsville","blessfrey-huntsville"],["Lucrest","blessfrey-lucrest"],["usa","blessfrey-usa"]]:
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<a href=/{{i[1]}}>{{i[0]}}</a></li>
|
||||
% end
|
||||
</ul>
|
||||
</div></div>
|
||||
|
||||
+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
|
||||
|
||||
+3
-3
@@ -1,10 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
|
||||
|
||||
<head>
|
||||
% include('header.tpl')
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user