login.xtp

来自「解压在c盘」· XTP 代码 · 共 25 行

XTP
25
字号
<?xml-stylesheet href='guestbook.xsl'?><title>Guest Book Comments</title><table width='100%'><tr>  <td width='25%'><em>Name</em></td>  <td width='75%'><em>Comment</em></td></tr><ct:guest-book>  <tr><td><ct:guest-name/><td><ct:guest-comment/></ct:guest-book></table><hr><ct:error-message/><ct:form-table action='GuestXtp' method='post'>  <ct:hidden name='action' value='login'/>  <input name='Name' ct:form-request-value='Name'/>  <ct:password name='Password' ct:form-request-value='Password'/>  <ct:label>Hint: the password is quidditch</ct:label>  <ct:submit value='Login'/></ct:form-table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?