source: trunk/SRC/Documentation/idldoc/templates/dir-overview.tt @ 191

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

debug + new xxx

File size: 1.7 KB
Line 
1
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
5<!-- Generated by IDLdoc [% version %] on [% date %] -->
6
7<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
8  <head>
9    <title>[% directory %] ([% title %])</title>
10
11    [% IF embed %]
12    <style type="text/css" media="all">
13         [% INCLUDE css_location %]
14    </style>   
15    <style type="text/css" media="print">
16         [% INCLUDE print_css_location %]
17    </style>
18    [% ELSE %]
19    <link rel="stylesheet" type="text/css" href="[% root %]main_files.css" media="all"/>
20    <link rel="stylesheet" type="text/css" href="[% root %]main_files_print.css" media="print"/>
21    [% END %]
22
23    <script type="text/javascript">
24      function setTitle() {
25        parent.document.title="[% directory %] ([% title %])";
26      }
27    </script>
28  </head>
29
30
31  <body onload="setTitle();">
32   
33    [% INCLUDE_TEMPLATE navbar_filename %]
34   
35    <div id="container">
36
37      <h1>Directory overview for [% directory %]</h1>
38 
39      [% comments %]
40
41      [% IF nprofiles gt 0 %]
42      <h2>File summary</h2>
43
44      <dl>
45      [% FOREACH p in profiles %]
46        <dt><a href="[% p.url %]">[% p.name %]</a></dt>
47        <dd>[% p.comment %]</dd>
48      [% END %]
49      </dl>
50      [% END %]
51
52      [% IF nsavfiles gt 0 %]
53      <h2>SAV files</h2>
54     
55      <dl>
56        [% FOREACH s IN savfiles %]
57        <dt><a href="[% s.url %]" target="file_frame">[% s.name %]</a></dt>[% END %]
58      </dl>
59      [% END %]
60
61      [% IF footer NE '' %]<div id="footer">[% INCLUDE footer %]</div>[% END %]
62
63      [% INCLUDE_TEMPLATE tagline_filename %]
64     
65    </div>
66   
67  </body>
68</html>
Note: See TracBrowser for help on using the repository browser.