?? survey.php
字號:
<?php/** * * SourceForge Survey Facility * * SourceForge: Breaking Down the Barriers to Open Source Development * Copyright 1999-2001 (c) VA Linux Systems * http://sourceforge.net * * @version $Id: survey.php,v 1.11 2001/05/22 16:00:57 pfalcon Exp $ * */require_once('pre.php');require_once('vote_function.php');require_once('www/survey/survey_utils.php');// Check to make sure they're logged in.if (!session_loggedin()) { exit_not_logged_in();}survey_header(array('title'=>$Language->getText('survey','title'),'pagename'=>'survey_survey'));if (!$survey_id || !$group_id) { echo "<h1>".$Language->getText('survey','for_some_reason')."</h1>";} else { show_survey($group_id,$survey_id);}survey_footer(array());?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -