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

templates.jobgroup.jobgroup.index.ftl Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version



  	<#import "../common/common.macro.ftl" as netCommon>
	<@netCommon.commonStyle />
	
  	
    ${I18n.admin_name}

sidebar-collapse ">
<@netCommon.commonHeader /> <@netCommon.commonLeft "jobgroup" />

${I18n.jobgroup_name}

${I18n.jobgroup_list}

   <#if Request["XXL_CONF_LOGIN_IDENTITY"].permission == 1>
<#----> <#if Request["XXL_CONF_LOGIN_IDENTITY"].permission == 1> <#if list?exists && list?size gt 0> <#list list as group> <#----> <#if Request["XXL_CONF_LOGIN_IDENTITY"].permission == 1>
ID${I18n.jobgroup_field_order} AppName ${I18n.jobgroup_field_title} ${I18n.jobgroup_field_addressType} OnLine ${I18n.jobgroup_field_registryList}${I18n.system_opt}
${group.id}${group.order} ${group.appName} ${group.title} <#if group.addressType==0>${I18n.jobgroup_field_addressType_0}<#else>${I18n.jobgroup_field_addressType_1} <#if group.registryList?exists> <#list group.registryList as item> <#if item?length gt 35> ${item?substring(0, 35)}... <#else> ${item}
<@netCommon.commonFooter />
<@netCommon.commonScript /> <#-- jquery.validate -->




© 2015 - 2024 Weber Informatics LLC | Privacy Policy