/[corp_html]/templates/contact.tpl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /templates/contact.tpl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dpavlin, Wed Feb 28 14:16:39 2001 UTC revision 1.3 by dpavlin, Fri Mar 2 07:50:11 2001 UTC
# Line 1  Line 1 
1  {$from}  {$from}
2    
3  <table width=90% align="center" cellspacing="0" border="0" cellpadding="0">  <table width=90% align="center" cellspacing="0" border="0" cellpadding="0">
   <tbody>  
4    <form>    <form>
5      <tr>      <tr>
6        <td valign=center align=left>To:</td>        <td valign=center align=left>To:</td>
# Line 27  Line 26 
26        </td>        </td>
27        <td valign=center align=left>          <td valign=center align=left>  
28            <select size=1 name=country>            <select size=1 name=country>
29            <option value="" selected>-- Select Your Country --</option>          <option value="" selected>-- Select Your Country --</option>
30            {section name=c loop=$countries}          {section name=c loop=$countries}
31            <option value="{$c/countries.iso}">{$c/countries.name}</option>          <option value="{$c/countries.iso}">{$c/countries.name}</option>
32            {/section}          {/section}
33  </select>  </select>
34   </td>   </td>
35  </tr>  </tr>
# Line 48  Line 47 
47      <p>        <p>  
48        <textarea name=comment rows=5 cols=35></textarea>        <textarea name=comment rows=5 cols=35></textarea>
49       </p>       </p>
50    </td>               <input type=submit value=Submit name="submit">
 </tr>  
 <tr>  
   <td valign=center colspan=2> </td>  
 </tr>  
 <tr>  
   <td valign=center align=middle colspan=2>  
     <input type=submit value=Submit name="submit">  
51      &nbsp;      &nbsp;
52      <input type=reset value=Reset name="reset">      <input type=reset value=Reset name="reset"></form>
53    </td>    </td>
54  </tr>  </tr>
 <tr>  
   <td valign=center colspan=2 align="left"> <i> </i></td>  
 </tr>  
 </form>  
 </tbody>  
55  </table>  </table>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26