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

template.newMajor3Select.ftl Maven / Gradle / Ivy

There is a newer version: 0.41.3
Show newest version
[#ftl]
[#macro newMajorSelect id projects extra...]
[#if (projects?size>1)]
[@b.select style="width:155px" label="项目" id="${id}project" name="${extra['projectId']!'project.id'}" items=projects empty="${b.text('filed.choose')}..." /]
[/#if]
[@b.select style="width:155px" label="${b.text('entity.EducationLevel')}" id="${id}level" name="${extra['levelId']!'level.id'}" items={} empty="${b.text('filed.choose')}..." /]
[#if extra['stdTypeId']??]
[@b.select style="width:155px" label="${b.text('entity.studentType')}" id="${id}stdType" name="${extra['stdTypeId']}" items={} empty="${b.text('filed.choose')}..." /]
[/#if]
[@b.select style="width:155px" label="院系" id="${id}department" name="${extra['departId']!'department.id'}" items={} empty="${b.text('filed.choose')}..." /]
[#if extra['majorId']??]
[@b.select style="width:155px" label="${b.text('entity.major')}" id="${id}major" name="${extra['majorId']}" items={} empty="${b.text('filed.choose')}..." /]
[/#if]
[#if extra['majorId']?? && extra['directionId']??]
[@b.select style="width:155px" label="${b.text('entity.direction')}" id="${id}direction" name="${extra['directionId']}" items={} empty="${b.text('filed.choose')}..." /]
[/#if]



[/#macro]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy