blob: b746f7b410a19df2771fab913e4141eb1207ad17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
<!-- help -->
<body class="frame">
<div id="body">
<?% ######################################################################## %?>
<?% BLOCK ItemAsFlat %?>
<tr<?% ' class="two"' IF z mod 2 == 0 %?>>
<td>
<a href="javascript:popupcmd('<?% short %?>',620,670,0)">
<?% long %?> ( <?% short %?> )
</a>
</td>
<td>
<a title="" href="?cmd=<?% short %?>" class="fieldinline">
<?% desc %?>
</a>
</td>
<td class="push">
<a href="javascript:popupcmd('<?% short %?>',620,670,0)">
<img src="images/watch.<?% global.imagetyp %?>" alt="" />
</a>
</td>
</tr>
<?% END %?>
<?% ######################################################################## %?>
<h1>XXV - Version <?% version %?></h1>
<p><?% data.shift %?></p>
<?% IF data.size > 1 %?>
<?% FOREACH zeile IN data %?>
<?% IF verbose;"<!-- Item: ";FOREACH x IN zeile;loop.count - 1;":";x.replace("-"," ");"|";END;"-->";END %?>
<?% short=zeile.0;long=zeile.1;modul=zeile.2;desc=zeile.3 %?>
<?% IF allow(long) %?>
<?% IF !old.defined || modul != old %?>
<?% IF old.defined %?>
</table>
</td>
</tr>
<tr><td class="largebottom"></td></tr>
</table>
<?% END %?>
<table class="largetable" summary="">
<tr><td class="largehead">
<a href="javascript:popup('doc','<?% modul %?>',620,670,0)">
<?% modul %?>
</a>
</td></tr>
<tr>
<td class="largetext" align="left">
<table summary="" width="100%">
<?% z = 1 %?>
<tr height="0"><th width="200" align="left"></th><th></th><th width="40" align="right"></th></tr>
<?% END %?>
<?% PROCESS ItemAsFlat %?>
<?% z = z + 1 %?>
<?% old = modul %?>
<?% END %?>
<?% END %?>
</table>
</td>
</tr>
<tr><td class="largebottom"></td></tr>
</table>
<?% END %?>
</div>
<!-- ###### Seite ###### -->
<div id="sidebar">
<table summary="">
<tr><td class="sidehead"><?% gettext("Search",20) %?></td></tr>
<tr>
<td class="sidetext">
<form method="post" action="?cmd=search">
<input type="text" name="data" size='18' />
</form>
</td>
</tr>
<tr>
<td class="sidebottom"></td>
</tr>
</table>
<p id="sidefooter"> </p>
</div>
<?% INCLUDE header.inc %?>
|