source: trunk/Documentation/idldoc/templates/idla-navbar.tt @ 69

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

debug + new xxx

File size: 1.3 KB
Line 
1
2<!-- Navbar template takes a structure with the following fields:
3       overview_href :
4       overview_selected :
5       dir_overview_href :
6       dir_overview_selected :
7       categories_href :
8       categories_selected :
9       index_href :
10       index_selected :
11       search_href :
12       search_selected :
13       file_selected :
14       source_href :
15       source_selected :
16       help_href :
17       help_selected :
18       etc_selected :
19
20       prev_file_href :
21       next_file_href :
22
23       view_single_page_href :
24       view_frames_href :
25
26       summary_fields_href :
27       summary_routine_href :
28       details_routine_href :
29
30       title :
31       subtitle :
32       user :
33-->
34
35[% IF ~nonavbar %]
36<table border="0" cellpadding="0" cellspacing="0" width="98%" bgcolor="#F0F0FF" valign="bottom">
37  <tr>
38    <td width="10%">
39<a href="[% prev_file_href %]"><img src="[% root %]prev.gif" border="0" alt="Previous"></a></td>
40    <td width="80%" align="center" valign="center">
41<font size=-1><i>[% title %]</i>: <a href="[% overview_href %]">Overview</a></font></td>
42    <td width="10%" align="right">
43<a href="[% next_file_href%]"><img src="[% root %]next.gif" border="0" alt="Next"></a></td>
44  </tr>
45</table>
46[% END %]
Note: See TracBrowser for help on using the repository browser.