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

📄 usermanage.jsp

📁 JAVA实现的中小型企业CRM客户关系管理系统
💻 JSP
字号:
<%@ page language="java" pageEncoding="gbk"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!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>
<script src="../js/util.js" language="javascript" type="text/javascript"></script>
<link href="../skin/default/default.css" rel="stylesheet" type="text/css" />
</head>

<body class="mainbody">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="tdtop">方剂管理</td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="5" cellpadding="0">
  <tr>
    <td width="50%"><table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
      <!--Start Curv Table Header-->
      <tr>
        <td colspan="3"><table cellspacing="0" cellpadding="0" width="100%">
            <tr>
              <td valign="bottom" align="left"><img src="../skin/default/images/curv_left_1.gif" /></td>
              <td style="FONT-SIZE: 10pt; BACKGROUND-IMAGE: url(../skin/default/images/curv_center_bg.gif); BACKGROUND-REPEAT: repeat-x; align: left" width="100%"><table cellspacing="0" cellpadding="0" width="100%" border="0">
                  <tr>
                    <td id="alltd" nowrap="nowrap" rowspan="2">&nbsp;<a onclick="mmaTab('all');return false;" href="#">全部方剂</a> </td>
                    <td id="alltd" rowspan="2"><img id="img1" src="../skin/default/images/kuang_5a.gif" /></td>
                    <td id="addtd" nowrap="nowrap" rowspan="2"><a onclick="mmaTab('add');return false;" href="$$$/jsp/MainPage.jsp#">&nbsp;方剂添加</a></td>
                    <td id="addtd" nowrap="nowrap" rowspan="2"><img id="img2" src="../skin/default/images/kuang_5a.gif" /></td>
                    <td nowrap="nowrap" rowspan="2"><a onclick="mmaTab('manage');return false;" href="#">&nbsp;方剂管理</a> </td>
                    <td id="managetd" nowrap="nowrap" rowspan="2"><img id="img3" src="../skin/default/images/kuang_5a.gif" /></td>
					<td nowrap="nowrap" rowspan="2"><a onclick="mmaTab('select');return false;" href="#">&nbsp;方剂查询</a> </td>
                    <td id="selecttd" nowrap="nowrap" rowspan="2"><img id="img4" src="../skin/default/images/kuang_5a.gif" /></td>
                    <td align="right" width="100%"><table style="FONT-SIZE: 10pt" cellspacing="0" cellpadding="0" width="50">
                        <tr>
                          <td><a onmouseover="document.refreshimg4.src='../skin/default/images/refresh_2.gif';" onclick="frmmma.location.reload();return false;" onmouseout="document.refreshimg4.src='../skin/default/images/refresh_1.gif';" href="$$$/jsp/MainPage.jsp#"> <img src="../skin/default/images/refresh_1.gif" name="refreshimg4" border="0" id="refreshimg4" /></a></td>
                          <td><a onmouseover="document.gotoimg4.src='../skin/default/images/goto_2.gif';" onclick="mmaGoto();return false;" onmouseout="document.gotoimg4.src='../skin/default/images/goto_1.gif';" href="$$$/jsp/MainPage.jsp#"> <img src="../skin/default/images/goto_1.gif" name="gotoimg4" border="0" id="gotoimg4" /></a></td>
                        </tr>
                    </table></td>
                  </tr>
              </table></td>
              <td><img src="../skin/default/images/curv_right_1.gif" /></td>
            </tr>
        </table></td>
      </tr>
      <tr>
        <td valign="top" align="left" width="7" background="../skin/default/images/curv_left_y.gif"><img height="1" src="../skin/default/images/curv_left_y.gif" width="7" /></td>
        <td width="100%" height="100%"><table height="100%" width="100%">
            <tr>
              <td height="443"><iframe id="subframe" name="subframe" src="PrescriptionList.jsp" frameborder="0" width="100%" height="100%"></iframe></td>
            </tr>
        </table></td>
        <td valign="top" align="left" width="10" background="../skin/default/images/curv_right_y.gif"><img height="1" src="../skin/default/images/curv_right_y.gif" width="10" /></td>
      </tr>
      <tr>
        <td valign="top" align="left" width="7" height="11"><img height="11" src="../skin/default/images/curv_bottom_l.gif" width="7" /></td>
        <td valign="top" align="left" width="100%" background="../skin/default/images/curv_bottom_bg.gif"><img height="11" src="../skin/default/images/curv_bottom_bg.gif" /></td>
        <td valign="top" align="left" width="10" height="11"><img height="11" src="../skin/default/images/curv_bottom_2.gif" width="10" /></td>
      </tr>
    </table></td>
  </tr>
