/[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.4 by dpavlin, Mon Mar 5 11:56:12 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>
7        <td valign=center align=left>{$email_to}</td>        <td valign=center align=left><select name=mailto>
8          {html_options values=$email_val output=$email_val}
9          </select>
10          </td>
11      </tr>      </tr>
12      <tr>      <tr>
13        <td valign=center align=left>Full Name</td>        <td valign=center align=left>Full Name</td>
# Line 27  Line 29 
29        </td>        </td>
30        <td valign=center align=left>          <td valign=center align=left>  
31            <select size=1 name=country>            <select size=1 name=country>
32            <option value="" selected>-- Select Your Country --</option>          <option value="" selected>-- Select Your Country --</option>
33            {section name=c loop=$countries}          {section name=c loop=$countries}
34            <option value="{$c/countries.iso}">{$c/countries.name}</option>          <option value="{$c/countries.iso}">{$c/countries.name}</option>
35            {/section}          {/section}
36  </select>  </select>
37   </td>   </td>
38  </tr>  </tr>
# Line 48  Line 50 
50      <p>        <p>  
51        <textarea name=comment rows=5 cols=35></textarea>        <textarea name=comment rows=5 cols=35></textarea>
52       </p>       </p>
53    </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">  
54      &nbsp;      &nbsp;
55      <input type=reset value=Reset name="reset">      <input type=reset value=Reset name="reset"></form>
56    </td>    </td>
57  </tr>  </tr>
 <tr>  
   <td valign=center colspan=2 align="left"> <i> </i></td>  
 </tr>  
 </form>  
 </tbody>  
58  </table>  </table>

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

  ViewVC Help
Powered by ViewVC 1.1.26