![JAR search and dependency download from the Maven repository](/logo.png)
panda.tool.codegen.view.freemarker.action_delete.ftl.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of panda-tool Show documentation
Show all versions of panda-tool Show documentation
Panda Tool contains some commonly used tools and source code generator for Panda Mvc. Can generate Entity/Query/Dao/Action class, Freemarker (HTML) template file.
<#include "common.ftl"/>
<@header/>
<@sheader steps=[ ui.name, ui.name + "-confirm" ]/>
<@swell step="-confirm"/>
<#include "edit-toolbar.ftl"/>
${s}#include "/action-alert.ftl"/>
${s}#if r??>
${s}@p.form cssClass="p-cform" id="<#if ui.formId?has_content>${ui.formId}<#else>${action.name}#if>" focusme="${ui.focus?c}" method="post"<#if ui.theme?has_content> theme="${ui.theme}"#if>>
<#include "edit-view-fields.ftl"/>
${s}#assign _buttons_ = [{
"icon": "icon-${ui.name}-execute",
"action": "~/${ui.name}${props['ui.action.seperator']!'.'}execute",
"text": "btn-${ui.name}-execute"
}]/>
<#include "edit-actions.ftl"/>
${s}/@p.form>
${s}#else>
<@sback/>
${s}/#if>
<@safeinc step="_confirm"/>
<@footer/>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy