[NBP web-reskin] Links for Template TITLE
Steve DiDomenico
swdidomenico at comcast.net
Mon Feb 15 12:53:57 EST 2010
Just to see more of the links working I updated the pages linked from the
TITLE template which will allow these pages to navigate using the new
templates. They can all be referenced from the home page.
http://29.camp.nbp.temphost.net:9029/ic/nbp/customize.html
https://29.camp.nbp.temphost.net:9129/ic/nbp/login.html
http://29.camp.nbp.temphost.net:9029/ic/nbp/cart.html
I removed the ITL below in login.html and cart.html. We are using templates:
TITLE, MENU_BAR, and FOOTER and are all the same. Please let me know if
this is a problem.
Login.html
[calc interpolate=0]
my $area = uc($Scratch->{nbp_area});
$area = 'PUBLICATIONS' unless exists $Variable->{$area .
'_TEMPLATE_TOP'};
$Tag->tmp('template_bottom', $area . '_TEMPLATE_BOTTOM');
return $Variable->{$area . '_TEMPLATE_TOP'};
[/calc]
Cart.html
[calc interpolate=0]
my $area = uc($Scratch->{nbp_area});
$area = 'PUBLICATIONS' unless exists $Variable->{$area .
'_TEMPLATE_TOP'};
$Tag->tmp('template_bottom', $area . '_TEMPLATE_BOTTOM');
return $Variable->{$area . '_TEMPLATE_TOP'};
[/calc]
It was replaced with this:
@_TITLE_@
[var MENU_BAR]
Also I did not use [scratch] for the FOOTER
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.nbp.org/pipermail/web-reskin/attachments/20100215/8b141300/attachment.html
More information about the Web-reskin
mailing list