26 |
include "body.inc"; |
include "body.inc"; |
27 |
?> |
?> |
28 |
|
|
29 |
<h1 align="center"><? echo $subject; ?></h1> |
<h1><? echo $subject; ?></h1> |
30 |
|
|
31 |
<p align="center"> |
<p> |
32 |
<? |
<? |
33 |
if ((!$readonly) && ($message)) |
if ((!$readonly) && ($message)) |
34 |
echo '[<a href="../../'.$file_post.'?type=reply&id='.urlencode($id). |
echo '[<a href="../../'.$file_post.'?type=reply&id='.urlencode($id). |
35 |
'&group='.urlencode($group).'">'.$text_article["button_answer"].'</a>]'."\n"; |
'&group='.urlencode($group).'">'.$text_article["button_answer"].'</a>]'."\n"; |
36 |
echo '[<a href="../../'.$file_thread.'/'.urlencode($group).'/">'.$group.'</a>]'; |
echo '[<a href="../../'.$file_thread.'/'.urlencode($group).'/">'.$group.'</a>]'; |
37 |
?> |
?> |
46 |
$headers = readOverview($ns,$group,1,$spoolopenmodus); |
$headers = readOverview($ns,$group,1,$spoolopenmodus); |
47 |
$next = $headers[$message->header->id]; |
$next = $headers[$message->header->id]; |
48 |
echo "-".$next->subject."-"; |
echo "-".$next->subject."-"; |
49 |
echo '[<a href="'.$next->number.'.html">Nächster</a>]'; |
echo '[<a href="'.$next->number.'.html">Next</a>]'; |
50 |
*/ |
*/ |
51 |
?> |
?> |
52 |
</p> |
</p> |
53 |
<table border="1" width="100%" cellpadding="5"> |
<table> |
54 |
<tr><td bgcolor="white"> |
<tr><td> |
55 |
|
|
56 |
<? |
<? |
57 |
if (!$message) |
if (!$message) |