PHP Classes

File: src/template/fanKounter_classic/stats.tpl

Recommend this page to a friend!
  Classes of Luca Liscio   fanKounter PHP Counter Script   src/template/fanKounter_classic/stats.tpl   Download  
File: src/template/fanKounter_classic/stats.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: fanKounter PHP Counter Script
Manage unlimited Web page access counters
Author: By
Last change:
Date: 3 years ago
Size: 2,669 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- fanKounter v {$version} - by LucLiscio (Italy) //--> <!-- {$homepage} //--> <!-- mailto:{$email} //--> <html> <head> <title>{$title}</title> <meta name="description" content="fanKounter: uno script in PHP per creare e gestire contatori di visite con statistiche per pagine WEB." /> <meta name="keywords" content="accessi,contatore,counter,fanKounter,pagine,PHP,script,statistiche,stats,reload,unici,visitatori,visite,WEB\" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <base target="_top" /> <link type="text/css" rel="stylesheet" href="stats.css" /> </head> <body> <div align="center"> <img src="../../img/fankounter3.0.png" style="width:200px"><br/><br/> <table cellspacing="0" cellpadding="0" class="conteiner"> <tr> <td align="center"> <table cellspacing="0" cellpadding="0"> <tr> {loop="$menus"} <td valign="bottom"> <form method="post" action="{$action}"> <input type="hidden" name="id" value="{$value->id}"/> <input type="hidden" name="panel" value="{$value->panel}"/> {$value->tab_header} </form> </td> {/loop} <td valign="bottom"> <form method="post" action="{$action}"> <input type="submit" value="{$exit}" onmouseover="javascript:this.className='menuq_up';" onmouseout="javascript:this.className='menuq';" class="menuq" /> </form> </td> </tr> </table> </td> </tr> <tr> <td class="conteiner"> <p class="header">{$header}</p> {$content} <p class="top"><a href="javascript:scroll(0,0);">{$top}</a></p> </td> </tr> </table> <p class="credits"> &copy;2020 <a href="https://www.hzknight.org">HZKnight</a> | &copy;2002 fanatiko <br/><a href="{$homepage}">fanKounter</a> a HZKnight Free PHP Script </p> </div> </body> </html>