public_html/help/cclinksubmission.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>Link Submissions</title>
     5   <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
     6 </head>
     7 
     8 <body>
     9 <h1>Link Submissions</h1>
    10 
    11 <p>This is the command and control quick moderation area for links. In this
    12 area you can edit, delete or approve links. Select any combination of deletes
    13 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 link. Note that saving an edited link
    23         submission will approve it</td>
    24 </tr>
    25 <tr>
    26     <td>Title</td>
    27     <td>Title of the link</td>
    28 </tr>
    29 <tr>
    30     <td>Category</td>
    31     <td>Category the link was submitted to</td>
    32 </tr>
    33 <tr>
    34     <td>URL</td>
    35     <td>URL for the link</td>
    36 </tr>
    37 <tr>
    38     <td>Delete / Approve</td>
    39     <td>Radio buttons to select for delete or approval of the link</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>