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

   1  <?php 
   2  if ($cache->processPage(180)):
   3      pxTemplateInit(); 
   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 pxNewsTitle('%s'); ?></title>
  12  <?php include(dirname(__FILE__).'/inc/head-link.php'); ?>
  13  <meta name="description" content="<?php pxNewsTitle('%s'); ?>" />
  14  <meta name="DC.Date.modified" scheme="W3CDTF" content="<?php pxNewsDatePublication('%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 pxNewsTitle('%s'); ?>" />
  18  </head>
  19  
  20  <body class="news">
  21  
  22  <div id="page">
  23      <div id="banner">
  24      <?php include(dirname(__FILE__).'/inc/easy-access.php'); ?>
  25      
  26          <h1 id="top"><a href="<?php pxInfo('url'); ?>"><?php pxInfo('name'); ?></a></h1>
  27          <p class="description"><?php pxInfo('description'); ?></p>
  28      </div><!-- end banner -->
  29  
  30  
  31  <div id="main">
  32  
  33  <?php pxSingleCatTree('<ol class="tree">%s</ol>'); ?>
  34  
  35  <div id="mainfloat">
  36      <div id="content">
  37  
  38      <h2 class="restitle"><?php pxNewsTitle('%s'); ?></h2>
  39      <div class="news-infos">
  40              <p class="modified">The <a href="<?php pxNewsPath(); ?>"><?php pxNewsDateCreation('%Y-%m-%d</a> at %H:%M'); ?>
  41              by <a href="<?php pxNewsAuthorEmail('mailto:%s'); ?>"><?php pxNewsAuthor(); ?></a>.<?php pxNewsCategories(' In %s'); ?>.</p>
  42      </div><!-- end news-infos -->
  43  
  44      <?php pxNewsContent(); ?>
  45  
  46      <?php include dirname(__FILE__).'/comments_inline.php'; ?>
  47  
  48      <hr class="invisible"/>
  49      </div><!-- end content -->
  50  
  51  
  52  
  53      <div id="menuleft">
  54          <div class="col-content">
  55          <h2>Back to</h2>
  56          <ul><li><a href="<?php pxSingleCatPath(); ?>"><?php pxSingleCatTitle('%s'); ?></a></li></ul>
  57  
  58          <?php pxSubCategories('<h2>Categories</h2> %s'); ?>
  59  
  60          <h2>Links</h2>
  61          <?php pxLink::linkList(); ?>
  62  
  63          </div><!-- end col-content -->
  64      </div><!-- end menuleft -->
  65  
  66  </div><!-- end mainfloat -->
  67  
  68  
  69  
  70      <div id="menuright">
  71          <div class="col-content">
  72      
  73          <h2>Main categories</h2>
  74          <?php pxPrimaryCategories('<ul id="top-categories">%s</ul><br />'); ?>
  75          
  76          <?php include(dirname(__FILE__).'/inc/rss-sitemap.php'); ?>
  77          </div><!-- col-content -->
  78      </div><!-- end menuright -->
  79  
  80  
  81  </div><!-- end main -->
  82  
  83  <?php include(dirname(__FILE__).'/inc/footer.php'); ?>
  84  <?php
  85      $cache->endCache();
  86  endif;
  87  ?>


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