# Range HTML
::run test ! -d scratch
::run mkdir scratch
::sleep 1
:{write scratch/photopubrc
dir scratch
suffix .jpg
dir scratch
filename info
makealbum all
down scratch/downwards.thtml
across scratch/across.thtml
:}
:{write scratch/info
describe 1 bar
:}
:{write scratch/downwards.thtml
$description
:}
::makeimage 100x75 scratch/1.jpg
:{init
:{rangehtml range=/1-5 style=/down
bar
:}
:}
:{write scratch/across.thtml
:}
:{init
:{rangehtml range=/1-5 style=/across
:}
:}
::run rm scratch/*
::run rmdir scratch