Index: lams_webct_integration/web/teach.vm =================================================================== diff -u -r689a0744a03d219ecbcde17da1e9a2ee70ca6284 -r2654d999eb449c7c2223997b0386cb8798186646 --- lams_webct_integration/web/teach.vm (.../teach.vm) (revision 689a0744a03d219ecbcde17da1e9a2ee70ca6284) +++ lams_webct_integration/web/teach.vm (.../teach.vm) (revision 2654d999eb449c7c2223997b0386cb8798186646) @@ -1,22 +1,154 @@ +#set( $currentLCID = $session.getCurrentLCID() ) +#set( $pt_id = $request.getParameter( $id_param_name ) ) +#set( $url = 'ptLaunch.dowebct' ) +## check if we're in MyWebCT or a section +#set( $isInstRole = 0 ) +#set( $isMyWebCT = 0 ) +#if( $currentLCID == $session.getInstitutionID() ) + #set( $isMyWebCT = 1 ) + #set( $id_param_name = 'tid' ) + + ## check if it's an Institution role + #set( $roles = $context.getRoleIDs($session, $currentLCID) ) + #foreach( $role in $roles ) + #set( $isInstRole = 1 ) + #end +#else + #set( $id_param_name = 'id' ) +#end + LAMS: Teach + +

LAMS Teaching


-
- -
+ + + + + +
+Lessons Running +
+
+ +#foreach ($lesson in $lessons) + + + + + + + + +#end +
$lesson.getTitle()$lesson.getDescription() + + + + + + + +
- \ No newline at end of file