[LON-CAPA-cvs] cvs: loncom /interface londocs.pm
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Fri, 20 Jul 2007 00:28:28 -0000
raeburn Thu Jul 19 20:28:28 2007 EDT
Modified files:
/loncom/interface londocs.pm
Log:
Instructors can add a student-viewable course roster to the course contents.
- they could point students to CLST instead.
- work -in progress: needs modifications so arrows will appear in inline nav when viewing page, and auto-enabling of setting of course classlist parm to section (or all?).
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.293 loncom/interface/londocs.pm:1.294
--- loncom/interface/londocs.pm:1.293 Fri Jul 13 20:50:24 2007
+++ loncom/interface/londocs.pm Thu Jul 19 20:28:27 2007
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.293 2007/07/14 00:50:24 albertel Exp $
+# $Id: londocs.pm,v 1.294 2007/07/20 00:28:27 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2662,6 +2662,7 @@
'bull' => 'Bulletin Board',
'mypi' => 'My Personal Info',
'grpo' => 'Group Files',
+ 'rost' => 'Course Roster',
'abou' => 'About User',
'imsf' => 'Import IMS package',
'file' => 'File',
@@ -2953,6 +2954,15 @@
$help{'Group Files'}
</span>
</form>
+<br /><form action="/adm/coursedocs" method="post" name="newroster">
+$uploadtag
+<input type="hidden" name="importdetail"
+value="Course Roster=/adm/viewclasslist" />
+<span class="LC_nobreak">
+<input name="newroster" type="submit" value="$lt{'rost'}" />
+$help{'Course Roster'}
+</span>
+</form>
ENDFORM
}
if ($env{'form.pagepath'}) {