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

META-INF.dbgenerator.webadmin.index.html.ftl Maven / Gradle / Ivy

<#import "helper.ftl" as helper>

<#assign dataFormName="dataForm"/>
<#assign datagridName="dataGrid"/>

<#assign modulePath="${_globalConfig.requestModulePath}/${_tableContext.propertyName}"/>
<#assign pagePath="${_globalConfig.requestModulePath}/${_tableContext.tableNameWithoutPrefix?replace('_', '-')}"/>

<${'@'}extends parent="application.html">
    
    <${'@'}override name="charset">
        
    
    
    <${'@'}override name="title">
       ${(table.comments[0])!''}
    
    <${'@'}override name="main-content">
       
  
<@helper.generatedFormField table=table isSearchFormField=true fieldClass="searchFieldClass"/>
  搜索 
<#list table.columns as column> <#if !column.primaryKey>
${(table.primaryKey.comments[0])!''}${(column.comments[0])!''}
<${'#'}include "${pagePath}-edit-form.html">




© 2015 - 2025 Weber Informatics LLC | Privacy Policy