public_html/help/cceventsubmission.html
author Dirk Haun <dirk@haun-online.de>
Sun, 15 Nov 2009 10:58:30 +0100
branchHEAD
changeset 7473 e6207655d9cc
parent 5455 f9d08a24cb8d
permissions -rw-r--r--
A feeble attempt to update the age-old help texts
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     2 <html lang="en">
     3 <head>
     4   <title>Calendar Submissions</title>
     5   <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
     6 </head>
     7 
     8 <body>
     9 <h1>Calendar Submissions</h1>
    10 
    11 <p>This is the command and control quick moderation area for events. In this
    12 area you can edit, delete or approve events. Select any combination of
    13 deletes or approves and click the submit button.</p>
    14 
    15 <table border="1" width="100%">
    16 <tr>
    17     <th style="width:8%">Field</th>
    18     <th>Description</th>
    19 </tr>
    20 <tr>
    21     <td>Edit</td>
    22     <td>Click this to edit the event. Note that saving an edited event
    23         submission will approve it</td>
    24 </tr>
    25 <tr>
    26     <td>Title</td>
    27     <td>Title of the event</td>
    28 </tr>
    29 <tr>
    30     <td>Start</td>
    31     <td>Start date of the event</td>
    32 </tr>
    33 <tr>
    34     <td>URL</td>
    35     <td>URL for the event</td>
    36 </tr>
    37 <tr>
    38     <td>Delete / Approve</td>
    39     <td>Radio buttons to select for delete or approval of the event</td>
    40 </tr>
    41 </table>
    42 
    43 <div class="footer">
    44     <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
    45     All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
    46 </div>
    47 
    48 </body>
    49 </html>