public_html/help/ccstorysubmission.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>Story Submissions</title>
     5   <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
     6 </head>
     7 
     8 <body>
     9 <h1>Story Submissions</h1>
    10 
    11 <p>This is the command and control quick moderation area for story submissions.
    12 In this area you can edit, delete or approve story submissions. Select any
    13 combination of 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 story. Note that saving an edited story
    23         submission will approve it unless you save it with the draft flag
    24         set</td>
    25 </tr>
    26 <tr>
    27     <td>Title</td>
    28     <td>Title of the story</td>
    29 </tr>
    30 <tr>
    31     <td>Date</td>
    32     <td>Date the story was submitted</td>
    33 </tr>
    34 <tr>
    35     <td>Topic</td>
    36     <td>Topic the story was submitted to</td>
    37 </tr>
    38 <tr>
    39     <td>Delete / Approve</td>
    40     <td>Radio buttons to select for delete or approval of the story
    41         submission</td>
    42 </tr>
    43 </table>
    44 
    45 <div class="footer">
    46     <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
    47     All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
    48 </div>
    49 
    50 </body>
    51 </html>