Files
openlayers/master/examples/wikipedia.html
Éric Lemoine 5d14b9e2d4 Updated
2013-02-20 10:38:25 +01:00

11 lines
282 B
HTML

<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>