PLEASE OPEN INDEX.HTML TO VIEW ALBUM
<%
void writePath(File dir, String prefix) {
boolean topLevel = fileVariables.get(dir) == null;
if (!topLevel)
writePath(dir.getParentFile(), prefix + "");
if (!topLevel) out.print("");
if (prefix.length() > 0)
out.print("");
else out.print("");
out.print((topLevel ? album.get("rootName") : dir.getName()) + "/");
}
if (album.get("rootName") == null) album.put("rootName", title);
writePath(imageDirectory, "");
%>
">$bgcolor
$linecolor
$imgcolor
$txtcolor
" x="$labelx" y="$labely">$showlabels
" height="<%
if (thumbh.equals("")) {
if (maxThumbHeight == 404) {
out.print(maxThumbWidth);
} else {
out.print(maxThumbHeight);
}
} else {
out.print(thumbh);
}
%>" crop="$cropThumbs" margin="$topMargin" spacing="$thumbSpacing" hide="$hidethumbs" automove="true"><%
if (chooseThumbPos.equals("top")) {
out.print("true");
} else if (chooseThumbPos.equals("disable")) {
out.print("false");
} else {
out.print(chooseThumbPos);
}
%>
" external="$externalComments">$txt
$exifinfo
"><%
if (download.toString().equals("true")) {
if (engine.isCopyOriginals().toString().equals("true")) {
out.print("this");
} else {
out.print("true");
}
} else {
out.print("false");
}
%>
<%
if (chooseDownload.toString().equals("make button say 'superSize'")) {
out.print("true");
} else {
out.print("false");
}
%>
$margin
$bg
<%
if (customTree.equals("")) {
if (treeactive.toString().equals("false")) {
out.print("false");
} else if (chooseTree.equals("default")) {
out.print("true");
} else {
out.print(resPath+"/bananatree/"+chooseTree);
}
} else {
out.print(resPath+"/bananatree/"+customTree);
}
%>
$slideshow
<%
File template = new File(skinDirectory, "top.htt");
engine.processTemplateFile(template, new File(outputDirectory,"index.html"), current);
File dir = new File(outputDirectory, "slides");
dir.mkdir();
%>
$closeupPath
$commenttext here]]>
<%
import se.datadosen.util.IO;
%>
$fileDate
$imagePath
$thumbPath