From c39a39cf16c03269da19d9ba163799fed5f43aba Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Tue, 20 Dec 2011 19:17:46 -0500 Subject: [PATCH] Minor layout fixes, basic schematic entry support, XPath for XML. Login page has better types for input elements. --- create_account.html | 12 +++++++----- login.html | 4 ++-- problem.js | 1 + video.html | 4 +++- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/create_account.html b/create_account.html index a210ae4aca..56c45425df 100644 --- a/create_account.html +++ b/create_account.html @@ -1,3 +1,5 @@ +
<% @@ -10,12 +12,12 @@ style="color:red;">
E-mail +type="email" required> Password +id="ca_password" type="password" required> Public Name +id="ca_username" type="text" required> I agree to the Terms of +value="terms_of_service" required>I agree to the Terms of Service I agree +type="checkbox" value="honor_code" required>I agree to:
diff --git a/login.html b/login.html index 040f7b4418..5dea8835e4 100644 --- a/login.html +++ b/login.html @@ -4,8 +4,8 @@ - - + + diff --git a/problem.js b/problem.js index 7dd3d6c4ce..f72d5b6276 100644 --- a/problem.js +++ b/problem.js @@ -2,6 +2,7 @@ function ${ id }_load() { $('#main_${ id }').load('${ ajax_url }problem_get?id=${ id }', function() { MathJax.Hub.Queue(["Typeset",MathJax.Hub]); + update_schematics(); $('#check_${ id }').click(function() { var submit_data={}; diff --git a/video.html b/video.html index c8b825a148..783c1b2ef0 100644 --- a/video.html +++ b/video.html @@ -1,5 +1,5 @@
E-mail
Password
E-mail
Password
- + @@ -23,3 +24,4 @@
+
You need Flash player 8+ and JavaScript enabled to view this video.
@@ -16,6 +16,7 @@
 
 
 
 
 
 
0.75x 1x 1.25x 1.5x
+