public_html/help/submitevent.html
branchHEAD
changeset 7473 e6207655d9cc
parent 5455 f9d08a24cb8d
     1.1 --- a/public_html/help/submitevent.html	Sun Aug 05 09:33:02 2007 +0000
     1.2 +++ b/public_html/help/submitevent.html	Sun Nov 15 10:58:30 2009 +0100
     1.3 @@ -1,74 +1,70 @@
     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>Submit a Event</title>
    1.12 +  <title>Submit an Event</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>Submit an Event</h1>
    1.18  
    1.19 -<h1>
    1.20 -Submit a Event</h1>
    1.21 -When submitting information for use on this site we ask that you follow
    1.22 -the following suggestions...
    1.23 +<p>When submitting information for use on this site we ask that you follow
    1.24 +the following suggestions ...</p>
    1.25 +
    1.26  <ul>
    1.27 -<li>
    1.28 -Fill in all the fields, they're required</li>
    1.29 -
    1.30 -<li>
    1.31 -Provide complete and accurate information</li>
    1.32 -
    1.33 -<li>
    1.34 -Double check those URLs</li>
    1.35 +  <li>Fill in all the fields, they're required</li>
    1.36 +  <li>Provide complete and accurate information</li>
    1.37 +  <li>Double check those URLs</li>
    1.38  </ul>
    1.39  
    1.40 -<table BORDER WIDTH="100%" >
    1.41 -<tr BGCOLOR="#000000">
    1.42 -<td><font color="#FFFFFF">Field&nbsp;</font></td>
    1.43 -
    1.44 -<td><font color="#FFFFFF">Description</font></td>
    1.45 +<table border="1" width="100%">
    1.46 +<tr>
    1.47 +    <th style="width:8%">Field</th>
    1.48 +    <th>Description</th>
    1.49  </tr>
    1.50 -
    1.51  <tr>
    1.52 -<td>Title</td>
    1.53 -
    1.54 -<td>Name or title of the event</td>
    1.55 +    <td>Title</td>
    1.56 +    <td>Name or title of the event</td>
    1.57  </tr>
    1.58 -
    1.59  <tr>
    1.60 -<td>Link</td>
    1.61 -
    1.62 -<td>A web link to a page that contains more information about the event</td>
    1.63 +    <td>Event Type</td>
    1.64 +    <td>Select the type of the event from the drop-down list</td>
    1.65  </tr>
    1.66 -
    1.67  <tr>
    1.68 -<td>Start Date&nbsp;</td>
    1.69 -
    1.70 -<td>Date the event begins</td>
    1.71 +    <td>Start Date</td>
    1.72 +    <td>Date the event begins</td>
    1.73  </tr>
    1.74 -
    1.75  <tr>
    1.76 -<td>End Date</td>
    1.77 -
    1.78 -<td>Date the event ends</td>
    1.79 +    <td>End Date</td>
    1.80 +    <td>Date the event ends</td>
    1.81  </tr>
    1.82 -
    1.83  <tr>
    1.84 -<td>Location</td>
    1.85 -
    1.86 -<td>Location where the event is being held</td>
    1.87 +    <td>All Day Event</td>
    1.88 +    <td>Check this box if the event lasts the entire day. When checked, the
    1.89 +        event's End Date will be ignored</td>
    1.90  </tr>
    1.91 -
    1.92  <tr>
    1.93 -<td>Description</td>
    1.94 -
    1.95 -<td>A short description about the event</td>
    1.96 +    <td>Location</td>
    1.97 +    <td>Location where the event is being held, e.g. name of the venue</td>
    1.98 +</tr>
    1.99 +<tr>
   1.100 +    <td>Address</td>
   1.101 +    <td>Address where the event is being held</td>
   1.102 +</tr>
   1.103 +<tr>
   1.104 +    <td>Link</td>
   1.105 +    <td>A web link to a page that contains more information about the event</td>
   1.106 +</tr>
   1.107 +<tr>
   1.108 +    <td>Description</td>
   1.109 +    <td>A short description about the event</td>
   1.110  </tr>
   1.111  </table>
   1.112  
   1.113 -<p>
   1.114 -<hr WIDTH="100%">
   1.115 -<br>Geeklog <a href="http://www.geeklog.net">http://www.geeklog.net</a>
   1.116 -<br>Last Updated: September 18, 2000
   1.117 +<div class="footer">
   1.118 +    <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
   1.119 +    All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
   1.120 +</div>
   1.121 +
   1.122  </body>
   1.123  </html>