[ Index ]
 

Code source de Plume CMS 1.2.2

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/manager/templates/default/ -> category_category.php (source)

   1  <?php
   2  if ($cache->processPage(180)):
   3      pxTemplateInit('order_res_manual|res_per_page:10|remove_numbers');
   4  ?>
   5  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   6  <html xmlns="http://www.w3.org/1999/xhtml">
   7  
   8  <head>
   9  <meta http-equiv="Content-Type" content="text/html; charset=<?php pxInfo('encoding'); ?>" />
  10  <meta name="MSSmartTagsPreventParsing" content="TRUE" />
  11  <title><?php pxSingleCatTitle('%s'); ?> - <?php pxInfo('name'); ?></title>
  12  <?php include(dirname(__FILE__).'/inc/head-link.php'); ?>
  13  <meta name="description" content="<?php pxSingleCatTitle('%s'); ?> - <?php pxMetasDescription(); ?>" />
  14  <?php include(dirname(__FILE__).'/inc/head-meta.php'); ?>
  15  <meta name="DC.Title" content="<?php pxSingleCatTitle('%s'); ?> - <?php pxInfo('name'); ?>" />
  16  </head>
  17  
  18  <body class="category">
  19  
  20  <div id="page">
  21      <div id="banner">
  22      <?php include(dirname(__FILE__).'/inc/easy-access.php'); ?>
  23      
  24          <h1 id="top"><a href="<?php pxInfo('url'); ?>"><?php pxInfo('name'); ?></a></h1>
  25          <p class="description"><?php pxInfo('description'); ?></p>
  26      </div><!-- end banner -->
  27  
  28  
  29  <div id="main">
  30  <?php pxSingleCatTree('<ol class="tree">%s</ol>'); ?>
  31  
  32  
  33  <div id="mainfloat">
  34      <div id="content">
  35      
  36  <?php while (!$res->EOF()): ?>
  37      <div class="resource">
  38      <h2><a href="<?php pxResPath(); ?>"><?php pxResTitle('%s'); ?></a></h2>
  39      <p class="modified">The <a href="<?php pxResPath(); ?>"><?php pxResDateModification('%Y-%m-%d at %H:%M'); ?></a> 
  40      by <a href="<?php pxResAuthorEmail('mailto:%s'); ?>"><?php pxResAuthor(); ?></a>.<?php pxResCategories(' In %s'); ?>.</p>
  41  
  42      <?php pxResDescription(); ?>
  43      </div><!-- end resource -->
  44  <?php 
  45  $res->moveNext(); 
  46  endwhile; ?>
  47  
  48      <?php pxSingleCatNextPage(-1,'<p><a href="%s">Previous Page</a></p>'); ?>
  49      <?php pxSingleCatNextPage(1,'<p><a href="%s">Next Page</a></p>'); ?>
  50  
  51      <hr class="invisible"/>
  52      </div><!-- end content -->
  53  
  54  
  55  
  56      <div id="menuleft">
  57          <div class="col-content">
  58          <h2>Back to</h2>
  59          <ul><li><a href="<?php pxParentCatPath(); ?>"><?php pxParentCatTitle('%s'); ?></a></li></ul>
  60  
  61          <?php pxSubCategories('<h2>Categories</h2> %s'); ?>
  62  
  63          <h2>Links</h2>
  64          <?php pxLink::linkList(); ?>
  65  
  66          </div><!-- end col-content -->
  67      </div><!-- end menuleft -->
  68  
  69  </div><!-- end mainfloat -->
  70  
  71  
  72  
  73      <div id="menuright">
  74          <div class="col-content">
  75          <?php pxSingleCatTitle('<h2 class="category">%s</h2>'); ?>
  76          
  77          <div class="pxSingleCatDescription"><?php pxSingleCatDescription(); ?></div>
  78          <p class="resources-number"><?php pxSingleCatNbResources('No resources', '1 resource', '<strong>%s</strong> resources'); ?> in this category.</p>
  79          
  80              <h2>Main categories</h2>
  81              <?php pxPrimaryCategories('<ul id="top-categories">%s</ul>'); ?>
  82  
  83              <?php include(dirname(__FILE__).'/inc/recent-news.php'); ?>
  84              <?php include(dirname(__FILE__).'/inc/rss-sitemap.php'); ?>
  85          </div><!-- col-content -->
  86      </div><!-- end menuright -->
  87  
  88  
  89  </div><!-- end main -->
  90  
  91  <?php include(dirname(__FILE__).'/inc/footer.php'); ?>
  92  <?php
  93      $cache->endCache();
  94  endif;
  95  ?>


Généré le : Mon Nov 26 11:57:01 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics