Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/creactiweb/_templates/lib/werkzeug/debug/shared/codetable.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'creactiweb/_templates/lib/werkzeug/debug/shared/codetable.tmpl')
-rw-r--r--creactiweb/_templates/lib/werkzeug/debug/shared/codetable.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/creactiweb/_templates/lib/werkzeug/debug/shared/codetable.tmpl b/creactiweb/_templates/lib/werkzeug/debug/shared/codetable.tmpl
new file mode 100644
index 0000000..48665ee
--- /dev/null
+++ b/creactiweb/_templates/lib/werkzeug/debug/shared/codetable.tmpl
@@ -0,0 +1,8 @@
+<table class="code">
+<% for line in lines %>
+ <tr class="$line.mode">
+ <td class="lineno">$line.lineno</td>
+ <td class="code">$line.code</td>
+ </tr>
+<% endfor %>
+</table>