From 866c47ec603595e8fe67da5f0e5d162a70b1f7b4 Mon Sep 17 00:00:00 2001 From: cookie Date: Sun, 6 Nov 2005 17:14:25 +0000 Subject: move files git-svn-id: svn://svn.cccv.de/engel-system@20 29ba0400-6e00-0410-a75a-ca02368028f8 --- nonpublic/news_output.php | 114 ---------------------------------------------- 1 file changed, 114 deletions(-) delete mode 100755 nonpublic/news_output.php (limited to 'nonpublic/news_output.php') diff --git a/nonpublic/news_output.php b/nonpublic/news_output.php deleted file mode 100755 index 9648fc41..00000000 --- a/nonpublic/news_output.php +++ /dev/null @@ -1,114 +0,0 @@ -= 0 ) { -// echo "

Die vorherigen $DISPLAY_NEWS News anzeigen...
"; -//} - -$SQL = "SELECT * FROM `News` ORDER BY 'ID' DESC LIMIT $news_begin,$DISPLAY_NEWS"; -$Erg = mysql_query($SQL, $con); - -// anzahl zeilen -$news_rows = mysql_num_rows($Erg); - -for ($n = 0 ; $n < $news_rows ; $n++) { - - if (mysql_result($Erg, $n, "Treffen") == 0) { - echo "

"; - } else { - echo "

"; - } - echo "".mysql_result($Erg, $n, "Betreff")."
\n"; - - - echo "   ".mysql_result($Erg, $n, "Datum").", "; - echo UID2Nick(mysql_result($Erg, $n, "UID")).""; - // avatar anzeigen? - echo DisplayAvatar (mysql_result($Erg, $n, "UID")); - echo "

\n"; - echo "

".nl2br(mysql_result($Erg, $n, "Text"))."

\n"; - $RefID=mysql_result($Erg, $n, "ID"); - $countSQL="SELECT COUNT(*) from news_comments where Refid = '$RefID'"; - $countErg = mysql_query($countSQL, $con); - $countcom = mysql_result($countErg, 0, "COUNT(*)"); - echo "

$countcom comments

\n\n"; - - -} -//echo "Die nächsten $DISPLAY_NEWS News anzeigen...

\n"; - -echo "
\n\n"; -$rowerg = mysql_query("select * from News", $con); -$rows = mysql_num_rows($rowerg); -$dis_rows = round (($rows / $DISPLAY_NEWS)+0.5); - -Print_Text(5); - -for ($i=1; $i <= $dis_rows; $i++) { - if (!((($i * $DISPLAY_NEWS) - $news_begin) == $DISPLAY_NEWS)) { - echo "$i  "; - } else { - echo "$i  "; - } -} -echo "
"; - -?> - -
-
-

-  - -
- -"> - - - - - - - - - - - - - - - - -
-
- -
-- cgit v1.2.3-70-g09d2