Edit D:\chineseall_products\bak\digitalLib6\admin\system\ssoLoginSetting.jsp
??<%@ page contentType="text/html;charset=utf-8" %> <%@ taglib prefix="s" uri="/struts-tags"%> <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>??????????????</title> <link rel="stylesheet" type="text/css" href="/style/style.css" /> <style> body{font-size:14px;color:#000;background:#fff;} </style> </head> <body> <div class="crumbs tl">?????????????? >> ???????????? </div> <div class="mainCon"> <form id="ssoSettingForm" name="ssoSetting" action="ssoLoginSetting.action" method="post"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="addTable"> <s:iterator value="dicList" status="obj"> <tr > <td width="15%"> <s:if test="entityKey.equals(@com.digitallib.model.bo.Dictionary@SSOLOGIN_SWITCH)">??????????</s:if> <s:elseif test="entityKey.equals(@com.digitallib.model.bo.Dictionary@SSOLOGIN_TAG)">?????????</s:elseif> <s:elseif test="entityKey.equals(@com.digitallib.model.bo.Dictionary@SSOLOGIN_LOGIN_LINK)">?????????</s:elseif> <s:elseif test="entityKey.equals(@com.digitallib.model.bo.Dictionary@SSOLOGIN_LOGOUT_LINK)">?????????</s:elseif> <s:elseif test="entityKey.equals(@com.digitallib.model.bo.Dictionary@SSOLOGIN_REG_LINK)">?????????</s:elseif> <s:elseif test="entityKey.equals(@com.digitallib.model.bo.Dictionary@SSOLOGIN_APPLOGIN_LINK)">App??????</s:elseif> <s:elseif test="entityKey.equals(@com.digitallib.model.bo.Dictionary@SSOLOGIN_APPLOGIN_KEY)">App?????????</s:elseif> <input class="textIn1" type="hidden" name="dicList[<s:property value="#obj.index"/>].entityKey" value="${entityKey }" /> <input type="hidden" name="dicList[<s:property value="#obj.index"/>].id" value="${id}" /> </td> <td width="85%"> <s:if test="entityKey.equals(@com.digitallib.model.bo.Dictionary@SSOLOGIN_SWITCH)"> <select name="dicList[<s:property value="#obj.index"/>].entityValue" class="textIn1"> <option value="CLOSE" <s:if test="entityValue==nul || !entityValue.equals('OPEN')"> selected</s:if>>???</option> <option value="OPEN" <s:if test="entityValue!=nul && entityValue.equals('OPEN')"> selected</s:if>>????</option> </select> </s:if> <s:else> <input class="textIn1" type="text" name="dicList[<s:property value="#obj.index"/>].entityValue" value="${entityValue }" style="width:500px;"/> </s:else> </td> </tr> </s:iterator> <tr > <td> </td> <td align="left"> <input class="searchBtn" type="button" onclick="dosubmit();" value="???" /> <font color="red"><s:property value="info" /></font> </td> </tr> </table> </form> </div> <script type="text/javascript"> function dosubmit() { document.getElementById("ssoSettingForm").submit(); } </script> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de