[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

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

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   2  <html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
   3  <head>
   4  <title>Poll Manager</title>
   5  <link href="css/help.css" rel="stylesheet" type="text/css" />
   6  </head>
   7  <body><strong class="title">Poll Manager</strong>
   8  <table width="100%"  border="1" cellspacing="0" cellpadding="3">
   9       <tr>
  10            <td width="16%" align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Purpose:</td>
  11            <td width="84%" valign="top" class="data"><p>This page shows show a list of the Polls you may display on your site.</p>               <strong>Display Columns</strong>
  12                 <ul>
  13                 <li><strong>Poll Question</strong>: This is the question posed
  14                      by the poll.</li>
  15                 <li><strong>Published</strong>: Shows whether the poll is published.
  16                      Click the icon to toggle the state of the poll.&nbsp;</li>
  17                 <li><strong>Options</strong>: The number of options in the poll.</li>
  18                 <li><strong>Lag</strong>: Time in seconds between votes of the same user for the same poll. &nbsp; </li>
  19            </ul></td>
  20       </tr>
  21       <tr>
  22            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  23            <td valign="top" class="data">n/a</td>
  24            
  25       </tr>
  26       <tr>
  27            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  28            <td valign="top" class="data">n/a</td>
  29       </tr>
  30       <tr>
  31            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  32            <td valign="top" class="data">n/a</td>
  33       </tr>
  34       <tr>
  35            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  36            <td valign="top" class="data"><ul>
  37                 <li><strong>Publish</strong>: Click to publish any number of selected
  38                      Polls.</li>
  39                 <li><strong>Unpublish</strong>: Click to unpublish any number
  40                      of selected Polls.</li>
  41                 <li><strong>New</strong>: Click this icon to add a new poll.</li>
  42                 <li><strong>Edit</strong>: Select a Poll and click this icon to
  43                      edit the poll&#39;s
  44                      details.</li>
  45                 <li><strong>Delete</strong>: Click this icon to delete one or
  46                      more Polls.</li>
  47            </ul></td>
  48       </tr></table>
  49  
  50  </body></html>