| Anonymous | Login | Signup for a new account | 2013.05.23 05:49 CEST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000190 | [Piwigo] display | minor | always | 2005.10.27 08:41 | 2005.11.12 14:09 | ||
| Reporter | noiry | View Status | public | ||||
| Assigned To | volcom | ||||||
| Priority | normal | Resolution | fixed | Platform | |||
| Status | closed | OS | |||||
| Projection | none | OS Version | |||||
| ETA | none | Fixed in Version | 1.5.0 | Product Version | 1.5.0RC2 | ||
| Target Version | Product Build | ||||||
| Summary | 0000190: Page stats.php : <table> | ||||||
| Description |
Les <table> de la page des stats detaillées sont placés etrangements... Resultat, on obtient un affichage non uniforme (le bandeau du jour n'occupe que 98% de la page...) Je ne sais pas si c'est un choix, mais si ca n'en est pas un, voici le code de remplacement. J'ai fermé le premier <table> après les "stratow" et fermé le deuxieme après les "detail". De plus, question : Volcom a t'il utilisé le MOD envoyé par mail à Zorglub ? Je ne retrouve pas le graph journalier... Volontaire ? Pour test, voici mon MOD complet en action : http://kmoi.2006.free.fr [^] log/pass : pwg / pwg exemple parlant : http://kmoi.2006.free.fr/admin.php?page=stats&year=2005&month=10&day=26 [^] |
||||||
| Steps To Reproduce | |||||||
| Additional Information |
<!-- $Id: stats.tpl,v 1.3 2005/10/17 07:21:29 volcom Exp $ --> <h2>{lang:title_history}</h2> <h3>{L_STAT_TITLE}</h3> <img class="image" src="{IMG_REPORT}" alt="{L_STAT_MONTHLY_ALT}" /> <h3>{L_STAT_DETAIL_TITLE}</h3> <table class="table2" width="60%"> <tr class="throw"> <th>{L_VALUE}</th> <th>{L_PAGES_SEEN}</th> <th>{L_VISITORS}</th> <th>{L_PICTURES}</th> </tr> <!-- BEGIN statrow --> <tr class="{statrow.T_CLASS}"> <td>{statrow.VALUE}</td> <td>{statrow.PAGES}</td> <td>{statrow.VISITORS}</td> <td>{statrow.IMAGES}</td> </tr> <!-- END statrow --> </table> <h3>{L_DATE_TITLE}</h3> <table class="table2" width="98%"> <tr class="throw"> <th>{L_STAT_HOUR}</th> <th>{L_STAT_LOGIN}</th> <th>{L_STAT_ADDR}</th> <th>{L_STAT_CATEGORY}</th> <th>{L_STAT_FILE}</th> <th>{L_STAT_PICTURE}</th> </tr> <!-- BEGIN detail --> <tr class="{detail.T_CLASS}"> <td nowrap>{detail.HOUR}</td> <td>{detail.LOGIN}</td> <td>{detail.IP}</td> <td>{detail.CATEGORY}</td> <td>{detail.FILE}</td> <td>{detail.PICTURE}</td> </tr> <!-- END detail --> </table> <!-- BEGIN navigation --> <div class="admin"> {navigation.NAV_BAR} </div> <!-- END navigation --> |
||||||
| Tags | No tags attached. | ||||||
| browser | any | ||||||
| Database engine and version | |||||||
| PHP version | |||||||
| Web server | Apache 1.3.x | ||||||
| Attached Files | |||||||
|
|
|||||||
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group Contact |