Updated
This commit is contained in:
10
master/examples/wikipedia.html
Normal file
10
master/examples/wikipedia.html
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user