/[corp_html]/back/positions/global.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /back/positions/global.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations)
Fri May 18 11:22:10 2001 UTC (23 years ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +0 -3 lines
number is now serial

1 <?
2 $phormationdir = "../phormation";
3 $DB = "pgsql";
4
5 $fields[] = "visible"; $names[] = "Visible";
6 $types[]="type=boolean&default=1";
7
8 $fields[] = "title"; $names[] = "Position Title";
9 $types[]="type=text&width=50&length=100&required=1";
10
11 $fields[] = "job_code"; $names[] = "Job Code";
12 $types[]="type=text&width=5&length=100";
13
14 $fields[] = "department"; $names[] = "Department";
15 $types[]="type=text&width=50&length=100&required=1";
16
17 $fields[] = "location_id"; $names[] = "Location";
18 $types[]="type=fkey&table=open_position_locations&pkey=id&desc=location";
19
20 $fields[] = "expiration";
21 $names[] = "Expiration Date";
22 $types[]="type=date&yearspan=8&default=now";
23
24 $fields[] = "description"; $names[] = "Description";
25 $types[]="type=text&height=10&width=50&length=5000&required=1";
26
27 $fields[] = "edu_req"; $names[] = "Education/Skills Required";
28 $types[]="type=text&height=10&width=50&length=5000&required=1";
29
30 $fields[] = "qual_req"; $names[] = "Qualifications Required";
31 $types[]="type=text&height=10&width=50&length=5000&required=1";
32
33 ?>

  ViewVC Help
Powered by ViewVC 1.1.26