Added artist page and log page, fixed some css, added logline parse to helpers

This commit is contained in:
Remy
2011-08-05 22:20:36 -07:00
parent 5865a54fc5
commit fe1667a2e0
11 changed files with 210 additions and 148 deletions

View File

@@ -46,7 +46,9 @@
</form>
</div>
</header>
<div id="subhead">
${next.subhead()}
</div>
<div id="main" class="main">
${next.body()}
</div>
@@ -81,4 +83,5 @@
</html>
<%def name="javascriptIncludes()"></%def>
<%def name="headerIncludes()"></%def>
<%def name="headerIncludes()"></%def>
<%def name="subhead()"></%def>