[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/profiles contactauthorform.thtml, 1.8, 1.9 contactuserform.thtml, 1.5, 1.6

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


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

Modified Files:
	contactauthorform.thtml contactuserform.thtml 
Log Message:
XHTML optional updates

Index: contactauthorform.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/profiles/contactauthorform.thtml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** contactauthorform.thtml	13 Jan 2007 17:48:58 -0000	1.8
--- contactauthorform.thtml	25 Nov 2007 06:59:34 -0000	1.9
***************
*** 4,20 ****
          <tr>
              <td class="alignright"><b>{lang_fromname}:</b></td>
!             <td><input type="text" name="from" size="40" maxlength="96" value="{name}"></td>
          </tr>
          <tr>
              <td class="alignright"><b>{lang_fromemailaddress}:</b></td>
!             <td><input type="text" name="fromemail" size="40" maxlength="96" value="{email}"></td>
          </tr>
          <tr>
              <td class="alignright"><b>{lang_toname}:</b></td>
!             <td><input type="text" name="to" size="40" maxlength="96" value="{toname}"></td>
          </tr>
          <tr>
              <td class="alignright"><b>{lang_toemailaddress}:</b></td>
!             <td><input type="text" name="toemail" size="40" maxlength="96" value="{toemail}"></td>
          </tr>
          <tr>
--- 4,20 ----
          <tr>
              <td class="alignright"><b>{lang_fromname}:</b></td>
!             <td><input type="text" name="from" size="40" maxlength="96" value="{name}"{xhtml}></td>
          </tr>
          <tr>
              <td class="alignright"><b>{lang_fromemailaddress}:</b></td>
!             <td><input type="text" name="fromemail" size="40" maxlength="96" value="{email}"{xhtml}></td>
          </tr>
          <tr>
              <td class="alignright"><b>{lang_toname}:</b></td>
!             <td><input type="text" name="to" size="40" maxlength="96" value="{toname}"{xhtml}></td>
          </tr>
          <tr>
              <td class="alignright"><b>{lang_toemailaddress}:</b></td>
!             <td><input type="text" name="toemail" size="40" maxlength="96" value="{toemail}"{xhtml}></td>
          </tr>
          <tr>
***************
*** 24,31 ****
          {captcha}
          <tr>
!             <td colspan="2" class="warning aligncenter"><br>{lang_warning}<br><br>
!                 <input type="hidden" name="sid" value="{story_id}">
!                 <input type="hidden" name="what" value="sendstory">
!                 <input type="submit" value="{lang_sendmessage}">
              </td>
          </tr>
--- 24,31 ----
          {captcha}
          <tr>
!             <td colspan="2" class="warning aligncenter"><br{xhtml}>{lang_warning}<br{xhtml}><br{xhtml}>
!                 <input type="hidden" name="sid" value="{story_id}"{xhtml}>
!                 <input type="hidden" name="what" value="sendstory"{xhtml}>
!                 <input type="submit" value="{lang_sendmessage}"{xhtml}>
              </td>
          </tr>

Index: contactuserform.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/profiles/contactuserform.thtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** contactuserform.thtml	14 Jan 2007 03:29:36 -0000	1.5
--- contactuserform.thtml	25 Nov 2007 06:59:34 -0000	1.6
***************
*** 1,3 ****
! <form action="{site_url}/profiles.php" method="POST" name="contact">
      <table cellspacing="0" cellpadding="0" width="100%" class="plugin">
          <tr>
--- 1,3 ----
! <form action="{site_url}/profiles.php" method="post" name="contact">
      <table cellspacing="0" cellpadding="0" width="100%" class="plugin">
          <tr>
***************
*** 6,18 ****
          <tr>
              <td>{lang_username}</td>
!             <td><input type="text" name="author" size="32" value="{username}" maxlength="32"></td>
          </tr>
          <tr>
              <td>{lang_useremail}</td>
!             <td><input type="text" name="authoremail" size="32" value="{useremail}" maxlength="96"></td>
          </tr>
          <tr>
              <td>{lang_subject}</td>
!             <td><input type="text" name="subject" size="32" maxlength="96" value="{subject}"></td>
          </tr>
          <tr>
--- 6,18 ----
          <tr>
              <td>{lang_username}</td>
!             <td><input type="text" name="author" size="32" value="{username}" maxlength="32"{xhtml}></td>
          </tr>
          <tr>
              <td>{lang_useremail}</td>
!             <td><input type="text" name="authoremail" size="32" value="{useremail}" maxlength="96"{xhtml}></td>
          </tr>
          <tr>
              <td>{lang_subject}</td>
!             <td><input type="text" name="subject" size="32" maxlength="96" value="{subject}"{xhtml}></td>
          </tr>
          <tr>
***************
*** 25,31 ****
                  {lang_nohtml}
                  <div style="padding:5px;">
!                     <input type="hidden" name="what" value="contact">
!                     <input type="hidden" name="uid" value="{uid}">
!                     <input type="submit" value="{lang_submit}">
                  </div>
              </td>
--- 25,31 ----
                  {lang_nohtml}
                  <div style="padding:5px;">
!                     <input type="hidden" name="what" value="contact"{xhtml}>
!                     <input type="hidden" name="uid" value="{uid}"{xhtml}>
!                     <input type="submit" value="{lang_submit}"{xhtml}>
                  </div>
              </td>




More information about the geeklog-cvs mailing list