# $ApsCVS: www/wml/tmpl/lbpage.wml,v 1.2 2000/07/29 19:41:46 bernd Exp $
#use wml::std::tags
#use wml::std::page
#use wml::std::info
#use wml::std::href
#use wml::des::space
#use wml::fmt::url
#include "macros.inc"

#   generate the standard HTML page skeleton
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
[PAGE_HEAD:\
<page 
      vlink="#336699"
       link="#224477"
      alink="#224477"
    bgcolor="<get-var page_bg_color>"
 background="<get-var page_bg_image>"
      title="[Apsfilter] - <<PAGE_TITLE>>"
>
<head>
#include "headers.inc"
<<PAGE_HEAD>>
</head>
<a name="pagetop"></a>
#include "logo.inc"

<table summary="page spacer" border=0 cellspacing=0 cellpadding=0>
<tr><td align=left valign=top width="100">
#include "menu.inc"
<space height=1 width=100>
</td>
<td width=10><space height=1 width=10></td>
<td valign=top>
        <!-- BEGIN ACTUAL PAGE CONTENTS -->
        :PAGE_HEAD]
        [PAGE_BODY:
        <<PAGE_BODY>>
        :PAGE_BODY]
        [PAGE_FOOT:
        <!-- END ACTUAL PAGE CONTENTS -->
</td></tr></table>
#include "footer.inc"
<<PAGE_PRELOADS>>
:PAGE_FOOT]
##  fill the skeleton with the default contents
..!PAGE_TITLE!>>
Unknown Page
<<..
##  setup commands to fill the skeleton
#   fill PAGE_TITLE

<define-tag page_title>
<preserve name>
<set-var %attributes>
..PAGE_TITLE>><get-var name><<..
<restore name>
</define-tag>

#   fill PAGE_PRELOADS
<define-tag endtag=required page_preloads>
..PAGE_PRELOADS>>%body<<..
</define-tag>

##  finally enter the body

..PAGE_BODY>>

