source: trunk/gsdl/macros/translang.dm@ 6755

Last change on this file since 6755 was 3724, checked in by kde2, 21 years ago

Submission of Interface Translation Agency

  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1package translang
2
3#######################################################################
4# page content
5#######################################################################
6
7_pagetitle_ {_collectionname_}
8_pagescriptextra_ {}
9_pagebannerextra_ {}
10_pagefooterextra_ {}
11
12_header_ {_cgihead_
13_htmlhead_(background="_httpiconchalk_")_startspacer__navigationbar_
14
15}
16
17_header_[v=1] {_cgihead_
18_htmlhead__navigationbar_
19
20}
21
22_cgihead_{}
23
24_htmlhead_ {
25<html_htmlextra_>
26<head>
27<title>_pagetitle_</title>
28_globalscripts_
29</head>
30
31<body bgcolor="\#ffffff" text="\#000000" link="\#006666"
32 alink="\#cc9900" vlink="\#666633"_1_>
33<font face="Arial,Verdana">
34
35}
36
37# _startspacer_ is a spacer to get past the 10010 graphic. It contains an open
38# <table> tag which must eventually be closed by _endspacer_.
39_startspacer_ {
40<table border=0 cellspacing=0 cellpadding=0 width="100%">
41<tr><td valign=top width=65><img src="_httpimg_/spacer.gif" width="65" height="1" alt="" border="0"></td>
42<td><center><table width="_pagewidth_"><tr><td>
43}
44
45
46
47_footer_ {
48<!-- page footer (\_style:footer\_) -->
49_pagefooterextra_
50</font>
51</table>
52_endspacer__htmlfooter_
53}
54
55_endspacer_ {</center>
56</td></tr></table>
57}
58
59_htmlfooter_ {
60</body>
61</html>
62}
63
64_globalscripts_{
65<script>
66<!--
67_imagescript_
68_pagescriptextra_
69// -->
70</script>
71}
72
73_globalscripts_ [v=1] {
74<script>
75<!--
76_If_(_cgiargx_,_scriptdetach_)
77_pagescriptextra_
78// -->
79</script>
80}
81
82_scriptdetach_ {
83 function close\_detach() \{
84 close();
85 \}
86}
87
88
89#EVERYTHING ABOVE THIS LINE IS A DIRECT COPY FROM STYLE.DM
90#should be able to remove?
91
92_content_ {
93<form method="post" action="_formaction_" accept-charset="UTF-8">
94_formcontent_
95</form>
96}
97
98_imageserch_ { _gsimage_(_gwcgi_?e=_compressedoptions_&a=p&p=query&c=macrop&bl=_cgiargbl_&tlng=_cgiargtlng_,
99 _httpimg_/search.gif, _httpimg_/search.gif, search, _textimageserch_)}
100
101# THINK SHOULD BE USING S.T LIKE THIS ABOVE COS COMPRESSED ARGS CAN CHANGE!
102# _httppagex_(search)
103
104_textimageserch_ {Search Macrofiles}
Note: See TracBrowser for help on using the repository browser.