⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 总表

📁 lunix c防火墙web的编程
💻
字号:
<html>
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Pragma" content="no-cache"> 
<meta http-equiv="Cache-Control" content="no-cache"> 
<meta http-equiv="Expires" content="0"> 
<meta name="author" content="联想(北京)有限公司">

<title>用户列表</title>
<link href="../css/firewallstyle.css" rel="stylesheet" type="text/css">
<link href="../../css/title.css" rel="stylesheet" type="text/css">
<script language="javascript" src="../js/imgEffect.js"></script>
<script language="javascript" src="../js/basic.js"></script>
<script language="javascript" src="../js/chromeless_35.js"></script>
<script language="javascript">
function init()
{
    setText(form1.txt_keyWord,"请输入关键字 ");
    setSelectedSelection(form2.sel_pageSize, "10")
    setText(form2.txt_numGo,"1");

}

<!-- 点击下一页时,提交显示页面号-->
function nextPage()
{
    form2.txt_numGo.value = 1;
    form2.submit();
}

<!-- 点击上一页时,提交显示页面号-->
function prePage()
{
    form2.txt_numGo.value = 1;
    form2.submit();
}

<!-- 点击最后一页时,提交显示页面号-->
function endPage()
{
    form2.txt_numGo.value = 1;
    form2.submit();
}

<!-- 点击第一页时,提交显示页面号-->
function firstPage()
{
    form2.txt_numGo.value = 1;
    form2.submit();
}
function subForm()
{
    if(confirm("确定要删除吗?"))
    {
        document.form2.action="webui?op=pcm_user_del_mul_mod";
	document.form2.submit();
    }
}

function selectAll()
{
    if (form2.chk_selectAll.checked==true)
    {
        //全选
	if(form2.chk_idList)
	{    		
	    for(var i=0;i<form2.chk_idList.length;i++)
	    {
	        form2.chk_idList[i].checked = true;
	    }
	}
    }
    else
    {
        if(form2.chk_idList)
    	{
	    //取消全选
        for(var i=0;i<form2.chk_idList.length;i++)
	    {
	        form2.chk_idList[i].checked = false;
	    }
        }
    }
}
</script>
</head>

<body  text="#000000" leftmargin="20" topmargin="20" marginwidth="0" marginheight="0">
<span class="Font_title">资源定义&gt;&gt;用户&gt;&gt;用户列表 </span> 
<form name="form1" action="webui?op=pcm_user_show&totalpage=1&orderby=name&asords=ASC&preorderby=name " method="post">

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td height="30" align="right"> 
      <input name="txt_keyWord" type="text" class="Input" size="18" maxlength="255" OnFocus=this.select() OnMouseOver=this.focus()> 
      <input type="hidden" value="10" name="sel_pageSize">
      <input type="submit" class="Button" value=" 查 找 "> 
    </td>
  </tr>
</table>
</form>
<form name="form2" action="webui?op=pcm_user_show&totalpage=1&orderby=name&asords=ASC&preorderby=name&txt_keyWord=请输入关键字 " method="post">
  
  <table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="Table_Border">
    <tr align="center"  class="TableTdBg_title"> 
    <td width="8%" height="20"> 序号</td>
      <td width="12%" height="20"><a href="/cgi-bin/webui?op=pcm_user_show&totalpage=1&sel_pageSize=10&orderby=name&asords=ASC&preorderby=name&txt_keyWord=请输入关键字 &modflag=true">用户名</a></td>
    <td width="10%" height="20">所属组</td>
	<td width="10%" height="20"><a href="/cgi-bin/webui?op=pcm_user_show&totalpage=1&sel_pageSize=10&orderby=succ_connt&asords=ASC&preorderby=name&txt_keyWord=请输入关键字 &modflag=true">登录成功次数</a></td>
	<td width="10%" height="20"><a href="/cgi-bin/webui?op=pcm_user_show&totalpage=1&sel_pageSize=10&orderby=fail_connt&asords=ASC&preorderby=name&txt_keyWord=请输入关键字 &modflag=true">登录失败次数</a></td>
	<td width="20%" height="20">
	<a href="/cgi-bin/webui?op=pcm_user_show&totalpage=1&sel_pageSize=10&orderby=last_login_time&asords=ASC&preorderby=name&txt_keyWord=请输入关键字 &modflag=true">上次成功登录</a></td>
    <td width="20%" height="20">
	<a href="/cgi-bin/webui?op=pcm_user_show&totalpage=1&sel_pageSize=10&orderby=comment&asords=ASC&preorderby=name&txt_keyWord=请输入关键字 &modflag=true">优先级</a></td>
     <td width="20%" height="20">
	<a href="/cgi-bin/webui?op=pcm_user_show&totalpage=1&sel_pageSize=10&orderby=comment&asords=ASC&preorderby=name&txt_keyWord=请输入关键字 &modflag=true">认证方式</a></td>
  </tr>
<tr><td colspan=100 align="center">&nbsp;&nbsp;无&nbsp;&nbsp;记&nbsp;&nbsp;录&nbsp;&nbsp;</td></tr></table>
 
<table width=100% 
border=0 align="center" cellpadding=0 cellspacing=0 class="TableTdBg_operation">
    <tbody>
      <tr> 
        <td width=3% height="27"  valign=middle></td>
        <td width=55% height=27 align="center" valign=middle>         
        <input type="button" class="Button"  value=" 添 加 " name="Button" onClick="openWin('/cgi-bin/webui?op=pcm_user_add_show',600,400,'')">
        </td>
      </tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="25" align="right" class="page">
	<a href="javascript:firstPage();"  onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('IMGButton_FirstPage','','../imgs/icon_page1.gif',1)"><img src="../imgs/icon_page1.1.gif" alt="第一页" name="IMGButton_FirstPage" width="37" height="15" border="0" id="Image91"></a>
<a href="javascript:prePage();" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('IMGButton_PrePage','','../imgs/icon_page2.gif',1)"><img src="../imgs/icon_page2.1.gif" alt="上一页" width="37" height="15" border="0"  name="IMGButton_PrePage" id="Image101"></a><img src="" width="5" height="3" border="0">
<a href="javascript:nextPage();" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('IMGButton_NextPage','','../imgs/icon_page3.gif',1)"><img src="../imgs/icon_page3.1.gif" alt="下一页"  width="37" height="15" border="0" name="IMGButton_NextPage" id="Image121"></a><img src="" width="5" height="3" border="0">
<a href="javascript:endPage();" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('IMGButton_LastPage','','../imgs/icon_page4.gif',1)"><img src="../imgs/icon_page4.1.gif" alt="最后一页" width="37" height="15" border="0" name="IMGButton_LastPage" id="Image131"></a><img src="" width="5" height="3" border="0">
</td>
    <td width="320" height="25" align="right" valign="middle" class="page">第1页/1页 
      跳转到 
      <input name="txt_numGo" type="text" class="Input" size="3">
      <input type="submit" class="Button_go" value="Go">
      每页 
      <select name="sel_pageSize" class="ListStyle" onChange=this.form.submit()>
      
<option value='10'>10
</option>
<option value='20'>20
</option>
<option value='50'>50
</option>
<option value='100'>100
</option>
<option value='100000'>全部
</option>
      </select>
	  <img name="" src="" width="5" height="5" alt=""><a href="#"><img src="../imgs/icon_go_up.gif" width="15" height="15" border="0" alt="返回顶部"></a></td>
  </tr>
</table>
</form>
</body>
</html>
<script language="javascript">
init()
</script>

⌨️ 快捷键说明

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