
<!-- *************** -->
<template>
<file>classic.txt</file>
<name>Classic List</name>
<description>HTML table. Displays filename, size and date.</description>
<image_file>classic-320x228.bmp</image_file>
<project>
    <subfolders_in_one_file>0</subfolders_in_one_file>
    <use_date_format>0</use_date_format>
    <recursive_options>4</recursive_options>
    <url_escape>0</url_escape>
</project></template>

<!-- *************** -->
<template>
<file>modern.txt</file>
<name>Modern List</name>
<description>Displays icon, filename, size, file type and date. Folders are shown in the same table with files. This style has icons and media types added in comparison with "Classic".</description>
<image_file>modern-320x228.bmp</image_file>
<project>
    <subfolders_in_one_file>0</subfolders_in_one_file>
    <use_date_format>0</use_date_format>
    <recursive_options>4</recursive_options>
    <url_escape>0</url_escape>
</project></template>

<!-- *************** -->
<template>
<file>sortable.txt</file>
<name>Sortable Modern List</name>
<description>Like Modern, but table can be sorted by filename, size or date using "safe" Javascript.</description>
<image_file>sortable-320x228.bmp</image_file>
<project>
    <subfolders_in_one_file>0</subfolders_in_one_file>
    <use_date_format>1</use_date_format>
    <date_format>%m/%d/%y %H:%M</date_format>
    <recursive_options>4</recursive_options>
    <url_escape>0</url_escape>
</project></template>

<!-- *************** -->
<template>
<file>download.txt</file>
<name>Download List</name>
<description>Displays icon, filename, size, date, approximate download time at 56K/s and MD5 hash. It is like "Modern" but download time column added and type is replaced by MD5.</description>
<image_file>download-320x228.bmp</image_file>
<project>
    <subfolders_in_one_file>0</subfolders_in_one_file>
    <use_date_format>1</use_date_format>
    <date_format>%m/%d/%y</date_format>
    <recursive_options>4</recursive_options>
    <url_escape>0</url_escape>
</project></template>

<!-- *************** -->
<template>
<file>tree.txt</file>
<name>Tree</name>
<description>Static tree of files and folders with icons.</description>
<image_file>tree-320x240.bmp</image_file>
<project>
    <recursion_depth>-1</recursion_depth>
    <recursive_options>2</recursive_options>
    <url_escape>0</url_escape>
</project></template>

<!-- *************** -->
<template>
<file>tree_ec.txt</file>
<name>Expandable / Collapsible Tree</name>
<description>Like "Tree" style, but folder nodes can expand and collapse. Collapsing uses "safe" Javascript.
</description>
<image_file>treeEC-320x240.bmp</image_file>
<project>
    <recursion_depth>-1</recursion_depth>
    <recursive_options>2</recursive_options>
    <url_escape>0</url_escape>
</project></template>

<!-- *************** -->
<template>
<file>sitetree.txt</file>
<name>Website Tree / Map</name>
<description>Website tree, also called website map. Only html files are handled. Instead of file names, HTML titles are used.
</description>
<image_file>siteTree-320x240.bmp</image_file>
<project>
    <recursion_depth>-1</recursion_depth>
    <recursive_options>2</recursive_options>
    <filter>
        <str_files_include>*.?htm?</str_files_include>
    </filter>
    <url_escape>0</url_escape>
</project></template>

<!-- *************** -->
<template>
<file>toc.txt</file>
<name>Framed Table of Contents</name>
<description>Expanding/collapsing Table of Contents supposed to be located in a left frame of a two frame layout. This template creates file "menu.html", the second file "index.html" can be found in the "templates" folder. See Help for more information.</description>
<image_file>toc-320x228.bmp</image_file>
<project>
    <recursion_depth>-1</recursion_depth>
    <recursive_options>2</recursive_options>
    <save>menu.html</save>
    <filter>
        <str_files_include>*.?htm?</str_files_include>
        <str_files_skip>index.html;menu.html</str_files_skip>
    </filter>
    <url_escape>0</url_escape>
</project></template>

