mirror of
https://github.com/Xevion/banner.git
synced 2025-12-10 20:06:32 -06:00
Consolidate all files into /docs
This commit is contained in:
47
docs/samples/course/getClassDetails.html
Normal file
47
docs/samples/course/getClassDetails.html
Normal file
@@ -0,0 +1,47 @@
|
||||
|
||||
<section aria-labelledby="classDetails">
|
||||
<span class="status-bold">Associated Term:</span>Spring 2024 <br/>
|
||||
<span class="status-bold">CRN:</span><span
|
||||
id="courseReferenceNumber">39738</span><br/>
|
||||
|
||||
|
||||
|
||||
<span class="status-bold">Campus:</span>Main Campus <br/>
|
||||
|
||||
|
||||
<span class="status-bold">Schedule Type:</span>
|
||||
Lecture
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
<span class="status-bold">Instructional Method:</span>
|
||||
Traditional in-person<br/>
|
||||
|
||||
|
||||
<span class="status-bold">Section Number:</span>
|
||||
<span id="sectionNumber">001</span>
|
||||
<br/>
|
||||
|
||||
<span class="status-bold">Subject:</span>
|
||||
<span id="subject">Academic English Program-Int'l</span>
|
||||
<br/>
|
||||
<span class="status-bold">Course Number:</span>
|
||||
<span id="courseNumber">0110</span>
|
||||
<br/>
|
||||
<span class="status-bold">Title:</span>
|
||||
<span id="courseTitle">Reading/Vocabulary-level 1</span>
|
||||
<br/>
|
||||
|
||||
<span class="status-bold">Credit Hours:</span>
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
<span class="status-bold">Grade Mode:</span>
|
||||
|
||||
Normal Grading<br>
|
||||
|
||||
|
||||
</section>
|
||||
8
docs/samples/course/getCorequisites.html
Normal file
8
docs/samples/course/getCorequisites.html
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
<section aria-labelledby="coReqs">
|
||||
<h3>Corequisites</h3>
|
||||
|
||||
No corequisite course information available.
|
||||
|
||||
|
||||
</section>
|
||||
15
docs/samples/course/getCourseDescription.html
Normal file
15
docs/samples/course/getCourseDescription.html
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
<section aria-labelledby="courseDescription">
|
||||
<!--display course description-->
|
||||
Operating Systems Security<br/>
|
||||
<!--if there is a section description, display the new label and the description-->
|
||||
|
||||
<b>Section information text:</b><br/>
|
||||
Prerequisites: IS 2053 (IS 2031 and IS 2033 in previous catalogs).
|
||||
IS 3033 is a hands-on course with an emphasis on studying real-world cyber security challenges of Operating System (OS). Throughout the course, students will be introduced to the fundamental knowledge of OS such as process scheduling, memory management, I/O device and file systems etc. as well as hands-on approaches to securing and hardening the essential components of a specified OS (Unix-like or Windows). The lab exercises of this course provide students with comprehensive practices on secure operation and maintenance, secure server configuration, system-level firewalls, kernel security module, logging, and anti-malware measures, etc. Differential Tuition: $126. Course Fees: DL01 $75, ISCS $75.
|
||||
|
||||
|
||||
<!--when there is no course or section description, provide the no information message-->
|
||||
|
||||
|
||||
</section>
|
||||
19
docs/samples/course/getEnrollmentInfo.html
Normal file
19
docs/samples/course/getEnrollmentInfo.html
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
<section aria-labelledby="enrollmentInfo">
|
||||
|
||||
<span class="status-bold">Enrollment Actual:</span> <span
|
||||
dir="ltr">43</span><br/>
|
||||
<span class="status-bold">Enrollment Maximum:</span> <span
|
||||
dir="ltr">43</span><br/>
|
||||
<span class="status-bold">Enrollment Seats Available:</span> <span
|
||||
dir="ltr">0</span> <br/>
|
||||
<hr/>
|
||||
<span class="status-bold">Waitlist Capacity:</span> <span
|
||||
dir="ltr">999</span><br/>
|
||||
<span class="status-bold">Waitlist Actual:</span> <span
|
||||
dir="ltr">0</span><br/>
|
||||
<span class="status-bold">Waitlist Seats Available:</span> <span
|
||||
dir="ltr">999</span><br/>
|
||||
|
||||
|
||||
</section>
|
||||
51
docs/samples/course/getFacultyMeetingTimes.json
Normal file
51
docs/samples/course/getFacultyMeetingTimes.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"fmt":
|
||||
[
|
||||
{
|
||||
"category": "01",
|
||||
"class": "net.hedtech.banner.student.schedule.SectionSessionDecorator",
|
||||
"courseReferenceNumber": "27294",
|
||||
"faculty":
|
||||
[
|
||||
{
|
||||
"bannerId": "150161",
|
||||
"category": "01",
|
||||
"class": "net.hedtech.banner.student.faculty.FacultyResultDecorator",
|
||||
"courseReferenceNumber": "27294",
|
||||
"displayName": "Alkittawi, Hend",
|
||||
"emailAddress": "Hend.Alkittawi@utsa.edu",
|
||||
"primaryIndicator": true,
|
||||
"term": "202420"
|
||||
}
|
||||
],
|
||||
"meetingTime": {
|
||||
"beginTime": "1000",
|
||||
"building": "NPB",
|
||||
"buildingDescription": "North Paseo Building",
|
||||
"campus": "11",
|
||||
"campusDescription": "Main Campus",
|
||||
"category": "01",
|
||||
"class": "net.hedtech.banner.general.overall.MeetingTimeDecorator",
|
||||
"courseReferenceNumber": "27294",
|
||||
"creditHourSession": 3.0,
|
||||
"endDate": "05/10/2024",
|
||||
"endTime": "1050",
|
||||
"friday": true,
|
||||
"hoursWeek": 2.5,
|
||||
"meetingScheduleType": "AFF",
|
||||
"meetingType": "FF",
|
||||
"meetingTypeDescription": "Traditional in-person",
|
||||
"monday": true,
|
||||
"room": "1.238",
|
||||
"saturday": false,
|
||||
"startDate": "01/16/2024",
|
||||
"sunday": false,
|
||||
"term": "202420",
|
||||
"thursday": false,
|
||||
"tuesday": false,
|
||||
"wednesday": true
|
||||
},
|
||||
"term": "202420"
|
||||
}
|
||||
]
|
||||
}
|
||||
36
docs/samples/course/getFees.html
Normal file
36
docs/samples/course/getFees.html
Normal file
@@ -0,0 +1,36 @@
|
||||
|
||||
<section aria-labelledby="fees">
|
||||
|
||||
<table class="basePreqTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Description</th>
|
||||
<th class="courseFeeAmount">Amount</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>Differential Tuition COB USPR</td>
|
||||
<td class="courseFeeAmount">$126.00</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>Digital Learning Fee</td>
|
||||
<td class="courseFeeAmount">$75.00</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>ISCS Course Resource Fee</td>
|
||||
<td class="courseFeeAmount">$75.00</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
</section>
|
||||
7
docs/samples/course/getLinkedSections.html
Normal file
7
docs/samples/course/getLinkedSections.html
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
<section aria-labelledby="linked">
|
||||
|
||||
No linked course information available.
|
||||
|
||||
|
||||
</section>
|
||||
24
docs/samples/course/getRestrictions.html
Normal file
24
docs/samples/course/getRestrictions.html
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
<section aria-labelledby="restrictions">
|
||||
|
||||
<div class="infoicon"><span class="status-bold">Not all restrictions are applicable.</span></div> <br/>
|
||||
|
||||
|
||||
<span class="status-bold">Must be enrolled in one of the following Levels:</span><br/>
|
||||
|
||||
<span class="detail-popup-indentation">Undergraduate (01)</span><br/>
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
<span class="status-bold">Cannot be enrolled in one of the following Campuses:</span><br/>
|
||||
|
||||
<span class="detail-popup-indentation">Online Programs (ONL)</span><br/>
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
12
docs/samples/course/getSectionAttributes.html
Normal file
12
docs/samples/course/getSectionAttributes.html
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
<section aria-labelledby="attributes">
|
||||
|
||||
|
||||
<div>
|
||||
<span class='attribute-text'>Upper Division course UPPR
|
||||
</span></div>
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
13
docs/samples/course/getSectionBookstoreDetails.html
Normal file
13
docs/samples/course/getSectionBookstoreDetails.html
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
<section aria-labelledby="bookstore">
|
||||
<span class="status-bold">Bookstore Links</span><br/><br/>
|
||||
|
||||
<span>Use the link(s) below to access online bookstores to determine the cost of required materials.</span><br/><br/>
|
||||
|
||||
<div class="indent-left">
|
||||
|
||||
<a href="http://www.bkstr.com/webapp/wcs/stores/servlet/booklookServlet?bookstore_id-1=987&term_id-1=202420&dept-1=IS&course-1=3033&section-1=003" target="_blank">UTSA Main Bookstore</a> <br/>
|
||||
<br/>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
28
docs/samples/course/getSectionPrerequisites.html
Normal file
28
docs/samples/course/getSectionPrerequisites.html
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
<section aria-labelledby="preReqs">
|
||||
<h3>Catalog Prerequisites</h3>
|
||||
|
||||
|
||||
<table class="dwPreqTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Degree Works Prerequisites</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td>Student must first complete, with a C- or better: IS 2053, or (IS 2031 and IS 2033).</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
7
docs/samples/course/getXlistSections.html
Normal file
7
docs/samples/course/getXlistSections.html
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
<section aria-labelledby="xlstSections">
|
||||
|
||||
No cross list information available.
|
||||
|
||||
|
||||
</section>
|
||||
Reference in New Issue
Block a user