Add in change password
authorJeremy Tan <[email protected]>
Mon, 28 Oct 2013 14:15:13 +0000 (22:15 +0800)
committerJeremy Tan <[email protected]>
Mon, 28 Oct 2013 14:15:13 +0000 (22:15 +0800)
testing/MCTXWeb/public_html/control.html
testing/MCTXWeb/public_html/data.html
testing/MCTXWeb/public_html/graph.html
testing/MCTXWeb/public_html/help.html
testing/MCTXWeb/public_html/index.html
testing/MCTXWeb/public_html/pintest.html
testing/MCTXWeb/public_html/static/mctx.gui.js
testing/MCTXWeb/public_html/static/style.css
testing/MCTXWeb/public_html/values.html

index 4eb3314..034a50c 100644 (file)
           <div id="logout-container">
             <form action="#">
               <div>
+                <input type="button" id="change-password" value="Change password">
                 <input type="button" id="logout" value="Logout">
               </div>
             </form>
index b17b48f..0309a35 100644 (file)
@@ -48,6 +48,7 @@
           <div id="logout-container">
             <form action="#">
               <div>
+                <input type="button" id="change-password" value="Change password">
                 <input type="button" id="logout" value="Logout">
               </div>
             </form>
index 09e792a..f03dd73 100644 (file)
@@ -44,6 +44,7 @@
           <div id="logout-container">
             <form action="#">
               <div>
+                <input type="button" id="change-password" value="Change password">
                 <input type="button" id="logout" value="Logout">
               </div>
             </form>
index 4daf5a8..dda48d1 100644 (file)
@@ -37,6 +37,7 @@
           <div id="logout-container">
             <form action="#">
               <div>
+                <input type="button" id="change-password" value="Change password">
                 <input type="button" id="logout" value="Logout">
               </div>
             </form>
index 94bd282..9513ce8 100644 (file)
@@ -40,6 +40,7 @@
           <div id="logout-container">
             <form action="#">
               <div>
+                <input type="button" id="change-password" value="Change password">
                 <input type="button" id="logout" value="Logout">
               </div>
             </form>
index 92abf93..506d7c5 100644 (file)
@@ -75,6 +75,7 @@
           <div id="logout-container">
             <form action="#">
               <div>
+                <input type="button" id="change-password" value="Change password">
                 <input type="button" id="logout" value="Logout">
               </div>
             </form>
index 2033483..13ca08e 100644 (file)
@@ -138,6 +138,10 @@ function runBeforeLoad(isLoginPage) {
 
           $("#logout").click(function () {
             $("#logout").logout();
+          });\r
+          \r
+          $("#change-password").click(function () {\r
+            window.open("users/user_change_details.php");\r
           });
           
           //Enable the error log, if present
index 9e0c551..d9f3cbc 100644 (file)
@@ -365,7 +365,7 @@ form.controls {
 }
 
 .widget {
-  background-color: #ffffff;
+  background-color: #fff; /*#EBF4FA;*/ /*#ffffff; segmented */
   margin: 0.25em 0.25em 1.5em;
   padding: 1em 1.25em;
   box-shadow: 0 0 3px #CCCCCC;
index 995aa06..cf1e2d6 100644 (file)
           <div id="logout-container">
             <form action="#">
               <div>
+                <input type="button" id="change-password" value="Change password">
                 <input type="button" id="logout" value="Logout">
               </div>
             </form>

UCC git Repository :: git.ucc.asn.au