Software /
code /
mercurial-template
Comparison
helptopics.tmpl @ 0:2f78b9100113 draft
Init.
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Mon, 10 Jul 2023 23:41:04 +0700 |
child | 10:ee33ee14040a |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:2f78b9100113 |
---|---|
1 {header} | |
2 <title>Help: {title}</title> | |
3 </head> | |
4 <body> | |
5 <div class="main"> | |
6 <div class="dd-hover menu"> | |
7 <div class="dd-content"> | |
8 <hr /> | |
9 <ul> | |
10 <li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">log</a></li> | |
11 <li><a href="{url|urlescape}graph{sessionvars%urlparameter}">graph</a></li> | |
12 <li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li> | |
13 <li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li> | |
14 <li><a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a></li> | |
15 </ul> | |
16 <hr /> | |
17 <ul> | |
18 {if(subindex, | |
19 '<li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li>', | |
20 '<li class="active">Help</li>' | |
21 )} | |
22 </ul> | |
23 </div> | |
24 {logo} | |
25 </div> | |
26 <main> | |
27 <hr /> | |
28 <h1 class="breadcrumb"><a href="/">Software</a> {pathdef%breadcrumb}</h1> | |
29 | |
30 {searchform} | |
31 | |
32 <table> | |
33 <tr><td colspan="2"><h2><a name="topics" href="#topics">Topics</a></h2></td></tr> | |
34 {topics % helpentry} | |
35 | |
36 {if(earlycommands, ' | |
37 <tr><td colspan="2"><h2><a name="main" href="#main">Main Commands</a></h2></td></tr> | |
38 {earlycommands % helpentry} | |
39 ')} | |
40 | |
41 {if(othercommands, ' | |
42 <tr><td colspan="2"><h2><a name="other" href="#other">Other Commands</a></h2></td></tr> | |
43 {othercommands % helpentry} | |
44 ')} | |
45 </table> | |
46 <p></p> | |
47 <hr /> | |
48 </main> | |
49 </div> | |
50 {logo} | |
51 {banner} | |
52 {footer} |