Head First JavaScript(中文版95-99)

<body class="easyui-layout"> <div data-options="region:'north',border:false" style="height: 120px; background-color: #F5F5F5; padding: 10px; font-size: x-large;background-image:url('../Images/loginbg_00.jpg');background-size:100% 100% ;"> <div style="background-image:url('../Images/logo_short_new.png');background-size:contain;background-repeat:no-repeat;height:80px;text-align:center;vertical-align:middle;line-height:80px;"> @*<span style="font-size:30px;font-weight:bolder;color: #000080;">可靠性实验室管理平台</span>*@ <div style="background-image: url('../Images/head.png'); background-repeat: no-repeat; height: 60px; width: 582px; margin-left: 38%; margin-top: 2px; margin-bottom: 2px;"> @*<div style="background-image:url('../Images/head1.png');background-repeat:no-repeat;height:70px;width:472px;margin-left:38%;margin-top:20px;margin-bottom:20px"></div> transform: scale(1.3); /* 放大1.5倍 */ transform-origin: top left;*@ </div> </div> <div style="position: absolute; right: 30px; top: 10px;color:white;"> <label id="Time"></label>   @*<img src="~/Images/cn.gif" style="height:15px;" onclick="SetLanguage('CN')" />*@ <a href="javascript:void(0)" onclick="SetLanguage('CN')" style="color:white;">中文</a> <span style="width:30px;">|</span> @*<img src="~/Images/um.gif" style="height:15px;" onclick="SetLanguage('EN')" />*@ <a href="javascript:void(0)" onclick="SetLanguage('EN')" style="color:white;">English</a> </div> <div style="position:absolute;right:30px;top:30px;color:white;"> 欢迎您:<span style="color: #0082ff;font-weight:100;color:white;">@ViewData["RealName"]</span>    </div> <div style="position:absolute;right:30px;top:50px;color:white;"> 当前FAB:@ViewData["LoginFab"]             <a id="show_fabinfo" href="javascript:void(0);" style="color:white;" data-options="iconCls:'icon-stop'" onclick="ChangeFab();"> 切换Fab </a> @*<a href="javascript:void(0);" style="color:white;" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-stop'" onclick="ChangeFab();"> 切换Fab </a>*@ </div> <div style="position: absolute; right: 30px; bottom: 13px; "> <a href="../Template/可靠性实验室管理系统RLMS操作手册.pptx" style="color:white;width:100px;height:30px;border:1px;border-color:#0065D4">操作手册</a> @*<a href="../Template/PFA预约系统用户操作手册-V3.pdf" style="color:white;width:100px;height:30px;border:1px;border-color:#0065D4">手册文件2</a>*@ <a href="javascript:void(0);" style="color:white;background:#0089F4;height:30px;border:1px;border-color:#0065D4" class="easyui-linkbutton" iconCls="icon-set1" onclick="changePwd();"> 修改密码 </a> <a href="javascript:void(0);" style="color:white;background:#FD3D3B;height:30px;border:1px;border-color:#E20000" class="easyui-linkbutton" iconCls="icon-stop" onclick="loginOut();"> 退出系统 </a> </div> <div style="position: absolute; left: 0; right: 0; bottom: 3px; color: white; text-align: center; "> <span id="dutyDisplay" style="color: #0082ff;font-weight:100;color:white;">@ViewData["DutySchedule"]</span> </div> </div> @*旧版 菜单树 保留不使用*@ @*<div data-options="region:'west',split:true,title:'功能导航'" style="width: 180px; padding: 10px; background-color: white;"> <div> <ul id="LeftMenuTree"></ul> </div> </div>*@ <div data-options="region:'west',split:true,title:'功能菜单'" id="dv_menu" style="width: 280px;padding-right:10px; background-color: #0B67DE;"> @Html.Raw(ViewData["MenuHtml"]) </div> <div data-options="region:'center'"> <div id="tabs" class="easyui-tabs" fit="true" border="false" data-options="tools:'#tab-tools'"> @*<div id="home" title="我的主页" data-options="iconCls:'icon-home',closable:false" style="padding:10px;padding-left:0px;background-image:url('../Images/divbg.jpg');background-repeat:no-repeat;background-size:100% ; height:auto;"> <iframe id="frmWorkArea" width="99.5%" height="99%" style="padding:1px;" frameborder="0" scrolling="yes" src="/Home/View_KB"></iframe> </div>*@ <div id="home" title="我的主页" data-options="iconCls:'icon-home',closable:false" style="padding:10px;padding-left:0px; height:auto;"> <iframe id="frmWorkArea" width="99.5%" height="99%" style="padding:1px;" frameborder="0" scrolling="yes" src="/Home/View_KB"></iframe> </div> </div> </div> <div id="tab-tools"> <a href="#" class="easyui-linkbutton" iconCls="icon-reload" plain="true" onclick="refreshTab()" style="color:#2192E9;">刷新</a> <a href="#" class="easyui-linkbutton" iconCls="icon-Close" plain="true" onclick="closeTab()" style="color:#2192E9;">关闭全部</a> </div> <div id="dlg_changepsd" class="easyui-dialog" style="width:300px;" closed="true" buttons="#dlg-buttons"> <form id="fm_password" method="post" novalidate style="margin:0;padding:20px 50px"> <div style="margin-bottom:10px"> 原密码:<br /><input id="oldpassword" name="oldpassword" class="easyui-validatebox" required="true" type="password" value="" data-options="validateOnCreate:false,validateOnBlur:true" /> </div> <div style="margin-bottom:10px"> 新密码:<br /><input id="password" name="password" validType="length[4,32]" invalidMessage="密码长度需4位以上" class="easyui-validatebox" required="true" type="password" value="" /> </div> <div style="margin-bottom:10px"> 新密码:<br /><input type="password" name="repassword" id="repassword" required="true" class="easyui-validatebox" validType="equalTo['#password']" invalidMessage="两次输入密码不匹配" /> </div> </form> </div> <div id="dlg-buttons"> <a href="javascript:void(0)" class="easyui-linkbutton l-btn-blue" id="btn_submit" onclick="btn_changePSD()" style="width:90px">提交</a> <a href="javascript:void(0)" class="easyui-linkbutton l-btn-Red" onclick="javascript: $('#dlg_changepsd').dialog('close')" style="width:90px">取消</a> </div> <div id="dlg_changeFab" class="easyui-dialog" style="width:700px" closed="true" buttons="#dlg-changeFab-buttons"> <table class="easyui-datagrid" id="dg_changefab" data-options="url:'/Login/GetFactory',singleSelect:true,nowrap:false"> <thead> <tr> <th data-options="field:'ConfigValue',width:80">Fab</th> <th data-options="field:'Extend1',width:300">中文</th> <th data-options="field:'Extend2',width:300">English</th> </tr> </thead> </table> </div> <div id="dlg-changeFab-buttons"> <a href="javascript:void(0)" class="easyui-linkbutton l-btn-blue" onclick="btn_changeFab()" style="width:90px">切换</a> <a href="javascript:void(0)" class="easyui-linkbutton l-btn-Red" onclick="javascript: $('#dlg_changeFab').dialog('close')" style="width:90px">取消</a> </div> @*第一次登陆未修改密码执行*@ <div id="dlg_firstpsd" class="easyui-dialog" style="width:300px;" closable="false" data-options="modal:'true'," closed="true" buttons="#dlg-first-buttons"> <form id="fm_firstpassword" method="post" novalidate style="margin:0;padding:20px 50px"> <div style="margin-bottom:10px"> 原密码<br /><input id="first_oldpassword" name="oldpassword" validType="length[2,32]" invalidMessage="密码长度需4位以上" class="easyui-validatebox" type="password" value="" /> </div> <div style="margin-bottom:10px"> 新密码<br /><input id="first_password" name="password" validType="length[2,32]" invalidMessage="密码长度需4位以上" class="easyui-validatebox" type="password" value="" /> </div> <div style="margin-bottom:10px"> 密码确认<br /><input type="password" name="repassword" id="first_repassword" required="true" class="easyui-validatebox" data-options="validateOnCreate:false,validateOnBlur:true" validType="equalTo['#first_password']" invalidMessage="两次输入密码不匹配" /> </div> </form> </div> <div id="dlg-first-buttons"> <a href="javascript:void(0)" class="easyui-linkbutton l-btn-blue" id="btn_firstsubmit" onclick="btn_firstPSD()" style="width:90px">提交</a> <a href="javascript:void(0)" class="easyui-linkbutton c6" iconCls="icon-back" id="btn_firstsubmit" onclick="btn_returnLogin()" style="width:90px">取消</a> </div>B页面就是在tab里可以调用这页面的function吗
最新发布
12-02
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值