Admin site page

This commit is contained in:
Fabio Comuni 2011-06-13 18:03:06 +02:00
parent f80521923d
commit ab27f1393e
10 changed files with 347 additions and 32 deletions

View file

@ -1,33 +1,36 @@
<h1>$title - $page</h1>
<div id='adminpage'>
<h1>$title - $page</h1>
<dl>
<dt>$users.0</dt>
<dd>$users.1</dd>
</dl>
{{ for $accounts as $p }}
<dl>
<dt>$p.0</dt>
<dd>$p.1</dd>
<dt>$pending.0</dt>
<dd>$pending.1</dt>
</dl>
{{ endfor }}
<dl>
<dt>$pending.0</dt>
<dd>$pending.1</dt>
</dl>
<dl>
<dt>$version.0</dt>
<dd>$version.1 - $build</dt>
</dl>
<dl>
<dt>$plugins.0</dt>
{{ for $plugins.1 as $p }}
<dd>$p</dd>
<dl>
<dt>$users.0</dt>
<dd>$users.1</dd>
</dl>
{{ for $accounts as $p }}
<dl>
<dt>$p.0</dt>
<dd>$p.1</dd>
</dl>
{{ endfor }}
</dl>
<dl>
<dt>$plugins.0</dt>
{{ for $plugins.1 as $p }}
<dd>$p</dd>
{{ endfor }}
</dl>
<dl>
<dt>$version.0</dt>
<dd>$version.1 - $build</dt>
</dl>
</div>