Back arrow Next arrow

Dirhtml Help - Scripts (Document Related)

SectionDescription, Use
/DOCTYPE Replaces the selected <!DOCTYPE... > with a different html specification
(e.g. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">)
/HEAD Text is inserted into the <head> section
(e.g. <link rel="stylesheet" type="text/css" href="mystyle.css">)
/START Text is inserted after the <body> line
(e.g. <p><b>Below is a list of files...</b></p)
/END Text is added at the end of the file, before </body>
(e.g. <p>Email the <i><a href="mailto:me@mydomain.com">webmaster</a></i></p>)
/BODYHEADER Text replaces the <body> line
(e.g. <body background="http://www.mydomain.com/marble.jpg">)
Note: Customizing BODY with css is probably a better solution
/CONTENT_TYPE Replaces the default Content-Type line in the <head> section
(e.g. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-5"/>)
Note: to have no Content-Type, add a blank line with one space
/BEFORE_ANCHORS Text is inserted after the folder table, before the anchor table
/BETWEEN_FILES_AND_FOLDERS    Text is inserted after the folder and anchor tables, before the file table
/BEFORE_SUMMARY Inserts text before the summary statistics at the bottom of the page
(e.g. <p><b>Summary statistics for links on this page:</b></p>)
/SUMMARY_STYLE Inserts text into the the <p> that contains the summary statistics
(e.g. style="font-weight: bold")
/HEADER_STYLE Formats the top table header lines that contain "Files," "Folders" and "Anchors" by default (e.g. class="dark_blue")
Note: Use /ANCHOR_HEADER or /FOLDER_HEADER to define a style for the header line of a particular table (see also /FILE_HEADER_OVERRIDE).

Variables can be used in certain script sections.