Mercurial > public > sg101
comparison gpp/templates/forums/new_post.html @ 123:3ae999b0c53b
Forums: added a jquery ui dialog of extra smileys.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 08 Nov 2009 21:15:31 +0000 |
parents | 80ab249d1adc |
children | 2d299909e074 |
comparison
equal
deleted
inserted
replaced
122:b28d30848c57 | 123:3ae999b0c53b |
---|---|
15 <a name="forum-reply-form"></a> | 15 <a name="forum-reply-form"></a> |
16 <form action="." method="post" id="forums-reply"> | 16 <form action="." method="post" id="forums-reply"> |
17 <fieldset> | 17 <fieldset> |
18 <legend>New Post</legend> | 18 <legend>New Post</legend> |
19 {{ form.as_p }} | 19 {{ form.as_p }} |
20 <a href="#" id="more_smileys"> | |
21 <img src="{{ MEDIA_URL }}icons/emoticon_smile.png" alt="More smileys" title="More smileys" /></a> | |
20 <input type="submit" value="Submit Post" id="forums-new-post" /> | 22 <input type="submit" value="Submit Post" id="forums-new-post" /> |
21 </fieldset> | 23 </fieldset> |
22 </form> | 24 </form> |
25 </div> | |
26 <div id="smileys_dialog" title="More Smileys"> | |
27 <img src="{{ MEDIA_URL }}icons/ajax_busy.gif" alt="Loading" id="smiley_busy" /> | |
23 </div> | 28 </div> |
24 {% else %} | 29 {% else %} |
25 {% if topic.locked %} | 30 {% if topic.locked %} |
26 <p>This topic is locked.</p> | 31 <p>This topic is locked.</p> |
27 {% else %} | 32 {% else %} |