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

org.openurp.edu.teaching.components.courseTableStyle.ftl Maven / Gradle / Ivy

[#ftl]
[#macro tableLegend]
  

说明:课表中显示"张某某 法律基础(0678)(5-17,2201)" 表示授课教师:张某某,课程名称:法律基础,课程序号:0678,上课起止周:第5周到第17周,上课教室:2201

[/#macro] [#assign weekNames = ['--','星期一','星期二','星期三','星期四','星期五','星期六','星期日'] /] [#macro getListPropertyId(beanList)][#list beanList as bean][#if bean_index>0],[/#if]${(bean.id)!}[/#list][/#macro] [#macro initCourseTable(table,tableIndex)] [#if table.style == "WEEK_TABLE"] [#list table.weekdays as wd] [/#list] [#list table.timeSetting.units?sort_by("indexno") as unit] [#list table.weekdays as wd] [/#list] [/#list]
节次/星期${weekNames[wd.id]}
${unit.name}${unit.beginAt}-${unit.endAt}
[@tableScripts table,tableIndex/] [#else] [#list table.timeSetting.units?sort_by("indexno") as unit] [/#list] [#list table.timeSetting.units?sort_by("indexno") as unit] [/#list] [#list table.weekdays as wd] [#list 1..table.timeSetting.units?size as unit] [/#list] [/#list]
星期/节次${unit.beginAt}-${unit.endAt}
${unit.name}
${weekNames[wd.id]}
[@tableScripts table,tableIndex/] [/#if] [@tableLegend/] [/#macro] [#macro tableScripts(table,tableIndex)] [#if table.timePublished] [/#if] [/#macro]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy