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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Sat Dec 1 11:17:31 2001 UTC (24 years, 7 months ago) by wakaba
Branch: suika, MAIN
CVS Tags: initial, HEAD
Changes since 1.1: +0 -0 lines

1 wakaba 1.1 <? $title="Newsgroup ".$name;
2    
3     include "config.inc"; ?>
4    
5     <head>
6     <title>
7     <? echo "$title, News Group $name"; ?>
8     </title>
9     </head>
10    
11     <frameset rows="40,50%,50%" frameborder=3 border=3 framespacing=0>
12     <frame src="topframe.php3?name=<? echo urlencode($name); ?>" name="topframe" scrolling=no>
13     <frame src="<? echo $file_framethread; ?>?name=<? echo urlencode($name); ?>" name="thread">
14     <frame src="article_blank.php3" name="article">
15     </frameset>
16    
17     <? include "body.inc"; ?>
18     <H1 align="center">Newsgroup <? echo $name; ?></H1>
19    
20     <p>Your Browser doesn't support Frames, but that's no Problem.</p>
21    
22     <UL>
23     <li><a href="<? echo $file_framethread.'?name='.$name; ?>">Read
24     Articles</a></li>
25     <? if (!$readonly)
26     echo "<li><a target=\"$frame_post\" ";
27     echo "href=\"$file_post?newsgroups=".urlencode($name)."&type=new\">";
28     echo $text_thread["button_write"]."</a></li>";
29     ?>
30     </UL>
31    
32     <? include "footer.inc"; ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24