control.html

来自「c语言cgi 用cgic写session源代码」· HTML 代码 · 共 46 行

HTML
46
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>控制面板</title><style type="text/css"><!--.style1 {color: #FFFFFF;font-weight: bold;}.style2 {font-size: 12px}--></style></head><body><form action="led.cgi" method="post" name="form1" id="form1"><p>&nbsp;</p><table width="420" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#999999"><tr><td><table width="100%" cellpadding="5" cellspacing="1" bgcolor="#FFFFCC"><tr><td bgcolor="#333399"><span class="style1">控制面板</span></td></tr><tr><td align="center">请点击下面的按钮,选择要控制的LED</td></tr><tr><td align="center"><input name="led1" type="submit" id="led1" value="LED 1" />&nbsp;&nbsp;&nbsp;&nbsp;<input name="led2" type="submit" id="led2" value="LED2" /></td></tr><tr><td>&nbsp;</td></tr><tr><td align="center"><input name="logout" type="submit" id="logout" value="退出登录" /></td></tr></table></td></tr></table></form></body></html>

⌨️ 快捷键说明

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