add log
authorS7012MY <l3asketballplayer@yahoo.com>
Thu, 23 Jan 2014 19:02:58 +0000 (21:02 +0200)
committerS7012MY <l3asketballplayer@yahoo.com>
Thu, 23 Jan 2014 19:02:58 +0000 (21:02 +0200)
tmpl/log.en [new file with mode: 0644]

diff --git a/tmpl/log.en b/tmpl/log.en
new file mode 100644 (file)
index 0000000..14f9039
--- /dev/null
@@ -0,0 +1,21 @@
+<div class="row clearfix">
+       <div class="col-md-12 column">
+               <div class="row clearfix">
+                       <div class="col-md-8 column">
+                               <div class="jumbotron">
+                                       <table border class="table">
+                                       <thead>
+                                       <tr><th>ID<th>Problem<th>Date<th>Size<th>User<th>Result
+                                       <tbody>
+                                       <tmpl_loop log><tr><td><a href="job/<tmpl_var id>.var"><tmpl_var id></a>
+                                       <td><a href="../pb/<tmpl_var problem>"><tmpl_var name></a>
+                                       <td><tmpl_var date>
+                                       <td><a href="src/<tmpl_var id>.<tmpl_var extension>"<tmpl_if private> data-private</tmpl_if>><tmpl_var size></a></a>
+                                       <td><tmpl_var user><td class="r<tmpl_var result>"><tmpl_var result_text>
+                                       </tmpl_loop>
+                                       </table>
+                               </div>
+                       </div>
+               </div>
+       </div>
+</div>
\ No newline at end of file
This page took 0.010869 seconds and 4 git commands to generate.