adds pb.en
authorS7012MY <l3asketballplayer@yahoo.com>
Thu, 23 Jan 2014 18:54:10 +0000 (20:54 +0200)
committerS7012MY <l3asketballplayer@yahoo.com>
Thu, 23 Jan 2014 18:54:10 +0000 (20:54 +0200)
tmpl/pb.en [new file with mode: 0644]

diff --git a/tmpl/pb.en b/tmpl/pb.en
new file mode 100644 (file)
index 0000000..4019b0d
--- /dev/null
@@ -0,0 +1,37 @@
+<div class="row clearfix">
+       <div class="col-md-12 column">
+               
+               <div class="row clearfix">
+                       <div class="col-md-8 column">
+                               <div class="jumbotron">
+                                       <tmpl_if levels>
+                                       <h2>Beginner</h2>
+                                       <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>
+
+                                       <h2>Easy</h2>
+                                       <ul>
+                                       <tmpl_loop easy><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
+                                       </tmpl_loop></ul>
+
+                                       <h2>Medium</h2>
+                                       <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>
+
+                                       <h2>Hard</h2>
+                                       <ul>
+                                       <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>
+       </div>
+</div>
\ No newline at end of file
This page took 0.01082 seconds and 4 git commands to generate.