[LON-CAPA-cvs] cvs: loncom / lchtmldir
www
lon-capa-cvs@mail.lon-capa.org
Thu, 13 May 2004 20:44:38 -0000
www Thu May 13 16:44:38 2004 EDT
Modified files:
/loncom lchtmldir
Log:
More correct first file in construction space.
Index: loncom/lchtmldir
diff -u loncom/lchtmldir:1.4 loncom/lchtmldir:1.5
--- loncom/lchtmldir:1.4 Mon Nov 25 13:45:55 2002
+++ loncom/lchtmldir Thu May 13 16:44:38 2004
@@ -189,19 +189,19 @@
<head>
<title>$safeuser</title>
</head>
- <body>
- <h1>$safeuser</h1>
+ <body bgcolor="#ccffdd">
+ <h1>$safeuser Construction Space</h1>
+ <h2>
+ The Learning<i>Online</i> Network with Computer-Assisted Personalized Approach
+ </h2>
<p>
- Learning Online Network
+This is your construction space within LON-CAPA, where you would construct resources which are meant to be
+used across courses and institutions.
</p>
<p>
- This area provides for:
+Material within this area can only be seen and edited by $safeuser and designated co-authors. To make
+it available to students and other instructors, the material needs to be published.
</p>
- <ul>
- <li>resource construction</li>
- <li>resource publication</li>
- <li>record-keeping</li>
- </ul>
</body>
</html>
END