/[corp_html]/careers.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

Diff of /careers.php

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

revision 1.13 by dpavlin, Wed Apr 11 13:17:41 2001 UTC revision 1.15 by dpavlin, Mon Oct 1 14:05:16 2001 UTC
# Line 6  $smarty = new Smarty; Line 6  $smarty = new Smarty;
6    
7  $smarty->assign( array ( Title=>"Pliva d.d." ) );  $smarty->assign( array ( Title=>"Pliva d.d." ) );
8    
 $section=str_replace(".php","",basename($PHP_SELF));  
 $smarty->assign("section",$section);  
   
9  include("common.inc");  include("common.inc");
10    
11  $title="CAREERS";  include("section.inc");
12  if ($menu_item) $title.=" : $menu_item";  $smarty->assign("section",$section);
13  $lpic="careers"; $lext=".jpg";  
 $mpic="careers.gif";  
14  $main_file="./html/Careers-";  $main_file="./html/Careers-";
15  if (file_exists($main_file.$part.".htm")) {  if (file_exists($main_file.$part.".htm")) {
16          $main_file.=$part.".htm";          $main_file.=$part.".htm";
# Line 25  if (file_exists($main_file.$part.".htm") Line 21  if (file_exists($main_file.$part.".htm")
21    
22          $sql="select num,title,job_code,department,open_position_locations.location as location,description,edu_req,qual_req,open_position_locations.email as sendto          $sql="select num,title,job_code,department,open_position_locations.location as location,description,edu_req,qual_req,open_position_locations.email as sendto
23                  from open_positions,open_position_locations                  from open_positions,open_position_locations
24                  where open_positions.location_id=open_position_locations.id and visible is true";                  where open_positions.location_id=open_position_locations.id and $visible_is_true";
25          if ($part == "ApplicationForm") {          if ($part == "ApplicationForm") {
26                  $sth = $dbh->prepare("select iso,name from countries order by name");                  $sth = $dbh->prepare("select iso,name from countries order by name");
27                  $sth->execute();                  $sth->execute();

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.26