Example #1
0
echo '<br>';
$output = '			<table width=95% align=center class=' . IB_BORDER . ' cellspacing=0 cellpadding=1>
							<tr>
								<td>
									<table width=100% align=center class=' . IB_BACKGROUND . ' cellspacing=0 cellpadding=0>
										<tr>
											<td align=center style="font-size: 9pt;">
												written by <a href="mailto:Jakob@TarnkappenBaum.org" class=blue>Jakob Külzer</a>, dies ist ein Teil von THW-Intern | SQL-Queries : <b>' . $GLOBALS[query_counter] . '</b> | visit <a href="http://www.tarnkappenbaum.org/" class=blue>www.TarnkappenBaum.org</a>
											</td>
										</tr>
									</table>
								</td>
							</tr>
						</table>';
echo $output;
$PhotoViewer->html_footer_plain();
/*	if ($read_report)
	{
				$ReportReader = new Page('Bericht lesen', $area, 0, DEFAULT_STYLESHEET, $db, 0);
				$ReportReader->html_header_plain();

				$menu = array();
				$menu[0][link] = "$PHP_SELF";
				$menu[0][text] = 'Zurück zur Berichtübersicht';

				$ReportReader->pagetitle('Bericht lesen', $menu);

				$sql = "select id, description from " . DB_PHOTOS . " where report_id = $read_report order by priority desc";
				$tmp = $db->query($sql);
				if ($db->num_rows($tmp))
				{