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

   1  <?php pxTemplateInit(); ?>
   2  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   3  <html xmlns="http://www.w3.org/1999/xhtml">
   4  
   5  <head>
   6  <meta http-equiv="Content-Type" content="text/html; charset=<?php pxInfo('encoding'); ?>" />
   7  <meta name="MSSmartTagsPreventParsing" content="TRUE" />
   8  <title>Comments - <?php pxInfo('name'); ?></title>
   9  <?php include(dirname(__FILE__).'/inc/head-link.php'); ?>
  10  <meta name="description" content="<?php pxInfo('description'); ?>" />
  11  <?php include(dirname(__FILE__).'/inc/head-meta.php'); ?>
  12  <meta name="DC.Title" content="Comments - <?php pxInfo('name'); ?>" />
  13  </head>
  14  
  15  <body class="category">
  16  
  17  <div id="page">
  18      <div id="banner">
  19      <?php include(dirname(__FILE__).'/inc/easy-access.php'); ?>
  20          
  21          <h1 id="top"><a href="<?php pxInfo('url'); ?>">Add a comment</a></h1>
  22          <p class="description"><?php pxInfo('description'); ?></p>
  23      </div><!-- end banner -->
  24  
  25  
  26  <div id="main">
  27  
  28  <div id="mainfloat">
  29      <div id="content">
  30  
  31      <h2 class="comment-preview">Comment preview</h2>
  32  
  33      <div class="px-comment-preview"> 
  34          <p><?php pxCtContent(); ?></p>
  35      </div>
  36  
  37  <?php pxCtErrors('<div class="px-comment-error">%s</div><h3 class="px-comment-add">Modify your comment</h3>'); ?>
  38  
  39  <form class="px-comment" action="<?php pxCtAction(); ?>" method="post">
  40  <fieldset>
  41      <input name="redirect" value="<?php pxCtRedirect(); ?>" type="hidden" />
  42      <p><label for='c_author'>Author:</label> <input type="text" id='c_author' name="c_author" value="<?php pxCtAuthor(); ?>"/></p>
  43      <p><label for='c_email'>Email:</label> <input type="text" id='c_email' name="c_email" value="<?php pxCtEmail('%s', 'text'); ?>" /> <span class="px-comment-required-email">required but not shared or displayed</span></p>
  44      <p><label for='c_website'>Website:</label> <input type="text" id='c_website' name="c_website" value="<?php pxCtWeb(); ?>" /></p>
  45      <p><label for='c_content'>Comment</label><br /><textarea id='c_content' name="c_content" cols="80" rows="7"><?php pxCtContent('%s', 'textarea'); ?></textarea></p>
  46      <p class="px-comment-validation">Your post will be online after validation by the webmaster.</p>
  47      <p class="input-submit">
  48          <input type="submit" name="c_preview" value="Preview" />
  49          <input type="submit" name="Submit" value="Submit" />
  50      </p>
  51  </fieldset>
  52  </form>
  53  
  54      <hr class="invisible"/>
  55      </div><!-- end col-content -->
  56  
  57  
  58  
  59      <div id="menuleft">
  60          <div class="col-content">
  61  
  62          </div><!-- 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          </div><!-- col-content -->
  73      </div><!-- end menuright -->
  74  
  75  </div><!-- end main -->
  76  
  77  
  78  <?php include(dirname(__FILE__).'/inc/footer.php'); ?>


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