X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=photo-tags.git;a=blobdiff_plain;f=index.php;h=34efdc480c66992d3f578ea421617b727b16f308;hp=3014924484f2de1ddbc4fa3cf40959da0ea277e0;hb=d8bcd598e8ebc02ee3c7e27cd4634bf5678e51f1;hpb=d057c592ea7adea11dd8584570fb70540758343a diff --git a/index.php b/index.php index 3014924..34efdc4 100644 --- a/index.php +++ b/index.php @@ -5,77 +5,238 @@ $webbase=$iniarray["webbase"]; $dbprefix=$iniarray["dbprefix"]; $admin=$iniarray["admin"]; $title=$iniarray["title"]; +$N=$iniarray["pics_per_page"]; /* end parse ini-file */ + +/* parse flags */ +if(isset($_REQUEST["page"])) + $page = intval($_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: + +
+ +
+ +