Archived
1
0

new template dir

This commit is contained in:
chen-chan
2015-12-23 01:07:29 +01:00
parent 21ec8e5f3a
commit e545bab034
49 changed files with 674 additions and 674 deletions

View File

@@ -12,25 +12,23 @@ template parameters:
<title> Post History</title>
</head>
<body>
<td>
<table id="history_graph">
<thead>
<table id="history_graph">
<thead>
<tr>
<th>Month</th>
<th>Posts</th>
<th></th>
</tr>
</thead>
<tbody>
{{#history.Scale}}
<tr>
<th>Month</th>
<th>Posts</th>
<th></th>
<td>{{Date}}</td>
<td class="history_num">{{Num}}</td>
<td>{{OvercockGraph}}</td>
</tr>
</thead>
<tbody>
{{#history.Scale}}
<tr>
<td>{{Date}}</td>
<td class="history_num">{{Num}}</td>
<td>{{OvercockGraph}}</td>
</tr>
{{/history.Scale}}
</tbody>
</table>
</td>
{{/history.Scale}}
</tbody>
</table>
</body>
</html>
</html>