<!-- *************** -->
<template>
<file>jsmenuVer.txt</file>
<name>Javascript Dropdown Menu</name>
<description>A classic drop-down vertical menu that resembles Windows Start menu. Uses "safe" Javascript.</description>
<image_file>jsdd-320x240.bmp</image_file>
<project>
    <recursion_depth>-1</recursion_depth>
    <subfolders_in_one_file>1</subfolders_in_one_file>
    <recursive_options>7</recursive_options>
    <filter>
        <str_files_include>*.?htm?</str_files_include>
    </filter>
    <url_escape>0</url_escape>
  </project></template>

<!-- *************** -->
<template>
<file>pda.txt</file>
<name>PDA Download List</name>
<description>HTML file table optimized for a small screen of smartphones, PDAs, palmtop computers, etc.</description>
<image_file>pda-320x240.bmp</image_file>
<project>
    <subfolders_in_one_file>0</subfolders_in_one_file>
    <recursive_options>4</recursive_options>
    <size_units>1</size_units>
    <url_escape>0</url_escape>
</project></template>

<!-- *************** -->
<template>
<file>compact3.txt</file>
<name>Compact 3 Column List</name>
<description>List of files laid out into three columns for the maximum number of files on screen. For downloadable contents.</description>
<image_file>compact-320x228.bmp</image_file>
<project>
    <subfolders_in_one_file>0</subfolders_in_one_file>
    <recursive_options>4</recursive_options>
    <size_units>1</size_units>
    <url_escape>0</url_escape>
</project></template>

<!-- *************** -->
<template>
<file>folder.txt</file>
<name>Recursive Folder Listing</name>
<description>An HTML table with summaries. Suitable for long recursive folder/file tree, for local listings and for printing. Also can be used to make various playlists, as it features local absolute URLs to files.</description>
<image_file>listing-320x228.bmp</image_file>
<project>
    <source>0</source>
    <subfolders_in_one_file>1</subfolders_in_one_file>
    <recursion_depth>-1</recursion_depth>
    <recursive_options>7</recursive_options>
    <use_date_format>0</use_date_format>
    <url_html_escape>0</url_html_escape>
    <shell_mode>2</shell_mode>
    <url_escape>1</url_escape>
  </project></template>

<!-- *************** -->
<template>
<file>xml.txt</file>
<name>XML</name>
<description>XML recursive listing of the folder.</description>
<image_file>xml-320x228.bmp</image_file>
<project>
    <source>0</source>
    <subfolders_in_one_file>1</subfolders_in_one_file>
    <recursion_depth>-1</recursion_depth>
    <recursive_options>2</recursive_options>
    <use_date_format>1</use_date_format>
    <date_format>%m/%d/%y %H:%M:%S</date_format>
    <save>index.xml</save>
    <filter>
        <str_files_skip>index.xml</str_files_skip>
    </filter>
  </project></template>

<!-- *************** -->
<template>
<file>simplelist.txt</file>
<name>Simple Text List</name>
<description>Simple text list of file names, one file/folder name on each row.</description>
<image_file>text-320x240.bmp</image_file>
<project>
    <source>0</source>
    <subfolders_in_one_file>1</subfolders_in_one_file>
    <recursion_depth>0</recursion_depth>
    <save>index.txt</save>
    <filter>
        <str_files_skip>index.txt</str_files_skip>
    </filter>
  </project></template>

<!-- *************** -->
<template>
<file>csv.txt</file>
<name>CSV - Spreadsheet</name>
<description>Directory listing in CSV (comma separated values) format. Most spreadsheet programs, such as Excel or OpenOffice Calc, can open / import CSV files.</description>
<image_file>csv-320x240.bmp</image_file>
<project>
    <source>0</source>
    <subfolders_in_one_file>1</subfolders_in_one_file>
    <recursion_depth>0</recursion_depth>
    <use_date_format>1</use_date_format>
    <date_format>%m/%d/%y %H:%M:%S</date_format>
    <save>index.csv</save>
    <filter>
        <str_files_skip>index.csv</str_files_skip>
    </filter>
  </project></template>
