projnews.php
来自「GForge 3.0 协作开发平台 支持CVS, mailing lists, 」· PHP 代码 · 共 32 行
PHP
32 行
<?php/** * * SourceForge Exports: Export project news as HTML * * Parameters: * group_id - group_id * limit - number of items to export * show_summaries - 0 to show only headlines, 1 to also show * summaries * flat - 1 to use minimal HTML formatting * * * * SourceForge: Breaking Down the Barriers to Open Source Development * Copyright 1999-2001 (c) VA Linux Systems * http://sourceforge.net * * @version $Id: projnews.php,v 1.3 2001/05/22 19:11:23 pfalcon Exp $ * */require_once('pre.php');require_once('www/news/news_utils.php');if ($limit>20) $limit=20;$news=news_show_latest($group_id,$limit,$show_summaries,false,$flat);print $news;?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?