[ 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/ -> resource_article.php (source)

   1  <?php 
   2  if ($cache->processPage(180)):
   3      pxTemplateInit('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 pxArtTitle('%s'); ?></title>
  12  <?php include(dirname(__FILE__).'/inc/head-link.php'); ?>
  13  <meta name="description" content="<?php pxSingleCatTitle('%s'); ?> : <?php pxArtTitle('%s'); ?> - <?php pxMetasDescription(); ?>" />
  14  <meta name="DC.Date.modified" scheme="W3CDTF" content="<?php pxArtDatePublication('%Y-%m-%d'); ?>" />
  15  <?php include(dirname(__FILE__).'/inc/head-meta.php'); ?>
  16  <meta name="DC.Author" content="<?php pxResAuthor(); ?>" />
  17  <meta name="DC.Title" content="<?php pxSingleCatTitle('%s'); ?> - <?php pxArtTitle('%s'); ?>" />
  18  </head>
  19  
  20  <body class="category">
  21  
  22  <div id="page">
  23  
  24      <div id="banner">
  25      <?php include(dirname(__FILE__).'/inc/easy-access.php'); ?>
  26      
  27          <h1 id="top"><a href="<?php pxInfo('url'); ?>"><?php pxInfo('name'); ?></a></h1>
  28          <p class="description"><?php pxInfo('description'); ?></p>
  29      </div><!-- end banner -->
  30      
  31  
  32  <div id="main">
  33  
  34  <?php pxSingleCatTree('<ol class="tree">%s</ol>'); ?>
  35  
  36  <h1 id="art-title"><?php pxArtTitle(); ?></h1>
  37  
  38  <div id="mainfloat">
  39      <div id="content">
  40  
  41      <h2 class="restitle"><?php pxArtTitle(); ?></h2>
  42      
  43      <?php if (pxArtPageIsFirst()): ?>
  44      <div id="art-description">
  45          <p class="modified">The <a href="<?php pxArtPath(); ?>"><?php pxArtDateModification('%Y-%m-%d</a> at %H:%M', '%s'); ?>
  46          by <a href="<?php pxArtAuthorEmail('mailto:%s'); ?>"><?php pxArtAuthor(); ?></a>.<?php pxArtCategories(' In %s'); ?>.</p>
  47          
  48          <?php pxArtDescription(); ?>
  49      </div><!-- end content -->
  50  
  51      
  52      <?php else: ?>
  53      <div id="art-description">
  54              <p class="modified">The <a href="<?php pxArtPath(); ?>"><?php pxArtDateModification('%Y-%m-%d</a> at %H:%M', '%s'); ?> by <a href="<?php pxArtAuthorEmail('mailto:%s'); ?>"><?php pxArtAuthor(); ?></a>.</p>
  55      </div><!-- end art-description -->
  56      <?php endif; ?>
  57  
  58  
  59      <h2 class="art-page-title"><?php pxArtPageTitle(); ?></h2>
  60      <?php pxArtPageContent(); ?>
  61      <?php pxArtListPages('<div id="art-pages-list"><h3>Pages of the article</h3> %s</div>'); ?>
  62  
  63      <?php include dirname(__FILE__).'/comments_inline.php'; ?>
  64  
  65          <hr class="invisible" />
  66      </div><!-- end content -->
  67  
  68  
  69  
  70      <div id="menuleft">
  71          <div class="col-content">
  72          <h2>Back to</h2>
  73          <ul><li><a href="<?php pxSingleCatPath(); ?>"><?php pxSingleCatTitle('%s'); ?></a></li></ul>
  74  
  75          <?php pxSubCategories('<h2>Categories</h2> %s'); ?>
  76  
  77          <h2>Links</h2>
  78          <?php pxLink::linkList(); ?>
  79  
  80          </div><!-- end col-content -->
  81      </div><!-- end menuleft -->
  82  
  83  </div><!-- end mainfloat -->
  84  
  85  
  86  
  87      <div id="menuright">
  88          <div class="col-content">
  89          <?php pxArtListPages('<h2>Articles pages</h2> %s'); ?>
  90      
  91              <h2>Main categories</h2>
  92              <?php pxPrimaryCategories('<ul id="top-categories">%s</ul>'); ?>
  93              
  94                  <?php include(dirname(__FILE__).'/inc/recent-news.php'); ?>
  95                  <?php include(dirname(__FILE__).'/inc/rss-sitemap.php'); ?>
  96          </div><!-- col-content -->
  97      </div><!-- end menuright -->
  98  
  99  </div><!-- end main -->
 100  
 101  <?php include(dirname(__FILE__).'/inc/footer.php'); ?>
 102  <?php
 103      $cache->endCache();
 104  endif;
 105  ?>


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