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

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

revision 1.5 by dpavlin, Fri Mar 2 09:43:21 2001 UTC revision 1.9 by dpavlin, Mon Oct 1 14:05:16 2001 UTC
# Line 23  if ($sub_part == "MIXIS") { Line 23  if ($sub_part == "MIXIS") {
23                  "rnd.php?part=Profile-antiinfectives1",                  "rnd.php?part=Profile-antiinfectives1",
24                  "rnd.php?part=Profile-antiinfectives2"                  "rnd.php?part=Profile-antiinfectives2"
25                  );                  );
26  } elseif ($sub_part == "Pipeline") {  } else {
27          $multi_page=array(          $multi_page=array(
28                  "rnd.php?part=Pipeline-1",                  "rnd.php?part=Azithromycin1",
29                  "rnd.php?part=Pipeline-2"                  "rnd.php?part=Azithromycin2",
30                    "rnd.php?part=Azithromycin3"
31                  );                  );
32  }  }
33    
34  $section=str_replace(".php","",basename($PHP_SELF));  $section=str_replace(".php","",basename($PHP_SELF));
35  $smarty->assign("section",$section);  $smarty->assign("section",$section);
36    
37  $title="R&D";  include("section.inc");
38  $lpic="rnd"; $lext=".gif";  
 $tmp = time() % 2;  
 $mpic="rnd_u".($tmp+1).".gif";  
39  $main_file="./html/";  $main_file="./html/";
40  if (file_exists($main_file.$part.".htm")) {  if (file_exists($main_file.$part.".htm")) {
41          $main_file.=$part.".htm";          $main_file.=$part.".htm";

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.26