summary refs log tree commit diff stats
path: root/theme/comments.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-19 17:27:03 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-19 17:27:03 -0500
commit24503e3abe705acde2df159aeae61be0d009f92e (patch)
tree8debbd53dcd0db2f5934c5e2af4e697e3787781d /theme/comments.tpl
downloadfourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.gz
fourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.bz2
fourisland-24503e3abe705acde2df159aeae61be0d009f92e.zip
Imported sources
Diffstat (limited to 'theme/comments.tpl')
-rw-r--r--theme/comments.tpl49
1 files changed, 49 insertions, 0 deletions
diff --git a/theme/comments.tpl b/theme/comments.tpl new file mode 100644 index 0000000..ab4e05b --- /dev/null +++ b/theme/comments.tpl
@@ -0,0 +1,49 @@
1<!--<script>
2var idcomments_acct = '150cde7e591dedeb7098b992cc4f382a';
3var idcomments_post_id;
4var idcomments_post_url;
5</script>
6<span id="IDCommentsPostTitle" style="display:none"></span>
7<script type='text/javascript' src='http://www.intensedebate.com/js/genericCommentWrapperV2.js'></script>
8-->
9
10<!--BEGIN COMMENTS-->
11<DIV CLASS="bubble">
12 <BLOCKQUOTE>
13 <DIV>
14 <IMG SRC="http://www.gravatar.com/avatar.php?gravatar_id=<!--COMMENTS.CODEDEMAIL-->&amp;rating=G&amp;size=40&amp;default=<!--CODEDDEF-->">
15 <!--COMMENTS.TEXT-->
16 </DIV>
17 </BLOCKQUOTE>
18 <CITE><STRONG><!--COMMENTS.USERNAME--></STRONG> on <!--COMMENTS.DATE--></CITE>
19
20 <SPAN STYLE="float: right">
21 <A HREF="/vote.php?id=<!--COMMENTS.ID-->&amp;dir=plus&amp;mode=comment" REL="nofollow"><IMG SRC="/theme/images/icons/thumb_up.png"></A>
22 <!--COMMENTS.RATING-->
23 <A HREF="/vote.php?id=<!--COMMENTS.ID-->&amp;dir=minus&amp;mode=comment" REL="nofollow"><IMG SRC="/theme/images/icons/thumb_down.png"></A>
24 </SPAN>
25</DIV>
26<!--END COMMENTS-->
27
28<FORM ACTION="/post.php?id=<!--PAGEID-->" METHOD="POST">
29 <DIV CLASS="bubble">
30 <BLOCKQUOTE>
31 <DIV ID="postBubble">
32 <TEXTAREA ROWS="4" CLASS="comments_field" NAME="comment" COLS="73"></TEXTAREA>
33 </DIV>
34 </BLOCKQUOTE>
35 <CITE><STRONG><!--USERNAME--></STRONG>, feel free to post a comment</CITE>
36 </DIV>
37
38 <CENTER>
39 <!--BEGIN NOLOG-->
40 <!--RECAPTCHA-->
41 <P>
42 Name: <INPUT TYPE="text" NAME="username"><BR>
43 Email: <INPUT TYPE="text" NAME="email"><BR>
44 Website (Optional): <INPUT TYPE="text" NAME="website">
45 <P>
46 <!--END NOLOG-->
47 <INPUT TYPE="submit" VALUE="Post"></INPUT>
48 </CENTER>
49</FORM>