12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <!-- Other Sections -->
- <h3 id="jump">Other Sections</h3>
- <div class="box pad rule_table" style="padding: 0px 0px 0px 0px;">
- <table width="100%">
- <tr class="colhead">
- <td style="width: 150px;">Category</td>
- <td style="width: 400px;">Additional Information</td>
- </tr>
-
- <tr class="row">
- <td class="nobr">
- <strong><a href="rules.php?p=upload">Upload</a></strong>
- </td>
- <td class="nobr">
- <strong>If you only read one rules page, this is the one to read</strong>
- </td>
- </tr>
-
- <!--
- <tr class="row">
- <td class="nobr">
- <a href="rules.php">Golden Rules</a>
- </td>
- <td class="nobr">
- These are the most important rules. Breaking these rules will result in the most serious consequences.
- </td>
- </tr>
- -->
-
- <tr class="row">
- <td class="nobr">
- <strong><a href="rules.php?p=ratio">Ratio</a></strong>
- </td>
- <td class="nobr">
- <strong>There's really two pages: required ratio table and calculation</strong>
- </td>
- </tr>
-
- <tr class="row">
- <td class="nobr">
- <a href="rules.php?p=requests">Requests</a>
- </td>
- <td class="nobr">
- These are the rules that govern requests
- </td>
- </tr>
-
- <tr class="row">
- <td class="nobr">
- <a href="rules.php?p=collages">Collections</a>
- </td>
- <td class="nobr">
- These are the rules that govern collections
- </td>
- </tr>
-
- <tr class="row">
- <td class="nobr">
- <a href="rules.php?p=clients">Clients</a>
- </td>
- <td class="nobr">
- These are the clients we allow to connect to our tracker and rules specific to them
- </td>
- </tr>
-
- <tr class="row">
- <td class="nobr">
- <a href="rules.php?p=chat">Chat</a>
- </td>
- <td class="nobr">
- Read this before posting in our forums or talking on our IRC network
- </td>
- </tr>
-
- <tr class="row">
- <td class="nobr">
- <a href="rules.php?p=tag">Tagging</a>
- </td>
- <td class="nobr">
- These rules govern what tags can and cannot be added
- </td>
- </tr>
- </table>
- </div>
- <!-- END Other Sections -->
|