/[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.2 by dpavlin, Wed Feb 28 14:13:51 2001 UTC revision 1.4 by dpavlin, Sat Mar 3 12:56:33 2001 UTC
# Line 10  $section=str_replace(".php","",basename( Line 10  $section=str_replace(".php","",basename(
10  $smarty->assign("section",$section);  $smarty->assign("section",$section);
11    
12  $title="CAREERS";  $title="CAREERS";
13    if ($menu_item) $title.=" : $menu_item";
14  $lpic="careers"; $lext=".jpg";  $lpic="careers"; $lext=".jpg";
15  $mpic="careers.gif";  $mpic="careers.gif";
16  $main_file="./html/Careers-";  $main_file="./html/Careers-";
# Line 18  if (file_exists($main_file.$part.".htm") Line 19  if (file_exists($main_file.$part.".htm")
19          $main=join('',file($main_file));          $main=join('',file($main_file));
20  } elseif (file_exists("./templates/Careers-".$part.".tpl")) {  } elseif (file_exists("./templates/Careers-".$part.".tpl")) {
21    
22          $sth = $dbh->prepare("select iso,name from countries order by iso");          $sth = $dbh->prepare("select iso,name from countries order by name");
23          $sth->execute();          $sth->execute();
24          while ($row=$sth->fetchrow_hash()) {          while ($row=$sth->fetchrow_hash()) {
25                  $countries[]=$row;                  $countries[]=$row;

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

  ViewVC Help
Powered by ViewVC 1.1.26