dev
Rev | Line | |
---|
[e6a6d9a] | 1 | @model string
|
---|
| 2 |
|
---|
| 3 | <div class="page-device-code">
|
---|
| 4 | <div class="lead">
|
---|
| 5 | <h1>User Code</h1>
|
---|
| 6 | <p>Please enter the code displayed on your device.</p>
|
---|
| 7 | </div>
|
---|
| 8 |
|
---|
| 9 | <partial name="_ValidationSummary" />
|
---|
| 10 |
|
---|
| 11 | <div class="row">
|
---|
| 12 | <div class="col-sm-6">
|
---|
| 13 | <form asp-action="UserCodeCapture">
|
---|
| 14 | <div class="form-group">
|
---|
| 15 | <label for="userCode">User Code:</label>
|
---|
| 16 | <input class="form-control" for="userCode" name="userCode" autofocus />
|
---|
| 17 | </div>
|
---|
| 18 |
|
---|
| 19 | <button class="btn btn-primary" name="button">Submit</button>
|
---|
| 20 | </form>
|
---|
| 21 | </div>
|
---|
| 22 | </div>
|
---|
| 23 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.