I'm using the following as a page template:
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
>
> <html lang="en">
> <head>
> <meta http-equiv="content-type" content="text/html;
> charset=iso-8859-1">
> <title>^title^</title>
> <link rel="stylesheet" href="^root^style.css" type="text/css">
> </head>
> <body bgcolor="#ffffff" text="#000000" link="#0066ff" vlink="#003399"
> alink="#0000ff">
>
>
> <p><b>^title^</b><br>
> ^text^
> ^if(^exists(childlinks))
> <H5>Children:</H5>
> ^childlinks("<OL>", "<LI>", "</LI>", "</OL>")^
> ^endif
>
> ^if(^exists(basicLinks))
> ^basiclinks('<table border="2"
> cellspacing="0"
> cellpadding="3" width="100%">
> <caption>
> <STRONG>Related pages:</STRONG>
> </caption><TR>',
> '<TD>', '</TD>',
> '</TR></TABLE>')
> ^endif
>
> </body>
> </html>
The page I'm exporting has children and basic links but the only thing
that prints out is the "Children" (in heading 5 style). No links are
generated.
What am I doing wrong?
TIA,
-- Gary Warren King, Lab Manager EKSL East, University of Massachusetts * 413 577 0176 In the end, compassion has to be the greatest family value -- Billy BraggReceived on Sat Jun 5 22:13:22 2004
This archive was generated by hypermail 2.1.8 : Wed Dec 14 2005 - 10:45:20 EST