/[suikacvs]/messaging/newsportal/extras/frames/topframe.php3
Suika

Contents of /messaging/newsportal/extras/frames/topframe.php3

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sat Dec 1 11:17:31 2001 UTC (24 years, 7 months ago) by wakaba
Branch point for: suika, MAIN
Initial revision

1 wakaba 1.1 <? $title="Newsportal - NNTP<->HTTP Gateway";
2    
3     include "body.inc";
4     include "config.inc"; ?>
5    
6     <table width=100%>
7     <tr>
8     <td><b><? echo $name;?></b></td>
9     <td align=left>
10     [<a target="<? echo $frame_groups;?>" href="index.php3"><? echo $text_thread["button_grouplist"] ?></a>]
11     <? if (!$readonly)
12     echo "[<a target=\"$frame_post\" ";
13     echo "href=\"$file_post?newsgroups=".urlencode($name)."&type=new\">";
14     echo $text_thread["button_write"]."</a>]";
15     ?>
16     </tr>
17     </table>
18    
19     <? include "footer.inc"; ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24