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

vinny at iowaoutdoors.org vinny at iowaoutdoors.org
Sat Feb 5 21:15:19 EST 2005


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

Modified Files:
	comment.thtml commentwrap.thtml thread.thtml 
Log Message:
Fixed problem with anonymous viewing dynamic comments, fixed some w3c 
validation problems.


Index: thread.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/professional/comment/thread.thtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** thread.thtml	5 Feb 2005 05:04:18 -0000	1.4
--- thread.thtml	6 Feb 2005 02:15:17 -0000	1.5
***************
*** 1,4 ****
    <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}
--- 1,4 ----
    <ul style="margin: 0; padding: 0"><li>
!     <span {dynamic_hide} onclick="loadFragmentInToElement('{site_url}/comment.php?mode=fetch&cid={cid}&full=true','c{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}

Index: comment.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/professional/comment/comment.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** comment.thtml	5 Feb 2005 05:04:18 -0000	1.2
--- comment.thtml	6 Feb 2005 02:15:17 -0000	1.3
***************
*** 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>
--- 4,6 ----
  {date}</div>
      <div style="verticle-align: top">{comments}</div>
!     <div><span {dynamic_hide} onclick="loadFragmentInToElement('{site_url}/comment.php?mode=fetch&cid={cid}&full=false','c{cid}');"><img alt="--" src="{site_url}/images/dyncollapse.gif"/></span> <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>

Index: commentwrap.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/professional/comment/commentwrap.thtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** commentwrap.thtml	5 Feb 2005 05:04:18 -0000	1.1
--- commentwrap.thtml	6 Feb 2005 02:15:17 -0000	1.2
***************
*** 1,3 ****
! <div id="{cid}" class="comment" style="padding-left: {indent}px; padding-top: 4px">
  {comment_content}
  </div>
--- 1,3 ----
! <div id="c{cid}" class="comment" style="padding-left: {indent}px; padding-top: 4px">
  {comment_content}
  </div>




More information about the geeklog-cvs mailing list