We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0a6e6 commit c58ccacCopy full SHA for c58ccac
Partners/partnerlogin.html
@@ -17,7 +17,14 @@ <h1>Coding Hut Partner Dashboard Login</h1>
17
<br><br>
18
<label for="plkey">Partner Login Key:</label><br>
19
<input type="text" id="plkey" name="plkey" required>
20
- <br>
+ <br><br>
21
+ <b>System & Connection Details:</b>
22
+<label for="version">Version of Partner Dashboard to connect to:</label>
23
+<select id="version" name="version" readonly>
24
+ <option value="1.0-beta">1.0 BETA</option>
25
+ <option value="1.0">1.0 GENERAL</option>
26
+</select>
27
+<br>
28
<input type="submit" value="Sign In">
29
</form>
30
</body></html>
0 commit comments