Source for file add-note-form.tpl.php
Documentation is available at add-note-form.tpl.php 
<?php response_header ('Add a User Note');  ?>  
require  'pear-manual.php';  
    foreach ($errors as  $error) {  
 You can contribute your helpful information to the PEAR manual using this simple  
 form.  Please proof-read your note.  
 There is no need to hide or otherwise obfuscate your email address (like joeSPAM @#@at Gronk  
 dawt net), as this will be done automatically.  
 Please, please ONLY add actual information.  Questions, feature requests  
 ("You guys should document this!@#"), or bug reports should not be posted as a note.  
 We have a great bug tracker for bugs/feature requests at  
 Questions can be answered through our <a href="http://pear.php.net/support">support  
<form action="/notes/add-note.php" method="post">  
<input type="hidden" name="noteUrl" value=" <?php echo  htmlspecialchars($noteUrl) ?>" />  
<input type="hidden" name="redirect" value=" <?php echo  htmlspecialchars($redirect) ?>" />  
 <?php if (!$loggedin) { ?>  
  <!-- We will care after about finding the user, this is quick fix. -->  
  <th class="form-label_left">Your email address (or name):</th>  
   <input name="user" size="40" maxlength="40" value=" <?php echo  htmlspecialchars($email) ?>" type="text" />  
 <?php } // if ($loggedin) ?>  
  <th class="form-label_left">Your notes:</th>  
  <td class="form-input"><textarea name="note" rows="16" cols="60" wrap="virtual"> <?php 
 <?php if (!$loggedin) { ?>  
  <th class="form-label_left"><br/></th>  
 <?php } // if ($loggedin) ?>  
   <!-- I'll add the preview soon -->  
   <input name="action" value="Add Note" type="submit">  
<?php response_footer ();  ?>  
 
 
        
		    
 
		    Documentation generated on Mon, 11 Mar 2019 16:04:25 -0400 by  phpDocumentor 1.4.4. PEAR Logo Copyright ©  PHP Group 2004.
	        
       |