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

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

revision 1.27 by dpavlin, Tue Apr 30 13:26:33 2002 UTC revision 1.28 by dpavlin, Tue May 7 14:02:33 2002 UTC
# Line 14  if (isset($from)) { Line 14  if (isset($from)) {
14    
15  $sql_where="where $visible_is_true";  $sql_where="where $visible_is_true";
16    
17    unset($menu_item);      // don't modify title in section.inc
18  include("section.inc");  include("section.inc");
19    
20  if ($section == "investor") {  if ($section == "investor") {
# Line 87  if (file_exists(find_html_file("news",$m Line 88  if (file_exists(find_html_file("news",$m
88                  $tmp="$PHP_SELF?start=".($start+10);                  $tmp="$PHP_SELF?start=".($start+10);
89                  if ($days) $tmp.="&days=$days";                  if ($days) $tmp.="&days=$days";
90                  if ($from) $tmp.="&from=$from";                  if ($from) $tmp.="&from=$from";
91                    if ($type) $tmp.="&type=$type";
92                  $smarty->assign(array(                  $smarty->assign(array(
93                          "multi_page_show" => 1,                          "multi_page_show" => 1,
94                          "multi_page_next" => $tmp                          "multi_page_next" => $tmp
# Line 96  if (file_exists(find_html_file("news",$m Line 98  if (file_exists(find_html_file("news",$m
98                  $tmp="$PHP_SELF?start=".($start-10);                  $tmp="$PHP_SELF?start=".($start-10);
99                  if ($days) $tmp.="&days=$days";                  if ($days) $tmp.="&days=$days";
100                  if ($from) $tmp.="&from=$from";                  if ($from) $tmp.="&from=$from";
101                    if ($type) $tmp.="&type=$type";
102                  $smarty->assign(array(                  $smarty->assign(array(
103                          "multi_page_show" => 1,                          "multi_page_show" => 1,
104                          "multi_page_prev" => $tmp                          "multi_page_prev" => $tmp
# Line 104  if (file_exists(find_html_file("news",$m Line 107  if (file_exists(find_html_file("news",$m
107    
108          if (isset($id) && $num_selected == 1) {          if (isset($id) && $num_selected == 1) {
109                  $title.=" : ".$news_type[ $data[0][type] ]." : ".$data[0][title_lc];                  $title.=" : ".$news_type[ $data[0][type] ]." : ".$data[0][title_lc];
110            } else {
111                    $title.=" : ".$news_type[ $data[0][type] ];
112          }          }
113    
   
114          if (isset($days) && $num_selected == 0) {          if (isset($days) && $num_selected == 0) {
115                  $warning = "There are no news for last $days days.";                  $warning = "There are no news for last $days days.";
116          } elseif ($main == "" && $num_selected == 0) {          } elseif ($main == "" && $num_selected == 0) {

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

  ViewVC Help
Powered by ViewVC 1.1.26