Changeset 112 for trollforge/lastmeasure


Ignore:
Timestamp:
11/30/05 12:35:43 (7 years ago)
Author:
sam
Message:
  • valid HTML
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trollforge/lastmeasure/stats/index.php

    r111 r112  
    5555 
    5656?> 
    57 <html> 
     57<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
     58       "http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd"> 
     59<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> 
     60<head> 
     61   <title>LM stats</title> 
     62   <link rel="icon" type="image/x-icon" href="/favicon.ico" /> 
     63   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> 
     64</head> 
    5865<body> 
    59   <p>Attempt at some lmstats. Unfinished. <img src="/gnaa.png" alt="GNAA"/></p> 
     66  <div style="float: right; margin-top: 0px; background-color: transparent; 
     67              border: 30px; padding-left: 30px; width:70px; clear: both;"> 
     68    <img src="/gnaa.png" width="108" height="40" 
     69         alt="GNAA" /> 
     70  </div> 
    6071 
    61   <p>Hits:</p> 
     72  <p> Attempt at some lmstats. Unfinished. </p> 
     73  <p> Hits: </p> 
    6274  <ul><?php print_hits(); ?></ul> 
    63  
    64   <p>User agents:</p> 
     75  <p> Browsers: </p> 
    6576  <ul><?php print_uagents(); ?></ul> 
    66  
    67   <p>Users:</p> 
     77  <p> Users: </p> 
    6878  <ul><?php print_users(); ?></ul> 
    6979 
    70   </body> 
     80</body> 
    7181</html> 
Note: See TracChangeset for help on using the changeset viewer.