File: comment_blueprint.html

package info (click to toggle)
python-elements 0.13%2Bsvn20090823.230%2Bdfsg-2.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,208 kB
  • ctags: 444
  • sloc: python: 2,816; makefile: 26; sh: 6
file content (17 lines) | stat: -rw-r--r-- 766 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<input id='##name##-comment' class='i1' type='button' value='Comments (##count##)' onclick='comments_show("##name##");'>
<div id='##name##-content' style='display:none;'>
    <form action='http://elements.linuxuser.at/ref/comment'>
        <input type='hidden' name='action' value='add_comment'>
        <input type='hidden' name='t' value='##name##'>
        <input type='submit' class='i1' value='Add a Comment'>
    </form>
    <table class='comments'>
        ##comments##
    </table>
    <form action='http://elements.linuxuser.at/ref/comment'>
        <input type='hidden' name='action' value='add_comment'>
        <input type='hidden' name='t' value='##name##'>
        <input type='submit' class='i1' value='Add a Comment'>
    </form>
</div>        
<br>