summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/rpc/demos/templates/wikipedia.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojox/rpc/demos/templates/wikipedia.html')
-rw-r--r--js/dojo-1.7.2/dojox/rpc/demos/templates/wikipedia.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/rpc/demos/templates/wikipedia.html b/js/dojo-1.7.2/dojox/rpc/demos/templates/wikipedia.html
new file mode 100644
index 0000000..e923a0b
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/rpc/demos/templates/wikipedia.html
@@ -0,0 +1,10 @@
+<div>
+ <input dojotAttachPoint="search" dojoAttachEvent="onkeyup: onSearch">
+ {% if parsedText %}
+ <div style="border:2px solid #ddd; padding:20px;">
+ {{ parsedText }}
+ </div>
+ {% endif %}
+
+ {% if article.revid %}<p>Revision ID: {{ article.revid }}</p>{% endif %}
+</div>