1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?php
- declare(strict_types=1);
-
- ?>
-
- <h3 id="jump">Other sections</h3>
- <div class="box pad rule_table">
- <table>
- <tr class="colhead">
- <td style="width: 10em;">Category</td>
- <td>Additional Information</td>
- </tr>
-
- <tr class="row">
- <td>
- <strong><a href="rules.php?p=upload">Upload</a></strong>
- </td>
- <td>
- <strong>If you only read one rules page, this is the one to read</strong>
- </td>
- </tr>
-
- <tr class="row">
- <td>
- <strong><a href="rules.php?p=ratio">Ratio</a></strong>
- </td>
- <td>
- <strong>There's really two pages: required ratio table and calculation</strong>
- </td>
- </tr>
-
- <tr class="row">
- <td>
- <a href="rules.php?p=requests">Requests</a>
- </td>
- <td>
- These are the rules that govern requests
- </td>
- </tr>
-
- <tr class="row">
- <td>
- <a href="rules.php?p=collages">Collections</a>
- </td>
- <td>
- These are the rules that govern collections
- </td>
- </tr>
-
- <tr class="row">
- <td>
- <a href="rules.php?p=clients">Clients</a>
- </td>
- <td>
- These are the clients we allow to connect to our tracker and rules specific to them
- </td>
- </tr>
-
- <tr class="row">
- <td>
- <a href="rules.php?p=chat">Chat</a>
- </td>
- <td>
- Read this before posting in our forums or talking on our IRC network
- </td>
- </tr>
-
- <tr class="row">
- <td>
- <a href="rules.php?p=tag">Tagging</a>
- </td>
- <td>
- These rules govern what tags can and cannot be added
- </td>
- </tr>
- </table>
- </div>
|