fhiiqm/test/blob_show.php
changeset 38 45c139f74ea4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fhiiqm/test/blob_show.php	Mon Jul 01 14:36:18 2013 +0200
@@ -0,0 +1,32 @@
+<?php
+
+/**
+ * @author Bettina Schwarzer, Fritz-Haber-Institut
+ * @copyright 4/2013
+ */
+
+
+
+?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+	<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+   	<link href="/fhiiqm/css/db.css" rel="STYLESHEET" type="TEXT/CSS"  media="screen"/> 
+   	<link href="/fhiiqm/css/db_print.css" rel="STYLESHEET" type="TEXT/CSS"  media="print"/> 
+	<title>Report Labor Dauerversuch</title>
+</head>
+
+<body>
+<p>Gef&auml;hrdungssymbole</p>
+<?php
+    for ($i = 0; $i<10; $i++)
+    {    
+        $gid = urlencode('3.1');
+        echo "&nbsp;&nbsp;&nbsp;<img name='gefahr'  width='60px' height='60' src=" . "'/fhiiqm/inc/show_img_gef.inc.php?gid=$gid' alt='3.1'>";
+    }        
+
+?>
+</body>
+</html>
\ No newline at end of file