📄 main.php
字号:
<?php// $Id: main.php,v 1.9 2004/12/26 19:12:13 onokazu Exp $//%%%%%% File Name pollresults.php %%%%%define("_PL_TOTALVOTES","Total Votes: %s");define("_PL_TOTALVOTERS","Total Voters: %s");//%%%%%% File Name index.php %%%%%define("_PL_POLLSLIST","Polls List");define("_PL_ALREADYVOTED", "Sorry, you have already voted once.");define("_PL_THANKSFORVOTE","Thanks for your vote!");define("_PL_SORRYEXPIRED", "Sorry, but the poll has expired.");define("_PL_YOURPOLLAT", "%s, your poll at %s"); // 1st %s is user name, 2nd %s is site namedefine("_PL_PREV", "Previous");define("_PL_NEXT", "Next");define("_PL_POLLQUESTION", "Poll Question");define("_PL_VOTERS", "Total voters");define("_PL_VOTES", "Total votes");define("_PL_EXPIRATION", "Expiration");define("_PL_EXPIRED", "Expired");//%%%%%% File Name xoopspollrenderer.php %%%%%// %s represents datedefine("_PL_ENDSAT","Ends at %s");define("_PL_ENDEDAT","Ended at %s");define("_PL_VOTE","Vote!");define("_PL_RESULTS","Results");?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -