Don't use <h4>
[gruntmaster-page.git] / tmpl / pb.en
index 60205b1de2ee051fa2189495672362b4828fab6e..45e50ea629dbc2f87737efb94c8e4241796d8bd7 100644 (file)
@@ -1,27 +1,14 @@
-<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>
-
-<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>
+<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>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>
+<div id="beginner">
+<h2>Beginner</h2>
+<table class="table table-striped table-fixed">
+<thead><tr><th>Name<th>Author<th>Owner</thead>
 
-<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>
+</table>
+</div>
This page took 0.010417 seconds and 4 git commands to generate.