htdocs/index.php
changeset 34 a8daa2016cf1
parent 20 e2f6e3af9959
child 44 73f74d395f95
child 45 53a50ba4d690
equal deleted inserted replaced
33:c3179049f670 34:a8daa2016cf1
    81         echo "<li>$usernick - $pct% ($total)</li>\n";
    81         echo "<li>$usernick - $pct% ($total)</li>\n";
    82       }
    82       }
    83       ?>
    83       ?>
    84     </ul>
    84     </ul>
    85     <h1>Last 24 hours</h1>
    85     <h1>Last 24 hours</h1>
    86     <img alt="Graph image" src="24hours.php?channel=<?php echo urlencode($channel); ?>" />
    86     <img alt="Graph image" src="graph.php?mode=lastday&amp;channel=<?php echo urlencode($channel); ?>" />
       
    87     <h1>Last 2 weeks</h1>
       
    88     <img alt="Graph image" src="graph.php?mode=lastweek&amp;channel=<?php echo urlencode($channel); ?>" />
    87     
    89     
    88     <div class="footer">
    90     <div class="footer">
    89     <b><?php echo $nick; ?> is a privacy-respecting bot.</b> <a href="privacy.php">Read about what information <?php echo $nick; ?> collects</a>
    91     <b><?php echo $nick; ?> is a privacy-respecting bot.</b> <a href="privacy.php">Read about what information <?php echo $nick; ?> collects</a>
    90     </div>
    92     </div>
    91   </body>
    93   </body>