X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=photo-tags.git;a=blobdiff_plain;f=index.php;h=4a7bdf48720a6b629bb03ca0b29d027bf0112ea3;hp=018beddc3578929e0915c7f3b23aa5fce66a7f29;hb=26ae9884808f0613d35268818a3b0cd7ed247872;hpb=4849d7271c75cace9faffc1353c22101b84c49bb diff --git a/index.php b/index.php index 018bedd..4a7bdf4 100644 --- a/index.php +++ b/index.php @@ -14,6 +14,11 @@ if(isset($_REQUEST["page"])) else $page = 1; +if(isset($_REQUEST["tag"])) + $tags = htmlentities($_REQUEST["tag"]); +else + $tags = ""; + ?> <?php echo htmlspecialchars($title) ?> @@ -30,6 +35,15 @@ else + +
+
+ Tags: + + +
+
+
@@ -41,27 +55,85 @@ else