~ivantis/armagetronad/sty+ct+ivantis

« back to all changes in this revision

Viewing changes to src/doc/navbar.html.m4

  • Committer: ivantis
  • Date: 2008-09-09 21:33:18 UTC
  • Revision ID: ivantis@ivantis.net-20080909213318-k43y6yuq0zd6wbsa
first commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dnl<hr width="100%">
 
2
 
 
3
<table width="90%" align=center>
 
4
<tr>
 
5
 
 
6
define(ELEMENT,dnl
 
7
<td align=center width="$3%">
 
8
[ifelse(SECT,$1,
 
9
<strong>$2</strong> dnl
 
10
,
 
11
<a href="$1.html" target="_top">$2</a>)]
 
12
</td>
 
13
)
 
14
 
 
15
 
 
16
 
 
17
ifelse(DOCSTYLE,web,
 
18
[
 
19
 define([show_windows],yes)
 
20
 define([show_unix],yes)
 
21
 define([show_mac],yes)
 
22
]
 
23
,
 
24
[
 
25
 define([show_windows],no)
 
26
 define([show_unix],no)
 
27
 define([show_mac],no)
 
28
]
 
29
)
 
30
 
 
31
ifelse(DOCSTYLE,windows,[define([show_windows],yes)] )
 
32
ifelse(DOCSTYLE,macosx,[define([show_mac],yes)] )
 
33
ifelse(DOCSTYLE,unix,[define([show_unix],yes)] )
 
34
 
 
35
ELEMENT(index,First Start,15)
 
36
ifelse(show_windows,yes,[ ELEMENT(install_windows,[WINDOWS Installation],15) ] )
 
37
ifelse(show_mac,yes,    [ ELEMENT(install_macosx,[MACOSX Installation],15)   ] )
 
38
ifelse(show_unix,yes,   [ ELEMENT(install_linux,[LINUX Installation],15)     ] )
 
39
ELEMENT(network,Network Play,15)
 
40
ELEMENT(config,Configuration,15)
 
41
ELEMENT(faq,FAQ,10)
 
42
dnl ELEMENT(bugs,Bugs,10)
 
43
dnl ELEMENT(todo,Todo List,10)
 
44
dnl ELEMENT(changelog,Changelog,15)
 
45
ifelse(DOCSTYLE,windows,,ELEMENT(compile,Redistribution,15))
 
46
 
 
47
</tr>
 
48
</table>
 
49
dnl<hr width="100%">
 
50
dnl<br>
 
51