All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.ssh.page.tpl Maven / Gradle / Ivy


<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
	String path = request.getContextPath();
	String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/";
%>
<%@ taglib uri="http://shiro.apache.org/tags" prefix="shiro"%>

<%-- 1. 页面Datagrid初始化相关JS --%>
<%-- JS代码必须包含在页面中,引入外部JS文件会导致表格界面在未完成初始化前就显示,出现短暂的未初始化界面 --%>



<%-- 2. 页面内容  DataGrid --%>
toolbar="#${ClassName}Toolbar" idField="${Oid}" rownumbers="true" fitColumns="true" nowrap="false">
	
			<#if Autos??>
			<#list Autos as item>
			<#assign info=item?split("#")>
			<#if info[4]=="true">
			
多选框${info[2]}
<#if toolbar> <%-- 3. 搜索条件部分 Toolbar --%>
<#if Propertys??> <#list Propertys as item> <#assign info=item?split("#")> ${info[4]}: <#if search> Search Clear
<#if save>添加${ClsLabel} <#if update>修改${ClsLabel} <#if remove>删除${ClsLabel}
<#if contextMenu> <%-- 4. grid右键菜单 --%>
<#if save>
添加${ClsLabel}
<#if update>
修改${ClsLabel}
<#if remove>
删除${ClsLabel}
<%-- 5. 包含的Dialog页面等其他内容 --%> <%@ include file="/WEB-INF/content/dialog/${Module}/${ClassName}Add.jsp"%> <%@ include file="/WEB-INF/content/dialog/${Module}/${ClassName}Edit.jsp"%>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy