Mercurial > public > sg101
comparison gpp/templates/core/comment_dialogs.html @ 131:5b69d6e01fd4
Creating a common way to display the smiley and markdown help dialogs for a markItUp textarea input form. Converted gcalendar over to it as a trial.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 26 Nov 2009 22:47:17 +0000 |
parents | |
children | 88b2b9cb8c1f |
comparison
equal
deleted
inserted
replaced
130:a4635c094f24 | 131:5b69d6e01fd4 |
---|---|
1 <a href="#" id="more_smileys_link"> | |
2 <img src="{{ MEDIA_URL }}icons/emoticon_smile.png" alt="More smileys" title="More smileys" /></a> | |
3 <a href="#" id="markdown_help_link"> | |
4 <img src="{{ MEDIA_URL }}icons/help.png" alt="Help" title="Help" /></a> | |
5 <div id="smileys_dialog_popup" title="More Smileys"> | |
6 <img src="{{ MEDIA_URL }}icons/ajax_busy.gif" alt="Loading" id="smiley_busy" /> | |
7 </div> | |
8 <div id="markdown_help_dialog_popup" title="Markdown Help"> | |
9 <img src="{{ MEDIA_URL }}icons/ajax_busy.gif" alt="Loading" id="markdown_busy" /> | |
10 </div> |