Use a single table on /pb/ and /ct/
[plack-app-gruntmaster.git] / tmpl / pb.en
index 60205b1de2ee051fa2189495672362b4828fab6e..b86aca6601b757af52e80a6a3c40aa16b9443b3b 100644 (file)
@@ -1,27 +1,11 @@
-<tmpl_if beginner>
-<h2>Beginner</h2>
-<div class="list-group">
-<tmpl_loop beginner><a class="list-group-item" href="<tmpl_var id>"><tmpl_var name></a>
-</tmpl_loop></div>
-</tmpl_if>
+<div id="open-alert" class="alert alert-warning" role="alert">
+<h3>Friendly reminder</h3>
+The timer for a problem starts when you open the problem. You will lose points if you open all problems at the same time.
+</div>
 
-<tmpl_if beginner>
-<h2>Easy</h2>
-<div class="list-group">
-<tmpl_loop easy><a class="list-group-item" href="<tmpl_var id>"><tmpl_var name></a>
-</tmpl_loop></div>
-</tmpl_if>
+<table class="table table-striped table-fixed">
+<thead><tr><th>Name<th>Author<th>Owner<th>Level</thead>
 
-<tmpl_if beginner>
-<h2>Medium</h2>
-<div class="list-group">
-<tmpl_loop medium><a class="list-group-item" href="<tmpl_var id>"><tmpl_var name></a>
-</tmpl_loop></div>
-</tmpl_if>
-
-<tmpl_if beginner>
-<h2>Hard</h2>
-<div class="list-group">
-<tmpl_loop hard><a class="list-group-item" href="<tmpl_var id>"><tmpl_var name></a>
-</tmpl_loop></div>
-</tmpl_if>
+<tbody>
+<tr><td class="name"><a href="id">Name</a><td class="author">author<td class="owner"><a href="/us/id">Owner name</a><td class="level">Beginner
+</table>
This page took 0.009441 seconds and 4 git commands to generate.