Merge pull request #1 from RowanHeinrich/patch-4
authorJeremy Tan <[email protected]>
Mon, 30 Sep 2013 10:37:16 +0000 (03:37 -0700)
committerJeremy Tan <[email protected]>
Mon, 30 Sep 2013 10:37:16 +0000 (03:37 -0700)
Patch 4

Whoa first pull request to my on repo

testing/MCTXWeb/public_html/Login-Rowan [new file with mode: 0644]

diff --git a/testing/MCTXWeb/public_html/Login-Rowan b/testing/MCTXWeb/public_html/Login-Rowan
new file mode 100644 (file)
index 0000000..f93c0ab
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+
+<html>
+       <head>
+               <Title> MCTX 3420 login</Title>
+               </head>
+
+       <body style>
+               <div id="window">
+                       <div id= "container">
+                               <h1><a href="http://www.uwa.edu.au/" target="_blank">
+       <img alt = "The University of Western Australia"
+       src="http://www.lms.uwa.edu.au/theme/image.php/uwa/theme/1378302164/uwacrest">
+      </a> </h1>
+                       <div id="login-container">
+                               <div id="login-section">
+                                       <form name="login-form" method="post" action="index.html" class="aui-login-form-container">
+                                               <h2> "log in"</h2>
+                                               <div id="action-messages">
+                                               </div>
+                                               <fieldset class="compact-form-feilds">
+                                                       <div class="feild-group">
+                                                               <label id="os_username"> Username </label>
+                                                               <input type="text" name="os_username" id="os_username" class="text" data-focus="0">
+
+                                                       </div>
+                                                       <div class="feild-group"><label id="os-password-label" for="os_password"> "Password" </label>
+                                                               <input type="password" name="os_password" id="os_password" class="password">
+                                                       </div>
+                                                       <div class="feild-group-form-buttons compact-form-buttons">
+                                                               <input id="loginbutton" class="aui-button aui-style aui-button-primary" name="login" type="submit" value="Log In">
+
+                                                       </div>
+                                               </fieldset>
+                                       </form>
+
+                               </div>
+                       </div>
+
+                       </div>
+
+
+               </div>
+
+       </body>
+
+</html>

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