<<_INCLUDE t1.ic>> <<_GLOBAL>> global _size = 0; global _fullsize = 0; global _fileCount = 0; global base; global _reporter = 0; global footer1 = "

<>

<<_IF ((image = album.getOption("main picture")) != "")>> <>

<> <> <<_DO_TEMPLATE tree [album, root]>>

All pictures

This page was made with ABCD. For help in navigating, click here <> <<_WRITE base + "/index.html">> <> <> This template is called recursively to make the folder tree <<_TEMPLATE tree(album, folder)>> <<_IF (folder.getName() != "root")>>

  • <>
  • <> <> This template makes the page for each folder <<_TEMPLATE folder(album, folder)>> <> <> <<album.getOption("Title");>> <<folder.getName();>>

    Contents of <>

    <>

    <>

    Photos:

    Categories:

    <<_LOOP FOR parent IN folder.getParents()>> Up to parent directory <>
    <> Back to main page
    <> <<_WRITE base + "/" + folder.pathNoRoot() + "/index.html"; folder.pathNoRoot()>> <> This template makes a page with all the pictures <<_TEMPLATE all(album)>> <> <> <<album.getOption("Title");>>; All photos

    All photos

    <<_LOOP FOR photo IN album.getAll().getContents()>> <<_IF (photo.count() > 0)>>
    <<_LOOP FOR ref IN photo.allRefs()>> <<_IF (ref.getFolder().getPath() != "All")>> <> <>
    <> <>
    <> <>

    <<_WRITE base + "/all.html"; "all.html">> <> <<_TEMPLATE video(album, video, prev, next)>> <> <> <<_TEMPLATE photo(album, photo, prev, next)>> <> <> <> <<album.getOption("Title") + photo.getName();>>;

    <>

    <<(prev == null) ? "<-previous" : "<-previous";>> Parent <<(next == null) ? "next->" : "next->";>>


    <>

    <>

    <>

    <<_IF (photo.count() > 1)>>

    Other locations for this photo:

    <<_LOOP FOR ref IN photo.allRefs()>> <> <<_IF ((p1 != path) && (p1 != "All"))>> <>
    <> <> <>

    <> <<_WRITE base + "/" + photo.getFolder().pathNoRoot() + "/" + photo.bareName() + ".html"; photo.bareName() + ".html">> <> <<_TEMPLATE css(album)>> <> <> <<_IF (background)>> <> body { background-image: url(pictures/background.jpg); background-attachment: fixed; } <> .back { font-style: oblique; text-align: center;} h1 { font-family: Garamond, "Times New Roman", serif; font-size: 200%; } img.folderPic {float: right;} table.all {float: left; width: 330;} table.folderPic {float: left; width: 220; height: 150;} td.thumb {width: 100px; height: 105px} .clear {clear: both;} <<_WRITE base + "/abcd.css"; "">> <>