?? compose.php
字號:
<?/*$Header: /home/cvsroot/pofhq-wapmail/compose.php,v 1.3 2002/10/27 01:11:11 pau Exp $Copyright (c) 2002 Pau Oliva Fora <pau@eSlack.org> Licensed under the GNU GPL. For full terms see the file COPYING.*/require("config.php");wmlheader();wmlmeta();echo "<card id=\"Send\"><p>\n";echo "$S_FROM <input type=\"text\" name=\"From\" value=\"$U@$DOMAIN\"/><br/>\n";echo "$S_TO <input type=\"text\" name=\"To\" value=\"$msgto\"/><br/>\n";echo "$S_SUBJECT <input type=\"text\" name=\"Subject\" value=\"$subject\"/><br/>\n";echo "$S_MESSAGE <input type=\"text\" name=\"Body\"/><br/></p>\n";echo "<p>\n";wapbutton(1,$S_SUBMIT,"sendmail.php",array("From"=>"From","To"=>"To","Subject"=>"Subject","Body"=>"Body","F"=>"F","U"=>"U","P"=>"P"));echo "<br/>\n";echo "<do type=\"accept\" label=\"$S_BACK\">\n";echo "<prev/>\n";echo "</do>\n";echo "</p>\n";wmlfooter();?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -