No need to declare superglobals global
[infodrom.org/www.zeitungsliste.de] / lib / layout.inc
1 <?php
2
3 include_once('extern/rfc822.php');
4
5 function warning($text)
6 {
7   global $cfg;
8   $ret = '<p class="warn"><img src="'.$cfg['basepath'].
9     'achtung.gif" width="33" height="32" alt="Achtung!">&nbsp;&nbsp;';
10   $ret .= $text .'</p>';
11   return $ret;
12 }
13
14 function information($text)
15 {
16   global $cfg;
17   $ret = '<p class="info"><img src="'.$cfg['basepath'].
18     'information.gif" width="31" height="31" alt="Info">&nbsp;&nbsp;';
19   $ret .= $text .'</p>';
20   return $ret;
21 }
22
23 function pageheader()
24 {
25   global $cfg;
26   global $zlist;
27
28   $ret .= '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
29   $ret .= '<html lang="de">';
30   $ret .= '<head>';
31   if (isset($zlist['newspaper']))
32     $ret .= sprintf('<title>Zeitungsliste: %s</title>', $zlist['newspaper']);
33   elseif (isset($zlist['tag']))
34     $ret .= sprintf('<title>Zeitungsliste: Tag %s</title>', $zlist['tag']);
35   else
36     $ret .= '<title>Zeitungsliste</title>';
37   $ret .= '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
38   $ret .= '<meta name="Author" content="joey@infodrom.org (Joey Schulze)">';
39   $ret .= '<meta name="Language" content="de">';
40   
41   if ($zlist['page'] == 'index') {
42     $ret .= '<meta name="Keywords" content="Zeitung, Zeitungen, Liste, Zeitungsliste, Online-Zeitungen, Zeitungen im Web, Forum, Community, '.
43       'Liste aller Zeitungen">';
44     $ret .= sprintf('<link rel="alternate" type="application/rss+xml" title="Zeitungen" href="%szeitungen.rdf">', $cfg['basepath']);
45   } elseif ($cfg['dir'] == 'zeitung') {
46     $ret .= '<meta name="Keywords" content="Zeitung, Zeitungsliste, Online-Zeitung, Zeitung im Web, Forum, Community, '.
47       $zlist['newspaper'] . ', ' . $zlist['city'] . '">';
48   }
49
50   if (is_spider())
51     $ret .= '<meta name="Robots" content="index,follow">';
52   $ret .= '<meta name="Copyright" content="(c) 2008 Information & Consulting">';
53   $ret .= sprintf('<link href="%smain.css" rel="stylesheet" type="text/css">', $cfg['basepath']);
54   $ret .= sprintf('<link rel="icon" href="%sfavicon.ico" type="image/x-icon">', $cfg['basepath']);
55   $ret .= sprintf('<link rel="shortcut icon" href="%sfavicon.ico" type="image/x-icon">', $cfg['basepath']);
56
57   if (isset($zlist['redirect']))
58     $ret .= sprintf('<meta http-equiv="refresh" content="7; URL=%s%s">',
59                     $cfg['home'], $zlist['redirect']);
60
61   $ret .= '</head>';
62
63   if (javascript_ok()) {
64     $ret .= sprintf('<script type="text/javascript" src="%szlist.js"></script>', $cfg['basepath']);
65     $ret .= sprintf('<script type="text/javascript">var zlist_urlbase = "%s";</script>', $cfg['basepath']);
66   }
67
68   $ret .= '<body>';
69   $ret .= '<div class="banner"><h1 class="none"><a href="http://www.debian.org/">Zeitungen online im Netz</a></h1></div>';
70
71   $ret .= '<div class="status">';
72
73   $ret .= '<div class="homestatus"><a href="'.$cfg['home'].'">Home</a>';
74   if ($cfg['path'] != 'contact.html')
75     $ret .= sprintf('&nbsp;&nbsp;&nbsp;<a href="%scontact.html">Kontakt</a>', $cfg['basepath']);
76   if (is_admin() && $cfg['path'] != 'admin.html')
77     $ret .= sprintf('&nbsp;&nbsp;&nbsp;<a href="%sadmin/index.html">Admin</a>', $cfg['basepath']);
78   if (is_spider())
79     $ret .= sprintf('&nbsp;&nbsp;&nbsp;<a href="%ssitemap.html">Sitemap</a>', $cfg['basepath']);
80   $ret .= '</div>';
81
82   if (logged_in()) {
83     if ($cfg['path'] != "logout.html") {
84       $ret .= '<div class="logstatus">';
85       if ($cfg['path'] != "options.html")
86         $ret .= sprintf('<a href="%soptions.html">Einstellungen</a>&nbsp;&nbsp;&nbsp;',
87                         $cfg['basepath']);
88       $ret .= sprintf('<a href="%slogout.html">Abmelden</a>',
89                       $cfg['basepath']);
90       $ret .= '</div>';
91     }
92   } else {
93     if (($cfg['path'] != "login.html" && $cfg['path'] != "activate.html") ||
94         ($cfg['path'] == 'login.html' && isset($_POST['sendnew'])))
95       $ret .= sprintf('<div class="logstatus"><a href="%slogin.html">Anmelden</a></div>',
96                       $cfg['basepath']);
97   }
98   $ret .= sprintf('<div class="userstatus">%s</div>', userstatus());
99   $ret .= '</div>';
100
101   $ret .= '<div class="page">';
102   if ($_SERVER['SERVER_NAME'] == 'www.zeitungsliste.de' && javascript_ok())
103     $ret .= "\n" . load_template('addsense.js');
104
105   return $ret;
106 }
107
108 function layout_page($body)
109 {
110   global $zlist;
111
112   $ret = '<div class="info">';
113   if (is_array($zlist['info'])) {
114     include_once('info.inc');
115     foreach ($zlist['info'] as $func)
116       $ret .= $func();
117   }
118
119   $ret .= '</div>';
120
121   $ret .= '<div class="main">';
122   $ret .= $body;
123   $ret .= '</div>';
124   return $ret;
125 }
126
127 function layout_bookmarks($rel, $title)
128 {
129   global $cfg;
130
131   // Mehr auf http://www.bikeshops.de/Bikeshops/BikeGuide/BikeGuideWertgarantie.asp
132   $bookmarks = array(
133                      array('text' => 'Mister Wong',
134                            'icon' => 'link_misterwong.gif',
135                            'link' => 'http://www.mister-wong.de/index.php?action=addurl&amp;bm_url=@url@&amp;bm_description=@title@'),
136                      array('text' => 'Delicious',
137                            'icon' => 'link_delicious.gif',
138                            'link' => 'http://del.icio.us/post?v=4&amp;noui&amp;url=@url@&amp;title=@title@'),
139                      array('text' => 'Google Bookmarks',
140                            'icon' => 'link_google.gif',
141                            'link' => 'http://www.google.com/bookmarks/mark?op=add&amp;hl=de&amp;bkmk=@url@&amp;title=@title@'),
142                      array('text' => 'Yahoo Web',
143                            'icon' => 'link_yahoo.gif',
144                            'link' => 'http://myweb2.search.yahoo.com/myresults/bookmarklet?u=@url@&amp;t=@title@'),
145                      array('text' => 'Technorati',
146                            'icon' => 'link_technorati.gif',
147                            'link' => 'http://technorati.com/faves?add=@url@'),
148                      array('text' => 'Digg it',
149                            'icon' => 'link_digg.gif',
150                            'link' => 'http://digg.com/submit?phase=2&amp;url=@url@&amp;title=@title@'),
151                      array('text' => 'Yigg',
152                            'icon' => 'link_yigg.gif',
153                            'link' => 'http://yigg.de/neu?action=addurl&amp;exturl=@url@&amp;exttitle=@title@'),
154                      array('text' => 'Taggle',
155                            'icon' => 'link_taggle.gif',
156                            'link' => 'http://taggle.de/addLinkDetails?mAddress=@url@&amp;title=B@title@&amp;submitted=Weiter'),
157                      array('text' => 'Linkarena',
158                            'icon' => 'link_linkarena.gif',
159                            'link' => 'http://www.linkarena.com/linkadd.php?linkName=@title@&amp;linkURL=@url@'),
160                      array('text' => 'OneView',
161                            'icon' => 'link_oneview.gif',
162                            'link' => 'http://www.oneview.de/quickadd/neu/addBookmark.jsf?URL=@url@&amp;title=@title@'),
163                      array('text' => 'folk it',
164                            'icon' => 'link_folkd.gif',
165                            'link' => 'http://www.folkd.com/submit/@url@'),
166                      array('text' => 'Facebook',
167                            'icon' => 'link_facebook.gif',
168                            'link' => 'http://www.facebook.com/sharer.php?u=@url@&amp;title=@title@'),
169                      array('text' => 'Blinklist',
170                            'icon' => 'link_blinklist.gif',
171                            'link' => 'http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=@url@&Description=@title@'),
172                      array('text' => 'Furl',
173                            'icon' => 'link_furl.gif',
174                            'link' => 'http://www.furl.net/storeIt.jsp?t=@title@&u=@url@'),
175                      array('text' => 'Reddit',
176                            'icon' => 'link_reddit.gif',
177                            'link' => 'http://reddit.com/submit?url=@url@&title=@title@'),
178                      array('text' => 'Spurl',
179                            'icon' => 'link_spurl.gif',
180                            'link' => 'http://www.spurl.net/spurl.php?url=@url@&title=@title@'),
181                      array('text' => 'Shadows',
182                            'icon' => 'link_shadows.gif',
183                            'link' => 'http://www.shadows.com/features/tcr.htm?url=@url@&title=@title@'),
184                      array('text' => 'newsvine',
185                            'icon' => 'link_newsvine.gif',
186                            'link' => 'http://www.newsvine.com/_wine/save?popoff=1&u=@url@&tags=&blurb=@title@'),
187                      array('text' => 'CXWeb',
188                            'icon' => 'link_cxweb.gif',
189                            'link' => 'http://www.cxweb.de/login/?action=add&amp;address=@url@&amp;title=@title@'),
190                      array('text' => 'Simpy',
191                            'icon' => 'link_simpy.gif',
192                            'link' => 'http://www.simpy.com/simpy/LinkAdd.do?title=@title@&amp;href=@url@'),
193                      array('text' => 'Ma.Gnolia',
194                            'icon' => 'link_magnolia.gif',
195                            'link' => 'http://ma.gnolia.com/bookmarklet/add?url=@url@&amp;title=@title@&amp;description=&amp;tags='),
196                      array('text' => 'StumbleUpon',
197                            'icon' => 'link_stumbleupon.gif',
198                            'link' => 'http://www.stumbleupon.com/submit?url=@url@&amp;title=@title@'),
199                      array('text' => 'linksilo.de',
200                            'icon' => 'link_linksilo.gif',
201                            'link' => 'http://www.linksilo.de/index.php?area=bookmarks&amp;func=bookmark_new&amp;addurl=@url@&amp;addtitle=@title@'),
202                      array('text' => 'bookmarks.cc',
203                            'icon' => 'link_bookmarkscc.gif',
204                            'link' => 'http://www.bookmarks.cc/bookmarken.php?action=neu&amp;url=@url@&amp;title=@title@'),
205                      );
206
207   $url = $cfg['home'] . $rel;
208
209   $ret = '<div class="social_bookmarks">Lesezeichen: ';
210
211   foreach ($bookmarks as $bm) {
212     $ret .= sprintf('<a href="%s" title="%s"><img src="%sbookmarks/%s" width="16" height="16" alt="%s" name="%s" border="0"></a>',
213                     str_replace(array('@url@', '@title@'),
214                                 array(htmlspecialchars($url), htmlspecialchars($title)),
215                                 $bm['link']),
216                     $bm['text'],
217                     $cfg['basepath'], $bm['icon'], $bm['text'], $bm['text']);
218   }
219
220   $ret .= '</div>';
221
222   return $ret;
223 }
224
225 /*
226  * Add links to the main page for web spider so that they get the entire database
227  */
228 function layout_sitemap()
229 {
230   global $cfg;
231
232   if (!is_spider())
233     header('Location: ' . $cfg['home']);
234
235   $ret = '<h1>Sitemap der Zeitungsliste</h1>';
236
237   $query = 'SELECT tagname FROM tags ORDER BY lower(tagname)';
238
239   $sth = db_query($query);
240
241   if ($sth !== false && pg_num_rows($sth) > 0) {
242     $ret .= '<h3>User-Tags (Merkmale)</h3>';
243     $ret .= '<ul class="gold">';
244
245     for ($i=0; $i < pg_num_rows($sth); $i++) {
246       $row = pg_fetch_array($sth, $i);
247
248       $ret .= sprintf('<li><a href="%stag/%s.html">%s</a></li>',
249                       $cfg['basepath'], urlencode($row['tagname']),
250                       $row['tagname']);
251     }
252
253     $ret .= '</ul>';
254   }
255
256   $query = 'SELECT id,name,city FROM zeitungen WHERE deleted IS false ORDER BY name';
257
258   $sth = db_query($query);
259
260   if ($sth !== false && pg_num_rows($sth) > 0) {
261     $ret .= '<h3>Zeitungen und Magazine</h3>';
262     $ret .= '<ul class="gold">';
263     for ($i=0; $i < pg_num_rows($sth); $i++) {
264       $row = pg_fetch_array($sth, $i);
265
266       $ret .= sprintf('<li><a href="%szeitung/%d.html">%s</a>, %s</li>',
267                       $cfg['basepath'], $row['id'], $row['name'], $row['city']);
268     }
269     $ret .= '</ul>';
270   }
271
272   $query = 'SELECT id,topic FROM topics ORDER BY created';
273
274   $sth = db_query($query);
275
276   if ($sth !== false && pg_num_rows($sth) > 0) {
277     $ret .= '<h3>Diskussionen</h3>';
278     $ret .= '<ul class="gold">';
279     for ($i=0; $i < pg_num_rows($sth); $i++) {
280       $row = pg_fetch_array($sth, $i);
281
282       $ret .= sprintf('<li><a href="%stopic/%d.html">%s</a></li>',
283                       $cfg['basepath'], $row['id'], $row['topic']);
284     }
285     $ret .= '</ul>';
286   }
287
288   return $ret;
289 }
290
291 function layout_showpaper($archived=false)
292 {
293   global $zlist;
294
295   if (!isset($_GET['zeitung']) || !is_numeric($_GET['zeitung']))
296     $ret = warning('Keine Zeitung oder Magazin gefunden.');
297   else {
298     $zid = $_GET['zeitung'];
299     $details = format_newspaper($zid, true);
300     if ($details === false)
301       $ret .= warning('Keine Zeitung oder Magazin gefunden.');
302     else {
303       $zlist['zid'] = $zid;
304       $ret .= $details;
305       if (!$archived) {
306         hits_inc ($zid);
307         $ret .= format_board($zid);
308       } else {
309         $ret .= format_board($zid, $archived);
310       }
311       $ret .= layout_bookmarks(sprintf('zeitung/%d.html', $zid), $zlist['newspaper']);
312     }
313   }
314
315   return $ret;
316 }
317
318 function layout_archive()
319 {
320   global $zlist;
321   global $cfg;
322
323   if (!isset($_GET['archiv']) || !is_numeric($_GET['archiv']))
324     $ret = warning('Keine Zeitung oder Magazin gefunden.');
325   else {
326     $zid = $_GET['archiv'];
327     $details = format_newspaper($zid, true);
328     if ($details === false)
329       $ret .= warning('Keine Zeitung oder Magazin gefunden.');
330     else {
331       $zlist['zid'] = $zid;
332       $ret .= $details;
333
334       $query = sprintf('SELECT id,topic FROM topics ' .
335                        'WHERE zeitung = %d ORDER BY created DESC',
336                        $_GET['archiv']);
337
338       $sth = db_query($query);
339
340       if (!$sth || pg_num_rows ($sth) == 0)
341         $ret .= warning('Kein Archiv gefunden.');
342       else {
343         $ret .= '<p><ul class="gold">';
344         for ($i=0; $i < pg_num_rows ($sth); $i++) {
345           $row = pg_fetch_array($sth, $i);
346           $ret .= sprintf('<li><a href="%stopic/%d.html">%s</a></li>',
347                           $cfg['basepath'], $row['id'], $row['topic']);
348         }
349         $ret .= '</ul></p>';
350       }
351     }
352   }
353
354   return $ret;
355 }
356
357 function layout_showtag()
358 {
359   global $cfg;
360   global $zlist;
361
362   if (!isset($_GET['tag']))
363     $ret = warning('Keine derartiges Merkmal gefunden.');
364   else {
365     $tagname = $_GET['tag'];
366     $ret .= '<h3>Merkmal <span class="tag">' . $tagname . '</span></h3>';
367
368     $query = sprintf("SELECT zeitungen.id,name,count(uid) AS count FROM zeitungen " .
369                      "JOIN zeitung_tags ON zeitung = id " .
370                      "JOIN tags ON tag = tags.id " .
371                      "WHERE tagname = '%s' " .
372                      "GROUP BY zeitungen.id,name ORDER BY count DESC",
373                      pg_escape_string($tagname));
374
375     $sth = db_query($query);
376
377     $zlist['tag'] = htmlspecialchars($tagname);
378     if (!$sth || pg_num_rows ($sth) == 0) {
379       $ret .= warning('Keine Zeitungen oder Magazine mit diesem Merkmal gefunden.');
380       unset($zlist['newspaper']);
381     } else {
382       $headlines = array('Mäßige','Mittelmäßige','Gute','Häufige','Häufigste');
383       $oldtag = -1;
384
385       for ($i=0; $i < pg_num_rows ($sth); $i++) {
386         $row = pg_fetch_array ($sth, $i);
387         $tag = tag_class($row['count']);
388
389         if ($oldtag != $tag) {
390           if ($oldtag != -1)
391             $ret .= '</ul>';
392           $ret .= sprintf('<h3 class="tag%d">%s Bewertungen</h3>', $tag, $headlines[$tag]);
393           $ret .= '<ul class="gold">';
394           $oldtag = $tag;       
395         }
396
397         $ret .= sprintf('<li><a href="%szeitung/%d.html">%s</a></li>',
398                         $cfg['basepath'], $row['id'], $row['name'], $row['city']);
399       }
400       $ret .= '</ul>';
401
402       $ret .= layout_bookmarks(sprintf('tag/%s.html', htmlspecialchars($tagname)), 'Merkmal '.$tagname);
403     }
404   }
405
406   return $ret;
407 }
408
409 function layout_topic()
410 {
411   global $zlist;
412
413   if  (!isset($_GET['topic']) || !is_numeric($_GET['topic']))
414     $ret = warning('Keine passende Diskussion gefunden.');
415   else {
416     $discussion = format_topic($_GET['topic']);
417
418     if (isset($zlist['zid'])) {
419       $ret .= format_newspaper($zlist['zid'], true);
420
421       if ($zlist['archived'])
422         $ret .= '<h3>Abgeschlossene Diskussion</h3>';
423       else
424         $ret .= '<h3>Diskussion</h3>';
425     }
426     $ret .= $discussion;
427     if (isset($zlist['zid']))
428       $ret .= layout_bookmarks(sprintf('topic/%d.html', $zlist['zid']), $zlist['topic']);
429   }
430
431   return $ret;
432 }
433
434 function notfound()
435 {
436   header("HTTP/1.0 404 Not Found");
437
438   return warning('Diese Seite existiert nicht!');
439 }
440
441 function contact_send($topic, $email, $body)
442 {
443   global $cfg;
444
445   $header = array();
446   if (!empty($email)) {
447     if (isset($_SESSION['uid']))
448       $header[] = sprintf('Reply-To: %s <%s>',
449                           strlen($_SESSION['realname'])?$_SESSION['realname']:$_SESSION['nickname'],
450                           $email);
451     else
452       $header[] = 'Reply-To: ' . $email;
453   }
454
455   $body .= "\n\n"
456     ."HTTP_USER_AGENT: " . $_SERVER['HTTP_USER_AGENT'] . "\n"
457     ."REMOTE_ADDR    : " . $_SERVER['REMOTE_ADDR'] . "\n";
458
459   if (isset($_SESSION['uid']))
460     $body .= "Nickname       : " . $_SESSION['nickname'] . "\n";
461
462   $subject = str_replace(array('<', '>', '(', ')', '$', '/', '%', '\\', '#', ';', '&'), '', $topic);
463
464   sendmail($cfg['mailto'], '', $subject, $body, $header);
465 }
466
467 function process_contact()
468 {
469   if ($_SERVER['REQUEST_METHOD'] == 'POST') {
470     if (empty($_POST['topic']))
471       $ret = warning('Sie haben keinen Titel für die Nachricht angegeben!');
472     elseif (empty($_POST['body']))
473       $ret = warning('Sie haben keinen Text der Nachricht angegeben!');
474     elseif (!empty($_POST['email']) && !is_valid_email_address($_POST['email']))
475       $ret = warning('Die angegebene Mail-Adresse ist ungültig.');
476     else {
477       contact_send($_POST['topic'], $_POST['email'], $_POST['body']);
478       $ret = information('Die Nachricht wurde an den Chef geschickt.');
479       $ret .= '<p>Die Bearbeitung kann eine Weile dauern.  Wenn Sie eine '.
480         'Antwort erwarten, sollte diese in den nächsten Tagen an die von '.
481         'Ihnen angegebene Adresse geschickt werden.</p>';
482       return $ret;
483     }
484     $replace = array('topic' => $_POST['topic'],
485                      'email' => $_POST['email'],
486                      'body' => $_POST['body']);
487   } elseif ($_SERVER['REQUEST_METHOD'] == 'GET') {
488     if (isset($_SESSION['email']))
489       $replace = array('email' => $_SESSION['email']);
490     else
491       $replace = array();
492   }
493
494   return load_javascript('contact.js') . load_template('contact.html', $replace);
495 }