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

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

lots of changes - including separating out all language strings
into separate files.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 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# http macros
25#
26# These contain the url without any quotes
27#######################################################################
28
29_httpiconhpeople_ {_httpimg_/h\_people.gif}
30_widthhpeople_ {200}
31_heighthpeople_ {57}
32
33
34#######################################################################
35# page content
36#######################################################################
37
38_pagetitle_ {_textpagetitle_}
39
40_imagethispage_ {_iconhpeople_}
41
42
43_content_ {
44_iconblankbar_
45<table border=0 cellpadding=5>
46<tr><td valign=top>
47_textsawnzdl_
48<br>
49_textstafftable_(width=200)
50</td></tr>
51
52<tr><td valign=top>
53_texttrsaawp_
54<br>
55_textgstable_(width=200)
56</td></tr>
57
58<tr><td valign=top>
59_textaffiliates_
60<br>
61_textaffiliatetable_(width=200)
62</td></tr>
63
64<tr><td valign=top>
65
66_texttpcsp_
67<br>
68_textconttable_(width=200)
69</table>
70}
71
72
73###############################################################################
74# English Language Text Macros
75###############################################################################
76
77
78#moved to english.dm
79
80
81
82
83
84
Note: See TracBrowser for help on using the repository browser.