[ Index ] |
|
Code source de Plume CMS 1.2.2 |
1 <?php 2 pxTemplateInit('remove_numbers'); 3 ?> 4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 5 <html xmlns="http://www.w3.org/1999/xhtml"> 6 7 <head> 8 <meta http-equiv="Content-Type" content="text/html; charset=<?php pxInfo('encoding'); ?>" /> 9 <meta name="MSSmartTagsPreventParsing" content="TRUE" /> 10 <title>Search - <?php pxInfo('name'); ?></title> 11 <?php include(dirname(__FILE__).'/inc/head-link.php'); ?> 12 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" /> 13 <?php pxHeadLinks(); ?> 14 <meta name="DC.title" content="Search - <?php pxInfo('name'); ?>" /> 15 <?php include(dirname(__FILE__).'/inc/head-meta.php'); ?> 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 31 <div id="mainfloat"> 32 <div id="content"> 33 <h2 class="comment-preview">Results</h2> 34 <p>Results of the search on <?php pxSearchQuery('<strong>%s</strong>'); ?>.</p> 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</a> at %H:%M'); ?> 40 by <a href="<?php pxResAuthorEmail('mailto:%s'); ?>"><?php pxResAuthor(); ?></a>.<?php pxResCategories(' In %s'); ?>.</p> 41 42 <?php pxResDescription('<p>%s...</p>', 200); ?> 43 <p class="score">Score: <?php pxResSearchScore(); ?></p> 44 </div><!-- end resource --> 45 <?php 46 $res->moveNext(); 47 endwhile; ?> 48 49 <hr class="invisible" /> 50 </div><!-- end content --> 51 52 53 54 <div id="menuleft"> 55 <div class="col-content"> 56 <h2>Categories</h2> 57 <?php pxPrimaryCategories('<ul id="top-categories">%s</ul>'); ?> 58 59 <h2>Links</h2> 60 <?php pxLink::linkList(); ?> 61 62 </div><!-- end col-content --> 63 </div><!-- end menuleft --> 64 65 </div><!-- end mainfloat --> 66 67 68 69 <div id="menuright"> 70 <div class="col-content"> 71 72 <h2>Main categories</h2> 73 <?php pxPrimaryCategories('<ul id="top-categories">%s</ul>'); ?> 74 75 <?php include(dirname(__FILE__).'/inc/recent-news.php'); ?> 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'); ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 11:57:01 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |