+
-
-
-
+
+
+
-
-
-
-
-

+
+
+
+
+
+
-
-
Waiting for LAMS to start completely...
-
-
You will be redirected about a minute.
+
+
-Click here to go to the login page in 60 seconds.
-
+
+Waiting for LAMS to start completely...
+
-
-
-
-
-
-
-
-
-
-
-
+
You will be redirected in about a minute. While you wait, have a look at some of the new LAMS 2.4 features:
+
+
+
+

+
+
+
+

+
+
Conditional lesson release: set lessons to be completed before others can be seen.
+
+
+
+

+
+
Scheduled and instant notifications: to enhance tracking and communication.
+
+
+
+

+
+
Lesson introductions: create single pages to introduce a lesson
+
+
+
+

+
+
Mobile devices support for learners for most common tools
+
+
+
+

+
+
Mobile interfaces for iPad, iPhone, Android, etc.
+
+
+
+

+
+
Date restrictions for lessons: set deadlines for lessons
+
+
+
+

+
+
Ratings for Q&A and Forum: let student peer assess eachother
+
+
+
+

+
+
LAMS Community: where you can get thousands of designs, ideas and help!
+
+
+
+

+

+
+

+
-
-
-
-
-
+
Click here to go to the login page in 60 seconds.
+
+
© 2002-2012 LAMS Foundation
+
+
-
-
Fisheye: Tag 0b2b4d036b66e462485810c8e56aa57a424a212b refers to a dead (removed) revision in file `win_installer/installer/templates/wrapper.conf'.
Fisheye: No comparison available. Pass `N' to diff?
Index: win_installer/utils/src/lams-start.nsi
===================================================================
diff -u -r6bea96a2ac932bc49e6f7dfa37b890d8dc1ce149 -r0b2b4d036b66e462485810c8e56aa57a424a212b
--- win_installer/utils/src/lams-start.nsi (.../lams-start.nsi) (revision 6bea96a2ac932bc49e6f7dfa37b890d8dc1ce149)
+++ win_installer/utils/src/lams-start.nsi (.../lams-start.nsi) (revision 0b2b4d036b66e462485810c8e56aa57a424a212b)
@@ -81,13 +81,13 @@
MessageBox MB_OK|MB_ICONSTOP "Could not start LAMSv2 service: $\r$\n$1"
${Else}
MessageBox MB_OK "Started LAMSv2 service. Please wait a minute or two while it starts up."
- ExecShell "open" '$LAMSDIR\index.html'
+ ExecShell "open" '$LAMSDIR\slides\index.html'
${EndIf}
goto quit
${Else}
# We start LAMS Manually
MessageBox MB_OK "The LAMS Server is being started. Please wait a minute or two while it starts up."
- ExecShell "open" '$LAMSDIR\index.html'
+ ExecShell "open" '$LAMSDIR\slides\index.html'
${If} ${RunningX64}
nsExec::ExecToStack '"$JBOSSDIR\bin\service64.bat" start'
${Else}
@@ -97,7 +97,7 @@
Abort
openbrowser:
- ExecShell "open" '$LAMSDIR\index.html'
+ ExecShell "open" '$LAMSDIR\slides\index.html'
Quit
quit:
SectionEnd