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

components.adminClassListTable.ftl Maven / Gradle / Ivy

There is a newer version: 0.41.3
Show newest version
 [#ftl]
 [@b.grid items=squades var="squad"]
   [@b.row]
     [@b.boxcol/]
     [@b.col property="grade" title="std.state.grade"/]
     [@b.col property="name" title="attr.name"]
       [@b.a href="#" onclick="if(typeof adminClassIdAction!='undefined')adminClassIdAction(${squad.id})" target="_blank"][@i18nName squad/][/@]
     [/@]
     [@b.col property="stdType.name" title="entity.studentType"/]
     [@b.col property="department.name" title="entity.department"/]
     [@b.col property="major.name" title="entity.major"/]
     [@b.col property="direction.name" title="entity.direction"/]
   [/@]
 [/@]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy