Enhance notes option.
[openssl-web.git] / openssl.wml
1 ##
2 ##  openssl.wml -- WML Template for the www.openssl.org website
3 ##  Written by Ralf S. Engelschall <rse@engelschall.com>
4 ##
5 ##  Usage: #use wml::openssl area=<area_name> [page=<page_name>]
6 ##
7
8 #use wml::std::tags
9 #use wml::std::info
10 #use wml::des::navbar
11 #use wml::des::space
12
13 ##
14 ##  The Global Page Layout
15 ##
16
17 #   start of page header
18 [PAGE_HEAD:\
19 <html>
20 <head>
21
22 #   insert information about the webpage
23 <info style=comment domainname="openssl.org"
24       copyright="1998-2013 The OpenSSL Project, http://www.openssl.org/">
25 <info style=meta domainname="openssl.org"
26       copyright="1998-2013 The OpenSSL Project, http://www.openssl.org/">
27
28 #   insert overideable title container
29 <title*>OpenSSL: {#PAGE_TITLE#}</title*>
30 #   predefine it to show errors
31 ..PAGE_TITLE!>>Error: Undefined Title !!<<..
32 #   define override tag
33 <define-tag title endtag=required>
34 ..PAGE_TITLE>>%body<<..
35 </define-tag>
36
37 #   define a style-sheet for adjusting some HTML layouting things
38 #   to conform to some typographically stronger conventions.
39 <style type="text/css"><!--
40 BODY      { position: absolute; left: 0px; top: 0px; background: #666699; }
41 A         { text-decoration: none; font-weight: bold; }
42 A:link    { text-decoration: none; font-weight: bold; color: #666699; }
43 A:visited { text-decoration: none; font-weight: bold; color: #666699; }
44 A:hover   { text-decoration: none; font-weight: bold; color: #666699; text-decoration: underline; }
45 \#red { color: #cc3333; }
46 \#sf  { font-family: arial,helvetica; font-variant: normal; font-style: normal; }
47 \#sfl { font-weight: bold; font-family: arial,helvetica; font-size: 16pt; \
48         line-height: 16pt; font-variant: normal; font-style: normal; }
49 H1    { font-weight: bold; font-size: 18pt; line-height: 18pt; \
50         font-family: arial,helvetica; font-variant: normal; font-style: normal; }
51 H2    { font-weight: bold; font-size: 14pt; line-height: 14pt; \
52         font-family: arial,helvetica; font-variant: normal; font-style: normal; }
53 H3    { font-weight: bold; font-size: 12pt; line-height: 12pt; \
54         font-family: arial,helvetica; font-variant: normal; font-style: normal; }
55 --></style>
56
57 #   end of header and start of physical body
58 #   (use additionally use colors here for older browsers)
59 </head>
60 <body link="#6666cc" alink="#6666cc" vlink="#6666cc" bgcolor="#666699" text="#000000"
61       marginheight=0 leftmargin=0 rightmargin=0 topmargin=0>
62
63 #   now define the page layout by a nested table
64 #   structure consisting of a 5x5 cell grid.
65 <table width=100% cellspacing=0 cellpadding=0 border=0>
66   #   visually: the top line of the page
67   <tr>\
68     <td align=left width=100 bgcolor="#666699"><img src="$(IMG)/page-head-tl.jpg" alt="OpenSSL"></td>\
69     <td align=left colspan=2 width=600 bgcolor="#666699"><img src="$(IMG)/page-head-tm.jpg" alt=""></td>\
70     <td align=right width=20 bgcolor="#666699">&nbsp;&nbsp;&nbsp;</td>\
71     <td align=right width=50 bgcolor="#666699">&nbsp;</td>\
72   </tr>
73   #   visually: the top of the white body with the subnavbar
74   <tr>\
75     <td align=left width=100><img src="$(IMG)/page-head-bl.jpg"></td>\
76     <td align=left width=20><img src="$(IMG)/page-head-bm.jpg"></td>\
77     <td align=left width=100% bgcolor="#ffffff">\
78         {#PAGE_SUBNAVBAR#}\
79     </td>\
80     <td align=right width=20><img src="$(IMG)/page-corner-tr.gif"></td>\
81     <td align=right width=50 bgcolor="#666699">&nbsp;</td>\
82   </tr>
83   #   visually: the left main navigation bar and the white body
84   <tr>\
85     <td align=left valign=top width=100 bgcolor="#666699">{#PAGE_NAVBAR#}</td>\
86     <td align=left valign=top width=20  bgcolor="#ffffff">&nbsp;</td>\
87     <td align=left valign=top bgcolor="#ffffff">\
88         <br>
89         :PAGE_HEAD][PAGE_BODY:
90         {#PAGE_BODY#}
91         :PAGE_BODY][PAGE_FOOT:\
92     </td>\
93     <td align=right width=20 bgcolor="#ffffff">&nbsp;&nbsp;&nbsp;</td>\
94     <td align=right width=50 bgcolor="#666699">&nbsp;</td>\
95   </tr>
96   #   visually: the bottom of the white body
97   <tr>\
98     <td align=left valign=top width=100 bgcolor="#666699">&nbsp;</td>\
99     <td align=left width=20><img src="$(IMG)/page-corner-bl.gif"></td>\
100     <td align=left valign=top bgcolor="#ffffff">&nbsp;</td>\
101     <td align=right width=20><img src="$(IMG)/page-corner-br.gif"></td>\
102     <td align=right width=50 bgcolor="#666699">&nbsp;</td>\
103   </tr>
104   #   visually: the bottom of the page (only for esthetical
105   #   reasons, i.e. the page doesn't end with the white body)
106   <tr>\
107     <td colspan=5 bgcolor="#666699">&nbsp;</td>\
108   </tr>
109 </table>
110
111 #   the physical end of the body
112 </body>
113 </html>
114 :PAGE_FOOT]
115
116 ##
117 ##  The main Navigation Bar [left, vertically]
118 ##
119
120 #   define the navigation bar through a grammar
121 <navbar:define name=navbar imgstar="n:s:s"
122                imgbase="$(IMG)" urlbase="$(ROOT)">
123   #   bar header
124   <navbar:header>
125   </navbar:header>
126   #   button prolog
127   <navbar:prolog>
128     <tr><td>
129   </navbar:prolog>
130   #   the buttons itself
131   <navbar:button id=title    url="."      txt="Title"        img=page-navbar-ti-*.jpg>
132   <navbar:button id=FAQ      url=support/faq.html   txt="FAQ"          img=page-navbar-fq-*.jpg>
133   <navbar:button id=about    url=about/   txt="About"        img=page-navbar-ab-*.jpg>
134   <navbar:button id=news     url=news/    txt="News"         img=page-navbar-ne-*.jpg>
135   <navbar:button id=docs     url=docs/    txt="Documents"    img=page-navbar-do-*.jpg>
136   <navbar:button id=source   url=source/  txt="Source"       img=page-navbar-so-*.jpg>
137   <navbar:button id=contrib  url=contrib/ txt="Contributions" img=page-navbar-co-*.jpg>
138   <navbar:button id=support  url=support/ txt="Support"      img=page-navbar-su-*.jpg>
139   <navbar:button id=related  url=related/ txt="Related"      img=page-navbar-re-*.jpg>
140   #   button epilog
141   <navbar:epilog>
142     </td></tr>
143   </navbar:epilog>
144   #   bar footer
145   <navbar:footer>
146   </navbar:footer>
147 </navbar:define>
148
149 #   and then immediately render it into its layout location
150 #   (Hint: The top and buttom images have to be part of the table
151 #   structure because only this way we can put them 0pt to the
152 #   buttons without a gap)
153 ..PAGE_NAVBAR>>\
154   <table cellspacing=0 cellpadding=0 border=0>\
155     <tr><td><img src="$(IMG)/page-navbar-top.jpg"></td></tr>
156     #   render it!
157     <navbar:render name=navbar select=$(area) $(page:+subselected)>
158     <tr><td><img src="$(IMG)/page-navbar-bot.jpg"><br><p></td></tr>
159   </table>
160 <<..
161
162 ##
163 ##  The Sub Navigation Bar (SNB) [top, horizontally]
164 ##
165
166 #   define the <snb>...</snb> container tag
167 <define-tag snb endtag=required>
168   #   1. define the navigation bar through a grammar
169   <navbar:define name=snb urlbase="$(SNB_ROOT)" 
170                  txtcol_normal="#666666" txtcol_select="#000000">
171     #   bar header
172     <navbar:header>\
173       <table cellspacing=0 cellpadding=0 border=0>
174         <tr>
175     </navbar:header>
176     #   button prolog (normal)
177     <navbar:prolog>\
178           <td><font face="Arial,Helvetica">&nbsp;
179     </navbar:prolog>
180     #   button prolog (selected)
181     <navbar:prolog type=S>\
182           <td bgcolor="#f0f0f0">&nbsp;<font face="Arial,Helvetica"><b>
183     </navbar:prolog>
184     #   ...here the <snb_button> tags will occur...
185     %body
186     #   button epilog (normal)
187     <navbar:epilog>\
188           </font>&nbsp;</td><td>|</td>
189     </navbar:epilog>
190     #   button epilog (selected)
191     <navbar:epilog type=S>\
192           </b></font>&nbsp;</td><td>|</td>
193     </navbar:epilog>
194     #   last button epilog (normal)
195     <navbar:epilog pos=last>\
196           </font>&nbsp;</td><td></td>
197     </navbar:epilog>
198     #   last button epilog (selected)
199     <navbar:epilog type=S pos=last>\
200           </b></font>&nbsp;</td><td></td>
201     </navbar:epilog>
202     #   bar footer
203     <navbar:footer>\
204         </tr>
205       </table>
206     </navbar:footer>
207   </navbar:define>
208   #   2. render the navigation bar and divert
209   #      divert it into it's final location
210   ..PAGE_SUBNAVBAR>>\
211   <navbar:render name=snb select="$(page)">\
212   <<..
213 </define-tag>
214
215 #   define the <snb_button> tag for the <snb> container
216 #   (this is for consistency with the tag names)
217 <define-tag snb_button>
218   <navbar:button %attributes>
219 </define-tag>
220
221 #   predefine the contents of the SNB location
222 #   by diverting a whitespace character to it.
223 #   This prevents the table to be folded.
224 ..PAGE_SUBNAVBAR!>>
225 &nbsp;
226 <<..
227
228 #   and now the final WML trick: When the page=<page_name>
229 #   attribute is specified for this template, we read in the SNB
230 #   spec-file which now can use the <snb>..</snb> and
231 #   <snb_button> tags to actually define and render a SNB. This
232 #   is accomplished by doing some sort of a conditional #include. ;-)
233 $(page:*# )$(page:+#include ")$(SNB_RC:-.wmlsnb)$(page:+")
234
235 ##
236 ##  Useful tags (for convenience purposes only)
237 ##
238
239 #   define a <item> tag for <ul>/<ol> item similar to <li> but
240 #   which is nice for URL lists like the Related area where
241 #   we want a special layout.
242 <define-tag item>
243 <preserve name>
244 <preserve url>
245 <preserve aio>
246 <preserve info>
247 <set-var aio=*>
248 <set-var %attributes>
249 <li><imgdot width=1 height=18>\
250     <a href="<get-var url>"><font size=+1 face="Arial,Helvetica"><b><get-var name></b></font></a>
251     <ifeq "<get-var aio>" "" <img src="aio.gif" alt="[all-in-one]" align=absmiddle>>
252     <br>
253     <a href="<get-var url>"><font size=-1><get-var url></font></a><br>
254     <ifeq "<get-var info>" "" "" "<get-var info>">
255 <restore info>
256 <restore aio>
257 <restore url>
258 <restore name>
259 </define-tag>
260
261 #   define a <filelist> tag which can be used to create a file listing which
262 #   is optically more compact than the stuff Apache's mod_autoindex creates.
263 #   Especially the current version is marked red, too.
264 <define-tag filelist>
265 <pre>
266 <b>   Bytes      Timestamp       Filename</b>
267 <b>________ ____________________ ____________________________</b>
268 <:
269 @HI = ();
270 open(FP, "<index.current");
271 while (<FP>) {
272    s|\s*\n$||;
273    push(@HI, $_);
274 }
275 close(FP);
276 sub ls {
277     my ($pat) = @_;
278     my (@F, @R, $f, @S, @T);
279     @F = sort { (stat($a))[9] <=> (stat($b))[9]; } (glob($pat));
280     @R = ();
281     foreach $f (@F) {
282         next if ($f =~ m|^index.*|);
283         if ('%1' ne '') {
284             if (! %1 $f) {
285                 next;
286             }
287         }
288         @S = stat($f);
289         $f = "$f/" if (-d $f);
290         @T = localtime($S[9]);
291         my @moy = ('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
292                    'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
293         push(@R, sprintf("%"."8d %"."s %"."2d %"."02d:%"."02d:%"."02d %"."d %"."s\n", 
294              $S[7], $moy[$T[4]], $T[3], $T[2], $T[1], $T[0], 1900+$T[5], $f));
295     }
296     return @R;
297 }
298 @L = &ls("%0");
299 foreach $l (@L) {
300     next if ($l =~ m|^\s*$|);
301     $l =~ s|(\s+)(\S+[^/])(\s*\n)$|$1."<a href=\"$2\">$2</a>".$3|e;
302     $l =~ s|(\s+)(\S+/)(\s*\n)$|$1."<a href=\"$2\"><b>$2</b></a>".$3|e;
303     foreach $hi (@HI) {
304         $l =~ s|^(.*$hi.*)$|<font color="#cc3333">$1&nbsp;&nbsp;<b>[LATEST]</b></font>|;
305         $l =~ s|>($hi)<|><font color="#cc3333">$1</font><|;
306     }
307     print $l;
308 }
309 :>
310 </pre>
311 </define-tag>
312
313 <define-tag rfilelist>
314 <pre>
315 <b>   Bytes      Timestamp       Filename</b>
316 <b>________ ____________________ ____________________________</b>
317 <:
318 @HI = ();
319 open(FP, "<index.current");
320 while (<FP>) {
321    s|\s*\n$||;
322    push(@HI, $_);
323 }
324 close(FP);
325 sub ls {
326     my ($pat) = @_;
327     my (@F, @R, $f, @S, @T);
328     @F = sort { (stat($b))[9] <=> (stat($a))[9]; } (glob($pat));
329     @R = ();
330     foreach $f (@F) {
331         next if ($f =~ m|^index.*|);
332         if ('%1' ne '') {
333             if (! %1 $f) {
334                 next;
335             }
336         }
337         @S = stat($f);
338         $f = "$f/" if (-d $f);
339         @T = localtime($S[9]);
340         my @moy = ('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
341                    'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
342         push(@R, sprintf("%"."8d %"."s %"."2d %"."02d:%"."02d:%"."02d %"."d %"."s\n", 
343              $S[7], $moy[$T[4]], $T[3], $T[2], $T[1], $T[0], 1900+$T[5], $f));
344     }
345     return @R;
346 }
347 @L = &ls("%0");
348 foreach $l (@L) {
349     next if ($l =~ m|^\s*$|);
350     if ($l =~ m|(\s+)(\S+[^/])(\s*\n)$|) {
351         my $h = $`.$1;
352         my $f = $2;
353         my $t = $3;
354         my $r = "<a href=\"$f\">$f</a>";
355         if (-f "$f.md5") { $r .= " (<a href=\"$f.md5\">MD5</a>)"; }
356         if (-f "$f.sha1") { $r .= " (<a href=\"$f.sha1\">SHA1</a>)"; }
357         if (-f "$f.asc") { $r .= " (<a href=\"$f.asc\">PGP sign</a>)"; }
358         $l = $h.$r.$t;
359     }
360     $l =~ s|(\s+)(\S+/)(\s*\n)$|$1."<a href=\"$2\"><b>$2</b></a>".$3|e;
361     foreach $hi (@HI) {
362         $l =~ s|^(.*$hi.*)$|<font color="#cc3333">$1&nbsp;&nbsp;<b>[LATEST]</b></font>|;
363         $l =~ s|>($hi)<|><font color="#cc3333">$1</font><|;
364     }
365     print $l;
366 }
367 :>
368 </pre>
369 </define-tag>
370
371 <define-tag notes>
372 <preserve minversion>
373 <preserve maxversion>
374 <preserve filename>
375 <set-var %attributes>
376 <:
377
378 my $minversion = "<get-var minversion>";
379 my $maxversion = "<get-var maxversion>";
380 my $dirname = "<get-var dirname>";
381 my $file;
382 my $custompage = 0;
383
384 if ($maxversion eq "") {
385         $minversion="<get-var WML_SRC_FILENAME>";
386         $minversion =~ s/^.*-(\d+\.\d+\.\d+)-.*$/$1/;
387         $maxversion = $minversion;
388         $custompage = 1;
389 }
390
391
392 my $dir = defined $ENV{PODSHOME} ? "$ENV{PODSHOME}/../.." : "/e/openssl/exp";
393 if ($dirname ne "") {
394         $file = "${dir}/$dirname/NEWS";
395         $custompage = 1;
396 } else {
397         $file = "${dir}/openssl:${minversion}-stable/NEWS";
398 }
399 # For testing
400 $file = $ENV{NEWSTEST} if defined $ENV{NEWSTEST};
401 if ($custompage == 0)
402         print <<"END"
403 <title>OpenSSL $minversion Release Notes.</title>
404 <h1>OpenSSL $minversion Branch Release notes</h1>
405
406 The major changes and known issues for the $minversion branch of the OpenSSL
407 toolkit are summarised below. The contents reflect the current state of the
408 <tt>NEWS</tt> file inside the git repository.
409
410 More details can be found in the <a href="changelog.html">ChangeLog</a>.
411 <p>
412
413 END
414 }
415
416 my $copy = 0;
417 my $in_ul = 0;
418 open(FP, "<$file") || die "Can't open $file";
419 while (<FP>) {
420         if (/^\s*Major changes between.*(\d+\.\d+\.\d+)\D.*$/ ||
421                 /^\s*Known issues in.*(\d+\.\d+\.\d+)\D.*$/) {
422                 if ($1 ge $minversion && $1 le $maxversion) {
423                         $copy = 1;
424                         s|^(.*)$|<b>$1</b>|;
425                         if ($in_ul) {
426                                 print "</ul>\n";
427                                 $in_ul = 0;
428                         }
429                 print;
430                 next;
431                 } elsif ($copy) {
432                         last;
433                 }
434         }
435         if ($copy) {
436                 s/&/&amp;/g;
437                 s/</&lt;/g;
438                 s/>/&gt;/g;
439                 if (s/^\s+o\s+/<li>/ && !$in_ul) {
440                         print "<ul>\n";
441                         $in_ul = 1;
442                 }
443                 s/CVE-(\d{4}-\d{4})/<a href=vulnerabilities.html#$1>CVE-$1<\/a>/g;
444         print;
445         }
446         
447 }
448 close(FP);
449 print "</ul>";
450 :>
451 <restore minversion>
452 <restore maxversion>
453 <restore filename>
454 </define-tag>
455
456 #   define a <cvs> container which can be used to reference 
457 #   files within the CVS repository similar to <a>.
458 <define-tag cvs endtag=required>
459 <preserve href>\
460 <set-var %attributes>\
461   <a href="$(ROOT)/source/exp/<get-var href>"><get-var href></a>\
462 <restore href>\
463 </define-tag>
464
465 #
466 <define-tag newsflash>
467 <preserve from>
468 <preserve max>
469 <preserve more>
470 <set-var %attributes>
471 <table width=550 cellspacing=0 cellpadding=1 border=0>
472 <tr><td><font face="Arial,Helvetica"><b>Date</b></font></td> <td>&nbsp;&nbsp;&nbsp;<font face="Arial,Helvetica"><b>Newsflash</b></font></td></tr>
473 <tr><td><hr noshade size=1></td> <td><hr noshade size=1></td></tr>
474 <:
475     open(FP, "< <get-var from>") || die;
476     my $max = ("<get-var max>" eq '' ? 9999 : "<get-var max>");
477     @COL = (
478         '#ffffff',
479         '#f0f0f0',
480     );
481     $ncol = 1;
482     $n = 0;
483     while (<FP>) {
484         $ncol = ($ncol + 1) % 2;
485         $col  = $COL[$ncol];
486         s|="ROOT|="$(ROOT)|g;
487         s|="CVS|="$(ROOT)/source/exp/|g;
488         if (m|^(.+?):(.+)|) {
489             print "<tr bgcolor=\"$col\">\n";
490             print "  <td align=right><font face=\"Arial,Helvetica\"><b>$1:</b></font></td> <td>&nbsp;&nbsp;$2</td>\n";
491             print "</tr>\n";
492         }
493         $n++;
494         last if ($n >= $max);
495     }
496     close(FP);
497 :>
498 <ifeq "<get-var more>" "" "" <group
499 <tr>
500   <td>&nbsp;</td> <td align=right><a href="<get-var more>">more...</a></td>
501 </tr>
502 >>
503 </table>
504 <restore more>
505 <restore max>
506 <restore from>
507 </define-tag>
508
509 #   define a <disclaimer> tag which displays the usual disclaimer stuff
510 <define-tag disclaimer>
511 <font face="Arial,Helvetica" size=-1>
512 This software package uses strong cryptography, so even if it is created,
513 maintained and distributed from liberal countries in Europe (where it is legal
514 to do this), it falls under certain export/import and/or use restrictions in
515 some other parts of the world.
516 <p>
517 PLEASE REMEMBER THAT EXPORT/IMPORT AND/OR USE OF STRONG CRYPTOGRAPHY
518 SOFTWARE, PROVIDING CRYPTOGRAPHY HOOKS OR EVEN JUST COMMUNICATING TECHNICAL
519 DETAILS ABOUT CRYPTOGRAPHY SOFTWARE IS ILLEGAL IN SOME PARTS OF THE WORLD.
520 SO, WHEN YOU IMPORT THIS PACKAGE TO YOUR COUNTRY, RE-DISTRIBUTE IT FROM
521 THERE OR EVEN JUST EMAIL TECHNICAL SUGGESTIONS OR EVEN SOURCE PATCHES TO THE
522 AUTHOR OR OTHER PEOPLE YOU ARE STRONGLY ADVISED TO PAY CLOSE ATTENTION TO
523 ANY EXPORT/IMPORT AND/OR USE LAWS WHICH APPLY TO YOU. THE AUTHORS OF OPENSSL
524 ARE NOT LIABLE FOR ANY VIOLATIONS YOU MAKE HERE. SO BE CAREFUL, IT
525 IS YOUR RESPONSIBILITY.
526 </font>
527 <p>
528 <font face="Arial,Helvetica" size=-1>
529 CREDIT INFORMATION:
530 This product includes cryptographic software written by Eric A. Young
531 (eay@cryptsoft.com).  This product includes software written by Tim J.  Hudson
532 (tjh@cryptsoft.com).
533 </font>
534 </define-tag>
535
536 #  a tag displaying the used tools   
537 <define-tag website-tools>
538 <font face="Arial,Helvetica" size=-1> 
539 Website designed by
540 <a href="http://www.engelschall.com/">Ralf S. Engelschall</a>
541 and generated with
542 <a href="http://thewml.org/"><font color="#000000">
543 Website META Language</font></a> (WML).<br>
544 All markup code and graphics on this website
545 are Copyright &copy; 1999-2013 <a href="http://www.openssl.org/">The OpenSSL Project</a>, 
546 All rights reserved.<br>
547 This website is served by an 
548 <a href="http://www.apache.org/"><font color="#000000">Apache</font></a>/
549 <a href="http://www.modssl.org/"><font color="#000000">mod_ssl</font></a>
550 webserver environment.<br>
551 </font>
552 </define-tag>
553
554 #  construct an absolute URL out of a relative URL
555 #  (essential for the mirroring of the website!)
556 <define-tag absolute>
557 <:{
558     my ($cwd, $baseurl, $basedir, $subdir, $page, $url);
559
560     #   determine current working directory
561     $cwd = '<get-var WML_SRC_DIRNAME>';
562
563     #   determine base URL
564     $baseurl = '<get-var BASE_URL>' || 'file://';
565
566     #   determine base directory
567     $basedir = '<get-var BASE_DIR>' || '<get-var WML_SRC_DIRNAME>';
568     $basedir = &canonpath("$cwd/$basedir") if ($basedir !~ m|^/|);
569
570     #   determine subdir from base dir to current working dir
571     $subdir = &relpath($basedir, $cwd);
572
573     #   determine document
574     $page = '%0';
575
576     #   construct final URL
577     $url = "$baseurl/$subdir/$page";
578     $url = &canonurl($url);
579
580     #   replace this tag with the constructed URL
581     print $url;
582 }:>
583 </define-tag>
584
585 ##
586 ##  Finally, the layout is now rendered, so divert all
587 ##  following stuff (the code in the local file after the #use 
588 ##  for this template!) into the white body area.
589 ##
590
591 ..PAGE_BODY>>
592