source: trunk/gsdl/macros/tech.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: 801 bytes
Line 
1package technology
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_iconhtech_ {<img src="_httpiconhtech_" width=_widthhtech_ height=_heighthtech_}
22
23#######################################################################
24# page content
25#######################################################################
26
27_pagetitle_ {_textpagetitle_}
28
29_imagethispage_ {_iconhtech_}
30
31
32
33
34
Note: See TracBrowser for help on using the repository browser.