X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=photo-tags.git;a=blobdiff_plain;f=index.php;h=34efdc480c66992d3f578ea421617b727b16f308;hp=44be53b253318db28df504c1a123749b642537f0;hb=d8bcd598e8ebc02ee3c7e27cd4634bf5678e51f1;hpb=db1b03220d1d9eced86e6177f6787e59e5fd69a5 diff --git a/index.php b/index.php index 44be53b..34efdc4 100644 --- a/index.php +++ b/index.php @@ -14,74 +14,227 @@ 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: + +
+ +
+ +