Add scripts to create myops-getqueryview:
[myops.git] / web / query / evently / profile / profileReady / mustache.html
1 <!-- form to create a comment -->
2 <form id="new-comment" action="post.html" method="post">
3   <div class="avatar">
4     {{#avatar_url}}<img src="{{avatar_url}}"/>{{/avatar_url}}
5   </div>
6   <h3>Comment on this post, {{nickname}}:</h3>
7   <p><label>Comment <em>(with <a href="http://warpedvisions.org/projects/markdown-cheat-sheet/">Markdown</a>)</em></label>
8   <textarea name="comment" rows="8" cols="40"></textarea></p>
9   <p>
10     <input type="button" id="preview" value="Preview">
11     <input type="submit" value="Save &rarr;">
12   </p>
13 </form>