?? terms.inc
字號:
<form method="post" action="<?=$_SERVER['PHP_SELF']?>">
<fieldset>
<legend>Terms Of Service Agreement</legend>
<table>
<tr>
<td colspan="2"><a href="?page=terms" target="_blank">Terms Of Service</a></td>
</tr>
<tr>
<td><strong><label for="agree">Agree:</label></strong></td>
<td><input type="checkbox" name="agree" id="agree" value="1"></td>
</tr>
<tr>
<input type="hidden" name="step" value="9" />
<td colspan="2"><input type="submit" value="next" /></td>
</tr>
</table>
</fieldset>
</form>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -