LSJ Sample Application
Powered by Google App Engine

勤務表の登録

登録年月 :       選択社員 : $empName
すべて
    #foreach( $dept in $tableDept.Rows )
  • $dept.name
      #foreach( $emp in $tableEmp.Rows ) #if($emp.deptCode==$dept.code)
    • $emp.name
    • #end #end
  • #end
#parse( "WorkPageTable.html" )
#parse( "common/lsjcontrol.html" )