Changeset 1411


Ignore:
Timestamp:
08/02/05 00:15:50 (8 years ago)
Author:
anarcat
Message:

add a form to control the count of months

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bureau/admin/stats_show_per_month.php

    r1408 r1411  
    4040// max 100 months, 2 by default 
    4141$count = ($_GET['count'] ? $_GET['count'] % 100: 2); 
     42 
     43?> 
     44<form method="GET"> 
     45Months: <input type="text" size="3" name="count" value="<?=$count?>"> 
     46<input type="submit" value="<?=_("Go")?>"> 
     47</form> 
     48<?php 
    4249 
    4350/* 
Note: See TracChangeset for help on using the changeset viewer.