⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.php

📁 GForge 3.0 协作开发平台 支持CVS, mailing lists, bug tracking, message boards/forums, task management, perman
💻 PHP
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -