/[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.4 by dpavlin, Mon Mar 12 21:19:52 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>
# Line 133  Line 141 
141        <td colspan="2" valign="top">        <td colspan="2" valign="top">
142          <div align="left"><b>Comments:</b>          <div align="left"><b>Comments:</b>
143            <br>            <br>
144            <textarea name="comments" rows=5 cols=55></textarea>            <textarea name="comments" rows=5 cols=40></textarea>
145          </div>          </div>
146        </td>        </td>
147      </tr>      </tr>
148      <tr>      <tr>
149        <td colspan="2" valign="top" align="center"><b>Attach Résumé:</b>        <td colspan="2" valign="top"><b>Attach Résumé:</b>
150          <INPUT TYPE="hidden" name="MAX_FILE_SIZE" value="4000000">          <INPUT TYPE="hidden" name="MAX_FILE_SIZE" value="4000000">
151          <input type="file" name="resume" size=30>          <input type="file" name="resume" size=30>
152          <br><div class="silver">Maximum size of résumé is 4000000 bytes!</div>          <br><div class="silver">Maximum size of résumé is 4000000 bytes!</div>

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

  ViewVC Help
Powered by ViewVC 1.1.26