Added lot of junk laying around on harvie.cz
[mirrors/Programs.git] / php / stredni-php / redakce / redakce.php
diff --git a/php/stredni-php/redakce/redakce.php b/php/stredni-php/redakce/redakce.php
new file mode 100755 (executable)
index 0000000..de05b71
--- /dev/null
@@ -0,0 +1,41 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
+\r
+<html>\r
+<head>\r
+<meta http-equiv="content-type" content="text/html"; charset="utf-8">\r
+<title>Redakce - (c) 2oo6 - Harvie</title>\r
+<meta http-equiv="cache-control" content="no-cache" />\r
+\r
+</head>\r
+\r
+<body>\r
+\r
+<div class="form">\r
+<form action="edit.php" method="post">\r
+               Login: <input type="text" name="user" size="25"><br>\r
+               Password: <input type="password" name="password" size="25"><br>\r
+\r
+               Soubor:\r
+               <select name="file" size="10">\r
+\r
+               <?\r
+               $soubory=opendir('.'); \r
+               while (false!==($file = readdir($soubory))) \r
+               { \r
+                               if ($file != "." && $file != "..") \r
+                               { \r
+                                               echo "<option value=\"" .$file."\">".$file."</option>\n"; \r
+                               } \r
+               }\r
+               closedir($soubory); \r
+               ?>\r
\r
+               </select>\r
+               \r
+               <input type="submit" value="EDIT">\r
+               \r
+</form>\r
+</div>\r
+\r
+</body>\r
+</html>\r
This page took 0.133121 seconds and 4 git commands to generate.