/[pliva-si]/templates/pisite_nam.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/pisite_nam.tpl

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

revision 1.3 by dpavlin, Tue Sep 18 13:19:36 2001 UTC revision 1.6 by dpavlin, Wed Nov 21 09:16:47 2001 UTC
# Line 1  Line 1 
 {$from}  
   
1  <table width=90% align="center" cellspacing="0" border="0" cellpadding="0">  <table width=90% align="center" cellspacing="0" border="0" cellpadding="0">
2    <form>    <form method="post" action="{$self}">
3      <tr>      <tr>
4        <td valign=center align=left>Za:</td>        <td valign=center align=left>Za:</td>
5        <td valign=center align=left><select name=mailto>        <td valign=center align=left><select name=mailto>
# Line 29  Line 27 
27        </td>        </td>
28        <td valign=center align=left>          <td valign=center align=left>  
29            <select size=1 name=country>            <select size=1 name=country>
30          <option value="" selected>-- Select Your Country --</option>          <option value="" selected>-- Izaberite državo --</option>
31          {section name=c loop=$countries}          {section name=c loop=$countries}
32          <option value="{$c/countries.iso}">{$c/countries.name}</option>          <option value="{$c/countries.iso}">{$c/countries.name}</option>
33          {/section}          {/section}
# Line 49  Line 47 
47      <br>Sporočilo:<br>      <br>Sporočilo:<br>
48        <textarea name=comment rows=5 cols=35></textarea>        <textarea name=comment rows=5 cols=35></textarea>
49       <br><br>Počrnjena polja moraju biti izpolnjena       <br><br>Počrnjena polja moraju biti izpolnjena
50       <input type=submit value=Submit name="submit"> &nbsp;       <input type=submit value="Pošlji" name="submit"> &nbsp;
51      <input type=reset value=Reset name="reset"></form>      <input type=reset value="Zbriši" name="reset">
52    </td>    </td>
53  </tr>  </tr>
54    </form>
55  </table>  </table>

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

  ViewVC Help
Powered by ViewVC 1.1.26