User`s manual
124
2
script.template.html
<html>
<head>
<script language="JavaScript">
<!---------------
var INDEXDIR = "http://
__HTTP_SERVER_HOST_AND_PORT__/
-wvdoc-01-/Snap/";
var applet =
top.appletFrame.document.SnapSelector;
var count = applet.entrySize();
//-------------->
</script>
</head>
<body>
<table>
<script language="JavaScript">
for(i = 0 ; i < count ; i++){
var time = applet.replace("TIME", i);
var date = applet.replace("DATE", i);
var file =
applet.replace("INFOFILE_E",i);
body = '<tr><td>';
body += '<A HREF="' + INDEXDIR;
body += file + '"
target="imageFrame">';
body += date + '</A> ' + time + '\n';
body += '</td></tr>\n';
document.write(body);}
document.close();
</script>
</table>
</body>
</html>
The script.template.html file is also for
use by the automatic sample page
generation function.
When the user selects one of the groups
displayed in area , the HTTP
conversion server automatically
generates an HTML page.
The generated HTML page displays a
list of the stored images included in the
selected group in area .
Displays the file name.
DIRECTORY
Displays the folder that
contains the file.
DATE
Displays the shooting date.
CAPTION
Displays the specified
caption.
TIME
Displays the shooting time.
■ Display parameters
FILE_NAME