</table>
<script language="javascript">
<!--

var mmaType = 'all'
function mmaTab(type)
{
  var bgcolor = '';
  var selcolor = '';
  if(type=='all'){
    subframe.location='PrescriptionList.jsp';
    setTdBgcolor('alltd',selcolor);
    setTdBgcolor('addtd',bgcolor);
    setTdBgcolor('managetd',bgcolor);
	setTdBgcolor('selecttd',bgcolor);
    img1.src='../skin/default/images/kuang_5a.gif';
    img2.src='../skin/default/images/kuang_5a.gif';
    img3.src='../skin/default/images/kuang_5a.gif';
	img4.src='../skin/default/images/kuang_5a.gif';
    mmaType='all';
  }else if(type=='add'){
    subframe.location='PrescriptionAdd.jsp';
    setTdBgcolor('alltd',bgcolor);
    setTdBgcolor('addtd',selcolor);
    setTdBgcolor('managetd',bgcolor);
	setTdBgcolor('selecttd',bgcolor);
    img1.src='../skin/default/images/kuang_7.gif';
    img2.src='../skin/default/images/kuang_5a.gif';
    img3.src='../skin/default/images/kuang_5a.gif';
	img4.src='../skin/default/images/kuang_5a.gif';
    mmaType='add';
  }else if(type=='manage'){
    subframe.location='/TDynastyOA2001/mailmessagemanage.do?action=fmainlist';
    setTdBgcolor('alltd',bgcolor);
    setTdBgcolor('addtd',bgcolor);
    setTdBgcolor('managetd',selcolor);
	setTdBgcolor('selecttd',bgcolor);
    img1.src='../skin/default/images/kuang_5a.gif';
    img2.src='../skin/default/images/kuang_7.gif';
    img3.src='../skin/default/images/kuang_5a.gif';
	img4.src='../skin/default/images/kuang_5a.gif';
    mmaType='manage';
  }else{
    subframe.location='/TDynastyOA2001/annotationmanage.do?action=fmainlist';
    setTdBgcolor('alltd',bgcolor);
    setTdBgcolor('addtd',bgcolor);
    setTdBgcolor('managetd',bgcolor);
	setTdBgcolor('selecttd',selcolor);
    img1.src='../skin/default/images/kuang_5a.gif';
    img2.src='../skin/default/images/kuang_5a.gif';
    img3.src='../skin/default/images/kuang_7.gif';
	img4.src='../skin/default/images/kuang_5a.gif';
    mmaType='select';
  }
}
function mmaGoto()
{
  if(mmaType=='all')
    openMiniWin("testlist.html","moreMessage",600,400);
  else if(mmaType=='add')
    window.location.replace('/TDynastyOA2001/jsp/emailman/folderman/mainpage.jsp');
  else if(mmaType=='manage')
    window.location.replace('/TDynastyOA2001/jsp/personal/annotation/mainpage.jsp');
  else if(mmaType=='select')
    window.location.replace('/TDynastyOA2001/jsp/personal/annotation/mainpage.jsp');
}

function setTdBgcolor(tdid,color)
{
    for(var i=0;i<document.all[tdid].length;i++)
      document.all[tdid][i].style.backgroundColor = color;
}
-->
</script>
</body>
</html>

⌨️ 快捷键说明

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