File: add-comment-dialog.html

package info (click to toggle)
trac-codecomments 1.1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 348 kB
  • ctags: 191
  • sloc: python: 593; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 253 bytes parent folder | download
1
2
3
4
5
6
7
8
<textarea class="comment-text"></textarea><br />
<h3>Preview</h3>
<div class="preview">
</div>
<p>
    <button class="add-comment">Add comment</button>
    <a class="formatting" href="<%= formatting_help_url %>" target="_blank">Wiki Formatting</a>
</p>