comparison gpp/templates/forums/show_form.html @ 127:2d299909e074

Adding markdown help to comments and forums. Still need to add it to a few other places that use the markItUp editor.
author Brian Neal <bgneal@gmail.com>
date Mon, 16 Nov 2009 01:00:28 +0000
parents
children 13330e1836f3
comparison
equal deleted inserted replaced
126:b0d62247c3e4 127:2d299909e074
1 <form action="." method="post">
2 <fieldset>
3 <legend>{{ legend_text }}</legend>
4 {{ form.as_p }}
5 <a href="#" id="more_smileys">
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 %} />
10 </fieldset>
11 </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>