/[corp_html]/templates/Careers-ApplicationForm.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/Careers-ApplicationForm.tpl

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

revision 1.5 by dpavlin, Mon Mar 19 10:47:46 2001 UTC revision 1.6 by dpavlin, Tue Apr 10 12:44:04 2001 UTC
# Line 25  Line 25 
25    </tr>    </tr>
26  </table>  </table>
27    
28  <form method="post" action="careers.php?part=Mail" ENCTYPE="multipart/form-data"  <form method="post" action="careers.php?part=Mail" ENCTYPE="multipart/form-data">
29  >  {if $position}
30    <input type=hidden name=sendto value="{$position.sendto}">
31    {/if}
32    <table width="90%" border="0" cellspacing="3" cellpadding="0" align="center">    <table width="90%" border="0" cellspacing="3" cellpadding="0" align="center">
33      <tr>      <tr>
34        <td>{rinput name=first_name desc="First Name:"}</td>        <td>{rinput name=first_name desc="First Name:"}</td>
# Line 103  Line 105 
105            <input type="radio" name="purpose" value="open position" {if $position}checked{/if}>            <input type="radio" name="purpose" value="open position" {if $position}checked{/if}>
106            Interested in            Interested in
107            {if $position}            {if $position}
108                  open position {$position.title} at {$position.location}                  open position: {$position.title} at {$position.location}
109            {else}            {else}
110                  current open position.                  current open position.
111            {/if}            {/if}

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

  ViewVC Help
Powered by ViewVC 1.1.26