Mercurial > public > sg101
comparison gpp/templates/forums/show_form.html @ 135:13330e1836f3
Cutting forums over to the new common way to add markItUp, extra smileys, and markdown help.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 27 Nov 2009 03:30:15 +0000 |
parents | 2d299909e074 |
children | 6a5549c2efb5 |
comparison
equal
deleted
inserted
replaced
134:b8474ffe76d9 | 135:13330e1836f3 |
---|---|
1 {% load core_tags %} | |
1 <form action="." method="post"> | 2 <form action="." method="post"> |
2 <fieldset> | 3 <fieldset> |
3 <legend>{{ legend_text }}</legend> | 4 <legend>{{ legend_text }}</legend> |
4 {{ form.as_p }} | 5 {{ form.as_p }} |
5 <a href="#" id="more_smileys"> | 6 {% comment_dialogs %} |
6 <img src="{{ MEDIA_URL }}icons/emoticon_smile.png" alt="More smileys" title="More smileys" /></a> | |
7 <a href="#" id="markdown_help"> | |
8 <img src="{{ MEDIA_URL }}icons/help.png" alt="Help" title="Help" /></a> | |
9 <input type="submit" value="{{ submit_value }}" {% if is_ajax %}id="forums-reply-post"{% endif %} /> | 7 <input type="submit" value="{{ submit_value }}" {% if is_ajax %}id="forums-reply-post"{% endif %} /> |
10 </fieldset> | 8 </fieldset> |
11 </form> | 9 </form> |
12 <div id="smileys_dialog" title="More Smileys"> | |
13 <img src="{{ MEDIA_URL }}icons/ajax_busy.gif" alt="Loading" id="smiley_busy" /> | |
14 </div> | |
15 <div id="markdown_help_dialog" title="Markdown Help"> | |
16 <img src="{{ MEDIA_URL }}icons/ajax_busy.gif" alt="Loading" id="markdown_busy" /> | |
17 </div> |