[ Index ]
 

Code source de Serendipity 1.2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/templates/default-php/ -> commentpopup.tpl (source)

   1  {if $is_xhtml}
   2  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   3             "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   4  <?php else: ?>
   5  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   6             "http://www.w3.org/TR/html4/loose.dtd">
   7  <?php endif; ?>
   8  
   9  <html>
  10  <head>
  11      <title>{$head_title|@default:$blogTitle} {if $head_subtitle} - <?= $GLOBALS['tpl']['head_subtitle'] ?><?php endif; ?></title>
  12      <meta http-equiv="Content-Type" content="text/html; charset=<?= $GLOBALS['tpl']['head_charset'] ?>" />
  13      <meta name="Powered-By" content="Serendipity v.<?= $GLOBALS['tpl']['head_version'] ?>" />
  14      <link rel="stylesheet" type="text/css" href="<?= $GLOBALS['tpl']['serendipityHTTPPath'] ?>serendipity.css.php" />
  15      <link rel="alternate"  type="application/rss+xml" title="<?= $GLOBALS['tpl']['blogTitle'] ?> RSS feed" href="<?= $GLOBALS['tpl']['serendipityBaseURL'] ?><?= $GLOBALS['tpl']['serendipityRewritePrefix'] ?>feeds/index.rss2" />
  16      <link rel="alternate"  type="application/x.atom+xml"  title="<?= $GLOBALS['tpl']['blogTitle'] ?> Atom feed"  href="<?= $GLOBALS['tpl']['serendipityBaseURL'] ?><?= $GLOBALS['tpl']['serendipityRewritePrefix'] ?>feeds/atom.xml" />
  17  </head>
  18  
  19  <body class="s9y_wrap" id="serendipity_comment_page">
  20  
  21  {if $is_comment_added}
  22  
  23      <div class="popup_comments_message popup_comments_message_added"><?= COMMENT_ADDED ?><?= $GLOBALS['tpl']['comment_string']['0'] ?><a href="<?= $GLOBALS['tpl']['comment_url'] ?>"><?= $GLOBALS['tpl']['comment_string']['1'] ?></a><?= $GLOBALS['tpl']['comment_string']['2'] ?><a href="#" onclick="self.close()"><?= $GLOBALS['tpl']['comment_string']['3'] ?></a><?= $GLOBALS['tpl']['comment_string']['4'] ?></div>
  24  
  25  {elseif $is_comment_notadded}
  26  
  27      <div class="popup_comments_message popup_comments_message_notadded"><?= COMMENT_NOT_ADDED ?><?= $GLOBALS['tpl']['comment_string']['0'] ?><a href="<?= $GLOBALS['tpl']['comment_url'] ?>"><?= $GLOBALS['tpl']['comment_string']['1'] ?></a><?= $GLOBALS['tpl']['comment_string']['2'] ?><a href="#" onclick="self.close()"><?= $GLOBALS['tpl']['comment_string']['3'] ?></a><?= $GLOBALS['tpl']['comment_string']['4'] ?></div>
  28  
  29  {elseif $is_comment_empty}
  30  
  31      <div class="popup_comments_message popup_comments_message_empty"><?= $GLOBALS['tpl']['comment_string']['0'] ?><a href="#" onclick="history.go(-1)"><?= $GLOBALS['tpl']['comment_string']['1'] ?></a></div>
  32  
  33  {elseif $is_showtrackbacks}
  34  
  35      <div class="serendipity_commentsTitle"><?= TRACKBACKS ?></div>
  36      <dl>
  37          <dt><strong><?= TRACKBACK_SPECIFIC ?>:</strong></dt>
  38          <dd><a rel="nofollow" href="<?= $GLOBALS['tpl']['comment_url'] ?>"><?= $GLOBALS['tpl']['comment_url'] ?></a></dd>
  39  
  40          <dt><strong><?= DIRECT_LINK ?>:</strong></dt>
  41          <dd><a href="<?= $GLOBALS['tpl']['comment_entryurl'] ?>"><?= $GLOBALS['tpl']['comment_entryurl'] ?></a></dd>
  42      </dl>
  43  
  44      {serendipity_printTrackbacks entry=$entry_id}
  45  
  46  {elseif $is_showcomments}
  47  
  48      <div class="serendipity_commentsTitle"><?= COMMENTS ?></div>
  49  
  50      {serendipity_printComments entry=$entry_id}
  51      {if $is_comment_allowed}
  52          <div class="serendipity_commentsTitle"><?= ADD_COMMENT ?></div>
  53          <?= $GLOBALS['tpl']['COMMENTFORM'] ?>
  54      <?php else: ?>
  55          <div class="serendipity_center serendipity_msg_important"><?= COMMENTS_CLOSED ?></div>
  56      <?php endif; ?>
  57  
  58  <?php endif; ?>
  59  
  60  </body>
  61  </html>


Généré le : Sat Nov 24 09:00:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics