[geeklog-cvs] geeklog-1.3/public_html/layout/professional/comment commentwrap.thtml,NONE,1.1 comment.thtml,1.1.1.1,1.2 startcomment.thtml,1.1.1.1,1.2 thread.thtml,1.3,1.4

vinny at iowaoutdoors.org vinny at iowaoutdoors.org
Sat Feb 5 00:04:20 EST 2005


Update of /var/cvs/geeklog-1.3/public_html/layout/professional/comment
In directory www:/tmp/cvs-serv9651/public_html/layout/professional/comment

Modified Files:
	comment.thtml startcomment.thtml thread.thtml 
Added Files:
	commentwrap.thtml 
Log Message:
Checking in dynamic comments


Index: startcomment.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/professional/comment/startcomment.thtml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** startcomment.thtml	26 Sep 2004 09:59:55 -0000	1.1.1.1
--- startcomment.thtml	5 Feb 2005 05:04:18 -0000	1.2
***************
*** 1,2 ****
--- 1,3 ----
+ <script src="{site_url}/dynamic.js" type="text/javascript"></script>
  <div id="commentarea">
  {commentbar}

Index: thread.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/professional/comment/thread.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** thread.thtml	28 Jan 2005 04:49:10 -0000	1.3
--- thread.thtml	5 Feb 2005 05:04:18 -0000	1.4
***************
*** 1,6 ****
! <div style="padding-left: {indent}px">
!   <ul><li>
      <a href="{site_url}/comment.php?mode=display&format=threaded&order={order}&pid={pid}">{title}</a>
      - {lang_authoredby} {start_author_anchortag}{author}{end_author_anchortag} {lang_on} {date}
    </li></ul>
- </div>
--- 1,5 ----
!   <ul style="margin: 0; padding: 0"><li>
!     <span {dynamic_hide} onclick="loadFragmentInToElement('{site_url}/comment.php?mode=fetch&cid={cid}&full=true','{cid}');"><img alt="++" src="{site_url}/images/dynexpand.gif"/></span>
      <a href="{site_url}/comment.php?mode=display&format=threaded&order={order}&pid={pid}">{title}</a>
      - {lang_authoredby} {start_author_anchortag}{author}{end_author_anchortag} {lang_on} {date}
    </li></ul>

Index: comment.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/professional/comment/comment.thtml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** comment.thtml	26 Sep 2004 09:59:55 -0000	1.1.1.1
--- comment.thtml	5 Feb 2005 05:04:18 -0000	1.2
***************
*** 1,3 ****
- <div class="comment" style="padding-left: {indent}px">
      <div class="commenttitle">{title}</div>
      <div>{lang_authoredby}
--- 1,2 ----
***************
*** 5,10 ****
  {date}</div>
      <div style="verticle-align: top">{comments}</div>
!     <div><span {hide_if_preview}>[ <a
! href="{site_url}/comment.php?sid={sid}&pid={pid}&title={title}&type={type}">{lang_replytothis}</a>
! {parent_link} {delete_option}]</span></div>
! </div>
--- 4,6 ----
  {date}</div>
      <div style="verticle-align: top">{comments}</div>
!     <div><span {hide_if_preview}>[ <span {dynamic_hide} onclick="loadFragmentInToElement('{site_url}/comment.php?mode=fetch&cid={cid}&full=false','{cid}');"><img alt="--" src="{site_url}/images/dyncollapse.gif"/> |</span> <a href="{site_url}/comment.php?sid={sid}&pid={pid}&title={title}&type={type}">{lang_replytothis}</a> {parent_link} {delete_option}]</span></div>

--- NEW FILE: commentwrap.thtml ---
<div id="{cid}" class="comment" style="padding-left: {indent}px; padding-top: 4px">
{comment_content}
</div>




More information about the geeklog-cvs mailing list