--- scripts/pgallery/src/libpgallery.sh 2012/09/11 15:40:43 1.4 +++ scripts/pgallery/src/libpgallery.sh 2012/09/11 16:24:46 1.5 @@ -5,7 +5,7 @@ # can do whatever you want with this stuff. If we meet some day, and you think # this stuff is worth it, you can buy me a beer in return Aron Schlesinger # -# $Paefchen: scripts/pgallery/src/libpgallery.sh,v 1.3 2012/08/31 15:52:10 as Exp $ +# $Paefchen: scripts/pgallery/src/libpgallery.sh,v 1.4 2012/09/11 15:40:43 as Exp $ # BIN_CONVERT="/usr/local/bin/convert" @@ -14,9 +14,11 @@ BIN_IMGINFO="/usr/local/bin/imginfo" BIN_SENDMAIL="/usr/sbin/sendmail" BIN_EXIFTRAN="/usr/local/bin/exiftran" BIN_EXIF="/usr/local/bin/exif" +BIN_JPEGINFO="/usr/local/bin/jpeginfo" +BIN_ICONV="/usr/local/bin/iconv" ARGFILE=".htpgallery" -VERSION="pgallery-1.3" +VERSION="pgallery-1.4" # # get_my_path() @@ -141,6 +143,7 @@ body > div.t { border-style: solid; box-shadow: 1px 1px 2px #000000; margin-bottom: -6px; + display: $(test $ARG_NAVI -eq 1 && echo block || echo none); } body > div.t div.center { position: absolute;