# Album HTML
::run test ! -d scratch
::run mkdir scratch
::sleep 1
:{write scratch/photopubrc
dir scratch
suffix .jpg
dir scratch
filename info
makealbum all
standard scratch/album.thtml
:}
:{write scratch/info
group 1-5 foo
:}
:{write scratch/album.thtml
$description
:}
:{init
:{albumhtml album=/all style=/standard
foo
:}
:}
::sleep 1
:{write scratch/info
group 1-5 foo
group 6-10 bar
:}
:{write scratch/album.thtml
$description
Previous
Next
:}
:{init
:{albumhtml album=/all style=/standard
foo
Next
:}
:}
::run rm scratch/*
::run rmdir scratch