File: markup.ezt

package info (click to toggle)
viewcvs 0.9.2%2Bcvs.1.0.dev.2004.07.28-4.1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,452 kB
  • ctags: 1,355
  • sloc: python: 10,100; cpp: 840; ansic: 763; yacc: 526; sh: 163; makefile: 115
file content (54 lines) | stat: -rw-r--r-- 1,223 bytes parent folder | download | duplicates (2)
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
[# setup page definitions]
  [define location][rootname][if-any where]: [where][end][end]
  [define page_title][cfg.general.main_title] - markup - [location][end]
  [define help_href][docroot]/help_rootview.html[end]
[# end]

[include "include/header.ezt" "markup"]

<div class="vc_summary">
File: [nav_file]

(<a href="[download_href]"><b>download</b></a>)
[if-any download_text_href](<a href="[download_text_href]"><b>as text</b></a>)[end]

<br>

[if-any log]
  Revision: <b>[rev]</b>[if-any vendor_branch] <i>(vendor branch)</i>[end],
  <i>[date_str]</i> ([ago] ago) by <i>[author]</i>
  
  [if-any branches]
    <br>Branch: <b>[branches]</b>
  [end]
  [if-any tags]
    <br>CVS Tags: <b>[tags]</b>
  [end]
  [if-any branch_points]
    <br>Branch point for: <b>[branch_points]</b>
  [end]
  [is roottype "cvs"]
    [if-any changed]
      <br>Changes since <b>[prev]: [changed] lines</b>
    [end]
  [end]
  [is roottype "svn"]
    <br>File size: [size] byte(s)
  [end]
  [is state "dead"]
    <br><b><i>FILE REMOVED</i></b>
  [end]
  <pre class="vc_log">[log]</pre>
[else]
  Revision: <b>[rev]</b><br>
  [if-any tag]
    Tag: <b>[tag]</b><br>
  [end]
[end]
</div>

<hr noshade>

[markup]

[include "include/footer.ezt"]