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

org.webframe.easy.view.module.new.ftl Maven / Gradle / Ivy

There is a newer version: 1.1.9
Show newest version
<#import "/commons/common.ftl" as com>

<#escape x as x?html>

<@com.page title="Add Entry">
	
	<@form.form method="post" action=ctx + action modelAttribute="model">
		
		
		
		<#-- 隐藏列表的查询条件 -->
		<#include "/commons/valuelist-query-hidden.ftl">
		
		<#-- 加载隐藏的form 查询条件 -->
		<#include "/commons/form-query-hidden.ftl">
		
		<#-- 加载form模板 -->
		<#include "/commons/form.ftl">
	






© 2015 - 2024 Weber Informatics LLC | Privacy Policy