source: trunk/gsdl/macros/people.dm@ 931

Last change on this file since 931 was 931, checked in by sjboddie, 24 years ago

tidied up a bit - added icons to language files

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1package people
2
3
4#######################################################################
5# java images/scripts
6#######################################################################
7
8# the _javalinks_ macros are the flashy image links at the top right of
9# the page.
10
11_javalinks_ {_imagehome_}
12_javalinks_ [v=1] {
13_imagehome_<br>
14}
15
16
17#######################################################################
18# icons
19#######################################################################
20
21_iconhpeople_ {<img src="_httpiconhpeople_" width=_widthhpeople_ height=_heighthpeople_}
22
23#######################################################################
24# page content
25#######################################################################
26
27_pagetitle_ {_textpagetitle_}
28
29_imagethispage_ {_iconhpeople_}
30
31
32_content_ {
33_iconblankbar_
34<table border=0 cellpadding=5>
35<tr><td valign=top>
36_textsawnzdl_
37<br>
38_textstafftable_(width=200)
39</td></tr>
40
41<tr><td valign=top>
42_texttrsaawp_
43<br>
44_textgstable_(width=200)
45</td></tr>
46
47<tr><td valign=top>
48_textaffiliates_
49<br>
50_textaffiliatetable_(width=200)
51</td></tr>
52
53<tr><td valign=top>
54
55_texttpcsp_
56<br>
57_textconttable_(width=200)
58</table>
59}
60
61
62###############################################################################
63# English Language Text Macros
64###############################################################################
65
66
67#moved to english.dm
68
69
70
71
72
73
Note: See TracBrowser for help on using the repository browser.