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

panda.tool.codegen.view.freemarker.action_delete.ftl.ftl Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 1.5.3
Show newest version
<#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}" focusme="${ui.focus?c}" method="post"<#if ui.theme?has_content> theme="${ui.theme}"> <#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