CPAN-Testers-WWW-Reports

 view release on metacpan or  search on metacpan

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

  Site Layout, Design & Development by Miss Barbell Productions
  Original CSS/XHTML Template Design by Wolfgang.

  Valid XHTML 1.0 - http://validator.w3.org/check?uri=referer
  Powered by LAMP (Linux, Apache, MySQL & 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>

  Smoke Box image copyright (c) Tyson Ibele 2004 (http://www.tysonibele.com/Main/gallery.htm)
-->

</head>
<body [% onload %] >
  <!-- Main Page Container -->
  <div class="page-container">

    <!-- For alternative headers START PASTE here -->

    <!-- A. HEADER -->      
    <div class="header">
      
      <!-- A.1 HEADER TOP -->
      <div class="header-middle">

        <!-- Sitelogo and sitename -->
        <div class="sitename">
          <h1><a href="/">CPAN Testers Reports</a></h1>
          <h3>www.cpantesters.org</h3>
          <h2>[% htmltitle || title %]</h2>
        </div>
      </div>

        [% INCLUDE "public/box-sites.html" %]

      <!-- A.4 HEADER BREADCRUMBS -->

      <!-- Breadcrumbs -->
      <div class="header-breadcrumbs">
        <ul>
          <li><a href="/">Home</a></li>
          [% IF crumb3_name %]<li><a href="[% crumb3_href %]">[% crumb3_name %]</a></li>[% END %]
          [% IF crumb2_name %]<li><a href="[% crumb2_href %]">[% crumb2_name %]</a></li>[% END %]
          <li>[% crumb1_name %]</li>
        </ul>
      </div>
    </div>

    <!-- For alternative headers END PASTE here -->

    <!-- B. MAIN -->
    <div class="main">

      <!-- B.1 MAIN NAVIGATION -->
      <div class="main-navigation">

        <!-- Navigation Level 3 -->
        <div class="round-border-topright"></div>

        [% INCLUDE "public/box-menu.html" %]
        [% IF box_prefs ; THEN ; INCLUDE "public/box-prefs.html"   ; END %]
        [% IF box_help  ; THEN ; INCLUDE "public/box-help.html"    ; END %]
        [% IF box_summ  ; THEN ; INCLUDE "public/box-summary.html" ; END %]

        [% INCLUDE "public/sidebar.html" %]
        [% INCLUDE "public/quote.html" %]

      </div>
 
      <!-- B.1 MAIN CONTENT -->
      <div class="main-content">

        <!-- Pagetitle -->
        <h1 class="pagetitle">[% title %]</h1>
        <div class="column1-unit">
          [% INCLUDE "public/ie-warning.html" %]

          [% body %]

        </div>
        <hr class="clear-contentunit" />

      </div>
    </div>
      
    <!-- C. FOOTER AREA -->      
    [% INCLUDE "public/footer.html" %]

  </div> 

  <p class="footnote"><a href="http://blog.cpantesters.org/article/terms" title="Terms &amp; Conditions">Terms &amp; Conditions</a></p>

  <script type="text/javascript" src="/js/iheart.js"></script>
  
</body>
</html>



( run in 0.479 second using v1.01-cache-2.11-cpan-5735350b133 )