pearweb_manual
[ class tree: pearweb_manual ] [ index: pearweb_manual ] [ all elements ]

Source for file note.tpl.php

Documentation is available at note.tpl.php

  1. <?php if ($pending?>
  2.  
  3. <div class="pending_note">Pending note <a href="/notes/admin/?url=<?php echo $id ?>">Approve/Delete</a>
  4. <?php else ?>
  5. <div class="note">
  6. <?php ?>
  7.  <div class="note_handle">Note by: <?php echo $userHandle ?></div>
  8.  <div class="note_time"><?php echo $linkName$linkUrl ?></div>
  9.  <div class="note_text">
  10.   <?php echo $comment ?>
  11.  </div>
  12. </div>

Documentation generated on Mon, 11 Mar 2019 16:04:25 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.