Edit Atlas Hosted Web Pages
GitHub hosts our ILLiad login and request pages.
GitHub: https://github.com/AtlasSystems/hosting-illiad-maryw
Making changes to our ILLiad pages:
You must have a username and password issued by Atlas.
Important notes about the pages in GitHub:
- All edits should be duplicated on the corresponding Edit page in order for the changes to be consistent when a patron submits their request. ex. If you are editing LoanRequest.html, you also need to make same changes to EditLoanRequest.html
- Don't forget to make changes to the note area in the html if your change warrants this.
- Do not change the names of any pages
Request pages:
Periodical Article Request = ArticleRequest
Book Chapter Request = BookChapterRequest
Book Request = LoanRequest
ERIC Document Request = ReportRequest
Logon page:
Edit logon.html and logon2.html
Footer:
include_footer.html
Always test changes by logging into your ILLiad login page.
ILLiad login page:
https://ill.umw.edu/ILLiad/
Example: I need to make ISBN or ISSN a mandatory field.
For this, you need to find the lending pages where this field exists. ISBN and/or ISSN appears on the Book, Book Chapter and Periodical Request pages.
*All edits should be duplicated on the corresponding Edit page in order for the changes to be consistent when a patron submits their request. ex. Book Request = LoanRequest.html so we also need to make the same edits to EditLoanRequest.html.
Open the ILLiad folder in GitHub
- Open the page to edit. (Click on the pencil icon to begin editing the page.)
- Find the area where ISSN or ISBN is mentioned:
- Insert <span class="req">*</span> after the <span class="field">
- Make notes in the comments field
- Make sure that Commit directly to the master branch Is selected
- Hit the Commit Changes button
- Repeat the same edits for the EditArticleRequest.html page.
Open the ILLiad Customization Manager
- Select UMW in the upper left hand corner icon
- Search webv in the search box
- Filter the Formname to the pages you are looking for
- We will select ArticleRequest and EditArticleRequest checkboxes
- Select one of the fieldnames and hit the Copy Record Icon
- Edit the Row
- Change the FieldName to ISSN
- Check the box next to required field
- Validation .+ means that anything can be typed in the box without causing an error
- Edit the Error Message, for this one, we need to change Pages is a required field to ISSN is a required field.
- Edit the Error Tag to match the field in the html document.
- Click the Save button.
- Now you can just copy the field that you just edited and change the Formname to EditArticleRequest and click the Save button.
- Check to make sure your pages updated in the form. You can place a TEST request in the Article Form to see if the changes were saved to the EditArticleRequest page. You can delete the request afterwards.