Subversion Repositories DevTools

Rev

Rev 1295 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1293 dpurdie 1
[% IF closehead %]
2
</head>
3
<body onLoad="gotoAnchor(cs_load_anchor, cs_reload);">
4
[% END %]
5
 
6
[%# Header HTML code to appear on each screen, after <body> tag. #%]
7
 
8
<table width="100%" border="0">
9
<tr>
10
  <td class="heading">
11
      <a class="heading" href="[% list_url | html_entity %]">[% main_title | html_entity %]</a>
12
  </td>
13
</tr>
14
</table>
15
 
16
[% IF displaymenu != 0 %]
17
<p>
18
<div class="menu">
19
  <a href="[% list_url | html_entity %]">List all open topics</a>
20
  [% IF list_open_topics_in_project_url != "" %]
21
  | <a href="[% list_open_topics_in_project_url | html_entity %]">List open topics in project</a>
22
  [% END %]
23
  | <a href="[% create_topic_url | html_entity %]">Create new topic</a>
24
  [% IF searchlist_enabled != 0 %] | <a href="[% search_url | html_entity %]">Search</a> [% END %]
25
  [% IF help != "" %] | <a href="[% doc_url | html_entity %]/[% help %]">Help</a>[% END %]
26
</div>
27
[% END %]
28
 
29
<hr />