<?php /* * SlimStat: simple web analytics * Copyright (C) 2010 Pieces & Bits Limited * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ page_head(); ?> <h2 id="title" class="grid16"><?php echo $i18n->hsc( 'welcome', 'title' ); ?></h2> <div id="main" class="grid16"> <div id="side" class="grid4"></div> <div id="content" class="grid12"> <div class="grid12"> <p class="first"><?php echo $i18n->hsc( 'welcome', 'p1' ); ?></p> <p><?php echo $i18n->hsc( 'welcome', 'p2' ); ?></p> <p><?php echo $i18n->hsc( 'welcome', 'p3' ); ?></p> <p><?php echo $i18n->hsc( 'welcome', 'p4' ); ?></p> <p><?php echo $i18n->hsc( 'welcome', 'p5' ); ?></p> <h3><?php echo $i18n->hsc( 'welcome', 'javascript' ); ?></h3> <p><?php echo $i18n->hsc( 'welcome', 'javascript_text' ); ?></p> <pre><script type="text/javascript" src="<?php echo dirname( $_SERVER['SCRIPT_NAME'] ); ?>/?js"></script></pre> <h3><?php echo $i18n->hsc( 'welcome', 'php' ); ?></h3> <p><?php echo $i18n->hsc( 'welcome', 'php_text1' ); ?></p> <pre><?php @include_once( $_SERVER['DOCUMENT_ROOT'].'<?php echo dirname( $_SERVER['SCRIPT_NAME'] ); ?>/stats_include.php' ); ?></pre> <pre><?php @include_once( '<?php echo dirname( dirname( __FILE__ ) ); ?>/stats_include.php' ); ?></pre> <p><?php echo $i18n->hsc( 'welcome', 'php_text2' ); ?></p> </div></div></div> <?php page_foot();