X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Findex.html;h=4ffacec96886568883c5cbddc096fdd4f6d7aa14;hb=df1a9751a2d23cc9d43bf49c069ac9effc2a752f;hp=9f2ab04c9d218e33e34861b0dabbe7fdd0676407;hpb=f5342bcb7ed989f9250688bfd6a2791b79ab4ce8;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/index.html b/testing/MCTXWeb/public_html/index.html index 9f2ab04..4ffacec 100644 --- a/testing/MCTXWeb/public_html/index.html +++ b/testing/MCTXWeb/public_html/index.html @@ -3,12 +3,7 @@ MCTX3420 Web Interface - - - @@ -21,18 +16,10 @@ //Set the welcome bar var name = " " + (mctx.friendlyName ? mctx.friendlyName : ""); $("#welcome-container").text("Welcome"+ name + "!"); - //$("#menu-container").populateNavbar(); - + $("#logout-container").css("display", "block"); $("#logout").click(function () { $("#logout").logout(); }); - - $("#main_controls").submit(function () { - //Validate! - return false; - }); - - $("#errorlog").setErrorLog(); }); }) @@ -40,107 +27,140 @@ -