[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/help/ -> comment.manager.html (source)

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   2  
   3  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   4  <html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
   5  <head>
   6  <title>Comment - New</title>
   7  <link href="css/help.css" rel="stylesheet" type="text/css" />
   8  </head>
   9  <body>
  10  <strong class="title">Comment Manager </strong>
  11  <table width="100%"  border="1" cellspacing="0" cellpadding="3">
  12    <tr>
  13      <td width="16%" align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Purpose:</td>
  14      <td width="84%" valign="top" class="data"><p>This page displays a list of
  15          the Comment items on your site.</p>
  16        <strong>Display Columns</strong>
  17        <ul>
  18          <li><strong>Author</strong>: Name of the person who wrote the comment.
  19            This will be GUEST if the user is not logged in and anonymous comments
  20            are enabled.</li>
  21          <li><strong>Comment</strong>: This shows the connent itself.</li>
  22          <li><strong>Date</strong>: This shows the date the comment was added.</li>
  23          <li><strong>Content Item</strong>: This is the content item the comment
  24            relates to.</li>
  25          <li><strong>Published</strong>: This shows the current published state
  26            of the comment.</li>
  27        </ul>
  28      </td>
  29    </tr>
  30    <tr>
  31      <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  32      <td valign="top" class="data">n/a</td>
  33    </tr>
  34    <tr>
  35      <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default
  36        State: </td>
  37      <td valign="top" class="data">n/a</td>
  38    </tr>
  39    <tr>
  40      <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  41      <td valign="top" class="data">n/a
  42        </p>
  43      </td>
  44    </tr>
  45    <tr>
  46      <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar
  47        Icons: </td>
  48      <td valign="top" class="data"><ul>
  49          <li><strong>Publish</strong>: Click to publish any number of selected
  50            items.</li>
  51          <li><strong>Unpublish</strong>: Click to unpublish any number of selected
  52            items.</li>
  53          <li><strong>New</strong>: Click the &#39;New&#39; icon to create a new
  54            Comment.&nbsp;</li>
  55          <li><strong>Edit</strong>: Select the feeds and click the &#39;Edit&#39; icon
  56            to edit the Comment.</li>
  57          <li><strong>Delete</strong>: Click the &#39;Delete&#39; icon to delete
  58            one or multiple Comment.</li>
  59        </ul>
  60      </td>
  61    </tr>
  62  </table>
  63  </body>
  64  </html>