-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3126 from uw-it-aca/qa
Qa
- Loading branch information
Showing
40 changed files
with
427 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,2 @@ | ||
<h1>University Bookstore Inclusive Access Course Materials</h1> | ||
{% include "restclients/customform/_common/regid.html" %} | ||
|
||
<h2>Regids:</h2> | ||
<ul> | ||
<li>javerage: 9136CCB8F66711D5BE060004AC494FFE</li> | ||
<li>jbothell: FE36CCB8F66711D5BE060004AC494FCD</li> | ||
<li>jinter: 9136CCB8F66711D5BE060004AC494F31</li> | ||
<li>jnew: FE36CCB8F66711D5BE060004AC494F31</li> | ||
<li>eight: 12345678901234567890123456789012</li> | ||
</ul> |
4 changes: 2 additions & 2 deletions
4
myuw/templates/restclients/customform/grad/services/students/v1/api/id.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div> | ||
<label for="id">Student System Key:</label> | ||
<input id="id" name="id" type="text" size="10" > | ||
<label for="id">UW NetID:</label> | ||
<input id="id" name="id" type="text" size="20" > | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<h1>SWS Section</h1> | ||
|
||
<form method="post" action="{{form_action}}"> | ||
{% csrf_token %} | ||
<p> | ||
<b>For</b> | ||
<label for="year">Year:</label> | ||
<input class="year" id="year" name="year" value="" size="4"> | ||
and | ||
<label for="quarter">Quarter:</label> | ||
<select class="quarter" id="quarter" name="quarter"> | ||
<option value="">select...</option> | ||
<option value="winter">winter</option> | ||
<option value="spring">spring</option> | ||
<option value="summer">summer</option> | ||
<option value="autumn">autumn</option> | ||
</select> | ||
</p> | ||
<p><b>Find using</b> (at least one of the following)</p> | ||
<ul> | ||
<li> | ||
<label for="curriculum_abbreviation">Curriculum Abbreviation:</label> | ||
<input class="curriculum_abbreviation" | ||
id="curriculum_abbreviation" name="curriculum_abbreviation" value="" | ||
type="text" size="8"> | ||
<label for="course_number">Course number:</label> | ||
<input class="course_number" id="course_number" name="course_number" | ||
value="" type="text" size="3"> | ||
</li> | ||
<li> | ||
<label for="sln">SLN:</label> | ||
<input class="sln" id="sln" name="sln" value="" type="text" size="7"> | ||
</li> | ||
<li> | ||
<label for="uwregid">By instructor's NetID or RegID:</label> | ||
<input id="uwregid" name="uwregid" size="32" type="text"> | ||
</li> | ||
</ul> | ||
<br /> | ||
<p> | ||
<input value="Submit" type="submit"> | ||
</p> | ||
</form> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<h1>SWS Student</h1> | ||
|
||
<form method="post" action="{{form_action}}"> | ||
{% csrf_token %} | ||
<p> | ||
<b>For</b> | ||
<label for="uwregid">UW NetID or RegID:</label> | ||
<input id="uwregid" name="uwregid" size="32" type="text"> | ||
</p> | ||
<p>Find any of the following:</p> | ||
<fieldset> | ||
<div> | ||
<input type="radio" id="res" name="res" value="adviser" /> | ||
<label for="res">Advisers</label> | ||
</div> | ||
<div> | ||
<input type="radio" id="res" name="res" value="degree" /> | ||
<label for="res">Degrees</label> | ||
</div> | ||
<div> | ||
<input type="radio" id="res" name="res" value="enrollment" /> | ||
<label for="res">Enrollments</label> | ||
</div> | ||
<div> | ||
<input type="radio" id="res" name="res" value="financial" /> | ||
<label for="res">Financial</label> | ||
</div> | ||
<div> | ||
<input type="radio" id="res" name="res" value="person" /> | ||
<label for="res">Person</label> | ||
</div> | ||
<div> | ||
<input type="radio" id="res" name="res" value="notice" /> | ||
<label for="res">Notices</label> | ||
</div> | ||
</fieldset> | ||
<br /> | ||
<p> | ||
<input value="Submit" type="submit"> | ||
</p> | ||
</form> |
Oops, something went wrong.