Mercurial > public > sg101
comparison gpp/templates/forums/topic.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 | 0ce0104c7df3 |
children | 2d299909e074 |
comparison
equal
deleted
inserted
replaced
122:b28d30848c57 | 123:3ae999b0c53b |
---|---|
56 <a name="forum-reply-form"></a> | 56 <a name="forum-reply-form"></a> |
57 <form action="" method="post" id="forums-quick-reply"> | 57 <form action="" method="post" id="forums-quick-reply"> |
58 <fieldset> | 58 <fieldset> |
59 <legend>Reply to "{{ topic.name }}"</legend> | 59 <legend>Reply to "{{ topic.name }}"</legend> |
60 {{ form.as_p }} | 60 {{ form.as_p }} |
61 <a href="#" id="more_smileys"> | |
62 <img src="{{ MEDIA_URL }}icons/emoticon_smile.png" alt="More smileys" title="More smileys" /></a> | |
61 <input type="submit" value="Submit Reply" id="forums-reply-post" /> | 63 <input type="submit" value="Submit Reply" id="forums-reply-post" /> |
62 </fieldset> | 64 </fieldset> |
63 </form> | 65 </form> |
66 <div id="smileys_dialog" title="More Smileys"> | |
67 <img src="{{ MEDIA_URL }}icons/ajax_busy.gif" alt="Loading" id="smiley_busy" /> | |
68 </div> | |
64 {% endif %} | 69 {% endif %} |
65 </div> | 70 </div> |
66 {% endblock %} | 71 {% endblock %} |