Edit D:\chineseall_products\bak\digitalLib6\pages\screen\admin\settingActivity.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="activityBannerSettingForm" name="activityBannerSetting" action="settingActivity.action" method="post" enctype="multipart/form-data"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="addTable"> <tr> <td width="20%">???banner???</td> <td width="80%"> <input type="hidden" name="dic.id" value="${dic.id}" /> <input class="textIn1" type="hidden" name="dic.entityKey" value="screen.activity.banner" /> <input class="textIn1" type="hidden" name="dic.entityValue" value="${dic.entityValue }" id="bannerValue" /> <input class="textIn1" type="file" name="headImage" id="headImage" />(?????1920*480) </td> </tr> <tr> <td> </td> <td align="left"> <input type="hidden" name="type" id="type" value="1" /> <input class="searchBtn" type="button" onclick="dosubmit();" value="???" /> <input class="searchBtn" type="button" onclick="resetBanner();" value="??????" /> <font color="red"><s:property value="info" /></font> </td> </tr> <tr> <td colspan="2"> <s:if test="dic != null && dic.entityValue != null"> <img src="${dic.entityValue }" style="max-height: 400px;"/> </s:if> </td> </tr> </table> </form> </div> <script type="text/javascript"> function resetBanner() { document.getElementById("type").value = "0"; var obj = document.getElementById("activityBannerSettingForm"); obj.submit(); } function dosubmit() { var obj; obj = document.getElementById("headImage"); if (obj.value == "") { alert("??????banner???"); return; } if (obj.value.length > 0 && !/\.(gif|jpg|jpeg|png|GIF|JPG|PNG)$/.test(obj.value)) { alert("???????????") return; } document.getElementById("activityBannerSettingForm").submit(); } </script> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de