[devel-7 : fix and links in range.pl to include titlehash ganesh**Thu Jan 02 23:09:33 GMT 2003 devel-7 : fix and links in range.pl to include titlehash clean up and add xml header to dist/album-book.thtml add slideshow to dist/album.thtml various changes to dist/slideshow.thtml add album-book and slideshow to files placed in RPM/DEB ] { hunk ./cgi-bin/range.pl 144 - $rangequery.="&style=".&uri_escape($style); + if(defined $query->param('titlehash')) { + $rangequery.="&titlehash=".&uri_escape($query->param('titlehash')); + } + $rangequery.="&style=".&uri_escape($style); hunk ./dist/album-book.thtml 1 - - - - - - -Digital Camera pictures - - + + + + + + + + + + +Pictures + + hunk ./dist/album-book.thtml 17 - - - + + + hunk ./dist/album-book.thtml 21 - - + + hunk ./dist/album-book.thtml 25 -Downwards  -Downwards (fixed width)  -Across -Slideshow +Downwards  +Downwards (fixed width)  +Across +Slideshow hunk ./dist/album-book.thtml 31 - - -$title - + + +$title + hunk ./dist/album-book.thtml 36 - - - + + + hunk ./dist/album-book.thtml 40 -Previous $maxitems items -Next $maxitems items -

- - +Previous $maxitems items +Next $maxitems items +

+ + hunk ./dist/album.thtml 20 -$description ($photocount photos) : +$description ($photocount photos) : hunk ./dist/album.thtml 24 +Slideshow hunk ./dist/debian/rules 53 - for d in album downwards downwards-fixedwidth across ; do install -m 644 dist/$$d.thtml $(rootdir)/etc/photopub/templates/$$d.thtml ; echo /etc/photopub/templates/$$d.thtml >> $(rootdir)/DEBIAN/conffiles ; done + for d in album album-book downwards downwards-fixedwidth across slideshow ; do install -m 644 dist/$$d.thtml $(rootdir)/etc/photopub/templates/$$d.thtml ; echo /etc/photopub/templates/$$d.thtml >> $(rootdir)/DEBIAN/conffiles ; done hunk ./dist/redhat/photopub.spec 69 -for d in album downwards downwards-fixedwidth across +for d in album album-book downwards downwards-fixedwidth across slideshow hunk ./dist/slideshow.thtml 3 + hunk ./dist/slideshow.thtml 8 -Slideshow of $range, Page $page +Slideshow of +<iftitle>$title</iftitle><ifnotitle>$range</ifnotitle>, +Page $page hunk ./dist/slideshow.thtml 26 -

Pictures from $range

+

+ $title + Pictures from $range +

hunk ./dist/slideshow.thtml 45 - + hunk ./dist/slideshow.thtml 55 - - Previous Photo - - hunk ./dist/slideshow.thtml 56 - hunk ./dist/slideshow.thtml 62 - - Next Photo - - hunk ./dist/slideshow.thtml 63 - }