|
方法1:添加一个栏目功能为自定衔接功能,超连接指向http://www.cn58.com/admin/
方法2:添加一个栏目功能为单页图文型,然后点改栏目的“内容管理”按钮进入到网页编辑器,点网页编辑器下面的“HTML”,直接把以下代码复制粘贴到该网页编辑器,点提交按钮
<TABLE cellSpacing=1 cellPadding=3 width="100%" align=center> <FORM action=http://www.cn58.com/admin/admin.php method=post> <TBODY> <TR> <TD bgColor=#f2f2f2 colSpan=2 height=30> <DIV align=right></DIV> <DIV align=center><FONT color=#ff0000>网站管理登入口 <A href="http://www.cn58.com/language.php?lan=big">(繁体)</A></FONT></DIV></TD></TR> <TR> <TD bgColor=#f2f2f2 height=30> <DIV align=right><FONT color=#000000>用户名:</FONT></DIV></TD> <TD align=middle bgColor=#f2f2f2><INPUT style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; FONT-SIZE: 9pt; BORDER-LEFT: 1px solid; COLOR: #000000; BORDER-BOTTOM: 1px solid; BACKGROUND-COLOR: #ffffff" maxLength=20 size=12 name=user></TD></TR> <TR> <TD width="40%" bgColor=#f2f2f2 height=30> <DIV align=right><FONT color=#000000>密 码:</FONT></DIV></TD> <TD align=middle bgColor=#f2f2f2><INPUT style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; FONT-SIZE: 9pt; BORDER-LEFT: 1px solid; COLOR: #000000; BORDER-BOTTOM: 1px solid; BACKGROUND-COLOR: #ffffff" type=password maxLength=20 size=12 name=password> </TD></TR> <TR align=middle> <TD bgColor=#f2f2f2 colSpan=2 height=30> <TABLE cellSpacing=1 cellPadding=0 width=155 border=0> <TBODY> <TR> <TD vAlign=bottom align=middle height=26><INPUT type=image src="http://www.cn58.com/main/home/images/dl.gif" border=0 name=imageField> </TD> <TD align=middle height=26><A href="http://www.cn58.com/sysadmin/htmledit/lostpass.php"><IMG src="http://www.cn58.commain/home/images/lostpass.gif" border=0></A></TD></TR></TBODY></TABLE></TD></TR></FORM></TBODY></TABLE> |