/[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.2 by dpavlin, Tue Mar 6 09:02:11 2001 UTC revision 1.3 by dpavlin, Mon Mar 12 14:01:55 2001 UTC
# Line 101  Line 101 
101            <input type="radio" name="purpose" value="scholarship">            <input type="radio" name="purpose" value="scholarship">
102            Interested in scholarship.            Interested in scholarship.
103          <br>          <br>
104            <input type="radio" name="purpose" value="open position">            <input type="radio" name="purpose" value="open position" {if $position}checked{/if}>
105            Interested in current open position.            Interested in
106              {if $position}
107                    open position {$position.title} at {$position.location}
108              {else}
109                    current open position.
110              {/if}
111          <br>          <br>
112            <input type="radio" name="purpose" value="joining PLIVA">            <input type="radio" name="purpose" value="joining PLIVA">
113            Interested in joining PLIVA.            Interested in joining PLIVA.
114          </p>          </p>
115            {if $position}
116            <input type="hidden" name="open_position" value="{$position.title}/{$position.job_code}/{$position.department}/{$position.location}">
117            {/if}
118        </td>        </td>
119      </tr>      </tr>
120      <tr>      <tr>

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

  ViewVC Help
Powered by ViewVC 1.1.26