" echo " | "
# TODO: This doesn't work if the filename contains an apostrophe.
# End up with invalid href (broken link) and invalid src
# (broken image).
if ("${option_thumbs}" == "true") then
# Echo the following lines while expanding dollar sign vars
cat <![]() | "
echo "
" if ("${option_thumbs}" == "true") then echo " " echo " $image_file:t" echo " " else # Don't make the image filename clickable either. echo " " echo " $image_file:t" echo " " endif echo " | " echo "|
"
echo " "
if ("${option_thumbs}" == "true") then
# Nothing to do. Don't make captions in albums bigger. Looks too
# clunky with small thumbnails.
else
# Make captions bigger for slideshow. Looks better, especially on
# small screens like mobile devices (tablets, phones, etc.)
echo " "
endif
echo " "
if (-e $caption_file:q) then
cat $caption_file:q
endif
echo " "
if ("${option_thumbs}" == "true") then
# Insert a blank line at the end of the caption to cause tables in album
# to be spaced slightly vertically.
#?? Note: Better to do this via margin-botton of table, so any border
#?? around the entire table would not contain this blank line?
echo " " else echo " " endif echo " " echo " | "
echo "