source: trunk/SRC/Documentation/idldoc/templates/index.tt @ 191

Last change on this file since 191 was 69, checked in by smasson, 18 years ago

debug + new xxx

File size: 1.4 KB
Line 
1
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
4
5<!-- Template needs structure with the following fields:
6       version : string containing the IDLdoc version
7       date : string containing date of file creation
8       title : title of the library
9       just_files : true if only one directory, so no directory frame is needed
10-->
11
12<!-- Generated by IDLdoc [% version %] on [% date %] -->
13
14<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
15  <head>
16    <title>[% title %]</title>
17
18    <style type="text/css" media="all">
19      frameset#nav { border-right: 1px dotted #CCCCCC; }
20    </style>
21
22    <link rel="shortcut icon" href="./idldoc.ico"/>
23  </head>
24
25  <frameset cols="20%,80%" border="1">
26    [% IF just_files %]
27    <frame id="nav" src="all-files.html" name="dir_frame"/>
28    [% ELSE %]
29    <frameset id="nav" rows="30%,70%" border="1">
30      <frame src="all-dirs.html" name="dirslist_frame"/>
31      <frame src="all-files.html" name="dir_frame"/>
32    </frameset>
33    [% END %]
34    <frame src="overview.html" name="file_frame"/>
35  </frameset>
36
37  <noframes>
38    <h2>Frame Alert</h2>
39    <p>This document is designed to be viewed using the frames feature. If you
40    see this message, you are using a non-frame-capable web client.</p>
41
42    <p>Link to <a href="overview.html">Non-frame version.</a></p>
43  </noframes>
44
45</html>
Note: See TracBrowser for help on using the repository browser.