X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=photo-tags.git;a=blobdiff_plain;f=index.php;h=9e4bc15546a3a6bc1908984faae31c1b06720afa;hp=5f045433d197bff0dca0c7a0c4ca2803b9605271;hb=f67eb9ff75179fa5f2a0d712fdca918308ec17ea;hpb=9d77827195a8057746842bfa307d550d04ed02f9 diff --git a/index.php b/index.php index 5f04543..9e4bc15 100644 --- a/index.php +++ b/index.php @@ -14,78 +14,261 @@ if(isset($_REQUEST["page"])) else $page = 1; +if(isset($_REQUEST["tag"])) + $tags = htmlentities($_REQUEST["tag"]); +else + $tags = ""; + +if(isset($_REQUEST["pic"])) + $pic = intval(htmlentities($_REQUEST["pic"])); +else + $pic = -1; +/* end parse flags */ + +/* The basic layout */ ?> + <?php echo htmlspecialchars($title) ?> - + -
test
+

- - + -
+
+
+ Add tag: + + +
+ Current tags: + +
+ +
+ +