[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/comment commentbar.thtml, 1.10, 1.11 commentform.thtml, 1.6, 1.7 commentform_advanced.thtml, 1.6, 1.7 reportcomment.thtml, 1.3, 1.4

Oliver ospiess at qs1489.pair.com
Sun Nov 25 01:59:35 EST 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/comment
In directory qs1489.pair.com:/tmp/cvs-serv10260/comment

Modified Files:
	commentbar.thtml commentform.thtml commentform_advanced.thtml 
	reportcomment.thtml 
Log Message:
XHTML optional updates

Index: commentform.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/comment/commentform.thtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** commentform.thtml	13 Jan 2007 17:48:57 -0000	1.6
--- commentform.thtml	25 Nov 2007 06:59:33 -0000	1.7
***************
*** 5,17 ****
                                                          <td class="alignright"><b>{lang_username}:</b></td>
                                                          <td>
!                                                             <input type="hidden" name="sid" value="{sid}">
!                                                             <input type="hidden" name="pid" value="{pid}">
!                                                             <input type="hidden" name="type" value="{type}">
!                                                             <input type="hidden" name="uid" value="{uid}">{username} [ <a href="{action_url}" rel="nofollow">{lang_logoutorcreateaccount}</a> ]
                                                          </td>
                                                      </tr>
                                                      <tr>
                                                          <td class="alignright"><b>{lang_title}:</b></td>
!                                                         <td><input type="text" name="title" size="32" value="{title}" maxlength="96"></td>
                                                      </tr>
                                                      <tr>
--- 5,17 ----
                                                          <td class="alignright"><b>{lang_username}:</b></td>
                                                          <td>
!                                                             <input type="hidden" name="sid" value="{sid}"{xhtml}>
!                                                             <input type="hidden" name="pid" value="{pid}"{xhtml}>
!                                                             <input type="hidden" name="type" value="{type}"{xhtml}>
!                                                             <input type="hidden" name="uid" value="{uid}"{xhtml}>{username} [ <a href="{action_url}" rel="nofollow">{lang_logoutorcreateaccount}</a> ]
                                                          </td>
                                                      </tr>
                                                      <tr>
                                                          <td class="alignright"><b>{lang_title}:</b></td>
!                                                         <td><input type="text" name="title" size="32" value="{title}" maxlength="96"{xhtml}></td>
                                                      </tr>
                                                      <tr>
***************
*** 24,28 ****
                                                              <select name="postmode">
                                                                  {postmode_options}
!                                                             </select><br>
                                                              <span class="warningsmall">{allowed_html}</span>
                                                          </td>
--- 24,28 ----
                                                              <select name="postmode">
                                                                  {postmode_options}
!                                                             </select><br{xhtml}>
                                                              <span class="warningsmall">{allowed_html}</span>
                                                          </td>
***************
*** 30,34 ****
                                                      {captcha}
                                                      <tr>
!                                                         <td colspan="2"><hr></td>
                                                      </tr>
                                                      <tr>
--- 30,34 ----
                                                      {captcha}
                                                      <tr>
!                                                         <td colspan="2"><hr{xhtml}></td>
                                                      </tr>
                                                      <tr>
***************
*** 39,43 ****
                                                              <li>{lang_instr_line4}</li>
                                                              <li>{lang_instr_line5}</li></ul>
!                                                             <input type="submit" name="mode" value="{lang_preview}">
                                                              {save_option}
                                                          </td>
--- 39,43 ----
                                                              <li>{lang_instr_line4}</li>
                                                              <li>{lang_instr_line5}</li></ul>
!                                                             <input type="submit" name="mode" value="{lang_preview}"{xhtml}>
                                                              {save_option}
                                                          </td>

Index: reportcomment.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/comment/reportcomment.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** reportcomment.thtml	12 Feb 2007 06:53:53 -0000	1.3
--- reportcomment.thtml	25 Nov 2007 06:59:33 -0000	1.4
***************
*** 1,16 ****
! <form action="{site_url}/comment.php" method="POST">
      <div>
          <div id="commentarea">
              {comment}
          </div>
!         <hr>
          <p>
              {lang_report_this}
          </p>
          <p>
!             <input type="hidden" name="cid" value="{cid}">
!             <input type="hidden" name="type" value="{type}">
!             <input type="hidden" name="mode" value="sendreport">
!             <input type="submit" name="sendit" value="{lang_send_report}">
          </p>
      </div>
--- 1,16 ----
! <form action="{site_url}/comment.php" method="post">
      <div>
          <div id="commentarea">
              {comment}
          </div>
!         <hr{xhtml}>
          <p>
              {lang_report_this}
          </p>
          <p>
!             <input type="hidden" name="cid" value="{cid}"{xhtml}>
!             <input type="hidden" name="type" value="{type}"{xhtml}>
!             <input type="hidden" name="mode" value="sendreport"{xhtml}>
!             <input type="submit" name="sendit" value="{lang_send_report}"{xhtml}>
          </p>
      </div>

Index: commentform_advanced.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/comment/commentform_advanced.thtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** commentform_advanced.thtml	13 Jan 2007 17:48:57 -0000	1.6
--- commentform_advanced.thtml	25 Nov 2007 06:59:33 -0000	1.7
***************
*** 6,24 ****
  
                                  {start_block_postacomment}
!                                             <form action="{site_url}/comment.php" method="post" onSubmit='set_postcontent();'>
                                                  <table cellspacing="0" cellpadding="3" width="100%">
                                                      <tr>
                                                          <td class="alignright"><b>{lang_username}:</b></td>
                                                          <td>
!                                                             <input type="hidden" name="sid" value="{sid}">
!                                                             <input type="hidden" name="pid" value="{pid}">
!                                                             <input type="hidden" name="type" value="{type}">
!                                                             <input type="hidden" name="comment" value="">
!                                                             <input type="hidden" name="uid" value="{uid}">{username} [ <a href="{action_url}" rel="nofollow">{lang_logoutorcreateaccount}</a> ]
                                                          </td>
                                                      </tr>
                                                      <tr>
                                                          <td class="alignright"><b>{lang_title}:</b></td>
!                                                         <td><input type="text" name="title" size="32" value="{title}" maxlength="96"></td>
                                                      </tr>
                                                      <tr>
--- 6,24 ----
  
                                  {start_block_postacomment}
!                                             <form action="{site_url}/comment.php" method="post" onsubmit='set_postcontent();'>
                                                  <table cellspacing="0" cellpadding="3" width="100%">
                                                      <tr>
                                                          <td class="alignright"><b>{lang_username}:</b></td>
                                                          <td>
!                                                             <input type="hidden" name="sid" value="{sid}"{xhtml}>
!                                                             <input type="hidden" name="pid" value="{pid}"{xhtml}>
!                                                             <input type="hidden" name="type" value="{type}"{xhtml}>
!                                                             <input type="hidden" name="comment" value=""{xhtml}>
!                                                             <input type="hidden" name="uid" value="{uid}"{xhtml}>{username} [ <a href="{action_url}" rel="nofollow">{lang_logoutorcreateaccount}</a> ]
                                                          </td>
                                                      </tr>
                                                      <tr>
                                                          <td class="alignright"><b>{lang_title}:</b></td>
!                                                         <td><input type="text" name="title" size="32" value="{title}" maxlength="96"{xhtml}></td>
                                                      </tr>
                                                      <tr>
***************
*** 36,42 ****
                                                          <td class="alignright" style="vertical-align:top;"><b>{lang_postmode}:</b></td>
                                                          <td style="vertical-align:top;">
!                                                             <select id="sel_editmode" name="postmode" onChange="change_editmode(this);">
                                                                  {postmode_options}
!                                                             </select><br>
                                                              <span class="warningsmall">{allowed_html}</span>
                                                          </td>
--- 36,42 ----
                                                          <td class="alignright" style="vertical-align:top;"><b>{lang_postmode}:</b></td>
                                                          <td style="vertical-align:top;">
!                                                             <select id="sel_editmode" name="postmode" onchange="change_editmode(this);">
                                                                  {postmode_options}
!                                                             </select><br{xhtml}>
                                                              <span class="warningsmall">{allowed_html}</span>
                                                          </td>
***************
*** 44,48 ****
                                                      {captcha}
                                                      <tr>
!                                                         <td colspan="2"><hr></td>
                                                      </tr>
                                                      <tr>
--- 44,48 ----
                                                      {captcha}
                                                      <tr>
!                                                         <td colspan="2"><hr{xhtml}></td>
                                                      </tr>
                                                      <tr>
***************
*** 53,57 ****
                                                              <li>{lang_instr_line4}</li>
                                                              <li>{lang_instr_line5}</li></ul>
!                                                             <input type="submit" name="mode" value="{lang_preview}">
                                                              {save_option}
                                                          </td>
--- 53,57 ----
                                                              <li>{lang_instr_line4}</li>
                                                              <li>{lang_instr_line5}</li></ul>
!                                                             <input type="submit" name="mode" value="{lang_preview}"{xhtml}>
                                                              {save_option}
                                                          </td>

Index: commentbar.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/comment/commentbar.thtml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** commentbar.thtml	12 Feb 2007 06:53:53 -0000	1.10
--- commentbar.thtml	25 Nov 2007 06:59:33 -0000	1.11
***************
*** 1,23 ****
  <div class="block-divider"> </div>
! <a name="comments"></a>
  <div class="commentbar-line1">
      {story_title} | {num_comments} {lang_comments} | {user_nullname} <a href="{login_logout_url}" rel="nofollow" class="commentbar1">{lang_login_logout}</a>
  </div>
  <div class="commentbar-line2">
!     <form style="display: inline" action="{parent_url}" method="POST">
          <div>
              {hidden_field}
              {order_selector}
              {mode_selector}
!             <input type="submit" value="{lang_refresh}">
!             <input type="hidden" name="type" value="{comment_type}">
          </div>
      </form>
!     <form style="display: inline" action="{site_url}/comment.php" method="POST">
          <div>
!             <input type="hidden" name="sid" value="{sid}">
!             <input type="hidden" name="pid" value="0">
!             <input type="hidden" name="type" value="{comment_type}">
!             <input type="{reply_hidden_or_submit}" name="reply" value="{lang_reply}">
          </div>
      </form>
--- 1,23 ----
  <div class="block-divider"> </div>
! <a id="comments" name="comments"></a>
  <div class="commentbar-line1">
      {story_title} | {num_comments} {lang_comments} | {user_nullname} <a href="{login_logout_url}" rel="nofollow" class="commentbar1">{lang_login_logout}</a>
  </div>
  <div class="commentbar-line2">
!     <form style="display: inline" action="{parent_url}" method="post">
          <div>
              {hidden_field}
              {order_selector}
              {mode_selector}
!             <input type="submit" value="{lang_refresh}"{xhtml}>
!             <input type="hidden" name="type" value="{comment_type}"{xhtml}>
          </div>
      </form>
!     <form style="display: inline" action="{site_url}/comment.php" method="post">
          <div>
!             <input type="hidden" name="sid" value="{sid}"{xhtml}>
!             <input type="hidden" name="pid" value="0"{xhtml}>
!             <input type="hidden" name="type" value="{comment_type}"{xhtml}>
!             <input type="{reply_hidden_or_submit}" name="reply" value="{lang_reply}"{xhtml}>
          </div>
      </form>




More information about the geeklog-cvs mailing list