index.php

来自「GForge 3.0 协作开发平台 支持CVS, mailing lists, 」· PHP 代码 · 共 45 行

PHP
45
字号
<?php/**  *  * SourceForge Top-Statistics main page  *  * This page gives links to pages which show project/users  * highest ranked by defferent criteria, like doenloads, rating, etc.  * Most of these pages show dynamics of changes also.  *  * SourceForge: Breaking Down the Barriers to Open Source Development  * Copyright 1999-2001 (c) VA Linux Systems  * http://sourceforge.net  *  * @version   $Id: index.php,v 1.12 2001/05/18 21:01:48 pfalcon Exp $  *  */require_once('pre.php');$HTML->header(array('title'=>$Language->getText('top','title')));?><p><strong><?php echo $Language->getText('top','top_project',$GLOBALS['sys_name']); ?></strong></P><p><?php echo $Language->getText('top','about_blurb',$GLOBALS['sys_name']); ?><ul><li><a href="mostactive.php?type=week"><?php echo $Language->getText('top','active_weekly'); ?></a><li><a href="mostactive.php"><?php echo $Language->getText('top','active_all_time'); ?></a><br />&nbsp;<li><a href="toplist.php?type=downloads"><?php echo $Language->getText('top','downloads'); ?></a><li><a href="toplist.php?type=downloads_week"><?php echo $Language->getText('top','downloads_7_days'); ?></a><br />&nbsp;Measured by impressions of the <?php echo $GLOBALS['sys_name']?> 'button' logo<li><a href="toplist.php?type=pageviews_proj"><?php echo $Language->getText('top','pageviews',$GLOBALS['sys_name']); ?></a> <br />&nbsp;<li><a href="toplist.php?type=forumposts_week"><?php echo $Language->getText('top','forum_posts'); ?></a><br />&nbsp;<li><a href="topusers.php"><?php echo $Language->getText('top','highest_ranked_users'); ?></a></ul><?php$HTML->footer(array());?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?