Add scripts to create myops-getqueryview:
[myops.git] / web / query / evently / profile / profileReady / mustache.html
diff --git a/web/query/evently/profile/profileReady/mustache.html b/web/query/evently/profile/profileReady/mustache.html
new file mode 100644 (file)
index 0000000..891b9d4
--- /dev/null
@@ -0,0 +1,13 @@
+<!-- form to create a comment -->
+<form id="new-comment" action="post.html" method="post">
+  <div class="avatar">
+    {{#avatar_url}}<img src="{{avatar_url}}"/>{{/avatar_url}}
+  </div>
+  <h3>Comment on this post, {{nickname}}:</h3>
+  <p><label>Comment <em>(with <a href="http://warpedvisions.org/projects/markdown-cheat-sheet/">Markdown</a>)</em></label>
+  <textarea name="comment" rows="8" cols="40"></textarea></p>
+  <p>
+    <input type="button" id="preview" value="Preview">
+    <input type="submit" value="Save &rarr;">
+  </p>
+</form>
\ No newline at end of file