CPAN-Testers-WWW-Admin

 view release on metacpan or  search on metacpan

vhost/cgi-bin/templates/admin/layout.html  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
<head>
<title>[% iname %]</title>

    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <meta http-equiv="Content-Language" content="en-gb" />
    <meta name="Generator"          content="Labyrinth" />
    <meta name="keywords"           content="barbie,perl,labyrinth,birmingham,uk,roadie,music" />
    <meta name="description"        content="Personal website of Barbie, the Birmingham Perl Monger, ex-Roadie and general ligger" />
    <meta name="copyright"          content="Copyright (C) 1998-2007 Miss Barbell Productions" />

    <link rel="stylesheet" type="text/css" href="[% webpath %]/css/style.css" />

    <script type="text/javascript" src="[% webpath %]/js/admin.js"></script>

    <script language="javascript" type="text/javascript">
    <!--
    var webpath = "[% webpath %]/";
    var cgipath = "[% cgipath %]/";
    //-->
    </script>

<!--

    Site Layout, Design &amp; Development by Miss Barbell Productions

    Valid XHTML 1.0 - http://validator.w3.org/check?uri=referer
    Powered by LAMP (Linux, Apache, MySQL &amp; Perl) technologies.
    Produced by LABYRINTH, a state of the art Website Management System available from Miss Barbell Productions
    For more information contact Barbie <barbie@missbarbell.co.uk>

-->

</head>
<body>
<div id="container">

    <div id="header">
    </div>

    <div id="tabs10">
    </div>

    <div id="container2">
        <div id="content">[% INCLUDE $content %]</div>
        <div id="sidebar">[% INCLUDE "public/sidebar.html" %]</div>
        <div id="footer">[% INCLUDE "public/footer.html" %]</div>
    </div>

</div>

[% INCLUDE "public/analytics.html" %]

</body>
</html>



( run in 1.460 second using v1.01-cache-2.11-cpan-e1769b4cff6 )