diff --git a/create_account.html b/create_account.html index 47dceb5159..a210ae4aca 100644 --- a/create_account.html +++ b/create_account.html @@ -9,13 +9,19 @@
Digital Textbook
Discussion
@@ -13,24 +21,57 @@
${name}-
Location: | ${location} |
+Language: | ${language} |
+Password: | ******** | Course Status
- - - + + Change location+
Change language+
+
diff --git a/seq_module.html b/seq_module.html index 7d60188c94..32987ad250 100644 --- a/seq_module.html +++ b/seq_module.html @@ -1,27 +1,14 @@ -
- %for t in items:
-
diff --git a/seq_module.js b/seq_module.js
index 040f8ef89d..f666069910 100644
--- a/seq_module.js
+++ b/seq_module.js
@@ -13,15 +13,12 @@ function goto(i) {
}
function setup_click(i) {
- $.get(i+'.html', function(data){
- files[i]=data;
- })
$('#tt_'+i).click(function(eo) { goto(i);});
}
function next() {
loc=loc+1;
- if(loc>10) loc=10;
+ if(loc> ${ len(items) } ) loc=${ len(items) };
goto(loc);
}
@@ -38,6 +35,5 @@ $(function() {
}
$('#next').click(function(eo) { next();});
$('#prev').click(function(eo) { prev();});
+ goto(1);
});
-
-$('#debug').text('loaded');
\ No newline at end of file
diff --git a/video.html b/video.html
index d4bb6463d1..c8b825a148 100644
--- a/video.html
+++ b/video.html
@@ -1,14 +1,8 @@
-
- ${t[1]['content']}
-
- %endfor
-
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||