public_html/help/ccstorysubmission.html
branchHEAD
changeset 7473 e6207655d9cc
parent 5455 f9d08a24cb8d
     1.1 --- a/public_html/help/ccstorysubmission.html	Sun Aug 05 09:33:02 2007 +0000
     1.2 +++ b/public_html/help/ccstorysubmission.html	Sun Nov 15 10:58:30 2009 +0100
     1.3 @@ -1,59 +1,51 @@
     1.4 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     1.5 -<html>
     1.6 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     1.7 +<html lang="en">
     1.8  <head>
     1.9 -   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    1.10 -   <meta name="GENERATOR" content="Mozilla/4.75 [en] (Win95; U) [Netscape]">
    1.11 -   <title>Story Submissions</title>
    1.12 +  <title>Story Submissions</title>
    1.13 +  <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
    1.14  </head>
    1.15 +
    1.16  <body>
    1.17 +<h1>Story Submissions</h1>
    1.18  
    1.19 -<h1>
    1.20 -Story Submissions</h1>
    1.21 -This is the command and control quick moderation area for story submissions.&nbsp;
    1.22 -In this area you can edit (approve) and delete story submissions.&nbsp;
    1.23 -Select any deletes and click the submit button.
    1.24 -<br>&nbsp;
    1.25 -<table BORDER WIDTH="100%" >
    1.26 -<tr BGCOLOR="#000000">
    1.27 -<td><font color="#FFFFFF">Field&nbsp;</font></td>
    1.28 +<p>This is the command and control quick moderation area for story submissions.
    1.29 +In this area you can edit, delete or approve story submissions. Select any
    1.30 +combination of deletes or approves and click the submit button.</p>
    1.31  
    1.32 -<td><font color="#FFFFFF">Description</font></td>
    1.33 +<table border="1" width="100%">
    1.34 +<tr>
    1.35 +    <th style="width:8%">Field</th>
    1.36 +    <th>Description</th>
    1.37  </tr>
    1.38 -
    1.39  <tr>
    1.40 -<td>edit</td>
    1.41 -
    1.42 -<td>Click this to edit the story, you must edit to approve a story</td>
    1.43 +    <td>Edit</td>
    1.44 +    <td>Click this to edit the story. Note that saving an edited story
    1.45 +        submission will approve it unless you save it with the draft flag
    1.46 +        set</td>
    1.47  </tr>
    1.48 -
    1.49  <tr>
    1.50 -<td>Title&nbsp;</td>
    1.51 -
    1.52 -<td>Title of the story</td>
    1.53 +    <td>Title</td>
    1.54 +    <td>Title of the story</td>
    1.55  </tr>
    1.56 -
    1.57  <tr>
    1.58 -<td>Date</td>
    1.59 -
    1.60 -<td>Date the story was submitted</td>
    1.61 +    <td>Date</td>
    1.62 +    <td>Date the story was submitted</td>
    1.63  </tr>
    1.64 -
    1.65  <tr>
    1.66 -<td>Topic</td>
    1.67 -
    1.68 -<td>Topic the story was submitted to</td>
    1.69 +    <td>Topic</td>
    1.70 +    <td>Topic the story was submitted to</td>
    1.71  </tr>
    1.72 -
    1.73  <tr>
    1.74 -<td>Delete</td>
    1.75 -
    1.76 -<td>Radio button to select for deleting a story submission</td>
    1.77 +    <td>Delete / Approve</td>
    1.78 +    <td>Radio buttons to select for delete or approval of the story
    1.79 +        submission</td>
    1.80  </tr>
    1.81  </table>
    1.82  
    1.83 -<p>
    1.84 -<hr WIDTH="100%">
    1.85 -<br>Geeklog <a href="http://www.geeklog.net">http://www.geeklog.net</a>
    1.86 -<br>Last Updated: September 18, 2000
    1.87 +<div class="footer">
    1.88 +    <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
    1.89 +    All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
    1.90 +</div>
    1.91 +
    1.92  </body>
    1.93  </html>