123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264 |
- <%@ page pageEncoding="UTF-8"%>
- <%@ page contentType="text/html; charset=UTF-8" language="java" %>
- <%@ page import ="java.util.*"%>
- <%@ page language="java"
- import="com.sysmodel.datamodel.xmlmodel.ModelFactory,
- com.sysmodel.datamodel.xmlmodel.impl.MdpConstantImpl,
- com.sysmodel.datamodel.xmlmodel.able.SysModel,
- com.sysmodel.datamodel.xmlmodel.impl.MdpDataSourceImpl,
- com.sysmodel.datamodel.xmlmodel.able.Template,
- com.sysmodel.datamodel.xmlmodel.impl.TemplateImpl,
- com.sysmodel.datamodel.xmlmodel.impl.MdpModuleImpl"%>
- <%
- String name = request.getParameter("name") == null ? "" : request.getParameter("name");
- String description="",
- TemplateName="",
- RootFrom="",
- DataSource="",
- isKeyCodeAuto="",
- type = "",
- OrderProperty="",OrderMethod="";
-
- MdpConstantImpl MdpConstantImpl = null;
- SysModel sysmodel = ModelFactory.getSysmodel();
- String action = "";
- if(name.equals("")){
- action = "save";
- type = request.getParameter("type") == null ? "" : request.getParameter("type");
- }else{
-
- MdpConstantImpl = (MdpConstantImpl)sysmodel.getMdpConstantByName(name);
- action = "edit";
- description=MdpConstantImpl.getDescription();
- TemplateName=MdpConstantImpl.getTemplateName();
- RootFrom=MdpConstantImpl.getRootFrom();
- DataSource=""+MdpConstantImpl.getDataSource();
- isKeyCodeAuto= String.valueOf(MdpConstantImpl.isKeyCodeAuto());
- OrderProperty=MdpConstantImpl.getOrderProperty();
- OrderMethod=MdpConstantImpl.getOrderMethod();
- type = MdpConstantImpl.getType();
- }
- %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <HTML>
- <HEAD>
- <TITLE></TITLE>
- <META http-equiv="Content-Type" content="text/html; charset=GB2312">
- <link rel="stylesheet" href="../../../../styles/css.css" type="text/css">
- <script type="text/javascript" src="../../../../scripts/dojo/dojo/dojo.js" djConfig="isDebug: false, parseOnLoad: true"></script>
- <script type="text/javascript">
- dojo.require("dijit.form.Form");
- dojo.require("dijit.form.ValidationTextBox");
- dojo.require("dijit.form.FilteringSelect");
- dojo.require("dijit.form.NumberSpinner");
- dojo.require("dijit.form.Button");
- dojo.require("dijit.Tooltip");
-
- </script>
- <style type="text/css">
- @import "../../../../scripts/dojo/dojo/resources/dojo.css";
- @import "../../../../scripts/dojo/dijit/themes/tundra/tundra.css";
- @import "../../../../scripts/dojo/dijit/themes/tundra/tundra_rtl.css";
- @import "../../../../scripts/dojo/dijit/tests/css/dijitTests.css";
- .formQuestion {
- background-color:#d0e3f5;
- padding:0.3em;
- font-weight:900;
- font-family:Verdana, Arial, sans-serif;
- font-size:0.8em;
- color:#5a5a5a;
- }
- .formAnswer {
- background-color:#f5eede;
- padding:0.3em;
- margin-bottom:1em;
- width: 100%;
- }
- .pageSubContentTitle {
- color:#8e8e8e;
- font-size:1em;
- font-family:Verdana, Arial, sans-serif;
- margin-bottom:0.75em;
- }
- .small INPUT {
- width: 2.5em;
- }
- .medium INPUT {
- width: 10em;
- }
- .long INPUT {
- width: 20em;
- }
- .firstLabel {
- display: inline-block;
- display: -moz-inline-box;
- width: 10em;
- min-width: 10em;
- }
- .secondLabel {
- width: auto;
- margin-left: 5em;
- margin-right: 1em;
- }
- fieldset label {
- margin-right: 1em;
- }
- .noticeMessage {
- display: block;
- float: right;
- font-weight: normal;
- font-family:Arial, Verdana, sans-serif;
- color:#663;
- font-size:0.9em;
- }
- </style>
- <script type="text/javascript">
- <%
- String refreshNode = request.getParameter("refreshNode") == null ? "" : request.getParameter("refreshNode");
- if(!refreshNode.equals("")){%>
- var loadTip = "<div>数据装载中,请稍候...</div>";
- var treeImagePath = "<%=request.getContextPath()%>/images/tree_images/";
- var url = "<%=request.getContextPath()%>/admin/menu/divTreeService.jsp?nodeID=mdpConstant.<%=type%>";
- var treeCloseImg = "plus.gif";
- var treeOpenImg = "minus.gif";
- parent.frames["confTreeFrame"].refreshNode('mdpConstant.<%=type%>');
- <%}%>
- </script>
-
- </HEAD>
- <body class="tundra">
- <form action="editExc.jsp" method="post">
- <input type="hidden" name="action" value="<%=action%>">
- <div id=total>
- <div class="whiteborder">
- <div class="titback">
- <div class="floatleft"><img src="../../../../images/index/arrow1.gif" width="20" height="24"/></div>
- <div class="dropshadow">常量配置</div>
- <div class="clear"></div>
- </div>
- <div class="report">
- <table align="center" id="SortTable512_1" width="100%" cellpadding="1" cellspacing="1" class="ltab2">
- <tr>
- <td width="50%">常量编号 <span class="redcolor">*</span></td>
- <td align="left">
- <input type="text" id="name" name="name" class="medium"
- dojoType="dijit.form.ValidationTextBox"
- required="true"
- regExp="^[A-Za-z0-9$_]+$"
- value="<%=name %>"
- invalidMessage="格式错误,常量编号必填项!" <%if(action.equals("edit")){ %> readonly<%} %>/></td>
- </tr>
- <tr>
- <td>描述 <span class="redcolor">*</span></td>
- <td align="left"><input type="text" id="description" name="description" class="medium"
- dojoType="dijit.form.ValidationTextBox"
- required="true"
- ucfirst="true"
- value="<%=description %>"
- invalidMessage="描述信息必须录入!"/></td>
- </tr>
- <tr>
- <td>引用模板 <span class="redcolor">*</span></td>
- <td align="left">
- <select dojoType="dijit.form.FilteringSelect"
- required="true" name="TemplateName" id="TemplateName" autocomplete="true">
- <option value="0"></option>
- <%
- ArrayList listTemplate = sysmodel.getTemplates();
- Template Template = new TemplateImpl();
- for(int i = 0 ; i < listTemplate.size(); i ++){
- Template = (Template)listTemplate.get(i);
- String id =String.valueOf(Template.getName());
- %>
- <option value="<%=id%>" <%if(TemplateName.equals(id)) out.print("selected"); %> ><%=Template.getDescription()%></option>
- <%
- }
- %>
- </select>
- </td>
- </tr>
- <tr>
- <td>树型常量根</td>
- <td align="left">
- <input type="text" id="RootFrom" name="RootFrom" class="medium"
- dojoType="dijit.form.ValidationTextBox"
- value="<%=RootFrom %>"/>
-
- </tr>
- <tr>
- <td>数据源 <span class="redcolor">*</span></td>
- <td align="left">
- <select dojoType="dijit.form.FilteringSelect"
- required="true" name="DataSource" id="DataSource" autocomplete="true">
- <option></option>
- <%
- ArrayList listsource = sysmodel.getMdpDataSources();
- MdpDataSourceImpl MdpDataSource = new MdpDataSourceImpl();
- for(int i = 0 ; i < listsource.size(); i ++){
- MdpDataSource = (MdpDataSourceImpl)listsource.get(i);
- String id =String.valueOf(MdpDataSource.getDataSourceid());
- %>
- <option value="<%=id %>" <%if(DataSource.equals(id)) out.print("selected"); %> ><%=MdpDataSource.getURL()%></option>
- <%
- }
- %>
- </select>
- </td>
- </tr>
- <tr>
- <td>编码生成机制</td>
- <td align="left">
- <input type="text" id="isKeyCodeAuto" name="isKeyCodeAuto" class="medium"
- dojoType="dijit.form.ValidationTextBox"
- value="<%=isKeyCodeAuto %>"/>
- </td>
- </tr>
- <tr>
- <td>排序字段</td>
- <td align="left">
- <input type="text" id="OrderProperty" name="OrderProperty" class="medium"
- dojoType="dijit.form.ValidationTextBox"
- value="<%=OrderProperty %>"/>
- </tr>
- <tr>
- <td>排序方式</td>
- <td align="left">
- <input type="text" id="OrderMethod" name="OrderMethod" class="medium"
- dojoType="dijit.form.ValidationTextBox"
- value="<%=OrderMethod %>"/>
- </td>
- </tr>
- <tr>
- <td>所属模块 <span class="redcolor">*</span></td>
- <td align="left">
- <select name="type" dojoType="dijit.form.FilteringSelect"
- required="true" id="type" autocomplete="true">
- <%
- ArrayList mod = sysmodel.getMdpModules();
- MdpModuleImpl MdpModule = new MdpModuleImpl();
- for(int i = 0 ; i < mod.size(); i ++){
- MdpModule = (MdpModuleImpl)mod.get(i);
- String id =String.valueOf(MdpModule.getCode());
- %>
- <option value="<%=id %>" <%if(id.equals(type)) out.print("selected"); %> ><%=MdpModule.getName() %></option>
- <%
- }
- %>
- </select>
- </td>
- </tr>
-
- </table>
- </div>
- <div class="btmbox">
- <button id="save" dojoType="dijit.form.Button" onClick='console.log("clicked simple")' type="submit" iconClass="plusIcon">
- 保存
- </button>
- <span dojoType="dijit.Tooltip" connectId="save">保存按钮</span>
- </div></div>
- </div>
- </form>
- </BODY>
- </HTML>
|