Lots of goodies in this one. More work on the default web front page, a few extra utility functions for functions_db as well. Some cleanup in the session code to use some of the new abstraction I added a while back. Player's last login time is now also set on the User object. Issue 28: Forward slashes causing crashes, found by Kuros, fixed by me.
This commit is contained in:
parent
270db06820
commit
e2cc754441
7 changed files with 57 additions and 25 deletions
|
|
@ -77,15 +77,12 @@
|
|||
|
||||
<div class="rowOfBoxes dividingBorderAbove">
|
||||
<div class="quarter noBorderOnLeft">
|
||||
<h1>Standards</h1>
|
||||
<p><span lang="la">Prosimii</span> is 100% compliant with
|
||||
<acronym title="eXtensible HyperText Markup Language">XHTML</acronym> 1.0 Strict and
|
||||
uses <acronym title="Cascading Style Sheets">CSS</acronym>.
|
||||
<span class="doNotPrint">[Validate
|
||||
<a href="http://validator.w3.org/check/referer">XHTML</a>]</span></p>
|
||||
|
||||
<p>Unlike this design’s inspiration, no tables have been used to layout elements
|
||||
and text.</p>
|
||||
|
||||
<h1>Players</h1>
|
||||
<p>
|
||||
There are currently <strong>{{players_connected}}</strong> connected,
|
||||
and a total of <strong>{{players_registered}}</strong> registered. Of these, {{players_recent}} were created this week, and <strong>{{players_connected_recent}}</strong> have connected within the last seven days.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="quarter">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue