Mercurial > public > sg101
comparison gpp/templates/forums/new_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 | 23035afdeae8 |
children | 2d299909e074 |
comparison
equal
deleted
inserted
replaced
122:b28d30848c57 | 123:3ae999b0c53b |
---|---|
9 <a href="{% url forums-forum_index slug=forum.slug %}">{{ forum.name }}</a> | 9 <a href="{% url forums-forum_index slug=forum.slug %}">{{ forum.name }}</a> |
10 </h3> | 10 </h3> |
11 | 11 |
12 <form action="." method="post"> | 12 <form action="." method="post"> |
13 {{ form.as_p }} | 13 {{ form.as_p }} |
14 <a href="#" id="more_smileys"> | |
15 <img src="{{ MEDIA_URL }}icons/emoticon_smile.png" alt="More smileys" title="More smileys" /></a> | |
14 <input type="submit" name="post" value="Submit" /> | 16 <input type="submit" name="post" value="Submit" /> |
15 </form> | 17 </form> |
16 | 18 |
19 <div id="smileys_dialog" title="More Smileys"> | |
20 <img src="{{ MEDIA_URL }}icons/ajax_busy.gif" alt="Loading" id="smiley_busy" /> | |
21 </div> | |
22 | |
17 {% endblock %} | 23 {% endblock %} |