If you are reading this, you are already in danger.

Dirhtml script files are divided into sections that start with /SOMETHING, where
/SOMETHING is a script section described in the help file.

In this example, /START shows information about the build at the top of
generated files.  Delete the section if you don't want it.
/HEAD uses css to customize generated files, including a table named "green,"
which the three possible tables use (folders, anchors and files).  Script sections can
be absent, repeated or in random order.

Anything before the first /SOMETHING is ignored, and can be used for comments.  Script
lines that begin with // are comments and ignored.

If you are building files recursively with "All links in one file" and
"Repeat header after sorted folders," you should add the no_top class to
the file table header section.  See the comment in the /TABLEHEADER section below.

/START
<p class="start_style">
<span style="font-size: x-large">%%DIR</span><br />
Files: %%SPEC<br />
Include: %%INCLUDES<br />
Exclude: %%SKIPPED<br />
<span style="font-size: small">%%DATE</span></p>

/DOCTYPE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
/HEAD
<style type="text/css">
A:hover {color:#FFF; background:#00F}
TABLE.green {background: #F1F8EE; border-right: 1px solid; border-top: 1px solid;
   border-bottom: 1px solid; border-color: #000; margin: auto}
TABLE.green TD {border-left: 1px solid; border-color: #000; }
TABLE.green TH {border-left: 1px solid; border-bottom: 1px solid;
   background: #839E99; color: #EEE; border-color: #000; font-weight:bold}
TABLE.green TD.anchor {font-weight: bold; border-top: 1px solid;
   border-bottom: 1px solid; text-align: center; border-color: #000;
   background:#64897C; color: #EEE}
TABLE.green TD.no_left {border-left: 0}
TABLE.green TD.lalign {text-align: left}
TABLE.green TD.center {text-align: center}
TABLE.green.no_top {border-top: 0}
.lgreen {background: #DBE6DD}
.centered {margin: auto}
.start_style {text-align: center; margin-top: 0px; font-weight: bold; font-size: large}
BODY {background: #EEE}
HTML {font-size: small; font-family: sans-serif}
</style>

/TIME_TD
class="no_left"
/ANCHOR_TD
class="anchor"
/ANCHOR_TABLE_TD
class="center"
/TABLEHEADER
<table border="0" cellspacing="0" cellpadding="3" class="green">
// Use the following line if the file is being built recursively with
// "all links in one file" "sorting by folder," and "repeating headers"
// <table border="0" cellspacing="0" cellpadding="3" class="green no_top">
/FILE_TABLE_ROW2
class="lgreen"
/FOLDER_TABLE_HEADER
<table border="0" cellspacing="0" cellpadding="3" class="green">
/FOLDER_TABLE_ROW2
class="lgreen"
/FOLDER_TD
class="lalign"
/ANCHOR_TABLE_HEADER
<table border="0" cellspacing="0" cellpadding="3" class="green">
/ANCHOR_TABLE_ROW2
class="lgreen"
/FILE_HEADER_OVERRIDE
style="border-top: 0px"