/[suikacvs]/messaging/newsportal/thread.php
Suika

Diff of /messaging/newsportal/thread.php

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

revision 1.1 by wakaba, Sat Dec 1 11:17:31 2001 UTC revision 1.2 by wakaba, Sat Dec 1 11:51:33 2001 UTC
# Line 18  Line 18 
18    $title.= ' - '.$group;    $title.= ' - '.$group;
19    include "body.inc"; ?>    include "body.inc"; ?>
20    
21  <a name="top"></a>  <h1 id="top"><?php echo $group; ?></h1>
 <h1 align="center"><?php echo $group; ?></h1>  
22    
23  <p align="center">  <p class="navi">
24  <? if (!$readonly)  <? if (!$readonly)
25    echo '[<a href="../../'.$file_post.'?newsgroups='.urlencode($group).'&amp;type=new">'.$text_thread["button_write"]."</a>] ";    echo '[<a href="../../'.$file_post.'?newsgroups='.urlencode($group).'&amp;type=new">'.$text_thread["button_write"]."</a>] ";
26  echo '[<a href="../../'.$file_groups.'">'.$text_thread["button_grouplist"].'</a>]';  echo '[<a href="../../'.$file_groups.'">'.$text_thread["button_grouplist"].'</a>]';
# Line 45  if ($ns != false) { Line 44  if ($ns != false) {
44          $last=$article_count;          $last=$article_count;
45        }        }
46      }      }
47      echo '<p align="center">';      echo '<p class="page">';
48      showPageSelectMenu(count($headers),$first);      showPageSelectMenu(count($headers),$first);
49      echo '</p>';      echo '</p>';
50    } else {    } else {
# Line 57  if ($ns != false) { Line 56  if ($ns != false) {
56  }  }
57  ?>  ?>
58    
59  <p align="right"><a href="#top"><? echo $text_thread["button_top"];?></a></p>  <p class="backnavi"><a href="#top"><? echo $text_thread["button_top"];?></a></p>
60    
61  <? include "footer.inc"; ?>  <? include "footer.inc"; ?>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24