More cleanups
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 27 Jan 2014 11:14:38 +0000 (13:14 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 27 Jan 2014 11:14:38 +0000 (13:14 +0200)
tmpl/ct.en
tmpl/log_entry.en
tmpl/pb.en
tmpl/us_entry.en

index fa2f0b236f6c6b648bdc1052ca757b82f93bfc7f..5afe310f3d6f526564b6d85ca59baf6895a14cd0 100644 (file)
@@ -1,6 +1,3 @@
-<div class="row clearfix">
-<div class="col-md-12 column">
-
 <tmpl_if running>
 <div class="well">
 <h1>Running contests</h1>
@@ -48,5 +45,4 @@
 </table>
 </div>
 </tmpl_if>
-</div>
-</div>
+
index 70d6ba86f0c251289550e0a8201e43313189cca2..b8edcb39750130662df6fa73a9bae17fd7e04dc0 100644 (file)
@@ -1,13 +1,12 @@
-<div class="col-md-12 column">
-       <div class="row clearfix">
-               <div class="well">
-                       <table class="table">
-                       <thead>
-                       <tr><th>Test number<th>Result<th>Time
-                       <tbody>
-                       <tmpl_loop tests><tr><td><tmpl_var id><td class="r<tmpl_var result>"><tmpl_var result_text><td><tmpl_var time>
-                       </tmpl_loop>
-                       </table>
-               </div>
-       </div>
+<div class="well">
+<table class="table">
+
+<thead>
+<tr><th>Test number<th>Result<th>Time
+
+<tbody>
+<tmpl_loop tests><tr><td><tmpl_var id><td class="r<tmpl_var result>"><tmpl_var result_text><td><tmpl_var time>
+</tmpl_loop>
+
+</table>
 </div>
\ No newline at end of file
index c02fcbbcb451e7eefcedc738af821955ee9660a5..47108b520373ebd13e82df87f71d754cc62213b2 100644 (file)
@@ -1,37 +1,34 @@
 <div class="row clearfix">
-       <div class="col-md-12 column">
-               
-               <div class="row clearfix">
-                       <div class="col-md-8 column">
-                               <div class="well">
-                                       <tmpl_if levels>
-                                       <h3>Beginner</h3>
-                                       <ul class="list-group">
-                                       <tmpl_loop beginner><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
-                                       </tmpl_loop></ul>
+<div class="col-md-8 column">
 
-                                       <h3>Easy</h3>
-                                       <ul class="list-group">
-                                       <tmpl_loop easy><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
-                                       </tmpl_loop></ul>
+<div class="well">
+<tmpl_if levels>
+<h3>Beginner</h3>
+<ul class="list-group">
+<tmpl_loop beginner><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
+</tmpl_loop></ul>
 
-                                       <h3>Medium</h3>
-                                       <ul class="list-group">
-                                       <tmpl_loop medium><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
-                                       </tmpl_loop></ul>
+<h3>Easy</h3>
+<ul class="list-group">
+<tmpl_loop easy><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
+</tmpl_loop></ul>
 
-                                       <h3>Hard</h3>
-                                       <ul class="list-group">
-                                       <tmpl_loop hard><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
-                                       </tmpl_loop></ul>
+<h3>Medium</h3>
+<ul class="list-group">
+<tmpl_loop medium><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
+</tmpl_loop></ul>
 
-                                       <tmpl_else>
-                                       <ul class="list-group">
-                                       <tmpl_loop problems><li><a href="<tmpl_var id>.var"><tmpl_var name></a>
-                                       </tmpl_loop></ul>
-                                       </tmpl_if>
-                               </div>
-                       </div>
-               </div>
-       </div>
-</div>
\ No newline at end of file
+<h3>Hard</h3>
+<ul class="list-group">
+<tmpl_loop hard><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
+</tmpl_loop></ul>
+
+<tmpl_else>
+<ul class="list-group">
+<tmpl_loop problems><li><a href="<tmpl_var id>.var"><tmpl_var name></a>
+</tmpl_loop></ul>
+</tmpl_if>
+</div>
+
+</div>
+</div>
index 8805a3872cbb991228496f4aded4c466e408a17a..1f42c89ad134c417d0969f4d7d1d704fb4823ad9 100644 (file)
@@ -1,10 +1,6 @@
-<div class="col-md-12 column">
-       <div class="row clearfix">
-               <div class="well">
-                       <h1><tmpl_var name></h1>
-                       Town: <tmpl_var town><br>
-                       University: <tmpl_var university><br>
-                       Level: <tmpl_var level>
-               </div>
-       </div>
+<div class="well">
+<h1><tmpl_var name></h1>
+Town: <tmpl_var town><br>
+University: <tmpl_var university><br>
+Level: <tmpl_var level>
 </div>
\ No newline at end of file
This page took 0.013787 seconds and 4 git commands to generate.