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

components.importData.form.ftl Maven / Gradle / Ivy

There is a newer version: 0.41.3
Show newest version
[#ftl/]
[@b.head/]
[@b.toolbar title=Parameters["display"]!("导入")]
    bar.addItem("模板下载","downloadTemplate()","action-download");
[/@]
[@b.form action="!importData" theme="list" enctype="multipart/form-data"]
    [@b.messages/]
    
    
[@b.submit value="system.button.submit" onsubmit="validateExtendName"/]
上传文件中的所有信息均要采用文本格式。对于日期和数字等信息也是一样。
[#list Parameters?keys as key] [#if key!='method'][/#if] [/#list] [/@] [@b.form name="downloadForm" action="!downloadTemplate"] [#list Parameters?keys as key] [#if key!='method'][/#if] [/#list] [/@] [@b.foot/]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy