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

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Sun Aug 17 05:38:04 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/layout/gameserver/comment
In directory geeklog_prod:/tmp/cvs-serv32401/public_html/layout/gameserver/comment

Modified Files:
	startcomment.thtml 
Added Files:
	comment.thtml thread.thtml 
Log Message:
Integrated Vincent Furia's new comment code to use templates for comments.


--- NEW FILE: comment.thtml ---
<table width="100%" cellspacing="0" style="margin-left: {indent}">
  <tr><td class="commenttitle">{title}</td></tr>
  <tr><td>{lang_authoredby} {start_author_anchortag}{author}{end_author_anchortag} {lang_on} {date}</td></tr>
  <tr><td valign="top">{comments}</td></tr>
  <tr><td><span {hide_if_preview}>[ <a href="{site_url}/comment.php?sid={sid}&pid={pid}&title={title}&type={type}">{lang_replytothis}</a> {delete_option}]</span></td></tr>
</table>

--- NEW FILE: thread.thtml ---
<div style="margin-left: {indent}">
  <li>
    <a href="{site_url}/comment.php?mode=display&sid={sid}&title={title}&type={type}&order={order}&pid={pid}">{title}</a>
    - Authored by: <a href="{site_url}/users.php?mode=profile&uid={author_id}">{author}</a> on {date}
  </li>
</div>
Index: startcomment.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/gameserver/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	30 Apr 2003 20:53:28 -0000	1.1.1.1
--- startcomment.thtml	17 Aug 2003 09:38:02 -0000	1.2
***************
*** 1,9 ****
! <table border="0" cellpadding="0" cellspacing="0" width="100%">
!   <tr>
!     <td>
!       <table width="100%" border="0" cellspacing="0" cellpadding="3">
!       {comments}
!       </table>
!     </td>
!   </tr>
! </table>
--- 1,4 ----
! <div id="commentarea">
! {commentbar}
! {comments}
! </div>





More information about the geeklog-cvs mailing list