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

Contents of /messaging/newsportal/poll.php

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 (22 years, 5 months ago) by wakaba
Branch: suika, MAIN
CVS Tags: initial, HEAD
Changes since 1.1: +0 -0 lines

1 wakaba 1.1 <?
2     $url=explode("/",$PATH_INFO);
3     $group=$url[1];
4     include "config.inc";
5     $title.= ' - '.$group;
6     include "body.inc"; ?>
7    
8     <a name="top"></a>
9     <h1 align="center"><?php echo $group; ?></h1>
10    
11     <p>Lese Overview- und Artikeldaten ein...</p>
12    
13     <?
14     include("$file_newsportal");
15     $ns=OpenNNTPconnection($server,$port);
16     flush();
17     if ($ns != false) {
18     $headers = readOverview($ns,$group,1,true);
19     closeNNTPconnection($ns);
20     }
21     ?>
22    
23     <p align="right"><a href="#top"><? echo $text_thread["button_top"];?></a></p>
24    
25     <? include "footer.inc"; ?>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24