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

Annotation of /templates/Careers-OpenPositions.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (hide annotations)
Tue Apr 10 11:02:52 2001 UTC (23 years ago) by dpavlin
Branch: MAIN
Changes since 1.4: +1 -1 lines
position locations in separate table

1 dpavlin 1.1 <p align="center"><b><img src="t/open_position.gif" width="180" height="16"></b></p>
2     <p align="center"><img src="p/00016025.jpg" width="270" height="180" border="1"></p>
3 dpavlin 1.3 {if $positions}
4     <p align="left"><b>Job descriptions</b></p>
5 dpavlin 1.1 <hr width="100%" size="1">
6 dpavlin 1.3 {/if}
7 dpavlin 1.1
8     {section name=p loop=$positions}
9    
10     <p>Position Title: {$p/positions.title}</p>
11 dpavlin 1.5 <!-- <p>Job Code: {$p/positions.job_code}</p> -->
12 dpavlin 1.1 <p>Department: {$p/positions.department}</p>
13     <p>Location: {$p/positions.location}</p>
14     <p>Description: {$p/positions.description}</p>
15     <p>Education/Skills
16     Required: {$p/positions.edu_req}</p>
17     <p>Qualifications
18     Required: {$p/positions.qual_req}</p>
19 dpavlin 1.2
20     <a href="careers.php?part=ApplicationForm&position={$p/positions.num}"><img src="t/apply_now_0.gif" width="84" height="21" border="0" alt="Apply Now"></a>
21    
22 dpavlin 1.1 <hr width="100%" size="1">
23    
24 dpavlin 1.2 {sectionelse}
25    
26 dpavlin 1.4 <p align="center">
27     <b>No positions are currently available.</b>
28     </p>
29 dpavlin 1.2
30 dpavlin 1.1 {/section}
31    
32     Feel free to contact us for further information:
33 dpavlin 1.2 <a href="mailto:careercenter@pliva.hr">careercenter@pliva.hr</a>
34 dpavlin 1.1 </form>

  ViewVC Help
Powered by ViewVC 1.1.26