Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/creactivistore/_templates/lib/werkzeug/debug/templates/help_command.html
diff options
context:
space:
mode:
authorflorent <florent.pigout@gmail.com>2011-09-12 08:13:38 (GMT)
committer florent <florent.pigout@gmail.com>2011-09-12 08:13:38 (GMT)
commit1211310e0363e41b2479cd2dbcc5c6b8dee42f54 (patch)
treece81216969347ddfc9a8c050b654c99a1d76d6a9 /creactivistore/_templates/lib/werkzeug/debug/templates/help_command.html
parent7cc16a4469c6dc40ea4c18eb302df41f3802c14e (diff)
add template for triplestore web based project
Diffstat (limited to 'creactivistore/_templates/lib/werkzeug/debug/templates/help_command.html')
-rw-r--r--creactivistore/_templates/lib/werkzeug/debug/templates/help_command.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/creactivistore/_templates/lib/werkzeug/debug/templates/help_command.html b/creactivistore/_templates/lib/werkzeug/debug/templates/help_command.html
new file mode 100644
index 0000000..3ce949b
--- /dev/null
+++ b/creactivistore/_templates/lib/werkzeug/debug/templates/help_command.html
@@ -0,0 +1,10 @@
+<%py missing = object() %>
+<div class="box">
+ <% if title and text %>
+ <h3>$title</h3>
+ <pre class="help">$text</pre>
+ <% else %>
+ <h3>Help</h3>
+ <p>Type help(object) for help about object.</p>
+ <% endif %>
+</div>