|
1 | 1 | <html> |
2 | | -<head> |
3 | | -<title>Partner Login | Coding Hut</title> |
4 | | -</head> |
5 | | -<body> |
6 | | -<h1>Coding Hut Partner Dashboard Login</h1> |
7 | | -You can login to your partner dashboard below. |
8 | | -<br> |
9 | | -<form action="/Partners/confirm.html"> |
10 | | - <b>Shop Details:</b> |
11 | | - <br><br> |
12 | | - <label for="pname">Partner Shop Name:</label><br> |
13 | | - <input type="text" id="pname" name="pname" required><br> |
14 | | - <br> |
15 | | - <b>User Details:</b> |
16 | | - <br><br> |
17 | | - <label for="puser">Partner Username:</label><br> |
18 | | - <input type="text" id="puser" name="puser"> |
19 | | - <br><br> |
20 | | - <label for="plkey">Partner Login Key:</label><br> |
21 | | - <input type="text" id="plkey" name="plkey" required> |
22 | | - <br><br> |
23 | | - <b>System & Connection Details:</b> |
24 | | - <br><br> |
25 | | -<label for="version">Version of Partner Dashboard to connect to:</label> |
26 | | -<select id="version" name="version" disabled> |
27 | | - <option value="1.0-beta">1.0 BETA</option> |
28 | | - <option value="1.0">1.0 GENERAL</option> |
29 | | -</select> |
30 | | -<br> |
31 | | - <input type="submit" value="Sign In"> |
32 | | -</form> |
33 | | -<br> |
34 | | -<b>Are you a partner but don't know your login info?</b> |
35 | | -<br> |
36 | | -You can get your login info by entering your Scratch username, and entering the Request ID that you got. |
37 | | -This info won't stay there forever, so make sure to keep your login info safe! |
38 | | -If you fergot your login info, please tell us on our Scratch Forum Thread. |
39 | | -<br> |
| 2 | + <head> |
| 3 | + <title>Partner Login | Coding Hut</title> |
| 4 | + </head> |
| 5 | + <body> |
| 6 | + <h1>Coding Hut Partner Dashboard Login</h1> |
| 7 | + You can login to your partner dashboard below. |
| 8 | + <br /> |
| 9 | + <form action="/Partners/confirm.html"> |
| 10 | + <b>Shop Details:</b> |
| 11 | + <br /><br /> |
| 12 | + <label for="pname">Partner Shop Name:</label><br /> |
| 13 | + <input type="text" id="pname" name="pname" required /><br /> |
| 14 | + <br /> |
| 15 | + <b>User Details:</b> |
| 16 | + <br /><br /> |
| 17 | + <label for="puser">Partner Username:</label><br /> |
| 18 | + <input type="text" id="puser" name="puser" /> |
| 19 | + <br /><br /> |
| 20 | + <label for="plkey">Partner Login Key:</label><br /> |
| 21 | + <input type="text" id="plkey" name="plkey" required /> |
| 22 | + <br /><br /> |
| 23 | + <b>System & Connection Details:</b> |
| 24 | + <br /><br /> |
| 25 | + <label for="version">Version of Partner Dashboard to connect to:</label> |
| 26 | + <select id="version" name="version" disabled> |
| 27 | + <option value="1.0-beta">1.0 BETA</option> |
| 28 | + <option value="1.0">1.0 GENERAL</option> |
| 29 | + </select> |
| 30 | + <br /> |
| 31 | + <input type="submit" value="Sign In" /> |
| 32 | + </form> |
| 33 | + <br /> |
| 34 | + <b>Are you a partner but don't know your login info?</b> |
| 35 | + <br /> |
| 36 | + You can get your login info by entering your Scratch username, and entering the Request ID that |
| 37 | + you got. This info won't stay there forever, so make sure to keep your login info safe! If you |
| 38 | + fergot your login info, please tell us on our Scratch Forum Thread. |
| 39 | + <br /> |
40 | 40 |
|
41 | | -<b>There's currently no request ID's so the form is hidden</b> |
42 | | - |
43 | | -</body></html> |
| 41 | + <b>There's currently no request ID's so the form is hidden</b> |
| 42 | + </body> |
| 43 | +</html> |
0 commit comments