anomit / loki

An attempt at making an automated online judge

This URL has Read+Write access

loki / index.tpl
100644 16 lines (14 sloc) 0.292 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
</head>
<body>
<table border="1">
{foreach from=$problems key=k item=v}
<tr>
<td><a href="problem.php?id={$v.problemid}">{$v.title}</a></td>
<td>50</td>
<tr>
{/foreach}
</table>
</body>
</html>