$up_icon Up to $up_dir" >> $index_fn_tmp #fi # Create a link to each directory in this directory. if [[ -n $dirs ]] then echo '
' >> $index_fn_tmp for pd in $dirs do echo " ${folder_icon}$pd " >> $index_fn_tmp done echo '
' >> $index_fn_tmp fi # Start of Table for Picture HTML. cat >> $index_fn_tmp <$footnote
Created by $USER with $ME on $DATE. EOF mv $index_fn_tmp $index_fn ic=$(($ic + 1 )) done if [[ -f ${pifn_pref}1.html ]] && [[ ! -f index.html ]] then ln -s ${pifn_pref}1.html index.html fi echo " " # End of processing for thumbnail picture index page. #################### touch $timestamp_file