| 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"; ?> |