ILLiad v9.1 Default Web Pages (Feb. 2022) Code Comparison

Left = OLD  
Right = NEW  

   
File: css\illiad.css  
1 /* = 1 /*
2 LEGAL   2 LEGAL
3 =====   3 =====
4 Copyright 2021 Atlas Systems, Inc. http://www.atlas-sys.com <> 4 Copyright 2022 Atlas Systems, Inc. http://www.atlas-sys.com
5 */ = 5 */
6     6  
7 @import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');   7 @import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');
8     8  
9 body {   9 body {
10     font-family: 'Roboto', sans-serif;   10     font-family: 'Roboto', sans-serif;
11 }   11 }
12     12  
13 /*These are CSS classes for the headers*/   13 /*These are CSS classes for the headers*/
14 h1,h2,h3,h4,h5,h6 { <> 14 h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
15     font-family: 'Open Sans', sans-serif; = 15     font-family: 'Open Sans', sans-serif;
16 }   16 }
17     17  
18 h1,h2,h3,h4,h5 { <> 18 h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
19     color:#08415c; = 19     color:#08415c;
20 }   20 }
21     21  
22 h1 {   22 h1 {
23     font-size: 48px;   23     font-size: 48px;
24     padding: 10px;   24     padding: 10px;
25     text-align: center;   25     text-align: center;
26 }   26 }
27     27  
28 h2 {   28 h2 {
29     font-size: 30px;   29     font-size: 30px;
30     padding: 10px 0 8px;   30     padding: 10px 0 8px;
31 }   31 }
32     32  
33 .header-special, .header-detailed {   33 .header-special, .header-detailed {
34     margin-top: 1.5rem;   34     margin-top: 1.5rem;
35     font-size: 26px;   35     font-size: 26px;
36     padding: 15px 0 0;   36     padding: 15px 0 0;
37 }   37 }
38     38  
39 .page-header {   39 .page-header {
40     font-size: 26px;   40     font-size: 26px;
41     padding: 15px 0 0;   41     padding: 15px 0 0;
42 }   42 }
43     43  
44 .section-header {   44 .section-header {
45     font-size: 24px;   45     font-size: 24px;
46     padding: 0 0 10px;   46     padding: 0 0 10px;
47 }   47 }
48     48  
49 img {   49 img {
50     vertical-align: middle;   50     vertical-align: middle;
51     border-style: none;   51     border-style: none;
52     height: 110px;   52     height: 110px;
53 }   53 }
54     54  
55 .card-body {   55 .card-body {
56     padding: 0.75rem 1.25rem;   56     padding: 0.75rem 1.25rem;
57 }   57 }
58     58  
59 .card-title {   59 .card-title {
60     color: #08415c;   60     color: #08415c;
61     font-size: 22px;   61     font-size: 22px;
62     padding: 10px 0 0;   62     padding: 10px 0 0;
63 }   63 }
64     64  
65 label {   65 label {
66     font: bold 16px;   66     font: bold 16px;
67     width: 100%;   67     width: 100%;
68 }   68 }
69     69  
70 p {   70 p {
71     color: #868e96; <> 71     color: #5f5e5e;
72     font-size: 16px; = 72     font-size: 16px;
73     padding: 10px;   73     padding: 10px;
74     74  
75 }   75 }
76     76  
77 a {   77 a {
78     color: #08415c;   78     color: #08415c;
79     text-decoration: none;   79     text-decoration: none;
80 }   80 }
81     81  
82 ul {   82 ul {
83     color: #868e96; <> 83     color: #5f5e5e;
84     font-size: 16px; = 84     font-size: 16px;
85     padding: 0 0 0 25px;   85     padding: 0 0 0 25px;
86     word-wrap: normal;   86     word-wrap: normal;
87 }   87 }
88     88  
89 .small-notes {   89 .small-notes {
90     color: #868e96; <> 90     color: #5f5e5e;
91     font-size: 14px; = 91     font-size: 14px;
92     padding: 4px 0 0;   92     padding: 4px 0 0;
93 }   93 }
94     94  
95 .common-note {   95 .common-note {
96     color: #868e96; <> 96     color: #5f5e5e;
97     font-size: 16px; = 97     font-size: 16px;
98     padding: 6px 0px;   98     padding: 6px 0px;
99 }   99 }
100     100  
101 .req {   101 .req {
102     color: #c74827; <> 102     color: #b81f18;
103     font-size: 12px; = 103     font-size: 12px;
104     padding:0 0 0 6px;   104     padding:0 0 0 6px;
105     text-align: right;   105     text-align: right;
106 }   106 }
107     107  
108 .fas {   108 .fas {
109     font-size: 16px;   109     font-size: 16px;
110 }   110 }
111     111  
112 form section {   112 form section {
113     background-color: #e2e3e5;   113     background-color: #e2e3e5;
114     margin-bottom: 40px;   114     margin-bottom: 40px;
115     padding: 15px;   115     padding: 15px;
116 }   116 }
117     117  
118 /*These are the CSS classes for the header and footer */   118 /*These are the CSS classes for the header and footer */
119 .head {   119 .head {
120     background-color: #fff;   120     background-color: #fff;
121     height: auto;   121     height: auto;
122     padding: 10px;   122     padding: 10px;
123     text-align: center;   123     text-align: center;
124     width: 100%;   124     width: 100%;
125 }   125 }
126     126  
127 .foot {   127 .foot {
128     border-top: 1px solid #0000001a;   128     border-top: 1px solid #0000001a;
129     font-size: 14px;   129     font-size: 14px;
130     margin-top: 1rem;   130     margin-top: 1rem;
131     padding: 1rem 0;   131     padding: 1rem 0;
132 }   132 }
133     133  
134 #status br {   134 #status br {
135     display: none;   135     display: none;
136 }   136 }
137     137  
138 .info-block {   138 .info-block {
139     border-bottom: 1px solid #0000001a;   139     border-bottom: 1px solid #0000001a;
140     margin-bottom: 1rem;   140     margin-bottom: 1rem;
141     padding: 1rem 0;   141     padding: 1rem 0;
142 }   142 }
143     143  
144 .bold {   144 .bold {
145     font-weight: bold;   145     font-weight: bold;
146 }   146 }
147     147  
148 /* Theses are CSS styling classes for logon/logout pages*/   148 /* Theses are CSS styling classes for logon/logout pages*/
149 .logon-directions {   149 .logon-directions {
150     border-bottom: 1px solid #0000001a;   150     border-bottom: 1px solid #0000001a;
151     font-size: 18px;   151     font-size: 18px;
152     margin-bottom: 1rem;   152     margin-bottom: 1rem;
153     padding: 1rem 0;   153     padding: 1rem 0;
154 }   154 }
155     155  
156 .logout-message {   156 .logout-message {
157    font-size: 16px;   157    font-size: 16px;
158 }   158 }
159     159  
160 .logon-field {   160 .logon-field {
161     padding: 0 15px 0 0;   161     padding: 0 15px 0 0;
162 }   162 }
163     163  
164 .forgot-password-link, .first-time-link{   164 .forgot-password-link, .first-time-link{
165     padding: 10px 0 0;   165     padding: 10px 0 0;
166 }   166 }
167     167  
168 /*These are CSS classes for the buttons*/   168 /*These are CSS classes for the buttons*/
169 .btn-primary, .btn-secondary, .btn-light {   169 .btn-primary, .btn-secondary, .btn-light {
170     border: none;   170     border: none;
171     margin: 10px 0;   171     margin: 10px 0;
172 }   172 }
173     173  
174 .btn-primary {   174 .btn-primary {
175     background-color: #08415c;   175     background-color: #08415c;
176     color: #fff;   176     color: #fff;
177     margin: 10px 5px 10px 0;   177     margin: 10px 5px 10px 0;
178 }   178 }
179     179  
180 .btn-primary:disabled {   180 .btn-primary:disabled {
181     background-color: #08415c;   181     background-color: #08415c;
182 }   182 }
183     183  
184 .btn-secondary {   184 .btn-secondary {
185     background-color: #e2e3e5;   185     background-color: #e2e3e5;
186     color: #08415c;   186     color: #08415c;
187     margin: 10px 5px 10px 0;   187     margin: 10px 5px 10px 0;
188 }   188 }
189     189  
190 .btn-primary:hover {   190 .btn-primary:hover {
191     background-color: #52b3d9;   191     background-color: #52b3d9;
192     color: #05171f;   192     color: #05171f;
193     text-decoration: underline;   193     text-decoration: underline;
194 }   194 }
195     195  
196 .btn-secondary:hover, .dropdown-item:focus, .dropdown-item:not(.disabled):hover {   196 .btn-secondary:hover, .dropdown-item:focus, .dropdown-item:not(.disabled):hover {
197     background-color: #a4a5a5;   197     background-color: #a4a5a5;
198     color: #05171f;   198     color: #05171f;
199     text-decoration: underline;   199     text-decoration: underline;
200 }   200 }
201     201  
202 .badge-primary {   202 .badge-primary {
203     background-color: #08415c;   203     background-color: #08415c;
204 }   204 }
205     205  
206 .selectOptions {   206 .selectOptions {
207     color: #08415c;   207     color: #08415c;
208     padding: 20px 12px 6px;   208     padding: 20px 12px 6px;
209 }   209 }
210     210  
211 /*These are CSS alert styling classes*/   211 /*These are CSS alert styling classes*/
212 .btn-alert {   212 .btn-alert {
213     color: #c74827;   213     color: #c74827;
214     font-size: 14px;   214     font-size: 14px;
215     padding: 4px 12px 6px;   215     padding: 4px 12px 6px;
216 }   216 }
217     217  
218 .btn-alert:hover {   218 .btn-alert:hover {
219     color: #08415c;   219     color: #08415c;
220 }   220 }
221     221  
222 .alerts-bar{   222 .alerts-bar{
223     background-color: #f1f4f7;   223     background-color: #f1f4f7;
224     margin: 0 0 20px;   224     margin: 0 0 20px;
225     text-align: center;   225     text-align: center;
226 }   226 }
227     227  
228 /*These are CSS styling classes for the navigation bar*/   228 /*These are CSS styling classes for the navigation bar*/
229 .main-navbar {   229 .main-navbar {
230     background-color: #08415c;   230     background-color: #08415c;
231     color: #000;   231     color: #000;
232     padding: 5px;   232     padding: 5px;
233     font: bold 26px 'Open Sans', sans-serif;   233     font: bold 26px 'Open Sans', sans-serif;
234     font-kerning: auto;   234     font-kerning: auto;
235 }   235 }
236     236  
237 nav li {   237 nav li {
238     margin: 0px 0px 0px 12px;   238     margin: 0px 0px 0px 12px;
239 }   239 }
240     240  
241 nav li a {   241 nav li a {
242     font: bolder 18px 'Open Sans', sans-serif;   242     font: bolder 18px 'Open Sans', sans-serif;
243     text-decoration: none;   243     text-decoration: none;
244 }   244 }
245     245  
246 .navbar-dark .navbar-nav .nav-link {   246 .navbar-dark .navbar-nav .nav-link {
247     color: #e0e0e0;   247     color: #e0e0e0;
248 }   248 }
249     249  
250 .dropdown-item {   250 .dropdown-item {
251     font-size: 14px;   251     font-size: 14px;
252 }   252 }
253     253  
254 /*These are the CSS Styling classes for search*/   254 /*These are the CSS Styling classes for search*/
255 #no-results-message {   255 #no-results-message {
256     color: #868e96;   256     color: #868e96;
257     font-size: 16px;   257     font-size: 16px;
258     padding: 4px 0 0;   258     padding: 4px 0 0;
259 }   259 }
260     260  
261 .ui-datepicker-trigger {   261 .ui-datepicker-trigger {
262     width: 35px;   262     width: 35px;
263 }   263 }
264     264  
265 .visit-date {   265 .visit-date {
266     padding-left: 0px;   266     padding-left: 0px;
267 }   267 }
268     268  
269 .researcher-tag-count {   269 .researcher-tag-count {
270     padding: 0 5px 0 0;   270     padding: 0 5px 0 0;
271 }   271 }
272     272  
273 .checkbox {   273 .checkbox {
274     padding-top: 20px;   274     padding-top: 20px;
275 }   275 }
276     276  
277 .form-checkbox {   277 .form-checkbox {
278     padding: 10px 16px;   278     padding: 10px 16px;
279 }   279 }
280     280  
281 section[name='order-info'] .form-check, form[name='ChangeUserInformation'] .form-check {   281 section[name='order-info'] .form-check, form[name='ChangeUserInformation'] .form-check {
282     padding-left: 2.25rem;   282     padding-left: 2.25rem;
283 }   283 }
284     284  
285 .transaction-label {   285 .transaction-label {
286     width: 33%;   286     width: 33%;
287 }   287 }
288     288  
289 #researcher-tags-input {   289 #researcher-tags-input {
290     width: 100%;   290     width: 100%;
291 }   291 }
292 a.offscreen{   292 a.offscreen{
293     clip-path: inset(100%);   293     clip-path: inset(100%);
294     clip: rect(1px 1px 1px 1px); /* IE 6/7 */   294     clip: rect(1px 1px 1px 1px); /* IE 6/7 */
295     clip: rect(1px, 1px, 1px, 1px);   295     clip: rect(1px, 1px, 1px, 1px);
296     height: 1px;   296     height: 1px;
297     overflow: hidden;   297     overflow: hidden;
298     position: absolute;   298     position: absolute;
299     white-space: nowrap; /* added line */   299     white-space: nowrap; /* added line */
300     width: 1px;   300     width: 1px;
301 }   301 }
302     302  
303 a.offscreen:focus{   303 a.offscreen:focus{
304   position:relative;   304   position:relative;
305   clip:auto;   305   clip:auto;
306   width:auto;   306   width:auto;
307   height:auto;   307   height:auto;
308   overflow:auto;   308   overflow:auto;
309 }   309 }
310     310  
311 .hidden{   311 .hidden{
312     display: none;   312     display: none;
313 }   313 }
314     314  
315 .modal-footer{   315 .modal-footer{
316     padding: 0rem;   316     padding: 0rem;
317 }   317 }
318     318  
319 /* Tooltip container */   319 /* Tooltip container */
320 .tool-tip {   320 .tool-tip {
321     display: inline-block;   321     display: inline-block;
322     position: relative;   322     position: relative;
323 }   323 }
324     324  
325 /* Tooltip text */   325 /* Tooltip text */
326 .tool-tip .tool-tip-text {   326 .tool-tip .tool-tip-text {
327     background-color: #555;   327     background-color: #555;
328     border-radius: 6px;   328     border-radius: 6px;
329     color: #fff;   329     color: #fff;
330     font-size: small;   330     font-size: small;
331     padding: 5px 0;   331     padding: 5px 0;
332     text-align: center;   332     text-align: center;
333     visibility: hidden;   333     visibility: hidden;
334     334  
335     /* Position the tooltip text */   335     /* Position the tooltip text */
336     bottom: 125%;   336     bottom: 125%;
337     left: 0%;   337     left: 0%;
338     position: absolute;   338     position: absolute;
339     z-index: 1;   339     z-index: 1;
340     340  
341     /* Fade in tooltip */   341     /* Fade in tooltip */
342     opacity: 0;   342     opacity: 0;
343     transition: opacity 0.3s;   343     transition: opacity 0.3s;
344 }   344 }
345     345  
346 /* Tooltip arrow */   346 /* Tooltip arrow */
347 .tool-tip .tool-tip-text::after {   347 .tool-tip .tool-tip-text::after {
348     border-color: #555 transparent transparent transparent;   348     border-color: #555 transparent transparent transparent;
349     border-style: solid;   349     border-style: solid;
350     border-width: 5px;   350     border-width: 5px;
351     content: "";   351     content: "";
352     left: 50%;   352     left: 50%;
353     margin-left: -5px;   353     margin-left: -5px;
354     position: absolute;   354     position: absolute;
355     top: 100%;   355     top: 100%;
356 }   356 }
357     357  
358 /* Show the tooltip text when you mouse over the tooltip container */   358 /* Show the tooltip text when you mouse over the tooltip container */
359 .tool-tip:hover .tool-tip-text {   359 .tool-tip:hover .tool-tip-text {
360     opacity: 1;   360     opacity: 1;
361     visibility: visible;   361     visibility: visible;
362 }   362 }
363     363  
364 .form-inline{   364 .form-inline{
365     margin: 20px;   365     margin: 20px;
366 }   366 }
367     367  
368 .btn-outline-primary{   368 .btn-outline-primary{
369     color: #fff;   369     color: #fff;
370     border-color: #fff;   370     border-color: #fff;
371     font-size: 26px;   371     font-size: 26px;
372 }   372 }
373     373  
374 .btn-outline-primary:hover{   374 .btn-outline-primary:hover{
375     background-color:#52b3d9;   375     background-color:#52b3d9;
376     color: #000;   376     color: #000;
377     border-color: #52b3d9;   377     border-color: #52b3d9;
378 }   378 }
379     379  
380 #searchType, #SearchTypeAll {   380 #searchType, #SearchTypeAll {
381     display: inline !important;   381     display: inline !important;
382 }   382 }
383     383  
384 .fa-stack {   384 .fa-stack {
385     display: inline-block;   385     display: inline-block;
386     height: 1.4em;   386     height: 1.4em;
387     line-height: 1em;   387     line-height: 1em;
388     position: relative;   388     position: relative;
389     width: 1em;   389     width: 1em;
390 }   390 }

   
File: Lending\css\illiad.css  
1 /* = 1 /*
2 LEGAL   2 LEGAL
3 =====   3 =====
4 Copyright 2021 Atlas Systems, Inc. http://www.atlas-sys.com <> 4 Copyright 2022 Atlas Systems, Inc. http://www.atlas-sys.com
5 */ = 5 */
6     6  
7 @import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');   7 @import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');
8     8  
9 body {   9 body {
10     font-family: 'Roboto', sans-serif;   10     font-family: 'Roboto', sans-serif;
11 }   11 }
12     12  
13 /*These are CSS classes for the headers*/   13 /*These are CSS classes for the headers*/
14 h1,h2,h3,h4,h5,h6 { <> 14 h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
15     font-family: 'Open Sans', sans-serif; = 15     font-family: 'Open Sans', sans-serif;
16 }   16 }
17     17  
18 h1,h2,h3,h4,h5 { <> 18 h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
19     color:#08415c; = 19     color:#08415c;
20 }   20 }
21     21  
22 h1 {   22 h1 {
23     font-size: 48px;   23     font-size: 48px;
24     padding: 10px;   24     padding: 10px;
25     text-align: center;   25     text-align: center;
26 }   26 }
27     27  
28 h2 {   28 h2 {
29     font-size: 30px;   29     font-size: 30px;
30     padding: 10px 0 8px;   30     padding: 10px 0 8px;
31 }   31 }
32     32  
33 .header-special, .header-detailed {   33 .header-special, .header-detailed {
34     margin-top: 1.5rem;   34     margin-top: 1.5rem;
35     font-size: 26px;   35     font-size: 26px;
36     padding: 15px 0 0;   36     padding: 15px 0 0;
37 }   37 }
38     38  
39 .page-header {   39 .page-header {
40     font-size: 26px;   40     font-size: 26px;
41     padding: 15px 0 0;   41     padding: 15px 0 0;
42 }   42 }
43     43  
44 .section-header {   44 .section-header {
45     font-size: 24px;   45     font-size: 24px;
46     padding: 0 0 10px;   46     padding: 0 0 10px;
47 }   47 }
48     48  
49 img {   49 img {
50     vertical-align: middle;   50     vertical-align: middle;
51     border-style: none;   51     border-style: none;
52     height: 110px;   52     height: 110px;
53 }   53 }
54     54  
55 .card-body {   55 .card-body {
56     padding: 0.75rem 1.25rem;   56     padding: 0.75rem 1.25rem;
57 }   57 }
58     58  
59 .card-title {   59 .card-title {
60     color: #08415c;   60     color: #08415c;
61     font-size: 22px;   61     font-size: 22px;
62     padding: 10px 0 0;   62     padding: 10px 0 0;
63 }   63 }
64     64  
65 label {   65 label {
66     font: bold 16px;   66     font: bold 16px;
67     width: 100%;   67     width: 100%;
68 }   68 }
69     69  
70 p {   70 p {
71     color: #868e96; <> 71     color: #5f5e5e;
72     font-size: 16px; = 72     font-size: 16px;
73     padding: 10px;   73     padding: 10px;
74     74  
75 }   75 }
76     76  
77 a {   77 a {
78     color: #08415c;   78     color: #08415c;
79     text-decoration: none;   79     text-decoration: none;
80 }   80 }
81     81  
82 ul {   82 ul {
83     color: #868e96; <> 83     color: #5f5e5e;
84     font-size: 16px; = 84     font-size: 16px;
85     padding: 0 0 0 25px;   85     padding: 0 0 0 25px;
86     word-wrap: normal;   86     word-wrap: normal;
87 }   87 }
88     88  
89 .small-notes {   89 .small-notes {
90     color: #868e96; <> 90     color: #5f5e5e;
91     font-size: 14px; = 91     font-size: 14px;
92     padding: 4px 0 0;   92     padding: 4px 0 0;
93 }   93 }
94     94  
95 .common-note {   95 .common-note {
96     color: #868e96; <> 96     color: #5f5e5e;
97     font-size: 16px; = 97     font-size: 16px;
98     padding: 6px 0px;   98     padding: 6px 0px;
99 }   99 }
100     100  
101 .req {   101 .req {
102     color: #c74827; <> 102     color: #b81f18;
103     font-size: 12px; = 103     font-size: 12px;
104     padding:0 0 0 6px;   104     padding:0 0 0 6px;
105     text-align: right;   105     text-align: right;
106 }   106 }
107     107  
108 .fas {   108 .fas {
109     font-size: 16px;   109     font-size: 16px;
110 }   110 }
111     111  
112 form section {   112 form section {
113     background-color: #e2e3e5;   113     background-color: #e2e3e5;
114     margin-bottom: 40px;   114     margin-bottom: 40px;
115     padding: 15px;   115     padding: 15px;
116 }   116 }
117     117  
118 /*These are the CSS classes for the header and footer */   118 /*These are the CSS classes for the header and footer */
119 .head {   119 .head {
120     background-color: #fff;   120     background-color: #fff;
121     height: auto;   121     height: auto;
122     padding: 10px;   122     padding: 10px;
123     text-align: center;   123     text-align: center;
124     width: 100%;   124     width: 100%;
125 }   125 }
126     126  
127 .foot {   127 .foot {
128     border-top: 1px solid #0000001a;   128     border-top: 1px solid #0000001a;
129     font-size: 14px;   129     font-size: 14px;
130     margin-top: 1rem;   130     margin-top: 1rem;
131     padding: 1rem 0;   131     padding: 1rem 0;
132 }   132 }
133     133  
134 #status br {   134 #status br {
135     display: none;   135     display: none;
136 }   136 }
137     137  
138 .info-block {   138 .info-block {
139     border-bottom: 1px solid #0000001a;   139     border-bottom: 1px solid #0000001a;
140     margin-bottom: 1rem;   140     margin-bottom: 1rem;
141     padding: 1rem 0;   141     padding: 1rem 0;
142 }   142 }
143     143  
144 .bold {   144 .bold {
145     font-weight: bold;   145     font-weight: bold;
146 }   146 }
147     147  
148 /* Theses are CSS styling classes for logon/logout pages*/   148 /* Theses are CSS styling classes for logon/logout pages*/
149 .logon-directions {   149 .logon-directions {
150     border-bottom: 1px solid #0000001a;   150     border-bottom: 1px solid #0000001a;
151     font-size: 18px;   151     font-size: 18px;
152     margin-bottom: 1rem;   152     margin-bottom: 1rem;
153     padding: 1rem 0;   153     padding: 1rem 0;
154 }   154 }
155     155  
156 .logout-message {   156 .logout-message {
157    font-size: 16px;   157    font-size: 16px;
158 }   158 }
159     159  
160 .logon-field {   160 .logon-field {
161     padding: 0 15px 0 0;   161     padding: 0 15px 0 0;
162 }   162 }
163     163  
164 .forgot-password-link, .first-time-link{   164 .forgot-password-link, .first-time-link{
165     padding: 10px 0 0;   165     padding: 10px 0 0;
166 }   166 }
167     167  
168 /*These are CSS classes for the buttons*/   168 /*These are CSS classes for the buttons*/
169 .btn-primary, .btn-secondary, .btn-light {   169 .btn-primary, .btn-secondary, .btn-light {
170     border: none;   170     border: none;
171     margin: 10px 0;   171     margin: 10px 0;
172 }   172 }
173     173  
174 .btn-primary {   174 .btn-primary {
175     background-color: #08415c;   175     background-color: #08415c;
176     color: #fff;   176     color: #fff;
177     margin: 10px 5px 10px 0;   177     margin: 10px 5px 10px 0;
178 }   178 }
179     179  
180 .btn-primary:disabled {   180 .btn-primary:disabled {
181     background-color: #08415c;   181     background-color: #08415c;
182 }   182 }
183     183  
184 .btn-secondary {   184 .btn-secondary {
185     background-color: #e2e3e5;   185     background-color: #e2e3e5;
186     color: #08415c;   186     color: #08415c;
187     margin: 10px 5px 10px 0;   187     margin: 10px 5px 10px 0;
188 }   188 }
189     189  
190 .btn-primary:hover {   190 .btn-primary:hover {
191     background-color: #52b3d9;   191     background-color: #52b3d9;
192     color: #05171f;   192     color: #05171f;
193     text-decoration: underline;   193     text-decoration: underline;
194 }   194 }
195     195  
196 .btn-secondary:hover, .dropdown-item:focus, .dropdown-item:not(.disabled):hover {   196 .btn-secondary:hover, .dropdown-item:focus, .dropdown-item:not(.disabled):hover {
197     background-color: #a4a5a5;   197     background-color: #a4a5a5;
198     color: #05171f;   198     color: #05171f;
199     text-decoration: underline;   199     text-decoration: underline;
200 }   200 }
201     201  
202 .badge-primary {   202 .badge-primary {
203     background-color: #08415c;   203     background-color: #08415c;
204 }   204 }
205     205  
206 .selectOptions {   206 .selectOptions {
207     color: #08415c;   207     color: #08415c;
208     padding: 20px 12px 6px;   208     padding: 20px 12px 6px;
209 }   209 }
210     210  
211 /*These are CSS alert styling classes*/   211 /*These are CSS alert styling classes*/
212 .btn-alert {   212 .btn-alert {
213     color: #c74827;   213     color: #c74827;
214     font-size: 14px;   214     font-size: 14px;
215     padding: 4px 12px 6px;   215     padding: 4px 12px 6px;
216 }   216 }
217     217  
218 .btn-alert:hover {   218 .btn-alert:hover {
219     color: #08415c;   219     color: #08415c;
220 }   220 }
221     221  
222 .alerts-bar{   222 .alerts-bar{
223     background-color: #f1f4f7;   223     background-color: #f1f4f7;
224     margin: 0 0 20px;   224     margin: 0 0 20px;
225     text-align: center;   225     text-align: center;
226 }   226 }
227     227  
228 /*These are CSS styling classes for the navigation bar*/   228 /*These are CSS styling classes for the navigation bar*/
229 .main-navbar {   229 .main-navbar {
230     background-color: #08415c;   230     background-color: #08415c;
231     color: #000;   231     color: #000;
232     padding: 5px;   232     padding: 5px;
233     font: bold 26px 'Open Sans', sans-serif;   233     font: bold 26px 'Open Sans', sans-serif;
234     font-kerning: auto;   234     font-kerning: auto;
235 }   235 }
236     236  
237 nav li {   237 nav li {
238     margin: 0px 0px 0px 12px;   238     margin: 0px 0px 0px 12px;
239 }   239 }
240     240  
241 nav li a {   241 nav li a {
242     font: bolder 18px 'Open Sans', sans-serif;   242     font: bolder 18px 'Open Sans', sans-serif;
243     text-decoration: none;   243     text-decoration: none;
244 }   244 }
245     245  
246 .navbar-dark .navbar-nav .nav-link {   246 .navbar-dark .navbar-nav .nav-link {
247     color: #e0e0e0;   247     color: #e0e0e0;
248 }   248 }
249     249  
250 .dropdown-item {   250 .dropdown-item {
251     font-size: 14px;   251     font-size: 14px;
252 }   252 }
253     253  
254 /*These are the CSS Styling classes for search*/   254 /*These are the CSS Styling classes for search*/
255 #no-results-message {   255 #no-results-message {
256     color: #868e96;   256     color: #868e96;
257     font-size: 16px;   257     font-size: 16px;
258     padding: 4px 0 0;   258     padding: 4px 0 0;
259 }   259 }
260     260  
261 .ui-datepicker-trigger {   261 .ui-datepicker-trigger {
262     width: 35px;   262     width: 35px;
263 }   263 }
264     264  
265 .visit-date {   265 .visit-date {
266     padding-left: 0px;   266     padding-left: 0px;
267 }   267 }
268     268  
269 .researcher-tag-count {   269 .researcher-tag-count {
270     padding: 0 5px 0 0;   270     padding: 0 5px 0 0;
271 }   271 }
272     272  
273 .checkbox {   273 .checkbox {
274     padding-top: 20px;   274     padding-top: 20px;
275 }   275 }
276     276  
277 .form-checkbox {   277 .form-checkbox {
278     padding: 10px 16px;   278     padding: 10px 16px;
279 }   279 }
280     280  
281 section[name='order-info'] .form-check, form[name='ChangeUserInformation'] .form-check {   281 section[name='order-info'] .form-check, form[name='ChangeUserInformation'] .form-check {
282     padding-left: 2.25rem;   282     padding-left: 2.25rem;
283 }   283 }
284     284  
285 .transaction-label {   285 .transaction-label {
286     width: 33%;   286     width: 33%;
287 }   287 }
288     288  
289 #researcher-tags-input {   289 #researcher-tags-input {
290     width: 100%;   290     width: 100%;
291 }   291 }
292 a.offscreen{   292 a.offscreen{
293     clip-path: inset(100%);   293     clip-path: inset(100%);
294     clip: rect(1px 1px 1px 1px); /* IE 6/7 */   294     clip: rect(1px 1px 1px 1px); /* IE 6/7 */
295     clip: rect(1px, 1px, 1px, 1px);   295     clip: rect(1px, 1px, 1px, 1px);
296     height: 1px;   296     height: 1px;
297     overflow: hidden;   297     overflow: hidden;
298     position: absolute;   298     position: absolute;
299     white-space: nowrap; /* added line */   299     white-space: nowrap; /* added line */
300     width: 1px;   300     width: 1px;
301 }   301 }
302     302  
303 a.offscreen:focus{   303 a.offscreen:focus{
304   position:relative;   304   position:relative;
305   clip:auto;   305   clip:auto;
306   width:auto;   306   width:auto;
307   height:auto;   307   height:auto;
308   overflow:auto;   308   overflow:auto;
309 }   309 }
310     310  
311 .hidden{   311 .hidden{
312     display: none;   312     display: none;
313 }   313 }
314     314  
315 .modal-footer{   315 .modal-footer{
316     padding: 0rem;   316     padding: 0rem;
317 }   317 }
318     318  
319 /* Tooltip container */   319 /* Tooltip container */
320 .tool-tip {   320 .tool-tip {
321     display: inline-block;   321     display: inline-block;
322     position: relative;   322     position: relative;
323 }   323 }
324     324  
325 /* Tooltip text */   325 /* Tooltip text */
326 .tool-tip .tool-tip-text {   326 .tool-tip .tool-tip-text {
327     background-color: #555;   327     background-color: #555;
328     border-radius: 6px;   328     border-radius: 6px;
329     color: #fff;   329     color: #fff;
330     font-size: small;   330     font-size: small;
331     padding: 5px 0;   331     padding: 5px 0;
332     text-align: center;   332     text-align: center;
333     visibility: hidden;   333     visibility: hidden;
334     334  
335     /* Position the tooltip text */   335     /* Position the tooltip text */
336     bottom: 125%;   336     bottom: 125%;
337     left: 0%;   337     left: 0%;
338     position: absolute;   338     position: absolute;
339     z-index: 1;   339     z-index: 1;
340     340  
341     /* Fade in tooltip */   341     /* Fade in tooltip */
342     opacity: 0;   342     opacity: 0;
343     transition: opacity 0.3s;   343     transition: opacity 0.3s;
344 }   344 }
345     345  
346 /* Tooltip arrow */   346 /* Tooltip arrow */
347 .tool-tip .tool-tip-text::after {   347 .tool-tip .tool-tip-text::after {
348     border-color: #555 transparent transparent transparent;   348     border-color: #555 transparent transparent transparent;
349     border-style: solid;   349     border-style: solid;
350     border-width: 5px;   350     border-width: 5px;
351     content: "";   351     content: "";
352     left: 50%;   352     left: 50%;
353     margin-left: -5px;   353     margin-left: -5px;
354     position: absolute;   354     position: absolute;
355     top: 100%;   355     top: 100%;
356 }   356 }
357     357  
358 /* Show the tooltip text when you mouse over the tooltip container */   358 /* Show the tooltip text when you mouse over the tooltip container */
359 .tool-tip:hover .tool-tip-text {   359 .tool-tip:hover .tool-tip-text {
360     opacity: 1;   360     opacity: 1;
361     visibility: visible;   361     visibility: visible;
362 }   362 }
363     363  
364 .form-inline{   364 .form-inline{
365     margin: 20px;   365     margin: 20px;
366 }   366 }
367     367  
368 .btn-outline-primary{   368 .btn-outline-primary{
369     color: #fff;   369     color: #fff;
370     border-color: #fff;   370     border-color: #fff;
371     font-size: 26px;   371     font-size: 26px;
372 }   372 }
373     373  
374 .btn-outline-primary:hover{   374 .btn-outline-primary:hover{
375     background-color:#52b3d9;   375     background-color:#52b3d9;
376     color: #000;   376     color: #000;
377     border-color: #52b3d9;   377     border-color: #52b3d9;
378 }   378 }
379     379  
380 #searchType, #SearchTypeAll {   380 #searchType, #SearchTypeAll {
381     display: inline !important;   381     display: inline !important;
382 }   382 }

   
File: Lending\templates\DataRow_DefaultRequest.html  
1 <div class="card requestResult"> = 1 <div class="card requestResult">
2         <div id="request<#DATAROW field='TransactionNumber'>">   2         <div id="request<#DATAROW field='TransactionNumber'>">
3           <div class="card-body">   3           <div class="card-body">
4             <div class="row">   4             <div class="row">
5                 <div class="col-lg-8 col-md-12">   5                 <div class="col-lg-8 col-md-12">
6                     <h4 class="card-title"> <> 6                     <div class="h4 card-title">
7                         <a href="<#ACTION action='10' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><#DATAROW field='Title'></a> = 7                         <a href="<#ACTION action='10' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><#DATAROW field='Title'></a>
8                     </h4> <> 8                     </div>
9                     <h5 class="card-subtitle text-muted"><#DATAROW field='Author'></h5>   9                     <div class="h5 card-subtitle text-muted"><#DATAROW field='Author'></div>
10                 </div> = 10                 </div>
11        11     
12                 <div class="col-lg-4 col-md-12 text-right">   12                 <div class="col-lg-4 col-md-12 text-right">
13                     <div class="btn-group" role="group" aria-label="Actions for Request <#DATAROW field='TransactionNumber'>">   13                     <div class="btn-group" role="group" aria-label="Actions for Request <#DATAROW field='TransactionNumber'>">
14                     <a class="btn btn-primary" role="button" href="<#ACTION action='10' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span class="fa fa-info-circle mr-1"></span>Details</a>   14                     <a class="btn btn-primary" role="button" href="<#ACTION action='10' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span class="fa fa-info-circle mr-1"></span>Details</a>
15        15     
16                         <div class="btn-group" role="group">   16                         <div class="btn-group" role="group">
17                             <button id="btnGroupDrop<#DATAROW field='TransactionNumber'>" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">   17                             <button id="btnGroupDrop<#DATAROW field='TransactionNumber'>" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
18                             Actions   18                             Actions
19                             </button>   19                             </button>
20                             <div class="dropdown-menu" aria-labelledby="btnGroupDrop<#DATAROW field='TransactionNumber'>">   20                             <div class="dropdown-menu" aria-labelledby="btnGroupDrop<#DATAROW field='TransactionNumber'>">
21                                 <a class="dropdown-item btn btn-light menuEdit <#DATAROW field='RequestActionAllowed' name='Edit' disabledValue='disabled'>" href="<#ACTION action='20' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-edit text-primary mr-1"></span>Edit</a>   21                                 <a class="dropdown-item btn btn-light menuEdit <#DATAROW field='RequestActionAllowed' name='Edit' disabledValue='disabled'>" href="<#ACTION action='20' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-edit text-primary mr-1"></span>Edit</a>
22                                 <a class="dropdown-item btn btn-light menuCancel <#DATAROW field='RequestActionAllowed' name='Cancel' disabledValue='disabled'>" href="<#ACTION action='21' type='10'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-ban text-danger mr-1"></span>Cancel Request</a>   22                                 <a class="dropdown-item btn btn-light menuCancel <#DATAROW field='RequestActionAllowed' name='Cancel' disabledValue='disabled'>" href="<#ACTION action='21' type='10'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-ban text-danger mr-1"></span>Cancel Request</a>
23                                 <div class="<#DATAROW field='RequestType' displayStyle='CompareValue' compareValue='Loan' disabledValue='d-none'>">   23                                 <div class="<#DATAROW field='RequestType' displayStyle='CompareValue' compareValue='Loan' disabledValue='d-none'>">
24                                     <a class="dropdown-item btn btn-light menuRenew <#DATAROW field='RequestActionAllowed' name='Renew' disabledValue='disabled'>" href="<#ACTION action='11' form='67'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-calendar-alt mr-1"></span>Renew</a>   24                                     <a class="dropdown-item btn btn-light menuRenew <#DATAROW field='RequestActionAllowed' name='Renew' disabledValue='disabled'>" href="<#ACTION action='11' form='67'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-calendar-alt mr-1"></span>Renew</a>
25                                 </div>   25                                 </div>
26                                 <a class="dropdown-item btn btn-light menuResubmit <#DATAROW field='RequestActionAllowed' name='Resubmit' disabledValue='disabled'>" href="<#ACTION action='11' form='71'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-redo mr-1"></span>Resubmit Request</a>   26                                 <a class="dropdown-item btn btn-light menuResubmit <#DATAROW field='RequestActionAllowed' name='Resubmit' disabledValue='disabled'>" href="<#ACTION action='11' form='71'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-redo mr-1"></span>Resubmit Request</a>
27                                 <a class="dropdown-item btn btn-light menuClone <#DATAROW field='RequestActionAllowed' name='Clone' disabledValue='disabled'>" href="<#ACTION action='11' form='110'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-copy text-primary mr-1"></span>Clone Request</a>   27                                 <a class="dropdown-item btn btn-light menuClone <#DATAROW field='RequestActionAllowed' name='Clone' disabledValue='disabled'>" href="<#ACTION action='11' form='110'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-copy text-primary mr-1"></span>Clone Request</a>
28                             </div>   28                             </div>
29                         </div>   29                         </div>
30                     </div>   30                     </div>
31                 </div>   31                 </div>
32             </div>   32             </div>
33     33  
34             <div class="row">   34             <div class="row">
35                 <div class="col-lg-7 col-md-12">   35                 <div class="col-lg-7 col-md-12">
36                     <div class="field text-muted">Transaction Number <span class="field-value font-weight-bold mr-1"><#DATAROW field='TransactionNumber'></span></div>   36                     <div class="field text-muted">Transaction Number <span class="field-value font-weight-bold mr-1"><#DATAROW field='TransactionNumber'></span></div>
37                 </div>   37                 </div>
38                 <div class="col-lg-5 col-md-12 text-right">   38                 <div class="col-lg-5 col-md-12 text-right">
39                     <div class="field mb2 text-muted">   39                     <div class="field mb2 text-muted">
40                         Item Status   40                         Item Status
41                         <span class="field-value font-weight-bold tool-tip">   41                         <span class="field-value font-weight-bold tool-tip">
42                             <#DATAROW field='TransactionStatus'>   42                             <#DATAROW field='TransactionStatus'>
43                             <span class="tool-tip-text">   43                             <span class="tool-tip-text">
44                                 Moved to <#DATAROW field='TransactionStatus'> on    44                                 Moved to <#DATAROW field='TransactionStatus'> on 
45                                 <span class="convert-local" data-iso8601="<#DATAROW field='TransactionDate' display='ISO8601'>"><#DATAROW field='TransactionDate'></span>   45                                 <span class="convert-local" data-iso8601="<#DATAROW field='TransactionDate' display='ISO8601'>"><#DATAROW field='TransactionDate'></span>
46                             </span>   46                             </span>
47                         </span>   47                         </span>
48                     </div>   48                     </div>
49                 </div>   49                 </div>
50             </div>   50             </div>
51     51  
52         </div>   52         </div>
53     </div>   53     </div>
54 </div>   54 </div>
55        55     

   
File: Lending\AboutILLiad.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>About ILLiad</title>   5     <title>About ILLiad</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10 <#INCLUDE filename="include_header.html">   10 <#INCLUDE filename="include_header.html">
11 <#INCLUDE filename="include_menu.html" restriction="IsValidSession">   11 <#INCLUDE filename="include_menu.html" restriction="IsValidSession">
12     12  
13 <div class="container">   13 <div class="container">
14     <div id="content"> <> 14     <main id="content" aria-label="Content">
15         <div class="form-group col-md-12"> = 15         <div class="form-group col-md-12">
16             <div class="mt-5 mb-3">OCLC ILLiad is a model, implemented in software, of the interlibrary loan process.</div>   16             <div class="mt-5 mb-3">OCLC ILLiad is a model, implemented in software, of the interlibrary loan process.</div>
17                17             
18             <div class="mt-3 mb-5">Developed in the ILL Department at Virginia Tech, it is the only ILL product created as a result of ILL staff review of the entire ILL operation. The result is a superior product    18             <div class="mt-3 mb-5">Developed in the ILL Department at Virginia Tech, it is the only ILL product created as a result of ILL staff review of the entire ILL operation. The result is a superior product 
19                 which encompasses every action in the ILL process, producing a highly efficient and effective work environment. This environment enhances customer service while significantly    19                 which encompasses every action in the ILL process, producing a highly efficient and effective work environment. This environment enhances customer service while significantly 
20                 reducing costs and staff workload.   20                 reducing costs and staff workload.
21             </div>   21             </div>
22         </div>   22         </div>
23                    23                 
24     </div>     <> 24     </main>    
25              = 25             
26     <#INCLUDE filename="include_footer.html">   26     <#INCLUDE filename="include_footer.html">
27 </div>   27 </div>
28 </body>   28 </body>
29 </html>   29 </html>

   
File: Lending\EditLendingGenericRequestArticle.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Edit Article Request</title>   5     <title>ILLiad - Edit Article Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiadlending.dll" method="post" name="EditLendingGenericRequestArticle"> = 15             <form action="illiadlending.dll" method="post" name="EditLendingGenericRequestArticle">
15             <input type="hidden" name="ILLiadForm" value="EditLendingGenericRequestArticle">   16                 <input type="hidden" name="ILLiadForm" value="EditLendingGenericRequestArticle">
16             <input type="hidden" name="RequestType" value="<#PARAM name='RequestType'>">   17                 <input type="hidden" name="RequestType" value="<#PARAM name='RequestType'>">
17             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   18                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
18             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   19                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
19             <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">   20                 <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">
20             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   21                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
21             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   22                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
22             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   23                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
23             <#FORMSTATE>   24                 <#FORMSTATE>
24     25  
25             <fieldset>   26                 <fieldset>
26                 <h2 class="page-header">Edit Article Request</h2>    27                     <h2 class="page-header">Edit Article Request</h2> 
27                 <section name="article-info">   28                     <section name="article-info">
28                           29                             
29                     <div class="form-group col-md-9">   30                         <div class="form-group col-md-9">
30                         <label for="PhotoJournalTitle">   31                             <label for="PhotoJournalTitle">
31                             <span class="field">   32                                 <span class="field">
32                                 <span class="<#ERROR name='ERRORPhotoJournalTitle'>">   33                                     <span class="<#ERROR name='ERRORPhotoJournalTitle'>">
33                                     Title (Journal, Conference Proceedings, Anthology)     34                                         Title (Journal, Conference Proceedings, Anthology)  
34                                     <span class="req">(required)</span>   35                                         <span class="req">(required)</span>
35                                 </span>   36                                     </span>
36                                 <br>   37                                     <br>
37                                 <span class="small-notes">   38                                     <span class="small-notes">
38                                     Please do not abbreviate unless your citation is abbreviated     39                                         Please do not abbreviate unless your citation is abbreviated  
39                                 </span>   40                                     </span>
40                             </span>   41                                 </span>
41                             <br>   42                                 <br>
42                         </label>   43                             </label>
43                         <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>    44                             <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required> 
44                     </div>     45                         </div>  
45                       46                         
46                     <div class="form-group col-md-9">    47                         <div class="form-group col-md-9"> 
47                         <label for="PhotoArticleTitle">   48                             <label for="PhotoArticleTitle">
48                             <span class="field">   49                                 <span class="field">
49                                 <span class="<#ERROR name='ERRORPhotoArticleTitle'>">   50                                     <span class="<#ERROR name='ERRORPhotoArticleTitle'>">
50                                     Article Title      51                                         Article Title   
51                                     <span class="req">(required)</span>   52                                         <span class="req">(required)</span>
52                                 </span>   53                                     </span>
53                             </span>   54                                 </span>
54                         </label>   55                             </label>
55                         <input type="text" class="form-control" name="PhotoArticleTitle" id="PhotoArticleTitle" value="<#PARAM name='PhotoArticleTitle'>" required>   56                             <input type="text" class="form-control" name="PhotoArticleTitle" id="PhotoArticleTitle" value="<#PARAM name='PhotoArticleTitle'>" required>
56                     </div>   57                         </div>
57     58  
58                     <div class="form-group col-md-9">    59                         <div class="form-group col-md-9"> 
59                         <label for="PhotoArticleAuthor">   60                             <label for="PhotoArticleAuthor">
60                             <span class="field">   61                                 <span class="field">
61                                <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">   62                                 <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">
62                                       Article Author      63                                         Article Author   
63                                 </span>   64                                     </span>
64                             </span>   65                                 </span>
65                         </label>   66                             </label>
66                         <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">   67                             <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">
67                     </div>   68                         </div>
68                           69                             
69                     <div class="form-group col-md-9">   70                         <div class="form-group col-md-9">
70                         <label for="PhotoJournalVolume">   71                             <label for="PhotoJournalVolume">
71                             <span class="field">   72                                 <span class="field">
72                                 <span class="<#ERROR name='ERRORPhotoJournalVolume'>">   73                                     <span class="<#ERROR name='ERRORPhotoJournalVolume'>">
73                                     Volume   74                                         Volume
74                                 </span>   75                                     </span>
75                             </span>   76                                 </span>
76                         </label>   77                             </label>
77                         <input type="text" class="form-control" name="PhotoJournalVolume" id="PhotoJournalVolume" value="<#PARAM name='PhotoJournalVolume'>">   78                             <input type="text" class="form-control" name="PhotoJournalVolume" id="PhotoJournalVolume" value="<#PARAM name='PhotoJournalVolume'>">
78                     </div>   79                         </div>
79                   80                     
80                     <div class="form-group col-md-9">   81                         <div class="form-group col-md-9">
81                         <label for="PhotoJournalIssue">   82                             <label for="PhotoJournalIssue">
82                             <span class="field">   83                                 <span class="field">
83                                 <span class="<#ERROR name='ERRORPhotoJournalIssue'>">   84                                     <span class="<#ERROR name='ERRORPhotoJournalIssue'>">
84                                     Issue Number or Designation   85                                         Issue Number or Designation
85                                 </span>   86                                     </span>
86                             </span>   87                                 </span>
87                         </label>   88                             </label>
88                         <input type="text" class="form-control" name="PhotoJournalIssue" id="PhotoJournalIssue" value="<#PARAM name='PhotoJournalIssue'>">   89                             <input type="text" class="form-control" name="PhotoJournalIssue" id="PhotoJournalIssue" value="<#PARAM name='PhotoJournalIssue'>">
89                     </div>   90                         </div>
90                                   91                                     
91                     <div class="form-group col-md-9">   92                         <div class="form-group col-md-9">
92                         <label for="PhotoJournalMonth">   93                             <label for="PhotoJournalMonth">
93                             <span class="field">   94                                 <span class="field">
94                                 <span class="<#ERROR name='ERRORPhotoJournalMonth'>">   95                                     <span class="<#ERROR name='ERRORPhotoJournalMonth'>">
95                                     Month   96                                         Month
96                                 </span>   97                                     </span>
97                             </span>   98                                 </span>
98                         </label>   99                             </label>
99                         <input type="text" class="form-control" name="PhotoJournalMonth" id="PhotoJournalMonth" value="<#PARAM name='PhotoJournalMonth'>">   100                             <input type="text" class="form-control" name="PhotoJournalMonth" id="PhotoJournalMonth" value="<#PARAM name='PhotoJournalMonth'>">
100                     </div>   101                         </div>
101                   102                     
102                     <div class="form-group col-md-9">   103                         <div class="form-group col-md-9">
103                         <label for="PhotoJournalYear">   104                             <label for="PhotoJournalYear">
104                             <span class="field">   105                                 <span class="field">
105                                 <span class="<#ERROR name='ERRORPhotoJournalYear'>">   106                                     <span class="<#ERROR name='ERRORPhotoJournalYear'>">
106                                     Year      107                                         Year   
107                                 </span>   108                                     </span>
108                             </span>   109                                 </span>
109                         </label>   110                             </label>
110                         <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">   111                             <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">
111                     </div>   112                         </div>
112                   113                     
113                     <div class="form-group col-md-9">   114                         <div class="form-group col-md-9">
114                         <label for="PhotoJournalInclusivePages">   115                             <label for="PhotoJournalInclusivePages">
115                             <span class="field">   116                                 <span class="field">
116                                 <span class="<#ERROR name='ERRORPhotoJournalInclusivePages'>">   117                                     <span class="<#ERROR name='ERRORPhotoJournalInclusivePages'>">
117                                     Inclusive Pages      118                                         Inclusive Pages   
118                                 </span>   119                                     </span>
119                             </span>   120                                 </span>
120                         </label>   121                             </label>
121                         <input type="text" class="form-control" name="PhotoJournalInclusivePages" id="PhotoJournalInclusivePages" value="<#PARAM name='PhotoJournalInclusivePages'>">   122                             <input type="text" class="form-control" name="PhotoJournalInclusivePages" id="PhotoJournalInclusivePages" value="<#PARAM name='PhotoJournalInclusivePages'>">
122                     </div>   123                         </div>
123                               124                                 
124                     <div class="form-group col-md-9">   125                         <div class="form-group col-md-9">
125                         <label for="ISSN">   126                             <label for="ISSN">
126                             <span class="field">   127                                 <span class="field">
127                                 <span class="<#ERROR name='ERRORISSN'>">    128                                     <span class="<#ERROR name='ERRORISSN'>"> 
128                                     ISSN (International Standard Serial Number)      129                                         ISSN (International Standard Serial Number)   
129                                 </span>   130                                     </span>
130                              <br>   131                                 <br>
131                                 <span class="small-notes">   132                                     <span class="small-notes">
132                                     If given will speed request processing   133                                         If given will speed request processing
133                                 </span>   134                                     </span>
134                             </span>   135                                 </span>
135                         </label>   136                             </label>
136                         <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">   137                             <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">
137                     </div>   138                         </div>
138                   139                     
139                     <!--<div class="form-group col-md-9">   140                         <!--<div class="form-group col-md-9">
140                         <label for="CallNumber">   141                             <label for="CallNumber">
141                             <span class="field">   142                                 <span class="field">
142                                 <span class="<#ERROR name='ERRORCallNumber'>">   143                                     <span class="<#ERROR name='ERRORCallNumber'>">
143                                     Call Number      144                                         Call Number   
      145                                     </span>
144                                 </span>   146                                 </span>
145                             </span>      
146                         </label>   147                             </label>
147                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   148                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
148                     </div>   149                         </div>
149                   150                     
150                     <div class="form-group col-md-9">   151                         <div class="form-group col-md-9">
151                         <label for="ESPNumber">   152                             <label for="ESPNumber">
152                             <span class="field">   153                                 <span class="field">
153                                 <span class="<#ERROR name='ERRORESPNumber'>">   154                                     <span class="<#ERROR name='ERRORESPNumber'>">
154                                     OCLC or Docline UI Number      155                                         OCLC or Docline UI Number   
      156                                     </span>
155                                 </span>   157                                 </span>
156                             </span>      
157                         </label>   158                             </label>
158                         <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   159                             <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
159                     </div>-->   160                         </div>-->
160                   161                     
161                     <div class="form-group col-md-9">   162                         <div class="form-group col-md-9">
162                         <label for="Rush">   163                             <label for="Rush">
163                             <span class="field">   164                                 <span class="field">
164                                 <span class="<#ERROR name='ERRORRush'>">   165                                     <span class="<#ERROR name='ERRORRush'>">
165                                     What service level would you like?   166                                         What service level would you like?
166                                 </span>   167                                     </span>
167                                 <br>   168                                     <br>
168                                 <span class="small-notes">   169                                     <span class="small-notes">
169                                     Rush service may incur additional charges.   170                                         Rush service may incur additional charges.
170                                 </span>   171                                     </span>
171                             </span>   172                                 </span>
172                         </label>   173                             </label>
173                         <select id="Rush" name="Rush" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='Rush'>">   174                             <select id="Rush" name="Rush" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='Rush'>">
174                             <option value="Regular">Regular</option>   175                                 <option value="Regular">Regular</option>
175                             <option value="Rush">Rush</option>   176                                 <option value="Rush">Rush</option>
176                         </select>   177                             </select>
177                     </div>   178                         </div>
178                   179                     
179                     <div class="form-group col-md-9">   180                         <div class="form-group col-md-9">
180                         <label for="MaxCost">   181                             <label for="MaxCost">
181                             <span class="field">   182                                 <span class="field">
182                                 <span class="<#ERROR name='ERRORMaxCost'>">   183                                     <span class="<#ERROR name='ERRORMaxCost'>">
183                                     What is the maxcost you would pay for this item?   184                                         What is the maxcost you would pay for this item?
184                                 </span>   185                                     </span>
185                             </span>   186                                 </span>
186                             <br>   187                                 <br>
187                         </label>   188                             </label>
188                         <input type="text" class="form-control" name="MaxCost" id="MaxCost" value="<#PARAM name='MaxCost'>">   189                             <input type="text" class="form-control" name="MaxCost" id="MaxCost" value="<#PARAM name='MaxCost'>">
189                     </div>   190                         </div>
190                   191                     
191                     <div class="form-group col-md-9">   192                         <div class="form-group col-md-9">
192                         <label for="Notes">   193                             <label for="Notes">
193                             <span class="field">   194                                 <span class="field">
194                                 <span class="<#ERROR name='ERRORNotes'>">     195                                     <span class="<#ERROR name='ERRORNotes'>">  
195                                     Notes      196                                         Notes   
196                                 </span><br>   197                                     </span><br>
197                                 <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   198                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
198                             </span>   199                                 </span>
199                         </label>   200                             </label>
200                         <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   201                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
201                     </div>   202                         </div>
202                 </section>   203                     </section>
203                 <#INCLUDE filename="include_request_cited.html">                   204                     <#INCLUDE filename="include_request_cited.html">                
204                 <#INCLUDE filename="include_request_buttons.html">   205                     <#INCLUDE filename="include_request_buttons.html">
205             </fieldset>   206                 </fieldset>
206         </form>        207             </form>
    -+ 208         </main> 
207         <#INCLUDE filename="include_footer.html"> = 209         <#INCLUDE filename="include_footer.html">
208     </div>   210     </div>
209 </body>   211 </body>
210 </html>   212 </html>

   
File: Lending\EditLendingGenericRequestLoan.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Edit Loan Request</title>   5     <title>ILLiad - Edit Loan Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">    11     <#INCLUDE filename="include_menu.html"> 
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiadlending.dll" method="post" name="EditLendingGenericRequestLoan"> = 15             <form action="illiadlending.dll" method="post" name="EditLendingGenericRequestLoan">
15             <input type="hidden" name="ILLiadForm" value="EditLendingGenericRequestLoan">   16                 <input type="hidden" name="ILLiadForm" value="EditLendingGenericRequestLoan">
16             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   17                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
17             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   18                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
18             <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">   19                 <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">
19             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   20                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
20             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   21                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
21             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   22                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
22             <#FORMSTATE>   23                 <#FORMSTATE>
23     24  
24             <fieldset>   25                 <fieldset>
25                 <h2 class="page-header">Loan Request</h2>    26                     <h2 class="page-header">Loan Request</h2> 
26                 <section name="loan-info">   27                     <section name="loan-info">
27     28  
28                     <div class="form-group col-md-9">   29                         <div class="form-group col-md-9">
29                         <label for="LoanTitle">   30                             <label for="LoanTitle">
30                             <span class="field">   31                                 <span class="field">
31                                 <span class="<#ERROR name='ERRORLoanTitle'>">   32                                     <span class="<#ERROR name='ERRORLoanTitle'>">
32                                     Title     33                                         Title  
33                                     <span class="req">   34                                         <span class="req">
34                                         (required)   35                                             (required)
35                                     </span>   36                                         </span>
36                                 </span>   37                                     </span>
37                                 <br>   38                                     <br>
38                                 <span class="small-notes">   39                                     <span class="small-notes">
39                                     Please do not abbreviate unless your citation is abbreviated     40                                         Please do not abbreviate unless your citation is abbreviated  
40                                 </span>   41                                     </span>
41                             </span>   42                                 </span>
42                             <br>   43                                 <br>
43                         </label>   44                             </label>
44                         <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required>    45                             <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required> 
45                     </div>     46                         </div>  
46     47  
47                     <div class="form-group col-md-9">    48                         <div class="form-group col-md-9"> 
48                         <label for="LoanAuthor">   49                             <label for="LoanAuthor">
49                             <span class="field">   50                                 <span class="field">
50                                <span class="<#ERROR name='ERRORLoanAuthor'>">   51                                 <span class="<#ERROR name='ERRORLoanAuthor'>">
51                                     Author    52                                         Author 
52                                     <span class="req">   53                                         <span class="req">
53                                         (required)   54                                             (required)
54                                     </span>      55                                         </span>   
55                                 </span>   56                                     </span>
56                             </span>   57                                 </span>
57                         </label>   58                             </label>
58                         <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>   59                             <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>
59                     </div>     60                         </div>  
60     61  
61                     <div class="form-group col-md-9">    62                         <div class="form-group col-md-9"> 
62                         <label for="LoanPublisher">   63                             <label for="LoanPublisher">
63                             <span class="field">   64                                 <span class="field">
64                                <span class="<#ERROR name='ERRORLoanPublisher'>">   65                                 <span class="<#ERROR name='ERRORLoanPublisher'>">
65                                     Publisher     66                                         Publisher  
66                                 </span>   67                                     </span>
67                             </span>   68                                 </span>
68                         </label>   69                             </label>
69                         <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">   70                             <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">
70                     </div>   71                         </div>
71     72  
72                     <div class="form-group col-md-9">    73                         <div class="form-group col-md-9"> 
73                         <label for="LoanPlace">   74                             <label for="LoanPlace">
74                             <span class="field">   75                                 <span class="field">
75                                <span class="<#ERROR name='ERRORLoanPlace'>">   76                                 <span class="<#ERROR name='ERRORLoanPlace'>">
76                                     Place of Publication     77                                         Place of Publication  
77                                 </span>   78                                     </span>
78                             </span>   79                                 </span>
79                         </label>   80                             </label>
80                         <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">   81                             <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">
81                     </div>   82                         </div>
82     83  
83                     <div class="form-group col-md-9">    84                         <div class="form-group col-md-9"> 
84                         <label for="LoanDate">   85                             <label for="LoanDate">
85                             <span class="field">   86                                 <span class="field">
86                                <span class="<#ERROR name='ERRORLoanDate'>">   87                                 <span class="<#ERROR name='ERRORLoanDate'>">
87                                     Date of Publication     88                                         Date of Publication  
88                                 </span>   89                                     </span>
89                             </span>   90                                 </span>
90                         </label>   91                             </label>
91                         <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">   92                             <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">
92                     </div>   93                         </div>
93     94  
94                     <div class="form-group col-md-9">    95                         <div class="form-group col-md-9"> 
95                         <label for="LoanEdition">   96                             <label for="LoanEdition">
96                             <span class="field">   97                                 <span class="field">
97                                <span class="<#ERROR name='ERRORLoanEdition'>">   98                                 <span class="<#ERROR name='ERRORLoanEdition'>">
98                                     Edition     99                                         Edition  
99                                 </span>   100                                     </span>
100                             </span>   101                                 </span>
101                         </label>   102                             </label>
102                         <input type="text" class="form-control" name="LoanEdition" id="LoanEdition" value="<#PARAM name='LoanEdition'>">   103                             <input type="text" class="form-control" name="LoanEdition" id="LoanEdition" value="<#PARAM name='LoanEdition'>">
103                     </div>   104                         </div>
104     105  
105                     <div class="form-group col-md-9">    106                         <div class="form-group col-md-9"> 
106                         <label for="ISSN">   107                             <label for="ISSN">
107                             <span class="field">   108                                 <span class="field">
108                                <span class="<#ERROR name='ERRORISSN'>">   109                                 <span class="<#ERROR name='ERRORISSN'>">
109                                     ISBN (International Standard Book Number)     110                                         ISBN (International Standard Book Number)  
110                                 </span>   111                                     </span>
111                                 <br>   112                                     <br>
112                                 <span class="small-notes">   113                                     <span class="small-notes">
113                                     If given will speed request processing     114                                         If given will speed request processing  
114                                 </span>   115                                     </span>
115                             </span>   116                                 </span>
116                         </label>   117                             </label>
117                         <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">   118                             <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">
118                     </div>   119                         </div>
119                   120                     
120                     <!--<div class="form-group col-md-9">   121                         <!--<div class="form-group col-md-9">
121                         <label for="CallNumber">   122                             <label for="CallNumber">
122                             <span class="field">   123                                 <span class="field">
123                                 <span class="<#ERROR name='ERRORCallNumber'>">   124                                     <span class="<#ERROR name='ERRORCallNumber'>">
124                                     Call Number      125                                         Call Number   
      126                                     </span>
125                                 </span>   127                                 </span>
126                             </span>      
127                         </label>   128                             </label>
128                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   129                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
129                     </div>   130                         </div>
130                   131                     
131                     <div class="form-group col-md-9">   132                         <div class="form-group col-md-9">
132                         <label for="ESPNumber">   133                             <label for="ESPNumber">
133                             <span class="field">   134                                 <span class="field">
134                                 <span class="<#ERROR name='ERRORESPNumber'>">   135                                     <span class="<#ERROR name='ERRORESPNumber'>">
135                                     OCLC or Docline UI Number      136                                         OCLC or Docline UI Number   
      137                                     </span>
136                                 </span>   138                                 </span>
137                             </span>      
138                         </label>   139                             </label>
139                         <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   140                             <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
140                     </div>-->   141                         </div>-->
141                           142                             
142                     <div class="form-group col-md-9">   143                         <div class="form-group col-md-9">
143                         <label for="AcceptAlternateEdition">   144                             <label for="AcceptAlternateEdition">
144                             <span class="field">   145                                 <span class="field">
145                                 <span class="<#ERROR name='ERRORAcceptAlternateEdition'>">   146                                     <span class="<#ERROR name='ERRORAcceptAlternateEdition'>">
146                                     Will you accept an alternate edition of this item?   147                                         Will you accept an alternate edition of this item?
147                                 </span>   148                                     </span>
148                             </span>   149                                 </span>
149                         </label>   150                             </label>
150                         <select id="AcceptAlternateEdition" name="AcceptAlternateEdition" size="1" class="custom-select mr-sm-2"  data-persistedValue="<#PARAM name='AcceptAlternateEdition'>">   151                             <select id="AcceptAlternateEdition" name="AcceptAlternateEdition" size="1" class="custom-select mr-sm-2"  data-persistedValue="<#PARAM name='AcceptAlternateEdition'>">
151                             <option value="Yes">Yes</option>   152                                 <option value="Yes">Yes</option>
152                             <option value="No">No</option>   153                                 <option value="No">No</option>
153                         </select>   154                             </select>
154                     </div>   155                         </div>
155                   156                     
156                     <div class="form-group col-md-9">   157                         <div class="form-group col-md-9">
157                         <label for="Rush">   158                             <label for="Rush">
158                             <span class="field">   159                                 <span class="field">
159                                 <span class="<#ERROR name='ERRORRush'>">   160                                     <span class="<#ERROR name='ERRORRush'>">
160                                     What service level would you like?   161                                         What service level would you like?
161                                 </span>   162                                     </span>
162                                 <br>   163                                     <br>
163                                 <span class="small-notes">   164                                     <span class="small-notes">
164                                     Rush service may incur additional charges.   165                                         Rush service may incur additional charges.
165                                 </span>   166                                     </span>
166                             </span>   167                                 </span>
167                         </label>   168                             </label>
168                         <select id="Rush" name="Rush" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='Rush'>">   169                             <select id="Rush" name="Rush" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='Rush'>">
169                             <option value="Regular">Regular</option>   170                                 <option value="Regular">Regular</option>
170                             <option value="Rush">Rush</option>   171                                 <option value="Rush">Rush</option>
171                         </select>   172                             </select>
172                     </div>   173                         </div>
173                   174                     
174                     <div class="form-group col-md-9">   175                         <div class="form-group col-md-9">
175                         <label for="MaxCost">   176                             <label for="MaxCost">
176                             <span class="field">   177                                 <span class="field">
177                                 <span class="<#ERROR name='ERRORMaxCost'>">   178                                     <span class="<#ERROR name='ERRORMaxCost'>">
178                                     What is the maxcost you would pay for this item?   179                                         What is the maxcost you would pay for this item?
179                                 </span>   180                                     </span>
180                             </span>   181                                 </span>
181                             <br>   182                                 <br>
182                         </label>   183                             </label>
183                         <input type="text" class="form-control" name="MaxCost" id="MaxCost" value="<#PARAM name='MaxCost'>">   184                             <input type="text" class="form-control" name="MaxCost" id="MaxCost" value="<#PARAM name='MaxCost'>">
184                     </div>   185                         </div>
185                           186                             
186                     <div class="form-group col-md-9">   187                         <div class="form-group col-md-9">
187                         <label for="Notes">   188                             <label for="Notes">
188                             <span class="field">   189                                 <span class="field">
189                                 <span class="<#ERROR name='ERRORNotes'>">     190                                     <span class="<#ERROR name='ERRORNotes'>">  
190                                     Notes      191                                         Notes   
191                                 </span><br>   192                                     </span><br>
192                                 <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   193                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
193                             </span>   194                                 </span>
194                         </label>   195                             </label>
195                         <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   196                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
196                     </div>   197                         </div>
197     198  
198                 </section>   199                     </section>
199                 <#INCLUDE filename="include_request_cited.html">                   200                     <#INCLUDE filename="include_request_cited.html">                
200                 <#INCLUDE filename="include_request_buttons.html">   201                     <#INCLUDE filename="include_request_buttons.html">
201             </fieldset>   202                 </fieldset>
202         </form>        203             </form>
    -+ 204         </main> 
203         <#INCLUDE filename="include_footer.html"> = 205         <#INCLUDE filename="include_footer.html">
204     </div>   206     </div>
205 </body>   207 </body>
206 </html>   208 </html>

   
File: Lending\include_footer.html  
1 <footer class="foot"> = 1 <footer class="foot">
2     <div>Powered by <a href="<#ACTION action='10' form='1'>">ILLiad </a></div>   2     <div>Powered by <a href="<#ACTION action='10' form='1'>">ILLiad </a></div>
3     <div>&copy; 2021<a href="http://www.atlas-sys.com"> Atlas Systems, Inc.</a> All Rights Reserved.</div> <> 3     <div>&copy; 2022<a href="http://www.atlas-sys.com"> Atlas Systems, Inc.</a> All Rights Reserved.</div>
4     <div><a href="<#ACTION action='10' form='3'>">Site Map </a></div> = 4     <div><a href="<#ACTION action='10' form='3'>">Site Map </a></div>
5 </footer>   5 </footer>

   
File: Lending\include_header.html  
1 <div id="header"> <> 1 <header id="header">
2     <div> = 2     <div>
3         <a href="#content" accesskey="S" onclick="$('#content').focus();" class="offscreen">Skip to Main Content</a>   3         <a href="#content" accesskey="S" onclick="$('#content').focus();" class="offscreen">Skip to Main Content</a>
4     </div>   4     </div>
5     <h1>   5     <h1>
6         <a href="<#ACTION action='10' form='10' class='header'>">ILLiad</a>   6         <a href="<#ACTION action='10' form='10' class='header'>">ILLiad</a>
7     </h1>   7     </h1>
8 </div> <> 8 </header>
9   = 9  
10          10       

   
File: Lending\LendingChangePassword.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Change Password</title>   5     <title>ILLiad - Change Password</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_nav.html">   11     <#INCLUDE filename="include_nav.html">
    <> 12     <div class="container">
12     <div id="content" class="container" role="heading" aria-label="Content">   13         <main id="content" aria-label="Content">
13         <form action="illiadlending.dll" method="post" name="ChangePassword"> = 14             <form action="illiadlending.dll" method="post" name="ChangePassword">
14             <input type="hidden" name="ILLiadForm" value="ChangePassword">   15                 <input type="hidden" name="ILLiadForm" value="ChangePassword">
15             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   16                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
16             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   17                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
17     18  
18             <fieldset>   19                 <fieldset>
19     20  
20                 <h2 class="page-header">Change Password</h2>   21                     <h2 class="page-header">Change Password</h2>
21                 <div id="status"><#STATUS></div>   22                     <div id="status"><#STATUS></div>
22     23  
23                 <section name="password-info">   24                     <section name="password-info">
24                     <h3 class="section-header">Logon Information</h3>   25                         <h3 class="section-header">Logon Information</h3>
25                     <div class="form-group col-md-5">   26                         <div class="form-group col-md-5">
26                         <label for="CurrentPassword">   27                             <label for="CurrentPassword">
27                             <span class="<#ERROR name='ERRORCurrentPassword'>">   28                                 <span class="<#ERROR name='ERRORCurrentPassword'>">
28                                 Current Password   29                                     Current Password
29                             </span>   30                                 </span>
30                         </label>   31                             </label>
31                         <input type="password" class="form-control" name="CurrentPassword" id="CurrentPassword" aria-describedby="passwordHelp" autocomplete="off">   32                             <input type="password" class="form-control" name="CurrentPassword" id="CurrentPassword" aria-describedby="passwordHelp" autocomplete="off">
32                     </div>   33                         </div>
33     34  
34                     <div class="form-group col-md-5">   35                         <div class="form-group col-md-5">
35                         <label for="Password1">   36                             <label for="Password1">
36                             <span class="<#ERROR name='ERRORPassword1'>">   37                                 <span class="<#ERROR name='ERRORPassword1'>">
37                                 New Password   38                                     New Password
38                             </span>   39                                 </span>
39                         </label>   40                             </label>
40                         <input type="password" class="form-control" name="Password1" id="Password1" autocomplete="off">   41                             <input type="password" class="form-control" name="Password1" id="Password1" autocomplete="off">
41                         <div class="small-notes">   42                             <div class="small-notes">
42                             Passwords must be at least eight characters long and contain a lowercase letter, an uppercase letter, and a number.   43                                 Passwords must be at least eight characters long and contain a lowercase letter, an uppercase letter, and a number.
43                         </div>   44                             </div>
44                     </div>   45                         </div>
45     46  
46                     <div class="form-group col-md-5">   47                         <div class="form-group col-md-5">
47                         <label for="Password2">   48                             <label for="Password2">
48                             <span class="<#ERROR name='ERRORPassword2'>">   49                                 <span class="<#ERROR name='ERRORPassword2'>">
49                                 Re-enter New Password   50                                     Re-enter New Password
50                             </span>   51                                 </span>
51                         </label>   52                             </label>
52                         <input type="password" class="form-control" name="Password2" id="Password2" autocomplete="off">   53                             <input type="password" class="form-control" name="Password2" id="Password2" autocomplete="off">
53                     </div>   54                         </div>
54                 </section>   55                     </section>
55     56  
56             </fieldset>   57                 </fieldset>
57               58                 
58             <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>   59                 <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>
59             <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton2" value="Cancel - Exit to Main Menu">Cancel - Exit to Main Menu</button>   60                 <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton2" value="Cancel - Exit to Main Menu">Cancel - Exit to Main Menu</button>
60         </form>   61             </form>
    -+ 62         </main>
61         <#INCLUDE filename="include_footer.html"> = 63         <#INCLUDE filename="include_footer.html">
62     </div>   64     </div>
63 </body>   65 </body>
64 </html>   66 </html>

   
File: Lending\LendingFAQ.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - FAQ</title>   5     <title>ILLiad - FAQ</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8 <body>   8 <body>
9     <#INCLUDE filename="include_header.html">   9     <#INCLUDE filename="include_header.html">
10     <#INCLUDE filename="include_menu.html" restriction="IsValidSession">   10     <#INCLUDE filename="include_menu.html" restriction="IsValidSession">
11        11     
12         <div class="container">   12         <div class="container">
    -+ 13             <main id="content" aria-label="Content">
13             <h2 class="page-header"> = 14                 <h2 class="page-header">
14                 Answers to Frequently Asked Questions about ILLiad   15                     Answers to Frequently Asked Questions about ILLiad
15                 <a name="contents"></a>   16                     <a name="contents"></a>
16             </h2>   17                 </h2>
17               18                 
18             <div id="faq-toc">   19                 <div id="faq-toc">
19                 <ul>                       20                     <ul>                    
20                     <li><a href="#what">What is ILLiad?</a></li>   21                         <li><a href="#what">What is ILLiad?</a></li>
21                     <li><a href="#better">How is ILLiad better than traditional ILL systems?</a></li>   22                         <li><a href="#better">How is ILLiad better than traditional ILL systems?</a></li>
22                     <li><a href="#disadvantage">Are there any disadvantages to the electronic system?</a></li>   23                         <li><a href="#disadvantage">Are there any disadvantages to the electronic system?</a></li>
23                     <li><a href="#userid">Why do I need a username and password to use ILLiad?</a></li>   24                         <li><a href="#userid">Why do I need a username and password to use ILLiad?</a></li>
24                     <li><a href="#password">What if I forget my password?</a></li>   25                         <li><a href="#password">What if I forget my password?</a></li>
25                     <li><a href="#webbrowser">What Web browser should I use?</a></li>   26                         <li><a href="#webbrowser">What Web browser should I use?</a></li>
26                     <li><a href="#security">Is security a problem if I use a public workstation?</a></li>   27                         <li><a href="#security">Is security a problem if I use a public workstation?</a></li>
27                     <li><a href="#history">Why don't I see all my older requests when I look at my request history?</a></li>   28                         <li><a href="#history">Why don't I see all my older requests when I look at my request history?</a></li>
28                     <li><a href="#who">Who do I contact if I have problems with or questions about ILLiad?</a></li>   29                         <li><a href="#who">Who do I contact if I have problems with or questions about ILLiad?</a></li>
29                     <li><a href="#cookie">Why does my browser say that you're sending a cookie? What's in it?</a></li>   30                         <li><a href="#cookie">Why does my browser say that you're sending a cookie? What's in it?</a></li>
30                 </ul>   31                     </ul>
31             </div>   32                 </div>
32               33                 
33             <div class="info-block">   34                 <div class="info-block">
34                 <div id="faq-contents">   35                     <div id="faq-contents">
35                     <a name="what"></a>   36                         <a name="what"></a>
36                     <div class="faq-item">   37                         <div class="faq-item">
37                         <div class="faq-item-box">   38                             <div class="faq-item-box">
38                             <h3>What is ILLiad?</h3>   39                                 <h3>What is ILLiad?</h3>
39     40  
40                             <p>ILLiad is the electronic system you use to request an item through Interlibrary Loan.   41                                 <p>ILLiad is the electronic system you use to request an item through Interlibrary Loan.
41                             The name ILLiad can be thought of as an acronym for <u>I</u>nter<u>L</u>ibrary <u>L</u>oan <u>i</u>nternet <u>a</u>ccessible <u>d</u>atabase.</p>   42                                 The name ILLiad can be thought of as an acronym for <u>I</u>nter<u>L</u>ibrary <u>L</u>oan <u>i</u>nternet <u>a</u>ccessible <u>d</u>atabase.</p>
42                         </div>   43                             </div>
43                     </div>   44                         </div>
44                 </div>   45                     </div>
45             </div>   46                 </div>
46     47  
47             <div class="info-block">    48                 <div class="info-block"> 
48                 <a name="better"></a>   49                     <a name="better"></a>
49                 <div class="faq-item">   50                     <div class="faq-item">
50                     <div class="faq-item-box">   51                         <div class="faq-item-box">
51                         <h3>How is ILLiad better than traditional ILL systems?</h3>   52                             <h3>How is ILLiad better than traditional ILL systems?</h3>
52                       53                         
53                         <ol>   54                             <ol>
54                             <li>You will find it easier to submit your interlibrary loan requests. With ILLiad, you enter your name, address, and other personal information into the system only once, at the time of your first request.</li>   55                                 <li>You will find it easier to submit your interlibrary loan requests. With ILLiad, you enter your name, address, and other personal information into the system only once, at the time of your first request.</li>
55                             <li>Your request will be handled more rapidly and accurately as problems relating to misinterpretation of hand-written requests are eliminated.</li>   56                                 <li>Your request will be handled more rapidly and accurately as problems relating to misinterpretation of hand-written requests are eliminated.</li>
56                             <li>You can get many of your articles more quickly through Electronic Delivery.</li>   57                                 <li>You can get many of your articles more quickly through Electronic Delivery.</li>
57                             <li>You can get information about the status of your request through the Web at any time from any location without having to call the ILL Department.</li>   58                                 <li>You can get information about the status of your request through the Web at any time from any location without having to call the ILL Department.</li>
58                             <li>Library personnel are able to serve you better because all data about your request and its handling is stored in a searchable database. We are able to respond quickly to your   59                                 <li>Library personnel are able to serve you better because all data about your request and its handling is stored in a searchable database. We are able to respond quickly to your
59                                 inquiries about your request. We are also able to gather statistical information about the   60                                     inquiries about your request. We are also able to gather statistical information about the
60                                 performance of the libraries that lend to us, enabling us to make better decisions when   61                                     performance of the libraries that lend to us, enabling us to make better decisions when
61                                 choosing a lender to supply an item.</li>   62                                     choosing a lender to supply an item.</li>
62                         </ol>   63                             </ol>
63                       64                         
64                     </div>   65                         </div>
65                 </div>   66                     </div>
66             </div>   67                 </div>
67     68  
68             <div class="info-block">   69                 <div class="info-block">
69                 <a name="disadvantage"></a>   70                     <a name="disadvantage"></a>
70                 <div class="faq-item">   71                     <div class="faq-item">
71                     <div class="faq-item-box">   72                         <div class="faq-item-box">
72                         <h3>Are there any disadvantages to the electronic system?</h3>   73                             <h3>Are there any disadvantages to the electronic system?</h3>
73     74  
74                         <p>Some people might find it troublesome to have to log into ILLiad using a username and   75                             <p>Some people might find it troublesome to have to log into ILLiad using a username and
75                         password. We believe this is less trouble than traditional paper and electronic systems   76                             password. We believe this is less trouble than traditional paper and electronic systems
76                         which require you to enter your personal information with each new request.</p>   77                             which require you to enter your personal information with each new request.</p>
77                     </div>   78                         </div>
78                 </div>   79                     </div>
79             </div>   80                 </div>
80     81  
81             <div class="info-block">   82                 <div class="info-block">
82                 <a name="userid"></a>   83                     <a name="userid"></a>
83                 <div class="faq-item">   84                     <div class="faq-item">
84                     <div class="faq-item-box">   85                         <div class="faq-item-box">
85                         <h3>Why do I need a username and password to use ILLiad?</h3>   86                             <h3>Why do I need a username and password to use ILLiad?</h3>
86     87  
87                         <p>Your username and password allows us to give you secure access to information about   88                             <p>Your username and password allows us to give you secure access to information about
88                         your interlibrary loan requests. We can also enable you to edit your personal information   89                             your interlibrary loan requests. We can also enable you to edit your personal information
89                         such as your address or phone number. </p>   90                             such as your address or phone number. </p>
90     91  
91                         <p>Your username can be anything you like, such as your name, abbreviations, or an   92                             <p>Your username can be anything you like, such as your name, abbreviations, or an
92                         alphanumeric code. Your password also can be anything you like. We recommend that you   93                             alphanumeric code. Your password also can be anything you like. We recommend that you
93                         follow good security practice and choose a password that is different from those you use   94                             follow good security practice and choose a password that is different from those you use
94                         to access other systems. However, no one but you will know your password, not even the   95                             to access other systems. However, no one but you will know your password, not even the
95                         library staff. The password you set is stored in an encrypted file.</p>   96                             library staff. The password you set is stored in an encrypted file.</p>
96                     </div>   97                         </div>
97                 </div>   98                     </div>
98             </div>   99                 </div>
99       100         
100             <div class="info-block">   101                 <div class="info-block">
101                 <a name="password"></a>   102                     <a name="password"></a>
102                 <div class="faq-item">   103                     <div class="faq-item">
103                     <div class="faq-item-box">   104                         <div class="faq-item-box">
104                         <h3>What if I forget my password?</h3>   105                             <h3>What if I forget my password?</h3>
105     106  
106                         <p>In the event that you forget your password, please contact the Interlibrary Loan Office   107                             <p>In the event that you forget your password, please contact the Interlibrary Loan Office
107                         at (800) 555-1212. We can then reset your password allowing you access to ILLiad. Please   108                             at (800) 555-1212. We can then reset your password allowing you access to ILLiad. Please
108                         change your password once you logon to ILLiad.</p>   109                             change your password once you logon to ILLiad.</p>
109                     </div>   110                         </div>
110                 </div>   111                     </div>
111             </div>   112                 </div>
112       113         
113             <div class="info-block">   114                 <div class="info-block">
114                 <a name="webbrowser"></a>   115                     <a name="webbrowser"></a>
115                 <div class="faq-item">   116                     <div class="faq-item">
116                     <div class="faq-item-box">   117                         <div class="faq-item-box">
117                         <h3>What Web browser should I use?</h3>   118                             <h3>What Web browser should I use?</h3>
118     119  
119                         <p>You need a Web browser that can handle forms, tables, and preferrably Cascading Style Sheets (CSS). We recommend the current versions of either Microsoft Internet Explorer or Mozilla Firefox.</p>   120                             <p>You need a Web browser that can handle forms, tables, and preferrably Cascading Style Sheets (CSS). We recommend the current versions of either Microsoft Internet Explorer or Mozilla Firefox.</p>
120                     </div>   121                         </div>
121                 </div>   122                     </div>
122             </div>   123                 </div>
123     124  
124             <div class="info-block">   125                 <div class="info-block">
125                 <a name="security"></a>   126                     <a name="security"></a>
126                 <div class="faq-item">   127                     <div class="faq-item">
127                     <div class="faq-item-box">   128                         <div class="faq-item-box">
128                         <h3>Is security a problem if I use a public workstation?</a></h3>   129                             <h3>Is security a problem if I use a public workstation?</a></h3>
129     130  
130                         <p>Yes. Web browsers cache information and create a history file on the local workstation.   131                             <p>Yes. Web browsers cache information and create a history file on the local workstation.
131                         This allows a subsequent user of the workstation to access the system under your name   132                             This allows a subsequent user of the workstation to access the system under your name
132                         using the browser's Back button to recall a page from the cache, or by finding a page with   133                             using the browser's Back button to recall a page from the cache, or by finding a page with
133                         your personal information in the browser's history file. If you are concerned about the   134                             your personal information in the browser's history file. If you are concerned about the
134                         security of your interlibrary loan requests, you can take the following steps:</p>   135                             security of your interlibrary loan requests, you can take the following steps:</p>
135     136  
136                         <ul>   137                             <ul>
137                             <li>Access ILLiad only from your personal computer or an otherwise secure workstation.</li>   138                                 <li>Access ILLiad only from your personal computer or an otherwise secure workstation.</li>
138                             <li>Access ILLiad from a public workstation in the Interlibrary Loan office in the library. These computers are supervised by the library staff.</li>   139                                 <li>Access ILLiad from a public workstation in the Interlibrary Loan office in the library. These computers are supervised by the library staff.</li>
139                             <li>When using a public access workstation:   140                                 <li>When using a public access workstation:
140                                 <ol>   141                                     <ol>
141                                     <li>Delete from the history file those pages that contain your personal information.</li>   142                                         <li>Delete from the history file those pages that contain your personal information.</li>
142                                     <li>Exit from the Web browser before you leave the workstation. This prevents the Back button from accessing the pages you were using.</li>   143                                         <li>Exit from the Web browser before you leave the workstation. This prevents the Back button from accessing the pages you were using.</li>
143                                 </ol>   144                                     </ol>
144                             </li>   145                                 </li>
145                         </ul>   146                             </ul>
146                     </div>   147                         </div>
147                 </div>   148                     </div>
148             </div>   149                 </div>
149     150  
150             <div class="info-block">   151                 <div class="info-block">
151                 <a name="history"></a>   152                     <a name="history"></a>
152                 <div class="faq-item">   153                     <div class="faq-item">
153                     <div class="faq-item-box">   154                         <div class="faq-item-box">
154                         <h3>Why don't I see all my older requests when I look at my request history?</h3>   155                             <h3>Why don't I see all my older requests when I look at my request history?</h3>
155     156  
156                         <p>From time to time we purge older records from ILLiad. Our policy is to keep   157                             <p>From time to time we purge older records from ILLiad. Our policy is to keep
157                         requests online for several years order to comply with record keeping requirements   158                             requests online for several years order to comply with record keeping requirements
158                         of the copyright law.</p>   159                             of the copyright law.</p>
159                     </div>   160                         </div>
160                 </div>   161                     </div>
161             </div>   162                 </div>
162     163  
163             <div class="info-block">   164                 <div class="info-block">
164                 <a name="who"></a>   165                     <a name="who"></a>
165                 <div class="faq-item">   166                     <div class="faq-item">
166                     <div class="faq-item-box">   167                         <div class="faq-item-box">
167                         <h3>Who do I contact if I have problems with or questions about ILLiad?</h3>   168                             <h3>Who do I contact if I have problems with or questions about ILLiad?</h3>
168     169  
169                         <p>System Problems or InterLibrary Loan Questions: InterLibrary Loan office at (800) 555-1212 or e-mail to <a href="mailto:ill@mail.ill.vt.edu">ill@your.site.name</a><br>   170                             <p>System Problems or InterLibrary Loan Questions: InterLibrary Loan office at (800) 555-1212 or e-mail to <a href="mailto:ill@mail.ill.vt.edu">ill@your.site.name</a><br>
170                         Technical Support Questions: E-mail anytime to <a href="mailto:ill@mail.ill.vt.edu">ill@your.site.here</a></p>   171                             Technical Support Questions: E-mail anytime to <a href="mailto:ill@mail.ill.vt.edu">ill@your.site.here</a></p>
171                     </div>   172                         </div>
172                 </div>   173                     </div>
173             </div>   174                 </div>
174     175  
175             <div class="info-block">   176                 <div class="info-block">
176                 <a name="cookie"></a>   177                     <a name="cookie"></a>
177                 <div class="faq-item">   178                     <div class="faq-item">
178                     <div class="faq-item-box">   179                         <div class="faq-item-box">
179                         <h3>Why does my browser say that you're sending a cookie? What's in it?</h3>   180                             <h3>Why does my browser say that you're sending a cookie? What's in it?</h3>
180     181  
181                         <p>The technology that we use sends a Session ID to be stored on your machine. You can refuse this cookie and still be   182                             <p>The technology that we use sends a Session ID to be stored on your machine. You can refuse this cookie and still be
182                         able to use ILLiad without any problems.</p>   183                             able to use ILLiad without any problems.</p>
183                     </div>   184                         </div>
184                 </div>   185                     </div>
185             </div>   186                 </div>
186       187             
    -+ 188             </main>
187             <#INCLUDE filename="include_footer.html"> = 189             <#INCLUDE filename="include_footer.html">
188         </div>   190         </div>
189 </body>   191 </body>
190 </html>   192 </html>

   
File: Lending\LendingFirstTime.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <meta http-equiv="Pragma" content="no-cache">   5     <meta http-equiv="Pragma" content="no-cache">
6     <title>ILLiad Logon</title>   6     <title>ILLiad Logon</title>
7     <#INCLUDE filename="include_head.html">   7     <#INCLUDE filename="include_head.html">
8 </head>   8 </head>
9        9     
10 <body>   10 <body>
11     11  
12     <div id="header">   12     <div id="header">
13         <div id="title-name"><h1>ILLiad</h1></div>   13         <div id="title-name"><h1>ILLiad</h1></div>
14     </div>   14     </div>
15        15     
16     <div id="status" class="container">   16     <div id="status" class="container">
17         By pressing the button below, you acknowledge and agree to all of the terms and conditions below. Please pay particular attention to the copyright statement and the ILLiad FAQ.   17         By pressing the button below, you acknowledge and agree to all of the terms and conditions below. Please pay particular attention to the copyright statement and the ILLiad FAQ.
18         After reading this information, you can press the "First Time Users Click Here" button below.   18         After reading this information, you can press the "First Time Users Click Here" button below.
19     </div>   19     </div>
20     20  
21     21  
    <> 22     <div class="container">
22     <div id="content" class="container" role="heading" aria-label="Content">   23         <main id="content" aria-label="Content">
23         <form action="illiadlending.dll" method="post" name="Logon"> = 24             <form action="illiadlending.dll" method="post" name="Logon">
24             <input type="hidden" name="ILLiadForm" value="Logon">   25                 <input type="hidden" name="ILLiadForm" value="Logon">
25     26  
26             <div class="info-block">   27                 <div class="info-block">
27                 <h2 class="page-header">First Time User Registration for ILLiad</h2>   28                     <h2 class="page-header">First Time User Registration for ILLiad</h2>
28     29  
29                 <div>To request an item, you must first identify yourself to the library's ILLiad system. To do this you fill out a registration form using your Web browser.</div>   30                     <div>To request an item, you must first identify yourself to the library's ILLiad system. To do this you fill out a registration form using your Web browser.</div>
30                 <div>Registration has three purposes:</div>   31                     <div>Registration has three purposes:</div>
31     32  
32                 <ul>   33                     <ul>
33                     <li>Entering your personal information into the ILLiad system means you will not have to supply the information   34                         <li>Entering your personal information into the ILLiad system means you will not have to supply the information
34                         again when making future requests.</li>   35                             again when making future requests.</li>
35                         <li>Having your email and regular mail addresses on file with ILLiad enables us to notify you   36                             <li>Having your email and regular mail addresses on file with ILLiad enables us to notify you
36                             promptly and deliver materials accurately.</li>   37                                 promptly and deliver materials accurately.</li>
37                     <li>By specifying a Username and Password of your choosing, you will have secure access to information about   38                         <li>By specifying a Username and Password of your choosing, you will have secure access to information about
38                         your requests. You will also be able to review the list of items you have requested in the past.</li>   39                             your requests. You will also be able to review the list of items you have requested in the past.</li>
39                 </ul>   40                     </ul>
40     41  
41                 <h2 class="page-header">About your Username and Password</h2>   42                     <h2 class="page-header">About your Username and Password</h2>
42                 <div>During registration, you will be asked to choose a Username and Password. You will use this Username and Password when logging on to the ILLiad system in the future.</div>   43                     <div>During registration, you will be asked to choose a Username and Password. You will use this Username and Password when logging on to the ILLiad system in the future.</div>
43     44  
44                 <div><strong>Username</strong></div>   45                     <div><strong>Username</strong></div>
45                 <div>Choose anything you like, such as your name, abbreviations, or an alphanumeric code.</div>   46                     <div>Choose anything you like, such as your name, abbreviations, or an alphanumeric code.</div>
46     47  
47                 <div><strong>Password</strong></div>     48                     <div><strong>Password</strong></div>  
48                 <div>Choose anything you like. We recommend that you follow good security practice and choose a password that is different from those you use to access other systems.</div>   49                     <div>Choose anything you like. We recommend that you follow good security practice and choose a password that is different from those you use to access other systems.</div>
49                 <div>ILLiad will encrypt your password, so it will remain secure. Only you will know your password.</div>   50                     <div>ILLiad will encrypt your password, so it will remain secure. Only you will know your password.</div>
50             </div>   51                 </div>
51     52  
52             <div class="info-block">   53                 <div class="info-block">
53                 <h2 class="page-header">Important Copyright Information</h2>   54                     <h2 class="page-header">Important Copyright Information</h2>
54                 <div>WARNING CONCERNING COPYRIGHT RESTRICTIONS</div>   55                     <div>WARNING CONCERNING COPYRIGHT RESTRICTIONS</div>
55                 <div>The copyright law of the United States (Title 17, United States Code) governs the making of articles or other reproductions of copyrighted materials.</div>   56                     <div>The copyright law of the United States (Title 17, United States Code) governs the making of articles or other reproductions of copyrighted materials.</div>
56                 <div>Under certain conditions specified in the law, libraries and archives are authorized to furnish an article or other reproduction. One of these specified conditions is that    57                     <div>Under certain conditions specified in the law, libraries and archives are authorized to furnish an article or other reproduction. One of these specified conditions is that 
57                     the article or reproduction is not to be "used for any purpose other than private study, scholarship, or research". If a user makes a request for, or later uses, an article    58                         the article or reproduction is not to be "used for any purpose other than private study, scholarship, or research". If a user makes a request for, or later uses, an article 
58                     or reproduction for purposes in excess of "fair use", that user may be liable for copyright infringement.   59                         or reproduction for purposes in excess of "fair use", that user may be liable for copyright infringement.
59                 </div>   60                     </div>
60                 <div>This institution reserves the right to refuse to accept a copying order if, in its judgment, fulfillment of the order would involve violation of copyright law.</div>   61                     <div>This institution reserves the right to refuse to accept a copying order if, in its judgment, fulfillment of the order would involve violation of copyright law.</div>
61             </div>   62                 </div>
62     63  
63             <h2 class="page-header">ILLiad FAQ (Frequently Asked Questions)</h2>   64                 <h2 class="page-header">ILLiad FAQ (Frequently Asked Questions)</h2>
64             <div>Before registering, you may wish to read the ILLiad <a href="illiadlending.dll?Action=10&Form=12">FAQ</a>. The FAQ may answer other questions you have about the ILLiad interlibrary loan system.</div>   65                 <div>Before registering, you may wish to read the ILLiad <a href="illiadlending.dll?Action=10&Form=12">FAQ</a>. The FAQ may answer other questions you have about the ILLiad interlibrary loan system.</div>
65     66  
66             <div>By pressing this button you acknowledge and agree to all of the terms and conditions above. Please pay particular attention to the copyright statement and the ILLiad FAQ.    67                 <div>By pressing this button you acknowledge and agree to all of the terms and conditions above. Please pay particular attention to the copyright statement and the ILLiad FAQ. 
67                 After reading this information, you can press the "First Time Users Click Here" button to continue.   68                     After reading this information, you can press the "First Time Users Click Here" button to continue.
68             </div>   69                 </div>
69     70  
70             <button class="btn btn-primary" type="submit" name="SubmitButton" value="First Time Users Click Here">First Time Users Click Here</button>   71                 <button class="btn btn-primary" type="submit" name="SubmitButton" value="First Time Users Click Here">First Time Users Click Here</button>
71     72  
72         </form>   73             </form>
    -+ 74         </main>
73         <#INCLUDE filename="include_footer.html"> = 75         <#INCLUDE filename="include_footer.html">
74     </div>   76     </div>
75     77  
76 </body>   78 </body>
77     79  
78 </html>   80 </html>

   
File: Lending\LendingForgotPassword.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Forgot Password</title>   5     <title>ILLiad - Forgot Password</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8 <body>   8 <body>
9     9  
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     11  
12     <div id="status" class="container">   12     <div id="status" class="container">
13         <#STATUS>   13         <#STATUS>
14     </div>   14     </div>
15        15     
16     <div class="container">   16     <div class="container">
    -+ 17         <main id="content" aria-label="Content">
17         <form action="illiadlending.dll" method="post" name="ForgotPassword"> = 18             <form action="illiadlending.dll" method="post" name="ForgotPassword">
18             <input type="hidden" name="ILLiadForm" value="ForgotPassword">   19                 <input type="hidden" name="ILLiadForm" value="ForgotPassword">
19     20  
20             <h2 class="info-block">Forgot Password</h2>   21                 <h2 class="info-block">Forgot Password</h2>
21     22  
22             <div class="logon-field form-group col-md-5">   23                 <div class="logon-field form-group col-md-5">
23                 <label for="username">   24                     <label for="username">
24                     <span class="<#ERROR name='ERRORUsername'>">Username</span>   25                         <span class="<#ERROR name='ERRORUsername'>">Username</span>
25                     </label>   26                         </label>
26                 <input type="text" class="form-control" name="username" id="username" value="<#PARAM name='Username'>">   27                     <input type="text" class="form-control" name="username" id="username" value="<#PARAM name='Username'>">
27             </div>   28                 </div>
28     29  
29             <button class="btn btn-primary" type="submit" name="SubmitButton" value="Reset Password">Reset Password</button>   30                 <button class="btn btn-primary" type="submit" name="SubmitButton" value="Reset Password">Reset Password</button>
30             <button class="btn btn-secondary" type="submit" name="SubmitButton">Cancel - Return to Logon page</button>   31                 <button class="btn btn-secondary" type="submit" name="SubmitButton">Cancel - Return to Logon page</button>
31     32  
32         </form>   33             </form>
33          34  
    -+ 35         </main>
34         <#INCLUDE filename="include_footer.html"> = 36         <#INCLUDE filename="include_footer.html">
35           37        
36     </div>   38     </div>
37 </body>   39 </body>
38 </html>   40 </html>

   
File: Lending\LendingGenericRequestArticle.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Article Request</title>   5     <title>ILLiad - Article Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="ILLiadLending.dll" method="post" name="LendingGenericRequestArticle"> = 15             <form action="ILLiadLending.dll" method="post" name="LendingGenericRequestArticle">
15             <input type="hidden" name="ILLiadForm" value="LendingGenericRequestArticle">   16                 <input type="hidden" name="ILLiadForm" value="LendingGenericRequestArticle">
16             <input type="hidden" name="RequestType" value="Article">   17                 <input type="hidden" name="RequestType" value="Article">
17             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   18                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
18             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   19                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
19             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   20                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
20             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   21                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
21             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   22                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
22             <#FORMSTATE>    23                 <#FORMSTATE> 
23     24  
24             <fieldset>     25                 <fieldset>  
25     26  
26                 <h2 class="page-header">Article Request</h2>   27                     <h2 class="page-header">Article Request</h2>
27                   28                     
28                 <section name="article-info">      29                     <section name="article-info">   
29                       30                         
30                     <div class="form-group col-md-9">   31                         <div class="form-group col-md-9">
31                         <label for="PhotoJournalTitle">   32                             <label for="PhotoJournalTitle">
32                             <span class="<#ERROR name='ERRORPhotoJournalTitle'>">   33                                 <span class="<#ERROR name='ERRORPhotoJournalTitle'>">
33                                 Title (Journal, Conference Proceedings, Anthology)     34                                     Title (Journal, Conference Proceedings, Anthology)  
34                                 <span class="req">(required)</span>   35                                     <span class="req">(required)</span>
35                             </span>   36                                 </span>
36                             <br>   37                                 <br>
37                             <span class="small-notes">   38                                 <span class="small-notes">
38                                 Please do not abbreviate unless your citation is abbreviated     39                                     Please do not abbreviate unless your citation is abbreviated  
39                             </span>   40                                 </span>
40                             <br>   41                                 <br>
41                         </label>   42                             </label>
42                         <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>    43                             <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required> 
43                     </div>   44                         </div>
44                   45                     
45                     <div class="form-group col-md-9">   46                         <div class="form-group col-md-9">
46                         <label for="PhotoArticleTitle">   47                             <label for="PhotoArticleTitle">
47                             <span class="field">   48                                 <span class="field">
48                                 <span class="<#ERROR name='ERRORPhotoArticleTitle'>">   49                                     <span class="<#ERROR name='ERRORPhotoArticleTitle'>">
49                                     Article Title      50                                         Article Title   
50                                     <span class="req">(required)</span>   51                                         <span class="req">(required)</span>
51                                 </span>    52                                     </span> 
52                             </span>   53                                 </span>
53                         </label>   54                             </label>
54                         <input type="text" class="form-control" name="PhotoArticleTitle" id="PhotoArticleTitle" value="<#PARAM name='PhotoArticleTitle'>" required>   55                             <input type="text" class="form-control" name="PhotoArticleTitle" id="PhotoArticleTitle" value="<#PARAM name='PhotoArticleTitle'>" required>
55                     </div>   56                         </div>
56     57  
57                     <div class="form-group col-md-9">    58                         <div class="form-group col-md-9"> 
58                         <label for="PhotoArticleAuthor">   59                             <label for="PhotoArticleAuthor">
59                             <span class="field">   60                                 <span class="field">
60                                <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">   61                                 <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">
61                                     Article Author      62                                         Article Author   
62                                 </span>   63                                     </span>
63                             </span>   64                                 </span>
64                         </label>   65                             </label>
65                         <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">   66                             <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">
66                     </div>   67                         </div>
67                               68                                 
68                     <div class="form-group col-md-9">   69                         <div class="form-group col-md-9">
69                         <label for="PhotoJournalVolume">   70                             <label for="PhotoJournalVolume">
70                             <span class="field">   71                                 <span class="field">
71                                 <span class="<#ERROR name='ERRORPhotoJournalVolume'>">   72                                     <span class="<#ERROR name='ERRORPhotoJournalVolume'>">
72                                     Volume   73                                         Volume
73                                 </span>   74                                     </span>
74                             </span>   75                                 </span>
75                         </label>   76                             </label>
76                         <input type="text" class="form-control" name="PhotoJournalVolume" id="PhotoJournalVolume" value="<#PARAM name='PhotoJournalVolume'>">   77                             <input type="text" class="form-control" name="PhotoJournalVolume" id="PhotoJournalVolume" value="<#PARAM name='PhotoJournalVolume'>">
77                     </div>   78                         </div>
78                   79                     
79                     <div class="form-group col-md-9">   80                         <div class="form-group col-md-9">
80                         <label for="PhotoJournalIssue">   81                             <label for="PhotoJournalIssue">
81                             <span class="field">   82                                 <span class="field">
82                                 <span class="<#ERROR name='ERRORPhotoJournalIssue'>">   83                                     <span class="<#ERROR name='ERRORPhotoJournalIssue'>">
83                                     Issue Number or Designation   84                                         Issue Number or Designation
84                                 </span>   85                                     </span>
85                             </span>   86                                 </span>
86                         </label>   87                             </label>
87                         <input type="text" class="form-control" name="PhotoJournalIssue" id="PhotoJournalIssue" value="<#PARAM name='PhotoJournalIssue'>">   88                             <input type="text" class="form-control" name="PhotoJournalIssue" id="PhotoJournalIssue" value="<#PARAM name='PhotoJournalIssue'>">
88                     </div>   89                         </div>
89                                   90                                     
90                     <div class="form-group col-md-9">   91                         <div class="form-group col-md-9">
91                         <label for="PhotoJournalMonth">   92                             <label for="PhotoJournalMonth">
92                             <span class="field">   93                                 <span class="field">
93                                 <span class="<#ERROR name='ERRORPhotoJournalMonth'>">   94                                     <span class="<#ERROR name='ERRORPhotoJournalMonth'>">
94                                     Month   95                                         Month
95                                 </span>   96                                     </span>
96                             </span>   97                                 </span>
97                         </label>   98                             </label>
98                         <input type="text" class="form-control" name="PhotoJournalMonth" id="PhotoJournalMonth" value="<#PARAM name='PhotoJournalMonth'>">   99                             <input type="text" class="form-control" name="PhotoJournalMonth" id="PhotoJournalMonth" value="<#PARAM name='PhotoJournalMonth'>">
99                     </div>   100                         </div>
100                               101                                 
101                     <div class="form-group col-md-9">   102                         <div class="form-group col-md-9">
102                         <label for="PhotoJournalYear">   103                             <label for="PhotoJournalYear">
103                             <span class="field">   104                                 <span class="field">
104                                 <span class="<#ERROR name='ERRORPhotoJournalYear'>">   105                                     <span class="<#ERROR name='ERRORPhotoJournalYear'>">
105                                     Year      106                                         Year   
106                                 </span>   107                                     </span>
107                             </span>   108                                 </span>
108                         </label>   109                             </label>
109                         <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">   110                             <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">
110                     </div>   111                         </div>
111                   112                     
112                     <div class="form-group col-md-9">   113                         <div class="form-group col-md-9">
113                         <label for="PhotoJournalInclusivePages">   114                             <label for="PhotoJournalInclusivePages">
114                             <span class="field">   115                                 <span class="field">
115                                 <span class="<#ERROR name='ERRORPhotoJournalInclusivePages'>">   116                                     <span class="<#ERROR name='ERRORPhotoJournalInclusivePages'>">
116                                     Inclusive Pages      117                                         Inclusive Pages   
117                                 </span>   118                                     </span>
118                             </span>   119                                 </span>
119                         </label>   120                             </label>
120                         <input type="text" class="form-control" name="PhotoJournalInclusivePages" id="PhotoJournalInclusivePages" value="<#PARAM name='PhotoJournalInclusivePages'>">   121                             <input type="text" class="form-control" name="PhotoJournalInclusivePages" id="PhotoJournalInclusivePages" value="<#PARAM name='PhotoJournalInclusivePages'>">
121                     </div>   122                         </div>
122                                   123                                     
123                     <div class="form-group col-md-9">   124                         <div class="form-group col-md-9">
124                         <label for="ISSN">   125                             <label for="ISSN">
125                             <span class="field">   126                                 <span class="field">
126                                 <span class="<#ERROR name='ERRORISSN'>">    127                                     <span class="<#ERROR name='ERRORISSN'>"> 
127                                     ISSN (International Standard Serial Number)      128                                         ISSN (International Standard Serial Number)   
128                                 </span>   129                                     </span>
129                              <br>   130                                 <br>
130                                 <span class="small-notes">   131                                     <span class="small-notes">
131                                     If given will speed request processing   132                                         If given will speed request processing
132                                 </span>   133                                     </span>
133                             </span>   134                                 </span>
134                         </label>   135                             </label>
135                         <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">   136                             <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">
136                     </div>   137                         </div>
137                           138                             
138                     <!--   139                         <!--
139                     <div class="form-group col-md-9">   140                         <div class="form-group col-md-9">
140                         <label for="CallNumber">   141                             <label for="CallNumber">
141                             <span class="field">   142                                 <span class="field">
142                                 <span class="<#ERROR name='ERRORCallNumber'>">   143                                     <span class="<#ERROR name='ERRORCallNumber'>">
143                                       Call Number      144                                         Call Number   
      145                                     </span>
144                                 </span>   146                                 </span>
145                             </span>      
146                         </label>   147                             </label>
147                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   148                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
148                     </div>   149                         </div>
149                       150                         
150                     <div class="form-group col-md-9">   151                         <div class="form-group col-md-9">
151                         <label for="ESPNumber">   152                             <label for="ESPNumber">
152                             <span class="field">   153                                 <span class="field">
153                                 <span class="<#ERROR name='ERRORESPNumber'>">   154                                     <span class="<#ERROR name='ERRORESPNumber'>">
154                                       OCLC or Docline UI Number      155                                         OCLC or Docline UI Number   
      156                                     </span>
155                                 </span>   157                                 </span>
156                             </span>      
157                         </label>   158                             </label>
158                         <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   159                             <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
159                     </div>   160                         </div>
160                     -->   161                         -->
161                   162                     
162                     <div class="form-group col-md-9">   163                         <div class="form-group col-md-9">
163                         <label for="Rush">   164                             <label for="Rush">
164                             <span class="field">   165                                 <span class="field">
165                                 <span class="<#ERROR name='ERRORRush'>">   166                                     <span class="<#ERROR name='ERRORRush'>">
166                                     What service level would you like?   167                                         What service level would you like?
167                                 </span>   168                                     </span>
168                                 <br>   169                                     <br>
169                                 <span class="small-notes">   170                                     <span class="small-notes">
170                                     Rush service may incur additional charges.   171                                         Rush service may incur additional charges.
171                                 </span>   172                                     </span>
172                             </span>   173                                 </span>
173                         </label>   174                             </label>
174                         <select id="Rush" name="Rush" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='Rush'>">   175                             <select id="Rush" name="Rush" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='Rush'>">
175                             <option value="Regular">Regular</option>   176                                 <option value="Regular">Regular</option>
176                             <option value="Rush">Rush</option>   177                                 <option value="Rush">Rush</option>
177                         </select>   178                             </select>
178                     </div>   179                         </div>
179                   180                     
180                     <div class="form-group col-md-9">   181                         <div class="form-group col-md-9">
181                         <label for="MaxCost">   182                             <label for="MaxCost">
182                             <span class="field">   183                                 <span class="field">
183                                 <span class="<#ERROR name='ERRORMaxCost'>">   184                                     <span class="<#ERROR name='ERRORMaxCost'>">
184                                     What is the maxcost you would pay for this item?   185                                         What is the maxcost you would pay for this item?
185                                 </span>   186                                     </span>
186                             </span>   187                                 </span>
187                             <br>   188                                 <br>
188                         </label>   189                             </label>
189                         <input type="text" class="form-control" name="MaxCost" id="MaxCost" value="<#PARAM name='MaxCost'>">   190                             <input type="text" class="form-control" name="MaxCost" id="MaxCost" value="<#PARAM name='MaxCost'>">
190                     </div>   191                         </div>
191                   192                     
192                     <div class="form-group col-md-9">   193                         <div class="form-group col-md-9">
193                         <label for="Notes">   194                             <label for="Notes">
194                             <span class="field">   195                                 <span class="field">
195                                 <span class="<#ERROR name='ERRORNotes'>">     196                                     <span class="<#ERROR name='ERRORNotes'>">  
196                                     Notes      197                                         Notes   
197                                 </span><br>   198                                     </span><br>
198                                 <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   199                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
199                             </span>   200                                 </span>
200                         </label>   201                             </label>
201                         <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   202                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
202                     </div>   203                         </div>
203                 </section>   204                     </section>
204                 <#INCLUDE filename="include_request_cited.html">                   205                     <#INCLUDE filename="include_request_cited.html">                
205                 <#INCLUDE filename="include_request_buttons.html">        206                     <#INCLUDE filename="include_request_buttons.html">     
206             </fieldset>   207                 </fieldset>
207         </form>        208             </form>
    -+ 209         </main> 
208         <#INCLUDE filename="include_footer.html"> = 210         <#INCLUDE filename="include_footer.html">
209     </div>   211     </div>
210 </body>   212 </body>
211 </html>   213 </html>

   
File: Lending\LendingGenericRequestLoan.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Book Request</title>   5     <title>ILLiad - Book Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiadlending.dll" method="post" name="LendingGenericRequestLoan"> = 15             <form action="illiadlending.dll" method="post" name="LendingGenericRequestLoan">
15             <input type="hidden" name="ILLiadForm" value="LendingGenericRequestLoan">   16                 <input type="hidden" name="ILLiadForm" value="LendingGenericRequestLoan">
16             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   17                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
17             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   18                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
18             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   19                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
19             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   20                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
20             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   21                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
21               22                 
22             <fieldset>   23                 <fieldset>
23     24  
24                 <h2 class="page-header">Book Request</h2>   25                     <h2 class="page-header">Book Request</h2>
25                   26                     
26                 <section name="bookrequest-info">   27                     <section name="bookrequest-info">
27     28  
28                     <div class="form-group col-md-9">   29                         <div class="form-group col-md-9">
29                         <label for="LoanTitle">   30                             <label for="LoanTitle">
30                             <span class="field">   31                                 <span class="field">
31                                 <span class="<#ERROR name='ERRORLoanTitle'>">   32                                     <span class="<#ERROR name='ERRORLoanTitle'>">
32                                     Title   33                                         Title
33                                     <span class="req">(required)</span>   34                                         <span class="req">(required)</span>
34                                 </span>   35                                     </span>
35                                 <br>   36                                     <br>
36                                 <span class="small-notes">   37                                     <span class="small-notes">
37                                     Please do not abbreviate unless your citation is abbreviated   38                                         Please do not abbreviate unless your citation is abbreviated
38                                 </span>    39                                     </span> 
39                             </span>   40                                 </span>
40                         </label>   41                             </label>
41                         <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required>   42                             <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required>
42                     </div>   43                         </div>
43     44  
44                     <div class="form-group col-md-9">     45                         <div class="form-group col-md-9">  
45                         <label for="LoanAuthor">   46                             <label for="LoanAuthor">
46                             <span class="field">   47                                 <span class="field">
47                                 <span class="<#ERROR name='ERRORLoanAuthor'>">   48                                     <span class="<#ERROR name='ERRORLoanAuthor'>">
48                                     Author/Editors   49                                         Author/Editors
49                                     <span class="req">(required)</span>   50                                         <span class="req">(required)</span>
50                                 </span>    51                                     </span> 
51                             </span>   52                                 </span>
52                         </label>   53                             </label>
53                         <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>   54                             <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>
54                     </div>   55                         </div>
55                           56                             
56                     <div class="form-group col-md-9">   57                         <div class="form-group col-md-9">
57                         <label for="LoanPublisher">   58                             <label for="LoanPublisher">
58                             <span class="field">   59                                 <span class="field">
59                                 <span class="<#ERROR name='ERRORLoanPublisher'>">   60                                     <span class="<#ERROR name='ERRORLoanPublisher'>">
60                                     Publisher   61                                         Publisher
61                                 </span>   62                                     </span>
62                             </span>   63                                 </span>
63                         </label>   64                             </label>
64                         <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">   65                             <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">
65                     </div>   66                         </div>
66                           67                             
67                     <div class="form-group col-md-9">   68                         <div class="form-group col-md-9">
68                         <label for="LoanPlace">   69                             <label for="LoanPlace">
69                             <span class="field">   70                                 <span class="field">
70                                 <span class="<#ERROR name='ERRORLoanPlace'>">   71                                     <span class="<#ERROR name='ERRORLoanPlace'>">
71                                     Place of Publication   72                                         Place of Publication
72                                 </span>   73                                     </span>
73                             </span>   74                                 </span>
74                         </label>   75                             </label>
75                         <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">   76                             <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">
76                      </div>   77                         </div>
77                   78                     
78                      <div class="form-group col-md-9">   79                         <div class="form-group col-md-9">
79                         <label for="LoanDate">   80                             <label for="LoanDate">
80                             <span class="field">   81                                 <span class="field">
81                                 <span class="<#ERROR name='ERRORLoanDate'>">   82                                     <span class="<#ERROR name='ERRORLoanDate'>">
82                                     Date of Publication   83                                         Date of Publication
83                                 </span>   84                                     </span>
84                             </br>   85                                 </br>
85                                 <span class="small-notes">   86                                     <span class="small-notes">
86                                     (MM/DD/YYYY)   87                                         (MM/DD/YYYY)
87                                 </span>   88                                     </span>
88                             </span>   89                                 </span>
89                         </label>   90                             </label>
90                         <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">   91                             <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">
91                     </div>   92                         </div>
92                       93                         
93                     <div class="form-group col-md-9">   94                         <div class="form-group col-md-9">
94                         <label for="LoanEdition">   95                             <label for="LoanEdition">
95                             <span class="field">   96                                 <span class="field">
96                                 <span class="<#ERROR name='ERRORLoanEdition'>">   97                                     <span class="<#ERROR name='ERRORLoanEdition'>">
97                                     Edition   98                                         Edition
98                                 </span>   99                                     </span>
99                             </span>   100                                 </span>
100                         </label>   101                             </label>
101                         <input type="text" class="form-control" name="LoanEdition" id="LoanEdition" value="<#PARAM name='LoanEdition'>">   102                             <input type="text" class="form-control" name="LoanEdition" id="LoanEdition" value="<#PARAM name='LoanEdition'>">
102                     </div>   103                         </div>
103                           104                             
104                     <div class="form-group col-md-9">   105                         <div class="form-group col-md-9">
105                         <label for="ISSN">   106                             <label for="ISSN">
106                             <span class="field">   107                                 <span class="field">
107                                 <span class="<#ERROR name='ERRORISSN'>">   108                                     <span class="<#ERROR name='ERRORISSN'>">
108                                     ISBN (International Standard Book Number)   109                                         ISBN (International Standard Book Number)
109                                 </span>   110                                     </span>
110                                 <br>   111                                     <br>
111                                 <span class="small-notes">   112                                     <span class="small-notes">
112                                     If given will speed request processing   113                                         If given will speed request processing
113                                 </span>   114                                     </span>
114                             </span>   115                                 </span>
115                         </label>   116                             </label>
116                         <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">   117                             <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">
117                     </div>   118                         </div>
118                   119                     
119                     <div class="form-group col-md-9">   120                         <div class="form-group col-md-9">
120                         <label for="CallNumber">                       121                             <label for="CallNumber">                    
121                             <span class="field">   122                                 <span class="field">
122                                 <span class="<#ERROR name='ERRORCallNumber'>">   123                                     <span class="<#ERROR name='ERRORCallNumber'>">
123                                     Call Number   124                                         Call Number
124                                 </span>   125                                     </span>
125                             </span>   126                                 </span>
126                         </label>   127                             </label>
127                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   128                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
128                     </div>   129                         </div>
129                           130                             
130                     <!--   131                         <!--
131                     <div class="form-group col-md-9">   132                         <div class="form-group col-md-9">
132                         <label for="ESPNumber">   133                             <label for="ESPNumber">
133                             <span class="field">   134                                 <span class="field">
134                                 <span class="<#ERROR name='ERRORESPNumber'>">   135                                     <span class="<#ERROR name='ERRORESPNumber'>">
135                                     OCLC or Docline UI Number   136                                         OCLC or Docline UI Number
      137                                     </span>
136                                 </span>   138                                 </span>
137                             </span>      
138                         </label>   139                             </label>
139                         <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   140                             <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
140                     </div>   141                         </div>
141                     -->   142                         -->
142                   143                     
143                     <div class="form-group col-md-9">   144                         <div class="form-group col-md-9">
144                         <label for="AcceptAlternateEdition">   145                             <label for="AcceptAlternateEdition">
145                             <span class="field">   146                                 <span class="field">
146                                 <span class="<#ERROR name='ERRORAcceptAlternateEdition'>">   147                                     <span class="<#ERROR name='ERRORAcceptAlternateEdition'>">
147                                     Will you accept an alternate edition of this item?   148                                         Will you accept an alternate edition of this item?
148                                 </span>   149                                     </span>
149                             </span>   150                                 </span>
150                         </label>   151                             </label>
151                         <select id="AcceptAlternateEdition" name="AcceptAlternateEdition" size="1" class="custom-select mr-sm-2"  data-persistedValue="<#PARAM name='AcceptAlternateEdition'>">   152                             <select id="AcceptAlternateEdition" name="AcceptAlternateEdition" size="1" class="custom-select mr-sm-2"  data-persistedValue="<#PARAM name='AcceptAlternateEdition'>">
152                             <option value="Yes">Yes</option>   153                                 <option value="Yes">Yes</option>
153                             <option value="No">No</option>   154                                 <option value="No">No</option>
154                         </select>   155                             </select>
155                     </div>   156                         </div>
156                   157                     
157                     <div class="form-group col-md-9">   158                         <div class="form-group col-md-9">
158                         <label for="Rush">   159                             <label for="Rush">
159                             <span class="field">   160                                 <span class="field">
160                                 <span class="<#ERROR name='ERRORRush'>">   161                                     <span class="<#ERROR name='ERRORRush'>">
161                                     What service level would you like?   162                                         What service level would you like?
162                                 </span>   163                                     </span>
163                                 <br>   164                                     <br>
164                                 <span class="small-notes">   165                                     <span class="small-notes">
165                                     Rush service may incur additional charges.   166                                         Rush service may incur additional charges.
166                                 </span>   167                                     </span>
167                             </span>   168                                 </span>
168                         </label>   169                             </label>
169                         <select id="Rush" name="Rush" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='Rush'>">   170                             <select id="Rush" name="Rush" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='Rush'>">
170                             <option value="Regular">Regular</option>   171                                 <option value="Regular">Regular</option>
171                             <option value="Rush">Rush</option>   172                                 <option value="Rush">Rush</option>
172                         </select>   173                             </select>
173                     </div>   174                         </div>
174                   175                     
175                     <div class="form-group col-md-9">   176                         <div class="form-group col-md-9">
176                         <label for="MaxCost">   177                             <label for="MaxCost">
177                             <span class="field">   178                                 <span class="field">
178                                 <span class="<#ERROR name='ERRORMaxCost'>">   179                                     <span class="<#ERROR name='ERRORMaxCost'>">
179                                     What is the maxcost you would pay for this item?   180                                         What is the maxcost you would pay for this item?
180                                 </span>   181                                     </span>
181                             </span>   182                                 </span>
182                             <br>   183                                 <br>
183                         </label>   184                             </label>
184                         <input type="text" class="form-control" name="MaxCost" id="MaxCost" value="<#PARAM name='MaxCost'>">   185                             <input type="text" class="form-control" name="MaxCost" id="MaxCost" value="<#PARAM name='MaxCost'>">
185                     </div>   186                         </div>
186                   187                     
187                     <div class="form-group col-md-9">   188                         <div class="form-group col-md-9">
188                         <label for="Notes">   189                             <label for="Notes">
189                             <span class="field">   190                                 <span class="field">
190                                 <span class="<#ERROR name='ERRORNotes'>">     191                                     <span class="<#ERROR name='ERRORNotes'>">  
191                                     Notes      192                                         Notes   
192                                 </span><br>   193                                     </span><br>
193                                 <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   194                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
194                             </span>   195                                 </span>
195                         </label>   196                             </label>
196                         <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   197                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
197                     </div>   198                         </div>
198                 </section>   199                     </section>
199                   200                     
200                 <#INCLUDE filename="include_request_cited.html">                   201                     <#INCLUDE filename="include_request_cited.html">                
201                 <#INCLUDE filename="include_request_buttons.html">   202                     <#INCLUDE filename="include_request_buttons.html">
202             </fieldset>   203                 </fieldset>
203         </form>   204             </form>
    -+ 205         </main>
204         <#INCLUDE filename="include_footer.html"> = 206         <#INCLUDE filename="include_footer.html">
205     </div>   207     </div>
206 </body>   208 </body>
207 </html>   209 </html>

   
File: Lending\LendingLogon.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-us">   2 <html lang="en-us">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Logon</title>   5     <title>ILLiad - Logon</title>
6     <meta charset="utf-8">   6     <meta charset="utf-8">
7     <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">   7     <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
8     <meta name="apple-mobile-web-app-capable" content="yes">   8     <meta name="apple-mobile-web-app-capable" content="yes">
9     <meta name="apple-mobile-web-app-status-bar-style" content="default">   9     <meta name="apple-mobile-web-app-status-bar-style" content="default">
10     <link rel="apple-touch-icon" href="iphone-icon.png">   10     <link rel="apple-touch-icon" href="iphone-icon.png">
11     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">   11     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
12     12  
13     <link rel="stylesheet" type="text/css" href="css/illiad.css" media="screen"/>   13     <link rel="stylesheet" type="text/css" href="css/illiad.css" media="screen"/>
14     <link rel="stylesheet" type="text/css" href="css/custom.css">   14     <link rel="stylesheet" type="text/css" href="css/custom.css">
15     <link rel="stylesheet" type="text/css" href="css/print.css" media="print">   15     <link rel="stylesheet" type="text/css" href="css/print.css" media="print">
16     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">   16     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
17     <link rel="stylesheet" type="text/css" href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css">   17     <link rel="stylesheet" type="text/css" href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css">
18     <link rel="stylesheet" type="text/css" href="css/cookieconsent.min.css" />   18     <link rel="stylesheet" type="text/css" href="css/cookieconsent.min.css" />
19     19  
20     <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>   20     <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
21     <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>   21     <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
22     <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>   22     <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
23     <script src="js/lendingWebAlerts.js"></script>   23     <script src="js/lendingWebAlerts.js"></script>
24     <script src="js/cookieconsent.min.js" data-cfasync="false"></script>   24     <script src="js/cookieconsent.min.js" data-cfasync="false"></script>
25     <script src="js/atlasCookieConsent.js"></script>   25     <script src="js/atlasCookieConsent.js"></script>
26 </head>   26 </head>
27     27  
28 <body>   28 <body>
29     <div id="header">   29     <div id="header">
30         <div><a href="#content" accesskey="S" onclick="$('#content').focus();" class="offscreen">Skip to Main Content</a></div>   30         <div><a href="#content" accesskey="S" onclick="$('#content').focus();" class="offscreen">Skip to Main Content</a></div>
31         <h1>ILLiad</h1>   31         <h1>ILLiad</h1>
32     </div>   32     </div>
33     33  
34     <div class="alerts-bar">   34     <div class="alerts-bar">
35         <div class="container" id="webAlerts"></div>   35         <div class="container" id="webAlerts"></div>
36     </div>   36     </div>
37     37  
38     <div class="container">   38     <div class="container">
    -+ 39         <main id="content" aria-label="Content">
39         <form action="illiadlending.dll" method="post" name="Logon"> = 40             <form action="illiadlending.dll" method="post" name="Logon">
40             <input type="hidden" name="ILLiadForm" value="LendingLogon">   41                 <input type="hidden" name="ILLiadForm" value="LendingLogon">
41     42  
42             <div class="logon-directions">   43                 <div class="logon-directions">
43                 <div>Enter your user information below.</div>   44                     <div>Enter your user information below.</div>
44                 <div>Then press the Logon to ILLiad button to continue.</div>   45                     <div>Then press the Logon to ILLiad button to continue.</div>
45             </div>   46                 </div>
46     47  
47             <div class="logon-field form-group col-md-8">   48                 <div class="logon-field form-group col-md-8">
48                 <label for="username">   49                     <label for="username">
49                     Username   50                         Username
50                 </label>   51                     </label>
51                 <input type="text" class="form-control" name="username" id="username" value="">   52                     <input type="text" class="form-control" name="username" id="username" value="">
52             </div>   53                 </div>
53     54  
54             <div class="logon-field form-group col-md-8">   55                 <div class="logon-field form-group col-md-8">
55                 <label for="password">   56                     <label for="password">
56                     Password   57                         Password
57                 </label>   58                     </label>
58                 <input type="password" class="form-control" name="password" id="password" autocomplete="off">   59                     <input type="password" class="form-control" name="password" id="password" autocomplete="off">
59             </div>   60                 </div>
60     61  
61             <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Logon to ILLiad">Logon to ILLiad</button>   62                 <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Logon to ILLiad">Logon to ILLiad</button>
62     63  
63         </form>   64             </form>
64     65  
65         <div role="heading" class="container" aria-label="Account creation and password reset"> <> 66             <div class="container" aria-label="Account creation and password reset">
66             <div class="forgot-password-link"> = 67                 <div class="forgot-password-link">
67                 <a href="illiadlending.dll?Action=10&amp;Form=84">   68                     <a href="illiadlending.dll?Action=10&amp;Form=84">
68                     <span aria-hidden="true" class="fas fa-question-circle"></span> Forgot Password?   69                         <span aria-hidden="true" class="fas fa-question-circle"></span> Forgot Password?
69                 </a><br>   70                     </a><br>
70             </div>   71                 </div>
71     72  
72             <div class="first-time-link">   73                 <div class="first-time-link">
73                 <a href="illiadlending.dll?Action=10&amp;Form=79">    74                     <a href="illiadlending.dll?Action=10&amp;Form=79"> 
74                     <span aria-hidden="true" class="fas fa-user-plus"></span> First Time Users   75                         <span aria-hidden="true" class="fas fa-user-plus"></span> First Time Users
75                 </a>   76                     </a>
76             </div>   77                 </div>
77         </div>   78             </div>
78     79  
    -+ 80         </main>
    = 81  
79         <footer class="foot">   82         <footer class="foot">
80             <div>Powered by <a href="illiadlending.dll?Action=10&amp;Form=1">ILLiad</a></div>   83             <div>Powered by <a href="illiadlending.dll?Action=10&amp;Form=1">ILLiad</a></div>
81             <div>&copy; 2021 <a href="http://www.atlas-sys.com"> Atlas Systems, Inc.</a> All Rights Reserved.</div> <> 84             <div>&copy; 2022 <a href="http://www.atlas-sys.com"> Atlas Systems, Inc.</a> All Rights Reserved.</div>
82             <div><a href="illiadlending.dll?Action=10&amp;Form=3">Site Map</a></div> = 85             <div><a href="illiadlending.dll?Action=10&amp;Form=3">Site Map</a></div>
83         </footer>   86         </footer>
84     </div>   87     </div>
85 </body>   88 </body>
86 </html>   89 </html>

   
File: Lending\LendingLogon2.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-us">   2 <html lang="en-us">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Logon</title>   5     <title>ILLiad - Logon</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <div id="header">   10     <div id="header">
11         <div><a href="#content" accesskey="S" onclick="$('#content').focus();" class="offscreen">Skip to Main Content</a></div>   11         <div><a href="#content" accesskey="S" onclick="$('#content').focus();" class="offscreen">Skip to Main Content</a></div>
12         <h1><a href="<#ACTION action='10' form='10' class='header'>">ILLiad</a></h1>   12         <h1><a href="<#ACTION action='10' form='10' class='header'>">ILLiad</a></h1>
13     </div>   13     </div>
14     14  
15     <div class="container">   15     <div class="container">
    -+ 16         <main id="content" aria-label="Content">
16         <div id="status" class="container"><#STATUS></div> = 17             <div id="status" class="container"><#STATUS></div>
17     18  
18         <form action="<#DLL>" method="post" name="Logon">   19             <form action="<#DLL>" method="post" name="Logon">
19             <input type="hidden" name="ILLiadForm" value="Logon">   20                 <input type="hidden" name="ILLiadForm" value="Logon">
20             <#FORMSTATE>   21                 <#FORMSTATE>
21     22  
22                 <div class="logon-directions">   23                     <div class="logon-directions">
23                     <div>Enter your user information below.</div>   24                         <div>Enter your user information below.</div>
24                     <div>Then press the Logon to ILLiad button to continue.</div>   25                         <div>Then press the Logon to ILLiad button to continue.</div>
25                 </div>   26                     </div>
26     27  
27                 <div class="logon-field form-group col-md-8">   28                     <div class="logon-field form-group col-md-8">
28                     <label for="username">   29                         <label for="username">
29                         Username   30                             Username
30                     </label>   31                         </label>
31                     <input type="text" class="form-control" name="username" id="username" value="">   32                         <input type="text" class="form-control" name="username" id="username" value="">
32                 </div>   33                     </div>
33     34  
34                 <div class="logon-field form-group col-md-8">   35                     <div class="logon-field form-group col-md-8">
35                     <label for="password">   36                         <label for="password">
36                         Password   37                             Password
37                     </label>   38                         </label>
38                     <input type="password" name="password" class="form-control" id="password" autocomplete="off">   39                         <input type="password" name="password" class="form-control" id="password" autocomplete="off">
39                 </div>   40                     </div>
40                 <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Logon to ILLiad">Logon to ILLiad</button>   41                     <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Logon to ILLiad">Logon to ILLiad</button>
41         </form>   42             </form>
42     43  
43         <div role="heading" class="container" aria-label="Account creation and password reset"> <> 44             <div class="container" aria-label="Account creation and password reset">
44             <div class="forgot-password-link"> = 45                 <div class="forgot-password-link">
45                 <a href="illiadlending.dll?Action=10&Form=84">   46                     <a href="illiadlending.dll?Action=10&Form=84">
46                     <span aria-hidden="true" class="fas fa-question-circle"></span> Forgot Password?   47                         <span aria-hidden="true" class="fas fa-question-circle"></span> Forgot Password?
47                 </a><br>   48                     </a><br>
48             </div>   49                 </div>
49     50  
50             <div class="first-time-link">   51                 <div class="first-time-link">
51                 <a href="illiadlending.dll?Action=10&Form=79">    52                     <a href="illiadlending.dll?Action=10&Form=79"> 
52                     <span aria-hidden="true" class="fas fa-user-plus"></span> First Time Users   53                         <span aria-hidden="true" class="fas fa-user-plus"></span> First Time Users
53                 </a>   54                     </a>
54             </div>   55                 </div>
55         </div>   56             </div>
56        57     
    -+ 58         </main>
    = 59  
57         <#INCLUDE filename="include_footer.html">   60         <#INCLUDE filename="include_footer.html">
58     61  
59     </div>   62     </div>
60     63  
61 </body>   64 </body>
62 </html>   65 </html>

   
File: Lending\LendingMainMenu.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad Main Menu</title>   5     <title>ILLiad Main Menu</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     7  
8     <link href="<#ACTION action='2' type='40' value='RSSID' valueType='lookup' absolutePath='true' includeSessionID='false'>" rel='alternate' type='application/rss+xml' title='ILLiad Alerts'>   8     <link href="<#ACTION action='2' type='40' value='RSSID' valueType='lookup' absolutePath='true' includeSessionID='false'>" rel='alternate' type='application/rss+xml' title='ILLiad Alerts'>
9 </head>   9 </head>
10     10  
11 <body>   11 <body>
12     <#INCLUDE filename="include_header.html">   12     <#INCLUDE filename="include_header.html">
13     <#INCLUDE filename="include_menu.html">   13     <#INCLUDE filename="include_menu.html">
14     14  
    <> 15     <div class="container">
15     <div id="content" class="container" role="heading" aria-label="Content">   16         <main id="content" aria-label="Content">
16   = 17  
17         <div id="table-main-shipped-items">   18             <div id="table-main-shipped-items">
18             <h2 class="header-special"><span aria-hidden="true" class="fas fa-file-alt fa-1x"></span> Shipped Requests</h2>   19                 <h2 class="header-special"><span aria-hidden="true" class="fas fa-file-alt fa-1x"></span> Shipped Requests</h2>
19             <#DATAREPEATER name="ViewShippedItems" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no shipped requests" orderby="TransactionNumber DESC">   20                 <#DATAREPEATER name="ViewShippedItems" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no shipped requests" orderby="TransactionNumber DESC">
20         </div>    21             </div> 
21     22  
22         <div id="table-main-outstanding-requests">   23             <div id="table-main-outstanding-requests">
23             <h2 class="header-special"><span aria-hidden="true" class="fas fa-file-alt fa-1x"></span> Outstanding Requests</h2>   24                 <h2 class="header-special"><span aria-hidden="true" class="fas fa-file-alt fa-1x"></span> Outstanding Requests</h2>
24             <#DATAREPEATER name="ViewOutstandingLendingRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no outstanding delivery requests" orderby="TransactionNumber DESC">   25                 <#DATAREPEATER name="ViewOutstandingLendingRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no outstanding delivery requests" orderby="TransactionNumber DESC">
25         </div>    26             </div> 
      27  
    -+ 28         </main>
26          = 29         
27         <#INCLUDE filename="include_footer.html">   30         <#INCLUDE filename="include_footer.html">
28     </div>   31     </div>
29     32  
30 </body>   33 </body>
31     34  
32 </html>   35 </html>

   
File: Lending\LendingNewPassword.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Change Password</title>   5     <title>ILLiad - Change Password</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11        11     
12     <div id="status" class="container">   12     <div id="status" class="container">
13         <#STATUS>   13         <#STATUS>
14     </div>   14     </div>
15     15  
    <> 16     <div class="container">
16     <div id="content" class="container" role="heading" aria-label="Content">   17         <main id="content" aria-label="Content">
17         <form action="illiadlending.dll" method="post" name="NewPassword"> = 18             <form action="illiadlending.dll" method="post" name="NewPassword">
18             <input name="ILLiadForm" type="hidden" value="NewPassword">   19                 <input name="ILLiadForm" type="hidden" value="NewPassword">
19             <input name="ResetID" type="hidden" value="<#PARAM name='ResetID'>">   20                 <input name="ResetID" type="hidden" value="<#PARAM name='ResetID'>">
20             <div id="logonform">   21                 <div id="logonform">
21                 <fieldset>             22                     <fieldset>          
22                     <h3>Reset Password</h3> <> 23                         <h2>Reset Password</h2>
23                     = 24                         
24                     <div class="form-group col-md-5">   25                         <div class="form-group col-md-5">
25                         <label for="ResetID">   26                             <label for="ResetID">
26                             <span class="<#ERROR name='ERRORResetID'>">Reset ID</span>   27                                 <span class="<#ERROR name='ERRORResetID'>">Reset ID</span>
27                             <span id="ResetID"><#PARAM name='ResetID'></span><br>   28                                 <span id="ResetID"><#PARAM name='ResetID'></span><br>
28                         </label>   29                             </label>
29                     </div>   30                         </div>
30                       31                         
31                     <div class="form-group col-md-5">   32                         <div class="form-group col-md-5">
32                         <label for="Password1">   33                             <label for="Password1">
33                             <span class="<#ERROR name='ERRORPassword1'>">   34                                 <span class="<#ERROR name='ERRORPassword1'>">
34                                 New Password   35                                     New Password
35                             </span>   36                                 </span>
36                             </label>   37                                 </label>
37                         <input type="password" class="form-control" name="Password1" id="Password1" autocomplete="off">   38                             <input type="password" class="form-control" name="Password1" id="Password1" autocomplete="off">
38                         <div class="small-notes">   39                             <div class="small-notes">
39                             Passwords must be at least eight characters long and contain a lowercase letter, an uppercase letter, and a number.   40                                 Passwords must be at least eight characters long and contain a lowercase letter, an uppercase letter, and a number.
40                         </div>   41                             </div>
41                     </div>   42                         </div>
42     43  
43                     <div class="form-group col-md-5">   44                         <div class="form-group col-md-5">
44                         <label for="Password2">   45                             <label for="Password2">
45                             <span class="<#ERROR name='ERRORPassword2'>">   46                                 <span class="<#ERROR name='ERRORPassword2'>">
46                                 Re-enter New Password   47                                     Re-enter New Password
47                             </span>   48                                 </span>
48                             </label>   49                                 </label>
49                         <input type="password" class="form-control" name="Password2" id="Password2" autocomplete="off">   50                             <input type="password" class="form-control" name="Password2" id="Password2" autocomplete="off">
50                     </div>   51                         </div>
51                       52                         
52                     Note: Passwords are case sensitive.   53                         Note: Passwords are case sensitive.
53                       54                         
54                     <div align="right">   55                         <div align="right">
55                         <input class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Set Password">   56                             <input class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Set Password">
56                         <input class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Exit to Main Menu">   57                             <input class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Exit to Main Menu">
57                     </div>   58                         </div>
58                 </fieldset>   59                     </fieldset>
59             </div>   60                 </div>
60         </form>        61             </form>
    -+ 62         </main> 
61         <#INCLUDE filename="include_footer.html"> = 63         <#INCLUDE filename="include_footer.html">
62     </div>       64     </div>    
63 </body>   65 </body>
64 </html>   66 </html>

   
File: Lending\LendingNewUserRegistration.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - New Library Registration</title>   5     <title>ILLiad - New Library Registration</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     11  
    <> 12     <div class="container">
12     <div id="content" class="container" role="heading" aria-label="Content">   13         <main id="content" aria-label="Content">
13         <form action="ILLiadLending.dll" method="post" name="Registration"> = 14             <form action="ILLiadLending.dll" method="post" name="Registration">
14             <input type="hidden" name="ILLiadForm" value="Registration">   15                 <input type="hidden" name="ILLiadForm" value="Registration">
15             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   16                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
16               17                 
17             <div id="status" class="container"><#STATUS></div>   18                 <div id="status" class="container"><#STATUS></div>
18     19  
19             <fieldset>   20                 <fieldset>
20     21  
21                 <h2 class="page-header">New Library Registration for ILLiad</h2>   22                     <h2 class="page-header">New Library Registration for ILLiad</h2>
22                   23                     
23                 <section name="change-user-information-info">      24                     <section name="change-user-information-info">   
24     25  
25                     <h3 class="section-header">Library Information</h3>   26                         <h3 class="section-header">Library Information</h3>
26                       27                         
27                     <div class="form-group col-md-6">              28                         <div class="form-group col-md-6">           
28                         <span class="<#ERROR name='ERRORLibraryName'>">   29                             <span class="<#ERROR name='ERRORLibraryName'>">
29                             Library Name    30                                 Library Name 
30                             <span class="req">(required)</span>     31                                 <span class="req">(required)</span>  
31                         </span>   32                             </span>
32                         <input id="LibraryName" name="LibraryName" type="text" class="form-control" size="40" value="<#PARAM name='LibraryName'>" required>   33                             <input id="LibraryName" name="LibraryName" type="text" class="form-control" size="40" value="<#PARAM name='LibraryName'>" required>
33                     </div>     34                         </div>  
34     35  
35                     <div class="form-group col-md-6">   36                         <div class="form-group col-md-6">
36                         <label for="Address1">   37                             <label for="Address1">
37                             <span class="<#ERROR name='ERRORAddress1'>">   38                                 <span class="<#ERROR name='ERRORAddress1'>">
38                                 Address Line 1   39                                     Address Line 1
39                             </span>   40                                 </span>
40                         </label>   41                             </label>
41                         <input type="text" size="40" class="form-control" name="Address1" id="Address1" value="<#PARAM name='Address1'>">   42                             <input type="text" size="40" class="form-control" name="Address1" id="Address1" value="<#PARAM name='Address1'>">
42                     </div>   43                         </div>
43     44  
44               45                 
45                     <div class="form-group col-md-6">   46                         <div class="form-group col-md-6">
46                         <label for="Address2">   47                             <label for="Address2">
47                             <span class="<#ERROR name='ERRORAddress2'>">   48                                 <span class="<#ERROR name='ERRORAddress2'>">
48                                 Address Line 2   49                                     Address Line 2
49                             </span>   50                                 </span>
50                         </label>   51                             </label>
51                         <input type="text" size="40" class="form-control" name="Address2" id="Address2" value="<#PARAM name='Address2'>">   52                             <input type="text" size="40" class="form-control" name="Address2" id="Address2" value="<#PARAM name='Address2'>">
52                     </div>   53                         </div>
53     54  
54                     <div class="form-group col-md-5">   55                         <div class="form-group col-md-5">
55                         <label for="Address3">   56                             <label for="Address3">
56                             <span class="<#ERROR name='ERRORAddress3'>">   57                                 <span class="<#ERROR name='ERRORAddress3'>">
57                                 Address Line 3      58                                     Address Line 3   
58                             </span>   59                                 </span>
59                         </label>   60                             </label>
60                         <input id="Address3" name="Address3" type="text" size="40" class="form-control" value="<#PARAM name='Address3'>">   61                             <input id="Address3" name="Address3" type="text" size="40" class="form-control" value="<#PARAM name='Address3'>">
61                     </div>   62                         </div>
62                       63                         
63                     <div class="form-group col-md-5">   64                         <div class="form-group col-md-5">
64                         <label for="Address4">   65                             <label for="Address4">
65                             <span class="<#ERROR name='ERRORAddress4'>">   66                                 <span class="<#ERROR name='ERRORAddress4'>">
66                                 Address Line 4   67                                     Address Line 4
67                             </span>   68                                 </span>
68                         </label>   69                             </label>
69                         <input id="Address4" name="Address4" type="text" size="40" class="form-control" value="<#PARAM name='Address4'>"><br>   70                             <input id="Address4" name="Address4" type="text" size="40" class="form-control" value="<#PARAM name='Address4'>"><br>
70                     </div>   71                         </div>
71                 </section>   72                     </section>
72          73        
73                 <section name="billing-info">   74                     <section name="billing-info">
74                     <h3 class="section-header">Billing Information</h3>   75                         <h3 class="section-header">Billing Information</h3>
75                     <div class="form-group col-md-5">   76                         <div class="form-group col-md-5">
76                         <label for="BAddress1">   77                             <label for="BAddress1">
77                             <span class="<#ERROR name='ERRORBAddress1'>">   78                                 <span class="<#ERROR name='ERRORBAddress1'>">
78                                 Billing Address Line 1      79                                     Billing Address Line 1   
79                             </span>   80                                 </span>
80                         </label>   81                             </label>
81                         <input id="BAddress1" name="BAddress1" type="text" size="40" class="form-control" value="<#PARAM name='BAddress1'>">   82                             <input id="BAddress1" name="BAddress1" type="text" size="40" class="form-control" value="<#PARAM name='BAddress1'>">
82                     </div>   83                         </div>
83                           84                             
84                     <div class="form-group col-md-5">   85                         <div class="form-group col-md-5">
85                         <label for="BAddress2">   86                             <label for="BAddress2">
86                             <span class="<#ERROR name='ERRORBAddress2'>">   87                                 <span class="<#ERROR name='ERRORBAddress2'>">
87                                 Billing Address Line 2   88                                     Billing Address Line 2
88                             </span>   89                                 </span>
89                         </label>   90                             </label>
90                         <input id="BAddress2" name="BAddress2" type="text" size="40" class="form-control" value="<#PARAM name='BAddress2'>">   91                             <input id="BAddress2" name="BAddress2" type="text" size="40" class="form-control" value="<#PARAM name='BAddress2'>">
91                     </div>   92                         </div>
92                       93                         
93                     <div class="form-group col-md-5">   94                         <div class="form-group col-md-5">
94                         <label for="BAddress3">   95                             <label for="BAddress3">
95                             <span class="<#ERROR name='ERRORBAddress3'>">   96                                 <span class="<#ERROR name='ERRORBAddress3'>">
96                                 Billing Address Line 3      97                                     Billing Address Line 3   
97                             </span>   98                                 </span>
98                     </label>   99                         </label>
99                         <input id="BAddress3" name="BAddress3" type="text" size="40" class="form-control" value="<#PARAM name='BAddress3'>">   100                             <input id="BAddress3" name="BAddress3" type="text" size="40" class="form-control" value="<#PARAM name='BAddress3'>">
100                     </div>   101                         </div>
101     102  
102                     <div class="form-group col-md-5">   103                         <div class="form-group col-md-5">
103                         <label for="BAddress4">   104                             <label for="BAddress4">
104                             <span class="<#ERROR name='ERRORBAddress4'>">   105                                 <span class="<#ERROR name='ERRORBAddress4'>">
105                                 Billing Address Line 4      106                                     Billing Address Line 4   
106                             </span>   107                                 </span>
107                         </label>   108                             </label>
108                         <input id="BAddress4" name="BAddress4" type="text" size="40" class="form-control" value="<#PARAM name='BAddress4'>">   109                             <input id="BAddress4" name="BAddress4" type="text" size="40" class="form-control" value="<#PARAM name='BAddress4'>">
109                     </div>   110                         </div>
110                 </section>   111                     </section>
111     112  
112                 <section name="contact-info">   113                     <section name="contact-info">
113     114  
114                     <h3 class="section-header">Contact Information</h3>   115                         <h3 class="section-header">Contact Information</h3>
115                       116                         
116                     <div class="form-group col-md-5">   117                         <div class="form-group col-md-5">
117                         <label for="BorrowingDeptEmail"></label>   118                             <label for="BorrowingDeptEmail"></label>
118                             <span class="<#ERROR name='ERRORBorrowingDeptEmail'>">   119                                 <span class="<#ERROR name='ERRORBorrowingDeptEmail'>">
119                                 E-Mail Address   120                                     E-Mail Address
120                                 <span class="req">(required)</span>   121                                     <span class="req">(required)</span>
121                             </span>   122                                 </span>
122                         </label>   123                             </label>
123                         <input id="BorrowingDeptEmail" name="BorrowingDeptEmail" type="text" size="40" class="form-control" value="<#PARAM name='BorrowingDeptEmail'>" required>   124                             <input id="BorrowingDeptEmail" name="BorrowingDeptEmail" type="text" size="40" class="form-control" value="<#PARAM name='BorrowingDeptEmail'>" required>
124                     </div>   125                         </div>
125                       126                         
126                     <div class="form-group col-md-5">   127                         <div class="form-group col-md-5">
127                         <label for="Phone">   128                             <label for="Phone">
128                             <span class="<#ERROR name='ERRORPhone'>">   129                                 <span class="<#ERROR name='ERRORPhone'>">
129                                 Daytime Phone   130                                     Daytime Phone
130                                 <span class="req">(required)</span>   131                                     <span class="req">(required)</span>
131                             </span>        132                                 </span>     
132                         </label>   133                             </label>
133                         <input id="Phone" name="Phone" type="text" size="40" class="form-control" value="<#PARAM name='Phone'>" required>   134                             <input id="Phone" name="Phone" type="text" size="40" class="form-control" value="<#PARAM name='Phone'>" required>
134                     </div>   135                         </div>
135                       136                         
136                     <div class="form-group col-md-5">   137                         <div class="form-group col-md-5">
137                         <label for="Fax">   138                             <label for="Fax">
138                             <span class="<#ERROR name='ERRORFax'>">   139                                 <span class="<#ERROR name='ERRORFax'>">
139                                 Fax   140                                     Fax
140                             </span>   141                                 </span>
141                         </label>   142                             </label>
142                         <input id="Fax" name="Fax" type="text" size="40" class="form-control" value="<#PARAM name='Fax'>">   143                             <input id="Fax" name="Fax" type="text" size="40" class="form-control" value="<#PARAM name='Fax'>">
143                     </div>   144                         </div>
144                       145                         
145                     <div class="form-group col-md-5">   146                         <div class="form-group col-md-5">
146                         <label for="OdysseyAddress">   147                             <label for="OdysseyAddress">
147                             <span class="<#ERROR name='ERROROdysseyAddress'>">   148                                 <span class="<#ERROR name='ERROROdysseyAddress'>">
148                                 Odyssey Address    149                                     Odyssey Address 
149                             </span>   150                                 </span>
150                         </label>   151                             </label>
151                         <input id="OdysseyAddress" name="OdysseyAddress" type="text" size="40" class="form-control" value="<#PARAM name='OdysseyAddress'>">   152                             <input id="OdysseyAddress" name="OdysseyAddress" type="text" size="40" class="form-control" value="<#PARAM name='OdysseyAddress'>">
152                     </div>      153                         </div>   
153                 </section>     154                     </section>  
      155                     
154                    156                 
155                   
156                 <section name="password-info">   157                     <section name="password-info">
157     158  
158                     <h3 class="section-header">Create Logon Information</h3>   159                         <h3 class="section-header">Create Logon Information</h3>
159     160  
160                     <div class="form-group col-md-4">   161                         <div class="form-group col-md-4">
161                         <label for="Username">   162                             <label for="Username">
162                             <span class="<#ERROR name='ERRORUsername'>">   163                                 <span class="<#ERROR name='ERRORUsername'>">
163                                 Symbol   164                                     Symbol
164                                 <span class="req">(required)</span>   165                                     <span class="req">(required)</span>
165                             </span>   166                                 </span>
166                         </label>   167                             </label>
167                         <input type="text" class="form-control" name="Username" id="Username" value="<#PARAM name='NewUsername'>" autocomplete="off" required>   168                             <input type="text" class="form-control" name="Username" id="Username" value="<#PARAM name='NewUsername'>" autocomplete="off" required>
168                         <div class="small-notes">This will also be used as your logon username.</div>   169                             <div class="small-notes">This will also be used as your logon username.</div>
169                     </div>   170                         </div>
170     171  
171                     <div class="form-group col-md-4">   172                         <div class="form-group col-md-4">
172                         <label for="Password1">   173                             <label for="Password1">
173                             <span class="<#ERROR name='ERRORPassword1'>">   174                                 <span class="<#ERROR name='ERRORPassword1'>">
174                                 Password   175                                     Password
175                                 <span class="req">(required)</span>   176                                     <span class="req">(required)</span>
176                             </span>   177                                 </span>
177                         </label>   178                             </label>
178                         <input type="password" class="form-control" name="Password1" id="Password1" autocomplete="off" required>   179                             <input type="password" class="form-control" name="Password1" id="Password1" autocomplete="off" required>
179                         <div class="small-notes">   180                             <div class="small-notes">
180                             Passwords must be at least eight characters long and contain a lowercase letter, an uppercase letter, and a number.   181                                 Passwords must be at least eight characters long and contain a lowercase letter, an uppercase letter, and a number.
181                         </div>   182                             </div>
182                     </div>   183                         </div>
183     184  
184                     <div class="form-group col-md-4">   185                         <div class="form-group col-md-4">
185                         <label for="Password2">   186                             <label for="Password2">
186                             <span class="<#ERROR name='ERRORPassword2'>">   187                                 <span class="<#ERROR name='ERRORPassword2'>">
187                                 Re-enter Password   188                                     Re-enter Password
188                                 <span class="req">(required)</span>   189                                     <span class="req">(required)</span>
189                             </span>   190                                 </span>
190                         </label>   191                             </label>
191                         <input type="password" class="form-control" name="Password2" id="Password2" autocomplete="off" required>   192                             <input type="password" class="form-control" name="Password2" id="Password2" autocomplete="off" required>
192                     </div>   193                         </div>
193                 </section>   194                     </section>
194               195                 
195             </fieldset>   196                 </fieldset>
196       197         
197             <button class="btn btn- btn-primary" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>   198                 <button class="btn btn- btn-primary" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>
198             <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Return to Logon page" formnovalidate>Cancel - Return to Logon page</button>   199                 <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Return to Logon page" formnovalidate>Cancel - Return to Logon page</button>
199           200             
200         </form>    201             </form>
    -+ 202         </main>
201   = 203  
202         <#INCLUDE filename="include_footer.html">   204         <#INCLUDE filename="include_footer.html">
203     </div>       205     </div>    
204 </body>   206 </body>
205 </html>   207 </html>
206        208     

   
File: Lending\LendingUpdateAddressInformation.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Change Address Information</title>   5     <title>ILLiad - Change Address Information</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">    10     <#INCLUDE filename="include_header.html"> 
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiadlending.dll" method="post" name="ChangeUserInformation"> = 15             <form action="illiadlending.dll" method="post" name="ChangeUserInformation">
15             <input type="hidden" name="ILLiadForm" value="ChangeUserInformation">   16                 <input type="hidden" name="ILLiadForm" value="ChangeUserInformation">
16             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   17                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
17             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   18                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
18               19                 
19             <fieldset>   20                 <fieldset>
20     21  
21                 <h2 class="page-header">Change User Information</h2>   22                     <h2 class="page-header">Change User Information</h2>
22                 <section name="change-address-information-info">   23                     <section name="change-address-information-info">
23     24  
24                     <div class="form-group col-md-6">              25                         <div class="form-group col-md-6">           
25                         <label for="LibraryName">   26                             <label for="LibraryName">
26                             <span class="<#ERROR name='ERRORLibraryName'>">   27                                 <span class="<#ERROR name='ERRORLibraryName'>">
27                                 Library Name      28                                     Library Name   
28                                 <span class="req">(required)</span>   29                                     <span class="req">(required)</span>
29                             </span>   30                                 </span>
30                         </span>   31                             </span>
31                         <input id="LibraryName" name="LibraryName" type="text"class="form-control" size="40" value="<#PARAM name='LibraryName'>" required>   32                             <input id="LibraryName" name="LibraryName" type="text"class="form-control" size="40" value="<#PARAM name='LibraryName'>" required>
32                     </div>                 33                         </div>              
33                       34                         
34                     <div class="form-group col-md-5">   35                         <div class="form-group col-md-5">
35                         <label for="Address1">   36                             <label for="Address1">
36                             <span class="<#ERROR name='ERRORAddress1'>">   37                                 <span class="<#ERROR name='ERRORAddress1'>">
37                                 Address Line 1   38                                     Address Line 1
38                             </span>   39                                 </span>
39                         </label>   40                             </label>
40                         <input type="text" size="40" class="form-control" name="Address1" id="Address1" value="<#PARAM name='Address1'>">   41                             <input type="text" size="40" class="form-control" name="Address1" id="Address1" value="<#PARAM name='Address1'>">
41                     </div>   42                         </div>
42                       43                         
43                     <div class="form-group col-md-5">   44                         <div class="form-group col-md-5">
44                         <label for="Address2">   45                             <label for="Address2">
45                             <span class="<#ERROR name='ERRORAddress2'>">   46                                 <span class="<#ERROR name='ERRORAddress2'>">
46                                 Address Line 2   47                                     Address Line 2
47                             </span>   48                                 </span>
48                         </label>   49                             </label>
49                         <input type="text" size="40" class="form-control" name="Address2" id="Address2" value="<#PARAM name='Address2'>">   50                             <input type="text" size="40" class="form-control" name="Address2" id="Address2" value="<#PARAM name='Address2'>">
50                     </div>   51                         </div>
51                       52                         
52                     <div class="form-group col-md-5">   53                         <div class="form-group col-md-5">
53                         <label for="Address3">   54                             <label for="Address3">
54                             <span class="<#ERROR name='ERRORAddress3'>">   55                                 <span class="<#ERROR name='ERRORAddress3'>">
55                                 Address Line 3      56                                     Address Line 3   
56                             </span>   57                                 </span>
57                         </label>   58                             </label>
58                         <input id="Address3" name="Address3" type="text" size="40" class="form-control" value="<#PARAM name='Address3'>">   59                             <input id="Address3" name="Address3" type="text" size="40" class="form-control" value="<#PARAM name='Address3'>">
59                     </div>   60                         </div>
60                       61                         
61                     <div class="form-group col-md-5">   62                         <div class="form-group col-md-5">
62                         <label for="Address4">   63                             <label for="Address4">
63                             <span class="<#ERROR name='ERRORAddress4'>">   64                                 <span class="<#ERROR name='ERRORAddress4'>">
64                                 Address Line 4   65                                     Address Line 4
65                             </span>   66                                 </span>
66                         </label>   67                             </label>
67                         <input id="Address4" name="Address4" type="text" size="40" class="form-control" value="<#PARAM name='Address4'>"><br>   68                             <input id="Address4" name="Address4" type="text" size="40" class="form-control" value="<#PARAM name='Address4'>"><br>
68                     </div>   69                         </div>
69                       70                         
70                     <div class="form-group col-md-5">   71                         <div class="form-group col-md-5">
71                         <label for="BAddress1">   72                             <label for="BAddress1">
72                             <span class="<#ERROR name='ERRORBAddress1'>">   73                                 <span class="<#ERROR name='ERRORBAddress1'>">
73                                 Billing Address Line 1      74                                     Billing Address Line 1   
74                             </span>   75                                 </span>
75                         </label>   76                             </label>
76                         <input id="BAddress1" name="BAddress1" type="text" size="40" class="form-control" value="<#PARAM name='BAddress1'>">   77                             <input id="BAddress1" name="BAddress1" type="text" size="40" class="form-control" value="<#PARAM name='BAddress1'>">
77                     </div>   78                         </div>
78                           79                             
79                     <div class="form-group col-md-5">   80                         <div class="form-group col-md-5">
80                         <label for="BAddress2">   81                             <label for="BAddress2">
81                             <span class="<#ERROR name='ERRORBAddress2'>">   82                                 <span class="<#ERROR name='ERRORBAddress2'>">
82                                 Billing Address Line 2   83                                     Billing Address Line 2
83                             </span>   84                                 </span>
84                         </label>   85                             </label>
85                         <input id="BAddress2" name="BAddress2" type="text" size="40" class="form-control" value="<#PARAM name='BAddress2'>">   86                             <input id="BAddress2" name="BAddress2" type="text" size="40" class="form-control" value="<#PARAM name='BAddress2'>">
86                     </div>   87                         </div>
87                       88                         
88                     <div class="form-group col-md-5">   89                         <div class="form-group col-md-5">
89                         <label for="BAddress3">   90                             <label for="BAddress3">
90                             <span class="<#ERROR name='ERRORBAddress3'>">   91                                 <span class="<#ERROR name='ERRORBAddress3'>">
91                                 Billing Address Line 3      92                                     Billing Address Line 3   
92                             </span>   93                                 </span>
93                     </label>   94                         </label>
94                         <input id="BAddress3" name="BAddress3" type="text" size="40" class="form-control" value="<#PARAM name='BAddress3'>">   95                             <input id="BAddress3" name="BAddress3" type="text" size="40" class="form-control" value="<#PARAM name='BAddress3'>">
95                     </div>   96                         </div>
96     97  
97                     <div class="form-group col-md-5">   98                         <div class="form-group col-md-5">
98                         <label for="BAddress4">   99                             <label for="BAddress4">
99                             <span class="<#ERROR name='ERRORBAddress4'>">   100                                 <span class="<#ERROR name='ERRORBAddress4'>">
100                                 Billing Address Line 4      101                                     Billing Address Line 4   
101                             </span>   102                                 </span>
102                         </label>   103                             </label>
103                         <input id="BAddress4" name="BAddress4" type="text" size="40" class="form-control" value="<#PARAM name='BAddress4'>">   104                             <input id="BAddress4" name="BAddress4" type="text" size="40" class="form-control" value="<#PARAM name='BAddress4'>">
104                     </div>   105                         </div>
105                       106                         
106                     <div class="form-group col-md-5">   107                         <div class="form-group col-md-5">
107                         <label for="BorrowingDeptEmail"></label>   108                             <label for="BorrowingDeptEmail"></label>
108                             <span class="<#ERROR name='ERRORBorrowingDeptEmail'>">   109                                 <span class="<#ERROR name='ERRORBorrowingDeptEmail'>">
109                                 E-Mail Address   110                                     E-Mail Address
110                                 <span class="req">(required)</span>   111                                     <span class="req">(required)</span>
111                             </span>   112                                 </span>
112                         </label>   113                             </label>
113                         <input id="BorrowingDeptEmail" name="BorrowingDeptEmail" type="text" size="40" class="form-control" value="<#PARAM name='BorrowingDeptEmail'>" required>   114                             <input id="BorrowingDeptEmail" name="BorrowingDeptEmail" type="text" size="40" class="form-control" value="<#PARAM name='BorrowingDeptEmail'>" required>
114                     </div>   115                         </div>
115                       116                         
116                     <div class="form-group col-md-5">   117                         <div class="form-group col-md-5">
117                         <label for="Phone">   118                             <label for="Phone">
118                             <span class="<#ERROR name='ERRORPhone'>">   119                                 <span class="<#ERROR name='ERRORPhone'>">
119                                 Daytime Phone   120                                     Daytime Phone
120                                 <span class="req">(required)</span>   121                                     <span class="req">(required)</span>
121                             </span>        122                                 </span>     
122                         </label>   123                             </label>
123                         <input id="Phone" name="Phone" type="text" size="40" class="form-control" value="<#PARAM name='Phone'>" required>   124                             <input id="Phone" name="Phone" type="text" size="40" class="form-control" value="<#PARAM name='Phone'>" required>
124                     </div>   125                         </div>
125                       126                         
126                     <div class="form-group col-md-5">   127                         <div class="form-group col-md-5">
127                         <label for="Fax">   128                             <label for="Fax">
128                             <span class="<#ERROR name='ERRORFax'>">   129                                 <span class="<#ERROR name='ERRORFax'>">
129                                 Fax   130                                     Fax
130                             </span>   131                                 </span>
131                         </label>   132                             </label>
132                         <input id="Fax" name="Fax" type="text" size="40" class="form-control" value="<#PARAM name='Fax'>">   133                             <input id="Fax" name="Fax" type="text" size="40" class="form-control" value="<#PARAM name='Fax'>">
133                     </div>   134                         </div>
134                       135                         
135                     <div class="form-group col-md-5">   136                         <div class="form-group col-md-5">
136                         <label for="OdysseyAddress">   137                             <label for="OdysseyAddress">
137                             <span class="<#ERROR name='ERROROdysseyAddress'>">   138                                 <span class="<#ERROR name='ERROROdysseyAddress'>">
138                                 OdysseyAddress    139                                     OdysseyAddress 
139                             </span>   140                                 </span>
140                         </label>   141                             </label>
141                         <input id="OdysseyAddress" name="OdysseyAddress" type="text" size="40" class="form-control" value="<#PARAM name='OdysseyAddress'>">   142                             <input id="OdysseyAddress" name="OdysseyAddress" type="text" size="40" class="form-control" value="<#PARAM name='OdysseyAddress'>">
142                     </div>   143                         </div>
143                 </section>   144                     </section>
144               145                 
145                 <input class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">   146                     <input class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">
146                 <input class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Exit to Main Menu" formnovalidate>   147                     <input class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Exit to Main Menu" formnovalidate>
147               148                 
148             </fieldset>   149                 </fieldset>
149         </form>        150             </form>
    -+ 151         </main> 
150         <#INCLUDE filename="include_footer.html"> = 152         <#INCLUDE filename="include_footer.html">
151     </div>   153     </div>
152 </body>   154 </body>
153 </html>   155 </html>

   
File: Lending\LendingViewAllRequests.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - All Requests</title>   5     <title>ILLiad - All Requests</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">   11     <#INCLUDE filename="include_menu.html">
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <h2 class="page-header">All Requests</h2>    = 15             <h2 class="page-header">All Requests</h2>   
15         <#DATAREPEATER name="ViewAllRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no requests" orderby="TransactionNumber DESC">   16             <#DATAREPEATER name="ViewAllRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no requests" orderby="TransactionNumber DESC">
    -+ 17         </main>
16   = 18  
17         <#INCLUDE filename="include_footer.html">     19         <#INCLUDE filename="include_footer.html">  
18     </div>   20     </div>
19 </body>   21 </body>
20 </html>   22 </html>

   
File: Lending\LendingViewDefaultDetailed.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Transaction   5     <title>ILLiad - Transaction
6         <#PARAM name='TransactionNumber'>   6         <#PARAM name='TransactionNumber'>
7     </title>   7     </title>
8     <#INCLUDE filename="include_head.html">   8     <#INCLUDE filename="include_head.html">
9 </head>   9 </head>
10     10  
11 <body>   11 <body>
12     <#INCLUDE filename="include_header.html">   12     <#INCLUDE filename="include_header.html">
13     13  
14     <#INCLUDE filename="include_menu.html">   14     <#INCLUDE filename="include_menu.html">
15        15     
    <> 16     <div class="container">
16     <div id="content" class="container" role="heading" aria-label="Content">   17         <main id="content" aria-label="Content">
17         <#INCLUDE filename='include_TransactionMenu.html'> = 18             <#INCLUDE filename='include_TransactionMenu.html'>
18     19  
19         <div id="detailedTransactionInformation-<#PARAM name='TransactionNumber'>">   20             <div id="detailedTransactionInformation-<#PARAM name='TransactionNumber'>">
20             <h2 class="header-detailed">Request Information</h2>   21                 <h2 class="header-detailed">Request Information</h2>
21             <#INCLUDE filename='include_detailedTransactionInformation.html'>   22                 <#INCLUDE filename='include_detailedTransactionInformation.html'>
22         </div>   23             </div>
23     24  
24         <div id="notes-<#PARAM name='TransactionNumber'>">   25             <div id="notes-<#PARAM name='TransactionNumber'>">
25             <h2 class="header-detailed">Notes</h2>   26                 <h2 class="header-detailed">Notes</h2>
26             <div class="list-group">   27                 <div class="list-group">
27                 <#DATAREPEATER name="NotesInformation" TemplateFile="templates/DataRow_DefaultNote.html" noDataAction="This request has no notes">   28                     <#DATAREPEATER name="NotesInformation" TemplateFile="templates/DataRow_DefaultNote.html" noDataAction="This request has no notes">
28             </div>   29                 </div>
29         </div>   30             </div>
30     31  
31         <div id="tracking-<#PARAM name='TransactionNumber'>">   32             <div id="tracking-<#PARAM name='TransactionNumber'>">
32             <h2 class="header-detailed">Tracking</h2>   33                 <h2 class="header-detailed">Tracking</h2>
33             <div class="list-group">   34                 <div class="list-group">
34                 <#TABLE name="TrackingInformation" noDataAction="ShowMessageRow" noDataMessage="This request has no tracking information" column="DateTime:Changed Date" column="ChangedTo:Status" column="ChangedBy:Changed By">              35                     <#TABLE name="TrackingInformation" noDataAction="ShowMessageRow" noDataMessage="This request has no tracking information" column="DateTime:Changed Date" column="ChangedTo:Status" column="ChangedBy:Changed By">           
35             </div>   36                 </div>
36         </div>   37             </div>
      38  
    -+ 39         </main>
37              = 40             
38         <#INCLUDE filename="include_footer.html">   41         <#INCLUDE filename="include_footer.html">
39            42         
40     </div>   43     </div>
41 </body>   44 </body>
42 </html>   45 </html>

   
File: Lending\LendingViewNotifications.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Notifications</title>   5     <title>ILLiad - Notifications</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <link href="<#ACTION action='2' type='41' value='RSSID' valueType='lookup' absolutePath='true' includeSessionID='false'>"    7     <link href="<#ACTION action='2' type='41' value='RSSID' valueType='lookup' absolutePath='true' includeSessionID='false'>" 
8         rel="alternate" type="application/rss+xml" title="ILLiad Notifications">   8         rel="alternate" type="application/rss+xml" title="ILLiad Notifications">
9 </head>   9 </head>
10     10  
11 <body>   11 <body>
12     <#INCLUDE filename="include_header.html">   12     <#INCLUDE filename="include_header.html">
13     <#INCLUDE filename="include_menu.html">   13     <#INCLUDE filename="include_menu.html">
14     14  
    <> 15     <div class="container">
15     <div id="content" class="container" role="heading" aria-label="Content">   16         <main id="content" aria-label="Content">
16          = 17  
17         <h2 class="page-header">Notifications</h2>   18             <h2 class="page-header">Notifications</h2>
18         <div class="table">   19             <div class="table">
19             <#TABLE name="ViewNotifications" noDataAction="ShowMessageRow" noDataMessage="You have no notifications">   20                 <#TABLE name="ViewNotifications" noDataAction="ShowMessageRow" noDataMessage="You have no notifications">
20         </div>   21             </div>
21     22  
    -+ 23         </main>
    = 24  
22         <#INCLUDE filename="include_footer.html">   25         <#INCLUDE filename="include_footer.html">
23     </div>   26     </div>
24 </body>   27 </body>
25 </html>   28 </html>

   
File: Lending\LendingViewNotificationsDetail.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Notification</title>   5     <title>ILLiad - Notification</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">   11     <#INCLUDE filename="include_menu.html">
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <h3 class="header-detailed">Notification Information</h3>   15             <h2 class="header-detailed">Notification Information</h2>
15         <div class="table"> = 16             <div class="table">
16             <#TABLE name="NotificationInformation" hideColumnHeaders="true">   17                 <#TABLE name="NotificationInformation" hideColumnHeaders="true">
17         </div>   18             </div>
    -+ 19         </main>
18             = 20            
19         <#INCLUDE filename="include_footer.html">   21         <#INCLUDE filename="include_footer.html">
20     </div>   22     </div>
21 </body>   23 </body>
22 </html>   24 </html>

   
File: Lending\LendingViewOutstandingRequests.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Outstanding Requests</title>   5     <title>ILLiad - Outstanding Requests</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">   11     <#INCLUDE filename="include_menu.html">
12        12     
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">           14         <main id="content" aria-label="Content">        
14         <h2 class="page-header">Outstanding Requests</h2> = 15             <h2 class="page-header">Outstanding Requests</h2>
15         <#DATAREPEATER name="ViewOutstandingLendingRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no requests" orderby="TransactionNumber DESC">   16             <#DATAREPEATER name="ViewOutstandingLendingRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no requests" orderby="TransactionNumber DESC">
    -+ 17         </main> 
16              = 18        
17         <#INCLUDE filename="include_footer.html">   19         <#INCLUDE filename="include_footer.html">
18     </div>   20     </div>
19 </body>   21 </body>
20 </html>   22 </html>

   
File: Lending\LendingViewRenewCheckedOutItems.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Shipped Items</title>   5     <title>ILLiad - Shipped Items</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">   11     <#INCLUDE filename="include_menu.html">
12        12     
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <h2 class="page-header">Shipped Items</h2> = 15             <h2 class="page-header">Shipped Items</h2>
15         <#DATAREPEATER name="ViewShippedItems" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no requests" orderby="TransactionNumber DESC">   16             <#DATAREPEATER name="ViewShippedItems" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no requests" orderby="TransactionNumber DESC">           
16                 <> 17         </main>
17         <#INCLUDE filename="include_footer.html"> = 18         <#INCLUDE filename="include_footer.html">
18     </div>   19     </div>
19 </body>   20 </body>
20 </html>   21 </html>

   
File: Lending\LendingViewRequestHistory.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Request History</title>   5     <title>ILLiad - Request History</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">   11     <#INCLUDE filename="include_menu.html">
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
    = 15  
14         <h2 class="page-header">Request History</h2>   16             <h2 class="page-header">Request History</h2>
15          17         
16         <#DATAREPEATER name="ViewLendingRequestHistory" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="No requests" orderby="TransactionNumber DESC">   18             <#DATAREPEATER name="ViewLendingRequestHistory" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="No requests" orderby="TransactionNumber DESC">
17                    19                 
    -+ 20         </main>
18         <#INCLUDE filename="include_footer.html"> = 21         <#INCLUDE filename="include_footer.html">
19     </div>   22     </div>
20 </body>   23 </body>
21 </html>   24 </html>

   
File: Lending\LendingViewResubmitCancelledRequests.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Cancelled Requests</title>   5     <title>ILLiad - Cancelled Requests</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">   11     <#INCLUDE filename="include_menu.html">
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <h2 class="page-header">Cancelled Requests</h2> = 15             <h2 class="page-header">Cancelled Requests</h2>
15         <#DATAREPEATER name="ViewLendingCancelledItems" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no requests" orderby="TransactionNumber DESC">   16             <#DATAREPEATER name="ViewLendingCancelledItems" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no requests" orderby="TransactionNumber DESC">
16                     <> 17         </main>
17         <#INCLUDE filename="include_footer.html"> = 18         <#INCLUDE filename="include_footer.html">
18     </div>   19     </div>
19 </body>   20 </body>
20 </html>   21 </html>

   
File: Lending\LendingViewSearchResults.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Search</title>   5     <title>ILLiad - Search</title>
6     <#INCLUDE filename="include_head.html">         6     <#INCLUDE filename="include_head.html">      
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">   11     <#INCLUDE filename="include_menu.html">
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <h2 class="page-header">Search</h2> = 15             <h2 class="page-header">Search</h2>
15       16         
16         <div id="search">   17             <div id="search">
17             <form action="illiadlending.dll" name="Search" method="post">   18                 <form action="illiadlending.dll" name="Search" method="post">
18                 <input type="hidden" name="ILLiadForm" value="Search">   19                     <input type="hidden" name="ILLiadForm" value="Search">
19                 <input id="SessionID" name="SessionID" type="hidden" value="<#PARAM name='SessionID'>">   20                     <input id="SessionID" name="SessionID" type="hidden" value="<#PARAM name='SessionID'>">
20                 <input id="SearchCriteria" value="<#PARAM name='SearchCriteria'>" name="SearchCriteria" type="text" title="Search criteria">   21                     <input id="SearchCriteria" value="<#PARAM name='SearchCriteria'>" name="SearchCriteria" type="text" title="Search criteria">
21                 <input class="btn btn-primary btn-sm" type="submit" name="SubmitButton" value="Search" title="Search">   22                     <input class="btn btn-primary btn-sm" type="submit" name="SubmitButton" value="Search" title="Search">
22     23  
23     24  
24                 <!--Switch control for search filtering-->   25                     <!--Switch control for search filtering-->
25                 <!--   26                     <!--
26                 <div class="custom-control custom-switch" id="customSearchType">   27                     <div class="custom-control custom-switch" id="customSearchType">
27                     <input type="checkbox" name="SearchType" class="custom-control-input" id="SearchType" value="<#PARAM name='SearchType'>">   28                         <input type="checkbox" name="SearchType" class="custom-control-input" id="SearchType" value="<#PARAM name='SearchType'>">
28                     <label class="custom-control-label" for="SearchType">Search <u>only</u> active requests</label>   29                         <label class="custom-control-label" for="SearchType">Search <u>only</u> active requests</label>
29                 </div>   30                     </div>
30                 -->   31                     -->
31     32  
32                 <!--Radio control for search filtering-->   33                     <!--Radio control for search filtering-->
33                 <br>   34                     <br>
34                 <div id="searchType">   35                     <div id="searchType">
35                     <input checked name="SearchType" type="radio" id="SearchTypeActive" value="Active">   36                         <input checked name="SearchType" type="radio" id="SearchTypeActive" value="Active">
36                     <label for="SearchTypeActive"><span>Search <u>only</u> active requests</span></label>   37                         <label for="SearchTypeActive"><span>Search <u>only</u> active requests</span></label>
37     38  
38                     <input class="ml-3" name="SearchType" type="radio" id="SearchTypeAll" value="All">   39                         <input class="ml-3" name="SearchType" type="radio" id="SearchTypeAll" value="All">
39                     <label for="SearchTypeAll">Search all requests</label>   40                         <label for="SearchTypeAll">Search all requests</label>
40                 </div>   41                     </div>
41             </form>   42                 </form>
42         </div>   43             </div>
43     44  
44         <div id="searchResults">   45             <div id="searchResults">
45             <#DATAREPEATER name="ViewSearchResults" TemplateFile="templates/DataRow_DefaultRequest.html"  orderby="TransactionNumber DESC">   46                 <#DATAREPEATER name="ViewSearchResults" TemplateFile="templates/DataRow_DefaultRequest.html"  orderby="TransactionNumber DESC">
46              47             
47             <div id="no-results-message" style="display: none;">   48                 <div id="no-results-message" style="display: none;">
48                 There are no search results for   49                     There are no search results for
49                 <span id="searchTerm"><strong><#PARAM name='searchCriteria'></strong></span>   50                     <span id="searchTerm"><strong><#PARAM name='searchCriteria'></strong></span>
50             </div>   51                 </div>
51         </div>   52             </div>
      53  
    -+ 54         </main>
    = 55  
52         <#INCLUDE filename="include_footer.html">   56         <#INCLUDE filename="include_footer.html">
53     </div>   57     </div>
54     58  
55     <script>   59     <script>
56         $(document).ready(function () {   60         $(document).ready(function () {
57              var saveState="<#PARAM name='SearchType'>"   61              var saveState="<#PARAM name='SearchType'>"
58              $("input[name='SearchType'][value='"+ saveState +"']").prop("checked", true)   62              $("input[name='SearchType'][value='"+ saveState +"']").prop("checked", true)
59              if (($('#searchResults .requestResult').length == 0) && ($('#searchTerm').text() != '')) {     63              if (($('#searchResults .requestResult').length == 0) && ($('#searchTerm').text() != '')) {  
60                  $('#no-results-message').show();   64                  $('#no-results-message').show();
61               }      65               }   
62             else   66             else
63             {   67             {
64                 $('#no-results-message').hide();   68                 $('#no-results-message').hide();
65             }   69             }
66         });   70         });
67      </script>   71      </script>
68 </body>   72 </body>
69 </html>   73 </html>

   
File: Lending\SiteMap.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad Site Map</title>   5     <title>ILLiad Site Map</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <script src="js/buildSiteMap.js"></script>   7     <script src="js/buildSiteMap.js"></script>
8 </head>   8 </head>
9     9  
10 <body>   10 <body>
11     <#INCLUDE filename="include_header.html">   11     <#INCLUDE filename="include_header.html">
12     <#INCLUDE filename='include_menu.html' restriction='IsValidSession'>   12     <#INCLUDE filename='include_menu.html' restriction='IsValidSession'>
13        13     
14     <div class="alerts-bar">   14     <div class="alerts-bar">
15         <div class="container" id="webAlerts"></div>   15         <div class="container" id="webAlerts"></div>
16     </div>   16     </div>
17     17  
    <> 18     <div class="container">
18     <div id="content" class="container" role="heading" aria-label="Content">   19         <main id="content" aria-label="Content">
19         <div id="site-map"></div> = 20             <div id="site-map"></div>
20   <> 21         </main>
21         <#INCLUDE filename="include_footer.html"> = 22         <#INCLUDE filename="include_footer.html">
22     </div>   23     </div>
23 </body>   24 </body>
24 </html>   25 </html>

   
File: templates\DataRow_CheckedOutItems.html  
1 <div class="card requestResult"> = 1 <div class="card requestResult">
2     <div id="request<#DATAROW field='TransactionNumber'>">   2     <div id="request<#DATAROW field='TransactionNumber'>">
3         <div class="card-body">   3         <div class="card-body">
4             <div class="row">   4             <div class="row">
5                 <div class="col-lg-8 col-md-12">   5                 <div class="col-lg-8 col-md-12">
6                     <h4 class="card-title"> <> 6                     <div class="h4 card-title">
7                         <a href="<#ACTION action='10' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><#DATAROW field='Title'></a> = 7                         <a href="<#ACTION action='10' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><#DATAROW field='Title'></a>
8                     </h4> <> 8                     </div>
9                     <h5 class="card-subtitle text-muted"><#DATAROW field='Author'></h5>   9                     <div class="h5 card-subtitle text-muted"><#DATAROW field='Author'></div>
10                 </div> = 10                 </div>
11     11  
12                 <div class="col-lg-4 col-md-12 text-right">   12                 <div class="col-lg-4 col-md-12 text-right">
13                     <div class="btn-group" role="group" aria-label="Actions for Request <#DATAROW field='TransactionNumber'>">   13                     <div class="btn-group" role="group" aria-label="Actions for Request <#DATAROW field='TransactionNumber'>">
14                       <a class="btn btn-primary <#DATAROW field='RequestActionAllowed' name='Renew' disabledValue='btn-secondary+disabled'>" role="button" href="<#ACTION action='11' form='67'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span class="fas fa-calendar-alt"></span>  Renew</a>   14                       <a class="btn btn-primary <#DATAROW field='RequestActionAllowed' name='Renew' disabledValue='btn-secondary+disabled'>" role="button" href="<#ACTION action='11' form='67'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span class="fas fa-calendar-alt"></span>  Renew</a>
15     15  
16                         <div class="btn-group" role="group">   16                         <div class="btn-group" role="group">
17                             <button id="btnGroupDrop<#DATAROW field='TransactionNumber'>" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">   17                             <button id="btnGroupDrop<#DATAROW field='TransactionNumber'>" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
18                                 Actions   18                                 Actions
19                             </button>   19                             </button>
20                             <div class="dropdown-menu" aria-labelledby="btnGroupDrop<#DATAROW field='TransactionNumber'>">   20                             <div class="dropdown-menu" aria-labelledby="btnGroupDrop<#DATAROW field='TransactionNumber'>">
21                                 <a class="dropdown-item btn btn-light menuEdit <#DATAROW field='RequestActionAllowed' name='Edit' disabledValue='disabled'>" href="<#ACTION action='20' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-edit text-primary"></span>  Edit</a>   21                                 <a class="dropdown-item btn btn-light menuEdit <#DATAROW field='RequestActionAllowed' name='Edit' disabledValue='disabled'>" href="<#ACTION action='20' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-edit text-primary"></span>  Edit</a>
22                                 <a class="dropdown-item btn btn-light menuCancel <#DATAROW field='RequestActionAllowed' name='Cancel' disabledValue='disabled'>" href="<#ACTION action='21' type='10'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-ban text-danger"></span>  Cancel Request</a>   22                                 <a class="dropdown-item btn btn-light menuCancel <#DATAROW field='RequestActionAllowed' name='Cancel' disabledValue='disabled'>" href="<#ACTION action='21' type='10'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-ban text-danger"></span>  Cancel Request</a>
23                                 <div class="<#DATAROW field='RequestType' displayStyle='CompareValue' compareValue='Loan' disabledValue='d-none'>">   23                                 <div class="<#DATAROW field='RequestType' displayStyle='CompareValue' compareValue='Loan' disabledValue='d-none'>">
24                                     <a class="dropdown-item btn btn-light menuRenew <#DATAROW field='RequestActionAllowed' name='Renew' disabledValue='disabled'>" href="<#ACTION action='11' form='67'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-calendar-alt"></span>  Renew</a>   24                                     <a class="dropdown-item btn btn-light menuRenew <#DATAROW field='RequestActionAllowed' name='Renew' disabledValue='disabled'>" href="<#ACTION action='11' form='67'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-calendar-alt"></span>  Renew</a>
25                                 </div>   25                                 </div>
26                                 <a class="dropdown-item btn btn-light menuResubmit <#DATAROW field='RequestActionAllowed' name='Resubmit' disabledValue='disabled'>" href="<#ACTION action='11' form='71'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-redo"></span>  Resubmit Request</a>   26                                 <a class="dropdown-item btn btn-light menuResubmit <#DATAROW field='RequestActionAllowed' name='Resubmit' disabledValue='disabled'>" href="<#ACTION action='11' form='71'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-redo"></span>  Resubmit Request</a>
27                                 <a class="dropdown-item btn btn-light menuClone <#DATAROW field='RequestActionAllowed' name='Clone' disabledValue='disabled'>" href="<#ACTION action='11' form='110'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-copy text-primary"></span>  Clone Request</a>   27                                 <a class="dropdown-item btn btn-light menuClone <#DATAROW field='RequestActionAllowed' name='Clone' disabledValue='disabled'>" href="<#ACTION action='11' form='110'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-copy text-primary"></span>  Clone Request</a>
28                                 <div class="<#DATAROW field='RequestType' displayStyle='CompareValue' compareValue='Article' disabledValue='d-none'>">   28                                 <div class="<#DATAROW field='RequestType' displayStyle='CompareValue' compareValue='Article' disabledValue='d-none'>">
29                                     <a class="dropdown-item btn btn-light menuViewPdf <#DATAROW field='RequestActionAllowed' name='ViewPDF' disabledValue='disabled'>" href="<#ACTION action='10' form='75'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-eye"></span>  View PDF</a>   29                                     <a class="dropdown-item btn btn-light menuViewPdf <#DATAROW field='RequestActionAllowed' name='ViewPDF' disabledValue='disabled'>" href="<#ACTION action='10' form='75'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-eye"></span>  View PDF</a>
30                                     <a class="dropdown-item btn btn-light menuDeletePdf <#DATAROW field='RequestActionAllowed' name='DeletePDF' disabledValue='disabled'>" href="<#ACTION action='22' type='11' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-trash-alt"></span>  Delete PDF</a>   30                                     <a class="dropdown-item btn btn-light menuDeletePdf <#DATAROW field='RequestActionAllowed' name='DeletePDF' disabledValue='disabled'>" href="<#ACTION action='22' type='11' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-trash-alt"></span>  Delete PDF</a>
31                                     <a class="dropdown-item btn btn-light menuUndo <#DATAROW field='RequestActionAllowed' name='UndeletePDF' disabledValue='disabled'>" href="<#ACTION action='21' type='11'>&amp;Value=<#DATAROW field='TransactionNumber'>">   31                                     <a class="dropdown-item btn btn-light menuUndo <#DATAROW field='RequestActionAllowed' name='UndeletePDF' disabledValue='disabled'>" href="<#ACTION action='21' type='11'>&amp;Value=<#DATAROW field='TransactionNumber'>">
32                                         <span class="fa-stack align-top">   32                                         <span class="fa-stack align-top">
33                                             <span class="fas fa-trash-alt fa-stack-1x"></span>   33                                             <span class="fas fa-trash-alt fa-stack-1x"></span>
34                                             <span class="fas fa-ban fa-stack-1x text-danger"></span>       34                                             <span class="fas fa-ban fa-stack-1x text-danger"></span>    
35                                         </span>                            35                                         </span>                         
36                                         Undelete   36                                         Undelete
37                                     </a>   37                                     </a>
38                                 </div>   38                                 </div>
39                             </div>   39                             </div>
40                         </div>   40                         </div>
41                     </div>   41                     </div>
42                 </div>   42                 </div>
43             </div>   43             </div>
44             <div class="row">   44             <div class="row">
45                 <div class="col-lg-7 col-md-12">   45                 <div class="col-lg-7 col-md-12">
46                     <div class="field text-muted">Transaction Number<span class="field-value font-weight-bold mr-1"><#DATAROW field='TransactionNumber'></span></div>   46                     <div class="field text-muted">Transaction Number<span class="field-value font-weight-bold mr-1"><#DATAROW field='TransactionNumber'></span></div>
47                 </div>   47                 </div>
48                 <div class="col-lg-5 col-md-12 text-right">   48                 <div class="col-lg-5 col-md-12 text-right">
49                     <div class="field mb2 text-muted">   49                     <div class="field mb2 text-muted">
50                         <span class="field-value font-weight-bold tool-tip">   50                         <span class="field-value font-weight-bold tool-tip">
51                             <#DATAROW field='TransactionStatus'>   51                             <#DATAROW field='TransactionStatus'>
52                             <span class="tool-tip-text">   52                             <span class="tool-tip-text">
53                                 Moved to <#DATAROW field='TransactionStatus'> on    53                                 Moved to <#DATAROW field='TransactionStatus'> on 
54                                 <span class="convert-local" data-iso8601="<#DATAROW field='TransactionDate' display='ISO8601'>"><#DATAROW field='TransactionDate'></span>   54                                 <span class="convert-local" data-iso8601="<#DATAROW field='TransactionDate' display='ISO8601'>"><#DATAROW field='TransactionDate'></span>
55                             </span>   55                             </span>
56                         </span>   56                         </span>
57                     </div>   57                     </div>
58                     <div class="field mb2 text-muted">   58                     <div class="field mb2 text-muted">
59                         Due Date<span class="field-value font-weight-bold mr-1"><#DATAROW field='DueDate'></span>   59                         Due Date<span class="field-value font-weight-bold mr-1"><#DATAROW field='DueDate'></span>
60                     </div>   60                     </div>
61                 </div>     61                 </div>  
62             </div>   62             </div>
63         </div>   63         </div>
64     </div>   64     </div>
65 </div>   65 </div>

   
File: templates\DataRow_DefaultRequest.html  
1 <div class="card requestResult"> = 1 <div class="card requestResult">
2     <div id="request<#DATAROW field='TransactionNumber'>">   2     <div id="request<#DATAROW field='TransactionNumber'>">
3         <div class="card-body">   3         <div class="card-body">
4             <div class="row">   4             <div class="row">
5                 <div class="col-lg-8 col-md-12">   5                 <div class="col-lg-8 col-md-12">
6                     <h4 class="card-title"> <> 6                     <div class="h4 card-title">
7                         <a href="<#ACTION action='10' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><#DATAROW field='Title'></a> = 7                         <a href="<#ACTION action='10' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><#DATAROW field='Title'></a>
8                     </h4> <> 8                     </div>
9                     <h5 class="card-subtitle text-muted"><#DATAROW field='Author'></h5>   9                     <div class="h5 card-subtitle text-muted"><#DATAROW field='Author'></div>
10                 </div> = 10                 </div>
11     11  
12                 <div class="col-lg-4 col-md-12 text-right">   12                 <div class="col-lg-4 col-md-12 text-right">
13                     <div class="btn-group" role="group" aria-label="Actions for Request <#DATAROW field='TransactionNumber'>">   13                     <div class="btn-group" role="group" aria-label="Actions for Request <#DATAROW field='TransactionNumber'>">
14                         <a class="btn btn-primary" role="button" href="<#ACTION action='10' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span class="fas fa-info-circle mr-1"></span>Details</a>   14                         <a class="btn btn-primary" role="button" href="<#ACTION action='10' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span class="fas fa-info-circle mr-1"></span>Details</a>
15     15  
16                         <div class="btn-group" role="group">   16                         <div class="btn-group" role="group">
17                             <button id="btnGroupDrop<#DATAROW field='TransactionNumber'>" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">   17                             <button id="btnGroupDrop<#DATAROW field='TransactionNumber'>" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
18                                 Actions   18                                 Actions
19                             </button>   19                             </button>
20                             <div class="dropdown-menu" aria-labelledby="btnGroupDrop<#DATAROW field='TransactionNumber'>">   20                             <div class="dropdown-menu" aria-labelledby="btnGroupDrop<#DATAROW field='TransactionNumber'>">
21                                 <a class="dropdown-item btn btn-light menuEdit <#DATAROW field='RequestActionAllowed' name='Edit' disabledValue='disabled'>" href="<#ACTION action='20' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-edit text-primary"></span>  Edit</a>   21                                 <a class="dropdown-item btn btn-light menuEdit <#DATAROW field='RequestActionAllowed' name='Edit' disabledValue='disabled'>" href="<#ACTION action='20' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-edit text-primary"></span>  Edit</a>
22                                 <a class="dropdown-item btn btn-light menuCancel <#DATAROW field='RequestActionAllowed' name='Cancel' disabledValue='disabled'>" href="<#ACTION action='21' type='10'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-ban text-danger"></span>  Cancel Request</a>   22                                 <a class="dropdown-item btn btn-light menuCancel <#DATAROW field='RequestActionAllowed' name='Cancel' disabledValue='disabled'>" href="<#ACTION action='21' type='10'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-ban text-danger"></span>  Cancel Request</a>
23                                 <div class="<#DATAROW field='RequestType' displayStyle='CompareValue' compareValue='Loan' disabledValue='d-none'>">   23                                 <div class="<#DATAROW field='RequestType' displayStyle='CompareValue' compareValue='Loan' disabledValue='d-none'>">
24                                     <a class="dropdown-item btn btn-light menuRenew <#DATAROW field='RequestActionAllowed' name='Renew' disabledValue='disabled'>" href="<#ACTION action='11' form='67'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-calendar-alt"></span>  Renew</a>   24                                     <a class="dropdown-item btn btn-light menuRenew <#DATAROW field='RequestActionAllowed' name='Renew' disabledValue='disabled'>" href="<#ACTION action='11' form='67'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-calendar-alt"></span>  Renew</a>
25                                 </div>   25                                 </div>
26                                 <a class="dropdown-item btn btn-light menuResubmit <#DATAROW field='RequestActionAllowed' name='Resubmit' disabledValue='disabled'>"    href="<#ACTION action='11' form='71'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-redo"></span>  Resubmit Request</a>   26                                 <a class="dropdown-item btn btn-light menuResubmit <#DATAROW field='RequestActionAllowed' name='Resubmit' disabledValue='disabled'>"    href="<#ACTION action='11' form='71'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-redo"></span>  Resubmit Request</a>
27                                 <a class="dropdown-item btn btn-light menuClone <#DATAROW field='RequestActionAllowed' name='Clone' disabledValue='disabled'>" href="<#ACTION action='11' form='110'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-copy text-primary"></span>  Clone Request</a>   27                                 <a class="dropdown-item btn btn-light menuClone <#DATAROW field='RequestActionAllowed' name='Clone' disabledValue='disabled'>" href="<#ACTION action='11' form='110'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-copy text-primary"></span>  Clone Request</a>
28                                 <div class="<#DATAROW field='RequestType' displayStyle='CompareValue' compareValue='Article' disabledValue='d-none'>">   28                                 <div class="<#DATAROW field='RequestType' displayStyle='CompareValue' compareValue='Article' disabledValue='d-none'>">
29                                     <a class="dropdown-item btn btn-light menuViewPdf <#DATAROW field='RequestActionAllowed' name='ViewPDF' disabledValue='disabled'>" href="<#ACTION action='10' form='75'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-eye"></span>  View PDF</a>   29                                     <a class="dropdown-item btn btn-light menuViewPdf <#DATAROW field='RequestActionAllowed' name='ViewPDF' disabledValue='disabled'>" href="<#ACTION action='10' form='75'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-eye"></span>  View PDF</a>
30                                     <a class="dropdown-item btn btn-light menuDeletePdf <#DATAROW field='RequestActionAllowed' name='DeletePDF' disabledValue='disabled'>" href="<#ACTION action='22' type='11' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-trash-alt"></span>  Delete PDF</a>   30                                     <a class="dropdown-item btn btn-light menuDeletePdf <#DATAROW field='RequestActionAllowed' name='DeletePDF' disabledValue='disabled'>" href="<#ACTION action='22' type='11' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-trash-alt"></span>  Delete PDF</a>
31                                     <a class="dropdown-item btn btn-light menuUndo <#DATAROW field='RequestActionAllowed' name='UndeletePDF' disabledValue='disabled'>" href="<#ACTION action='21' type='11'>&amp;Value=<#DATAROW field='TransactionNumber'>">   31                                     <a class="dropdown-item btn btn-light menuUndo <#DATAROW field='RequestActionAllowed' name='UndeletePDF' disabledValue='disabled'>" href="<#ACTION action='21' type='11'>&amp;Value=<#DATAROW field='TransactionNumber'>">
32                                         <span class="fa-stack align-top">   32                                         <span class="fa-stack align-top">
33                                             <span class="fas fa-trash-alt fa-stack-1x"></span>   33                                             <span class="fas fa-trash-alt fa-stack-1x"></span>
34                                             <span class="fas fa-ban fa-stack-1x text-danger"></span>       34                                             <span class="fas fa-ban fa-stack-1x text-danger"></span>    
35                                         </span>                            35                                         </span>                         
36                                         Undelete   36                                         Undelete
37                                     </a>   37                                     </a>
38                                 </div>   38                                 </div>
39                             </div>   39                             </div>
40                         </div>   40                         </div>
41                     </div>   41                     </div>
42                 </div>   42                 </div>
43             </div>   43             </div>
44             <div class="row">   44             <div class="row">
45                 <div class="col-lg-7 col-md-12">   45                 <div class="col-lg-7 col-md-12">
46                     <div class="field text-muted">Transaction Number<span class="field-value font-weight-bold mr-1"><#DATAROW field='TransactionNumber'></span></div>   46                     <div class="field text-muted">Transaction Number<span class="field-value font-weight-bold mr-1"><#DATAROW field='TransactionNumber'></span></div>
47                 </div>   47                 </div>
48                 <div class="col-lg-5 col-md-12 text-right">   48                 <div class="col-lg-5 col-md-12 text-right">
49                     <div class="field mb2 text-muted">   49                     <div class="field mb2 text-muted">
50                         <span class="field-value font-weight-bold tool-tip">   50                         <span class="field-value font-weight-bold tool-tip">
51                             <#DATAROW field='TransactionStatus'>   51                             <#DATAROW field='TransactionStatus'>
52                             <span class="tool-tip-text">   52                             <span class="tool-tip-text">
53                                 Moved to <#DATAROW field='TransactionStatus'> on    53                                 Moved to <#DATAROW field='TransactionStatus'> on 
54                                 <span class="convert-local" data-iso8601="<#DATAROW field='TransactionDate' display='ISO8601'>"><#DATAROW field='TransactionDate'></span>   54                                 <span class="convert-local" data-iso8601="<#DATAROW field='TransactionDate' display='ISO8601'>"><#DATAROW field='TransactionDate'></span>
55                             </span>   55                             </span>
56                         </span>   56                         </span>
57                     </div>   57                     </div>
58                     <div class="field mb2 text-muted">   58                     <div class="field mb2 text-muted">
59                         Due Date<span class="field-value font-weight-bold mr-1"><#DATAROW field='DueDate'></span>   59                         Due Date<span class="field-value font-weight-bold mr-1"><#DATAROW field='DueDate'></span>
60                     </div>   60                     </div>
61                 </div>     61                 </div>  
62             </div>   62             </div>
63         </div>   63         </div>
64     </div>   64     </div>
65 </div>   65 </div>

   
File: templates\DataRow_ElectronicDelivery.html  
1   <div class="card"> = 1   <div class="card">
2     <div id="request<#DATAROW field='TransactionNumber'>">   2     <div id="request<#DATAROW field='TransactionNumber'>">
3       <div class="card-body">   3       <div class="card-body">
4               <div class="row">   4               <div class="row">
5                    5                 
6                  <div class="col-lg-8 col-md-12">   6                  <div class="col-lg-8 col-md-12">
7                         <h4 class="card-title"> <> 7                         <div class="h4 card-title">
8                             <a href="<#ACTION action='10' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><#DATAROW field='Title'></a> = 8                             <a href="<#ACTION action='10' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><#DATAROW field='Title'></a>
9                         </h4> <> 9                         </div>
10                         <h5 class="card-subtitle text-muted"><#DATAROW field='Author'></h5>   10                         <div class="h5 card-subtitle text-muted"><#DATAROW field='Author'></div>
11                     </div> = 11                     </div>
12     12  
13                  <div class="col-lg-4 col-md-12 text-right">   13                  <div class="col-lg-4 col-md-12 text-right">
14                     <div class="btn-group" role="group" aria-label="Actions for Request <#DATAROW field='TransactionNumber'>">   14                     <div class="btn-group" role="group" aria-label="Actions for Request <#DATAROW field='TransactionNumber'>">
15                         <a role="button" class="btn btn-primary menuViewPdf <#DATAROW field='RequestActionAllowed' name='ViewPDF' disabledValue='btn-secondary+disabled'>" href="<#ACTION action='10' form='75'>&amp;Value=<#DATAROW field='TransactionNumber'>" data-toggle="popover" data-trigger="hover" data-placement="bottom" data-content="File Size: <#DATAROW field='FileSize' displayStyle='Default'>"><span aria-hidden="true" class="fas fa-eye"></span>  View</a>   15                         <a role="button" class="btn btn-primary menuViewPdf <#DATAROW field='RequestActionAllowed' name='ViewPDF' disabledValue='btn-secondary+disabled'>" href="<#ACTION action='10' form='75'>&amp;Value=<#DATAROW field='TransactionNumber'>" data-toggle="popover" data-trigger="hover" data-placement="bottom" data-content="File Size: <#DATAROW field='FileSize' displayStyle='Default'>"><span aria-hidden="true" class="fas fa-eye"></span>  View</a>
16                            16                         
17                         <div class="btn-group" role="group">   17                         <div class="btn-group" role="group">
18                         <button id="btnGroupDrop" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">   18                         <button id="btnGroupDrop" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
19                           Actions   19                           Actions
20                         </button>   20                         </button>
21                         <div class="dropdown-menu" aria-labelledby="btnGroupDrop<#DATAROW field='TransactionNumber'>">   21                         <div class="dropdown-menu" aria-labelledby="btnGroupDrop<#DATAROW field='TransactionNumber'>">
22                             <a class="dropdown-item btn btn-light" href="<#ACTION action='10' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span class="fas fa-info-circle mr-1"></span>Details</a>   22                             <a class="dropdown-item btn btn-light" href="<#ACTION action='10' form='72'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span class="fas fa-info-circle mr-1"></span>Details</a>
23                             <a class="dropdown-item btn btn-light menuEdit <#DATAROW field='RequestActionAllowed' name='Edit' disabledValue='disabled'>" href="<#ACTION action='20' form='63'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-edit text-primary"></span>  Edit</a>   23                             <a class="dropdown-item btn btn-light menuEdit <#DATAROW field='RequestActionAllowed' name='Edit' disabledValue='disabled'>" href="<#ACTION action='20' form='63'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-edit text-primary"></span>  Edit</a>
24                             <a class="dropdown-item btn btn-light menuCancel <#DATAROW field='RequestActionAllowed' name='Cancel' disabledValue='disabled'>" href="<#ACTION action='21' type='10'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-ban text-danger"></span>  Cancel Request</a>   24                             <a class="dropdown-item btn btn-light menuCancel <#DATAROW field='RequestActionAllowed' name='Cancel' disabledValue='disabled'>" href="<#ACTION action='21' type='10'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-ban text-danger"></span>  Cancel Request</a>
25                             <div class="<#DATAROW field='RequestType' displayStyle='CompareValue' compareValue='Loan' disabledValue='d-none'>">   25                             <div class="<#DATAROW field='RequestType' displayStyle='CompareValue' compareValue='Loan' disabledValue='d-none'>">
26                                 <a class="dropdown-item btn btn-light menuRenew <#DATAROW field='RequestActionAllowed' name='Renew' disabledValue='disabled'>" href="<#ACTION action='22' form='16'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-calendar-alt"></span>  Renew</a>   26                                 <a class="dropdown-item btn btn-light menuRenew <#DATAROW field='RequestActionAllowed' name='Renew' disabledValue='disabled'>" href="<#ACTION action='22' form='16'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-calendar-alt"></span>  Renew</a>
27                             </div>   27                             </div>
28                             <a class="dropdown-item btn btn-light menuResubmit <#DATAROW field='RequestActionAllowed' name='Resubmit' disabledValue='disabled'>" href="<#ACTION action='11' form='71'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-redo"></span>  Resubmit Request</a>   28                             <a class="dropdown-item btn btn-light menuResubmit <#DATAROW field='RequestActionAllowed' name='Resubmit' disabledValue='disabled'>" href="<#ACTION action='11' form='71'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-redo"></span>  Resubmit Request</a>
29                             <a class="dropdown-item btn btn-light menuClone <#DATAROW field='RequestActionAllowed' name='Clone' disabledValue='disabled'>" href="<#ACTION action='11' form='110'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-copy text-primary"></span>  Clone Request</a>   29                             <a class="dropdown-item btn btn-light menuClone <#DATAROW field='RequestActionAllowed' name='Clone' disabledValue='disabled'>" href="<#ACTION action='11' form='110'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-copy text-primary"></span>  Clone Request</a>
30                             <div class="<#DATAROW field='RequestType' displayStyle='CompareValue' compareValue='Article' disabledValue='d-none'>">   30                             <div class="<#DATAROW field='RequestType' displayStyle='CompareValue' compareValue='Article' disabledValue='d-none'>">
31                                 <a class="dropdown-item btn btn-light menuClone <#DATAROW field='RequestActionAllowed' name='DeletePDF' disabledValue='disabled'>" href="<#ACTION action='22' type='11'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-trash-alt"></span>  Delete</a>   31                                 <a class="dropdown-item btn btn-light menuClone <#DATAROW field='RequestActionAllowed' name='DeletePDF' disabledValue='disabled'>" href="<#ACTION action='22' type='11'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-trash-alt"></span>  Delete</a>
32                             </div>   32                             </div>
33                         </div>                         33                         </div>                      
34                       </div>   34                       </div>
35                     </div>   35                     </div>
36                 </div>   36                 </div>
37               </div>   37               </div>
38     38  
39     39  
40             <div class="row">   40             <div class="row">
41                 <div class="col-lg-7 col-md-12">   41                 <div class="col-lg-7 col-md-12">
42                     <div class="field text-muted">Transaction Number<span class="field-value font-weight-bold mr-1"><#DATAROW field='TransactionNumber'></span></div>   42                     <div class="field text-muted">Transaction Number<span class="field-value font-weight-bold mr-1"><#DATAROW field='TransactionNumber'></span></div>
43                 </div>   43                 </div>
44            44         
45                 <div class="col-lg-5 col-md-12 text-right">   45                 <div class="col-lg-5 col-md-12 text-right">
46                     <div class="field mb2 text-muted">   46                     <div class="field mb2 text-muted">
47                         <span class="field-value font-weight-bold tool-tip">   47                         <span class="field-value font-weight-bold tool-tip">
48                             <#DATAROW field='TransactionStatus'>   48                             <#DATAROW field='TransactionStatus'>
49                             <span class="tool-tip-text">   49                             <span class="tool-tip-text">
50                                 Moved to <#DATAROW field='TransactionStatus'> on    50                                 Moved to <#DATAROW field='TransactionStatus'> on 
51                                 <span class="convert-local" data-iso8601="<#DATAROW field='TransactionDate' display='ISO8601'>"><#DATAROW field='TransactionDate'></span>   51                                 <span class="convert-local" data-iso8601="<#DATAROW field='TransactionDate' display='ISO8601'>"><#DATAROW field='TransactionDate'></span>
52                             </span>   52                             </span>
53                         </span>   53                         </span>
54                     </div>   54                     </div>
55                 </div>     55                 </div>  
56             </div>   56             </div>
57         </div>   57         </div>
58     </div>   58     </div>
59 </div>   59 </div>

   
File: templates\DataRow_ElectronicDeliveryUndelete.html  
1   <div class="card"> = 1   <div class="card">
2     <div id="request<#DATAROW field='TransactionNumber'>">   2     <div id="request<#DATAROW field='TransactionNumber'>">
3       <div class="card-body">   3       <div class="card-body">
4               <div class="row">   4               <div class="row">
5                    5                 
6                  <div class="col-lg-8 col-md-12">   6                  <div class="col-lg-8 col-md-12">
7                         <h4 class="card-title"> <> 7                         <div class="h4 card-title">
8                             <a href="<#ACTION action='10' form='63'>&amp;Value=<#DATAROW field='TransactionNumber'>"><#DATAROW field='Title'></a> = 8                             <a href="<#ACTION action='10' form='63'>&amp;Value=<#DATAROW field='TransactionNumber'>"><#DATAROW field='Title'></a>
9                         </h4> <> 9                         </div>
10                         <h5 class="card-subtitle text-muted"><#DATAROW field='Author'></h5>   10                         <div class="h5 card-subtitle text-muted"><#DATAROW field='Author'></div>
11              = 11             
12                     </div>   12                     </div>
13     13  
14                  <div class="col-lg-4 col-md-12 text-right">   14                  <div class="col-lg-4 col-md-12 text-right">
15                     <div class="btn-group" role="group" aria-label="Actions for Request <#DATAROW field='TransactionNumber'>">                         15                     <div class="btn-group" role="group" aria-label="Actions for Request <#DATAROW field='TransactionNumber'>">                      
16                         <a class="btn btn-primary menuUndeletePdf" href="<#ACTION action='21' type='11'>&amp;Value=<#DATAROW field='TransactionNumber'>">   16                         <a class="btn btn-primary menuUndeletePdf" href="<#ACTION action='21' type='11'>&amp;Value=<#DATAROW field='TransactionNumber'>">
17                             <span class="fa-stack align-top">   17                             <span class="fa-stack align-top">
18                                 <span class="fas fa-trash-alt fa-stack-1x"></span>   18                                 <span class="fas fa-trash-alt fa-stack-1x"></span>
19                                 <span class="fas fa-ban fa-stack-1x text-danger"></span>       19                                 <span class="fas fa-ban fa-stack-1x text-danger"></span>    
20                             </span>                            20                             </span>                         
21                             Undelete   21                             Undelete
22                         </a>   22                         </a>
23                         <div class="btn-group" role="group">   23                         <div class="btn-group" role="group">
24                         <button id="btnGroupDrop<#DATAROW field='TransactionNumber'>" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">   24                         <button id="btnGroupDrop<#DATAROW field='TransactionNumber'>" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
25                           Actions   25                           Actions
26                         </button>   26                         </button>
27                         <div class="dropdown-menu" aria-labelledby="btnGroupDrop<#DATAROW field='TransactionNumber'>">   27                         <div class="dropdown-menu" aria-labelledby="btnGroupDrop<#DATAROW field='TransactionNumber'>">
28                             <a class="dropdown-item btn btn-light" href="<#ACTION action='10' form='63'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span class="fas fa-info-circle mr-1"></span>Details</a>   28                             <a class="dropdown-item btn btn-light" href="<#ACTION action='10' form='63'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span class="fas fa-info-circle mr-1"></span>Details</a>
29                             <a class="dropdown-item btn btn-light menuEdit <#DATAROW field='RequestActionAllowed' name='Edit' disabledValue='disabled'>" href="<#ACTION action='20' form='63'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-edit text-primary"></span>  Edit</a>   29                             <a class="dropdown-item btn btn-light menuEdit <#DATAROW field='RequestActionAllowed' name='Edit' disabledValue='disabled'>" href="<#ACTION action='20' form='63'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-edit text-primary"></span>  Edit</a>
30                             <a class="dropdown-item btn btn-light menuResubmit <#DATAROW field='RequestActionAllowed' name='Resubmit' disabledValue='disabled'>"    href="<#ACTION action='11' form='71'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-redo"></span>  Resubmit Request</a>   30                             <a class="dropdown-item btn btn-light menuResubmit <#DATAROW field='RequestActionAllowed' name='Resubmit' disabledValue='disabled'>"    href="<#ACTION action='11' form='71'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-redo"></span>  Resubmit Request</a>
31                             <a class="dropdown-item btn btn-light menuClone <#DATAROW field='RequestActionAllowed' name='Clone' disabledValue='disabled'>" href="<#ACTION action='11' form='110'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-copy text-primary"></span>  Clone Request</a>   31                             <a class="dropdown-item btn btn-light menuClone <#DATAROW field='RequestActionAllowed' name='Clone' disabledValue='disabled'>" href="<#ACTION action='11' form='110'>&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-copy text-primary"></span>  Clone Request</a>
32                         </div>                         32                         </div>                      
33                       </div>   33                       </div>
34                     </div>   34                     </div>
35                 </div>   35                 </div>
36               </div>   36               </div>
37     37  
38     38  
39             <div class="row">   39             <div class="row">
40                 <div class="col-lg-7 col-md-12"></div>   40                 <div class="col-lg-7 col-md-12"></div>
41                     <div class="col-lg-5 col-md-12 text-right">   41                     <div class="col-lg-5 col-md-12 text-right">
42                         <div class="field mb2 text-muted">   42                         <div class="field mb2 text-muted">
43                             <span class="field-value font-weight-bold tool-tip">   43                             <span class="field-value font-weight-bold tool-tip">
44                                 <#DATAROW field='TransactionStatus'>   44                                 <#DATAROW field='TransactionStatus'>
45                                 <span class="tool-tip-text">   45                                 <span class="tool-tip-text">
46                                     Moved to <#DATAROW field='TransactionStatus'> on    46                                     Moved to <#DATAROW field='TransactionStatus'> on 
47                                     <span class="convert-local" data-iso8601="<#DATAROW field='TransactionDate' display='ISO8601'>"><#DATAROW field='TransactionDate'></span>   47                                     <span class="convert-local" data-iso8601="<#DATAROW field='TransactionDate' display='ISO8601'>"><#DATAROW field='TransactionDate'></span>
48                                 </span>   48                                 </span>
49                             </span>   49                             </span>
50                         </div>   50                         </div>
51                     </div>   51                     </div>
52                 </div>   52                 </div>
53             </div>   53             </div>
54         </div>   54         </div>
55     </div>   55     </div>

   
File: AboutILLiad.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>About ILLiad</title>   5     <title>About ILLiad</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10 <#INCLUDE filename="include_header.html">   10 <#INCLUDE filename="include_header.html">
11 <#INCLUDE filename="include_menu.html" restriction="IsValidSession">   11 <#INCLUDE filename="include_menu.html" restriction="IsValidSession">
12     12  
13 <div class="container">   13 <div class="container">
14     <div id="content"> <> 14     <main id="content" aria-label="Content">
15         <div class="form-group col-md-12"> = 15         <div class="form-group col-md-12">
16             OCLC ILLiad is a model, implemented in software, of the interlibrary loan process.   16             OCLC ILLiad is a model, implemented in software, of the interlibrary loan process.
17             <br>   17             <br>
18             <br>   18             <br>
19             Developed in the ILL Department at Virginia Tech, it is the only ILL product   19             Developed in the ILL Department at Virginia Tech, it is the only ILL product
20             created as a result of ILL staff review of the entire ILL operation. The   20             created as a result of ILL staff review of the entire ILL operation. The
21             result is a superior product which encompasses every action in the ILL process,   21             result is a superior product which encompasses every action in the ILL process,
22             producing a highly efficient and effective work environment. This environment   22             producing a highly efficient and effective work environment. This environment
23             enhances customer service while significantly reducing costs and staff workload.   23             enhances customer service while significantly reducing costs and staff workload.
24         </div>   24         </div>
25                    25                 
26     </div>     <> 26     </main>    
27              = 27             
28     <#INCLUDE filename="include_footer.html">   28     <#INCLUDE filename="include_footer.html">
29 </div>   29 </div>
30 </body>   30 </body>
31 </html>   31 </html>

   
File: ArticleRequest.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Article Request</title>   5     <title>ILLiad - Article Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="ArticleRequest"> = 15             <form action="illiad.dll" method="post" name="ArticleRequest">
15             <input type="hidden" name="ILLiadForm" value="ArticleRequest">   16                 <input type="hidden" name="ILLiadForm" value="ArticleRequest">
16             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   17                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
17             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   18                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
18             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   19                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
19             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   20                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
20             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   21                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
21             <#FORMSTATE>   22                 <#FORMSTATE>
22                    23                    
23             <fieldset>     24                 <fieldset>  
24     25  
25                 <h2 class="page-header">Article Request</h2>   26                     <h2 class="page-header">Article Request</h2>
26                   27                     
27                 <section name="article-info">   28                     <section name="article-info">
28     29  
29                     <div class="form-group col-md-9">   30                         <div class="form-group col-md-9">
30                         <label for="PhotoJournalTitle">   31                             <label for="PhotoJournalTitle">
31                             <span class="field">   32                                 <span class="field">
32                                 <span class="<#ERROR name='ERRORPhotoJournalTitle'>">   33                                     <span class="<#ERROR name='ERRORPhotoJournalTitle'>">
33                                     Title (Journal, Conference Proceedings, Anthology)     34                                         Title (Journal, Conference Proceedings, Anthology)  
34                                     <span class="req">(required)</span>   35                                         <span class="req">(required)</span>
35                                 </span>   36                                     </span>
36                                 <br>   37                                     <br>
37                                 <span class="small-notes">   38                                     <span class="small-notes">
38                                     Please do not abbreviate unless your citation is abbreviated     39                                         Please do not abbreviate unless your citation is abbreviated  
39                                 </span>   40                                     </span>
40                             </span>   41                                 </span>
41                             <br>   42                                 <br>
42                         </label>   43                             </label>
43                         <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>    44                             <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required> 
44                     </div>   45                         </div>
45     46  
46                     <div class="form-group col-md-9">   47                         <div class="form-group col-md-9">
47                         <label for="PhotoArticleTitle">   48                             <label for="PhotoArticleTitle">
48                             <span class="field">   49                                 <span class="field">
49                                 <span class="<#ERROR name='ERRORPhotoArticleTitle'>">   50                                     <span class="<#ERROR name='ERRORPhotoArticleTitle'>">
50                                     Article Title     51                                         Article Title  
51                                     <span class="req">(required)</span>    52                                         <span class="req">(required)</span> 
52                                 </span>    53                                     </span> 
53                             </span>   54                                 </span>
54                         </label>   55                             </label>
55                         <input type="text" class="form-control" name="PhotoArticleTitle" id="PhotoArticleTitle" value="<#PARAM name='PhotoArticleTitle'>" required>   56                             <input type="text" class="form-control" name="PhotoArticleTitle" id="PhotoArticleTitle" value="<#PARAM name='PhotoArticleTitle'>" required>
56                     </div>   57                         </div>
57     58  
58                     <div class="form-group col-md-9">    59                         <div class="form-group col-md-9"> 
59                         <label for="PhotoArticleAuthor">   60                             <label for="PhotoArticleAuthor">
60                             <span class="field">   61                                 <span class="field">
61                                <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">   62                                 <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">
62                                     Article Author      63                                         Article Author   
63                                 </span>   64                                     </span>
64                             </span>   65                                 </span>
65                         </label>   66                             </label>
66                         <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">   67                             <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">
67                     </div>   68                         </div>
68                       69                         
69                     <div class="form-group col-md-9">   70                         <div class="form-group col-md-9">
70                         <label for="PhotoJournalVolume">   71                             <label for="PhotoJournalVolume">
71                             <span class="field">   72                                 <span class="field">
72                                 <span class="<#ERROR name='ERRORPhotoJournalVolume'>">   73                                     <span class="<#ERROR name='ERRORPhotoJournalVolume'>">
73                                     Volume   74                                         Volume
74                                 </span>   75                                     </span>
75                             </span>   76                                 </span>
76                         </label>   77                             </label>
77                         <input type="text" class="form-control" name="PhotoJournalVolume" id="PhotoJournalVolume" value="<#PARAM name='PhotoJournalVolume'>">   78                             <input type="text" class="form-control" name="PhotoJournalVolume" id="PhotoJournalVolume" value="<#PARAM name='PhotoJournalVolume'>">
78                     </div>   79                         </div>
79                               80                                 
80                     <div class="form-group col-md-9">   81                         <div class="form-group col-md-9">
81                         <label for="PhotoJournalIssue">   82                             <label for="PhotoJournalIssue">
82                             <span class="field">   83                                 <span class="field">
83                                 <span class="<#ERROR name='ERRORPhotoJournalIssue'>">   84                                     <span class="<#ERROR name='ERRORPhotoJournalIssue'>">
84                                     Issue Number or Designation   85                                         Issue Number or Designation
85                                 </span>   86                                     </span>
86                             </span>   87                                 </span>
87                         </label>   88                             </label>
88                         <input type="text" class="form-control" name="PhotoJournalIssue" id="PhotoJournalIssue" value="<#PARAM name='PhotoJournalIssue'>">   89                             <input type="text" class="form-control" name="PhotoJournalIssue" id="PhotoJournalIssue" value="<#PARAM name='PhotoJournalIssue'>">
89                     </div>   90                         </div>
90                               91                                 
91                     <div class="form-group col-md-9">   92                         <div class="form-group col-md-9">
92                         <label for="PhotoJournalMonth">   93                             <label for="PhotoJournalMonth">
93                             <span class="field">   94                                 <span class="field">
94                                 <span class="<#ERROR name='ERRORPhotoJournalMonth'>">   95                                     <span class="<#ERROR name='ERRORPhotoJournalMonth'>">
95                                     Month   96                                         Month
96                                 </span>   97                                     </span>
97                             </span>   98                                 </span>
98                         </label>   99                             </label>
99                         <input type="text" class="form-control" name="PhotoJournalMonth" id="PhotoJournalMonth" value="<#PARAM name='PhotoJournalMonth'>">   100                             <input type="text" class="form-control" name="PhotoJournalMonth" id="PhotoJournalMonth" value="<#PARAM name='PhotoJournalMonth'>">
100                     </div>   101                         </div>
101                           102                             
102                     <div class="form-group col-md-9">   103                         <div class="form-group col-md-9">
103                         <label for="PhotoJournalYear">   104                             <label for="PhotoJournalYear">
104                             <span class="field">   105                                 <span class="field">
105                                 <span class="<#ERROR name='ERRORPhotoJournalYear'>">   106                                     <span class="<#ERROR name='ERRORPhotoJournalYear'>">
106                                     Year      107                                         Year   
107                                 </span>   108                                     </span>
108                             </span>   109                                 </span>
109                         </label>   110                             </label>
110                         <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">   111                             <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">
111                     </div>   112                         </div>
112                   113                     
113                     <div class="form-group col-md-9">   114                         <div class="form-group col-md-9">
114                         <label for="PhotoJournalInclusivePages">   115                             <label for="PhotoJournalInclusivePages">
115                             <span class="field">   116                                 <span class="field">
116                                 <span class="<#ERROR name='ERRORPhotoJournalInclusivePages'>">   117                                     <span class="<#ERROR name='ERRORPhotoJournalInclusivePages'>">
117                                     Inclusive Pages      118                                         Inclusive Pages   
118                                 </span>   119                                     </span>
119                             </span>   120                                 </span>
120                         </label>   121                             </label>
121                         <input type="text" class="form-control" name="PhotoJournalInclusivePages" id="PhotoJournalInclusivePages" value="<#PARAM name='PhotoJournalInclusivePages'>">   122                             <input type="text" class="form-control" name="PhotoJournalInclusivePages" id="PhotoJournalInclusivePages" value="<#PARAM name='PhotoJournalInclusivePages'>">
122                     </div>   123                         </div>
123                               124                                 
124                     <div class="form-group col-md-9">   125                         <div class="form-group col-md-9">
125                         <label for="ISSN">   126                             <label for="ISSN">
126                             <span class="field">   127                                 <span class="field">
127                                 <span class="<#ERROR name='ERRORISSN'>">    128                                     <span class="<#ERROR name='ERRORISSN'>"> 
128                                     ISSN (International Standard Serial Number)      129                                         ISSN (International Standard Serial Number)   
129                                 </span>   130                                     </span>
130                              <br>   131                                 <br>
131                                 <span class="small-notes">   132                                     <span class="small-notes">
132                                     If given will speed request processing   133                                         If given will speed request processing
133                                 </span>   134                                     </span>
134                             </span>   135                                 </span>
135                         </label>   136                             </label>
136                         <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">   137                             <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">
137                     </div>   138                         </div>
138                               139                                 
139                     <!--<div class="form-group col-md-9">   140                         <!--<div class="form-group col-md-9">
140                         <label for="CallNumber">   141                             <label for="CallNumber">
141                             <span class="field">   142                                 <span class="field">
142                                 <span class="<#ERROR name='ERRORCallNumber'>">   143                                     <span class="<#ERROR name='ERRORCallNumber'>">
143                                       Call Number      144                                         Call Number   
      145                                     </span>
144                                 </span>   146                                 </span>
145                             </span>      
146                         </label>   147                             </label>
147                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   148                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
148                     </div>   149                         </div>
149                   150                     
150                     <div class="form-group col-md-9">   151                         <div class="form-group col-md-9">
151                         <label for="ESPNumber">   152                             <label for="ESPNumber">
152                             <span class="field">   153                                 <span class="field">
153                                 <span class="<#ERROR name='ERRORESPNumber'>">   154                                     <span class="<#ERROR name='ERRORESPNumber'>">
154                                       OCLC or Docline UI Number      155                                         OCLC or Docline UI Number   
      156                                     </span>
155                                 </span>   157                                 </span>
156                             </span>      
157                         </label>   158                             </label>
158                         <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   159                             <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
159                     </div>-->   160                         </div>-->
160                           161                        
161                     <div class="form-group col-md-9">   162                         <div class="form-group col-md-9">
162                         <label for="Notes">   163                             <label for="Notes">
163                             <span class="field">   164                                 <span class="field">
164                                 <span class="<#ERROR name='ERRORNotes'>">     165                                     <span class="<#ERROR name='ERRORNotes'>">  
165                                     Notes      166                                         Notes   
166                                 </span><br>   167                                     </span><br>
167                                 <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   168                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
168                             </span>   169                                 </span>
169                         </label>   170                             </label>
170                         <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea>   171                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea>
171                     </div>   172                         </div>
172                 </section>   173                     </section>
173                 <#INCLUDE filename="include_request_cited.html">                   174                     <#INCLUDE filename="include_request_cited.html">                
174                 <#INCLUDE filename="include_request_buttons.html">   175                     <#INCLUDE filename="include_request_buttons.html">
175             </fieldset>   176                 </fieldset>
176         </form>        177             </form>     
    -+ 178         </main>
177         <#INCLUDE filename="include_footer.html"> = 179         <#INCLUDE filename="include_footer.html">
178     </div>       180     </div>    
179 </body>   181 </body>
180 </html>   182 </html>

   
File: Blocked.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5   <title>ILLiad - Blocked User</title>   5   <title>ILLiad - Blocked User</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10   <#INCLUDE filename="include_header.html">   10   <#INCLUDE filename="include_header.html">
11        11     
    <> 12     <div class="container">
12     <div id="content" class="container" role="heading" aria-label="Content">       13         <main id="content" aria-label="Content">
13   = 14  
14         <div id="status" class="container"><#STATUS></div>   15             <div id="status" class="container"><#STATUS></div>
15            16  
    -+ 17         </main>
16         <#INCLUDE filename="include_footer.html"> = 18         <#INCLUDE filename="include_footer.html">
17     </div>   19     </div>
18 </body>   20 </body>
19 </html>   21 </html>

   
File: BookChapterRequest.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Book Chapter Request</title>   5     <title>ILLiad - Book Chapter Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="BookChapterRequest"> = 15             <form action="illiad.dll" method="post" name="BookChapterRequest">
15             <input type="hidden" name="ILLiadForm" value="BookChapterRequest">   16                 <input type="hidden" name="ILLiadForm" value="BookChapterRequest">
16             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   17                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
17             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   18                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
18             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   19                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
19             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   20                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
20             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   21                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
21             <#FORMSTATE>   22                 <#FORMSTATE>
22                    23                    
23             <fieldset>     24                 <fieldset>  
24     25  
25                 <h2 class="page-header">Book Chapter Request</h2>   26                     <h2 class="page-header">Book Chapter Request</h2>
26                   27                     
27                 <section name="bookchapter-info">   28                     <section name="bookchapter-info">
28                       29                         
29                     <div class="form-group col-md-12">     30                         <div class="form-group col-md-12">  
30                         <label for="PhotoJournalTitle">   31                             <label for="PhotoJournalTitle">
31                             <span class="field">   32                                 <span class="field">
32                                 <span class="<#ERROR name='ERRORPhotoJournalTitle'>">   33                                     <span class="<#ERROR name='ERRORPhotoJournalTitle'>">
33                                     Book Title   34                                         Book Title
34                                     <span class="req">(required)</span>   35                                         <span class="req">(required)</span>
35                                 </span>   36                                     </span>
36                                 </br>   37                                     </br>
37                                 <span class="small-notes">   38                                     <span class="small-notes">
38                                     Please do not abbreviate unless your citation is abbreviated   39                                         Please do not abbreviate unless your citation is abbreviated
39                                 </span>   40                                     </span>
40                             </span>   41                                 </span>
41                     </label>   42                         </label>
42                         <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>   43                             <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>
43                     </div>         44                         </div>      
44                   45                     
45                     <div class="form-group col-md-12">   46                         <div class="form-group col-md-12">
46                         <label for="PhotoItemAuthor">   47                             <label for="PhotoItemAuthor">
47                             <span class="field">   48                                 <span class="field">
48                                 <span class="<#ERROR name='ERRORPhotoItemAuthor'>">   49                                     <span class="<#ERROR name='ERRORPhotoItemAuthor'>">
49                                     Book Author/Editor   50                                         Book Author/Editor
50                                 </span>   51                                     </span>
51                             </span>   52                                 </span>
52                         </label>   53                             </label>
53                         <input type="text" class="form-control" name="PhotoItemAuthor" id="PhotoItemAuthor" value="<#PARAM name='PhotoItemAuthor'>">   54                             <input type="text" class="form-control" name="PhotoItemAuthor" id="PhotoItemAuthor" value="<#PARAM name='PhotoItemAuthor'>">
54                     </div>   55                         </div>
55     56  
56                     <div class="form-group col-md-12">   57                         <div class="form-group col-md-12">
57                         <label for="PhotoArticleTitle">   58                             <label for="PhotoArticleTitle">
58                             <span class="field">   59                                 <span class="field">
59                                 <span class="<#ERROR name='ERRORPhotoArticleTitle'>">   60                                     <span class="<#ERROR name='ERRORPhotoArticleTitle'>">
60                                     Chapter Title   61                                         Chapter Title
61                                 </span>   62                                     </span>
62                             </span>   63                                 </span>
63                         </label>   64                             </label>
64                         <input type="text" class="form-control" name="PhotoArticleTitle" id="PhotoArticleTitle" value="<#PARAM name='PhotoArticleTitle'>">   65                             <input type="text" class="form-control" name="PhotoArticleTitle" id="PhotoArticleTitle" value="<#PARAM name='PhotoArticleTitle'>">
65                     </div>   66                         </div>
66                           67                             
67                     <div class="form-group col-md-12">   68                         <div class="form-group col-md-12">
68                         <label for="PhotoArticleAuthor">   69                             <label for="PhotoArticleAuthor">
69                             <span class="field">   70                                 <span class="field">
70                                 <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">   71                                     <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">
71                                     Chapter Author   72                                         Chapter Author
72                                 </span>   73                                     </span>
73                             </span>   74                                 </span>
74                         </label>   75                             </label>
75                         <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">   76                             <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">
76                     </div>   77                         </div>
77                           78                             
78                     <div class="form-group col-md-12">   79                         <div class="form-group col-md-12">
79                         <label for="PhotoItemPlace">   80                             <label for="PhotoItemPlace">
80                             <span class="field">   81                                 <span class="field">
81                                 <span class="<#ERROR name='ERRORPhotoItemPlace'>">   82                                     <span class="<#ERROR name='ERRORPhotoItemPlace'>">
82                                     Place of Publication   83                                         Place of Publication
83                                 </span>   84                                     </span>
84                             </span>   85                                 </span>
85                         </label>   86                             </label>
86                         <input type="text" class="form-control" name="PhotoItemPlace" id="PhotoItemPlace" value="<#PARAM name='PhotoItemPlace'>">   87                             <input type="text" class="form-control" name="PhotoItemPlace" id="PhotoItemPlace" value="<#PARAM name='PhotoItemPlace'>">
87                     </div>   88                         </div>
88                               89                                 
89                     <div class="form-group col-md-12">   90                         <div class="form-group col-md-12">
90                         <label for="PhotoItemPublisher">   91                             <label for="PhotoItemPublisher">
91                             <span class="field">   92                                 <span class="field">
92                                 <span class="<#ERROR name='ERRORPhotoItemPublisher'>">   93                                     <span class="<#ERROR name='ERRORPhotoItemPublisher'>">
93                                     Publisher   94                                         Publisher
94                                 </span>   95                                     </span>
95                             </span>   96                                 </span>
96                         </label>   97                             </label>
97                         <input type="text" class="form-control" name="PhotoItemPublisher" id="PhotoItemPublisher" value="<#PARAM name='PhotoItemPublisher'>">   98                             <input type="text" class="form-control" name="PhotoItemPublisher" id="PhotoItemPublisher" value="<#PARAM name='PhotoItemPublisher'>">
98                     </div>   99                         </div>
99                           100                             
100                     <div class="form-group col-md-12">   101                         <div class="form-group col-md-12">
101                         <label for="PhotoJournalYear">   102                             <label for="PhotoJournalYear">
102                             <span class="field">   103                                 <span class="field">
103                                 <span class="<#ERROR name='ERRORPhotoJournalYear'>">   104                                     <span class="<#ERROR name='ERRORPhotoJournalYear'>">
104                                     Year   105                                         Year
105                                 </span>   106                                     </span>
106                             </span>   107                                 </span>
107                         </label>   108                             </label>
108                         <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">   109                             <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">
109                     </div>   110                         </div>
110                           111                             
111     112  
112                     <div class="form-group col-md-12">   113                         <div class="form-group col-md-12">
113                         <label for="PhotoItemEdition">   114                             <label for="PhotoItemEdition">
114                             <span class="field">   115                                 <span class="field">
115                                 <span class="<#ERROR name='ERRORPhotoItemEdition'>">   116                                     <span class="<#ERROR name='ERRORPhotoItemEdition'>">
116                                     Edition   117                                         Edition
117                                 </span>   118                                     </span>
118                             </span>   119                                 </span>
119                         </label>   120                             </label>
120                         <input type="text" class="form-control" name="PhotoItemEdition" id="PhotoItemEdition" value="<#PARAM name='PhotoItemEdition'>">   121                             <input type="text" class="form-control" name="PhotoItemEdition" id="PhotoItemEdition" value="<#PARAM name='PhotoItemEdition'>">
121                     </div>   122                         </div>
122                           123                             
123     124  
124                     <div class="form-group col-md-12">   125                         <div class="form-group col-md-12">
125                         <label for="PhotoJournalInclusivePages">   126                             <label for="PhotoJournalInclusivePages">
126                             <span class="field">   127                                 <span class="field">
127                                 <span class="<#ERROR name='ERRORPhotoJournalInclusivePages'>">   128                                     <span class="<#ERROR name='ERRORPhotoJournalInclusivePages'>">
128                                     Inclusive Pages   129                                         Inclusive Pages
129                                 </span>   130                                     </span>
130                             </span>   131                                 </span>
131                         </label>   132                             </label>
132                         <input type="text" class="form-control" name="PhotoJournalInclusivePages" id="PhotoJournalInclusivePages" value="<#PARAM name='PhotoJournalInclusivePages'>">   133                             <input type="text" class="form-control" name="PhotoJournalInclusivePages" id="PhotoJournalInclusivePages" value="<#PARAM name='PhotoJournalInclusivePages'>">
133                     </div>   134                         </div>
134                          135                        
135                     <div class="form-group col-md-12">   136                         <div class="form-group col-md-12">
136                         <label for="ISSN">   137                             <label for="ISSN">
137                             <span class="field">   138                                 <span class="field">
138                                 <span class="<#ERROR name='ERRORISSN'>">   139                                     <span class="<#ERROR name='ERRORISSN'>">
139                                     ISBN (International Standard Book Number)   140                                         ISBN (International Standard Book Number)
140                                 </span>   141                                     </span>
141                                 <br>   142                                     <br>
142                                 <span class="small-notes">   143                                     <span class="small-notes">
143                                     If given will speed request processing   144                                         If given will speed request processing
144                                 </span>   145                                     </span>
145                             </span>   146                                 </span>
146                         </label>   147                             </label>
147                         <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">   148                             <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">
148                     </div>   149                         </div>
149                           150                             
150                     <!--<div class="form-group col-md-12">   151                         <!--<div class="form-group col-md-12">
151                         <label for="CallNumber">   152                             <label for="CallNumber">
152                             <span class="field">   153                                 <span class="field">
153                                 <span class="<#ERROR name='ERRORCallNumber'>">   154                                     <span class="<#ERROR name='ERRORCallNumber'>">
154                                     Call Number   155                                         Call Number
      156                                     </span>
155                                 </span>   157                                 </span>
156                             </span>      
157                         </label>   158                             </label>
158                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   159                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
159                     </div>   160                         </div>
160                           161                             
161                     <div class="form-group col-md-12">   162                         <div class="form-group col-md-12">
162                         <label for="ESPNumber">   163                             <label for="ESPNumber">
163                             <span class="field">   164                                 <span class="field">
164                                 <span class="<#ERROR name='ERRORESPNumber'>">   165                                     <span class="<#ERROR name='ERRORESPNumber'>">
165                                     OCLC or Docline UI Number   166                                         OCLC or Docline UI Number
      167                                     </span>
166                                 </span>   168                                 </span>
167                             </span>      
168                         </label>   169                             </label>
169                         <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   170                             <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
170                     </div>-->   171                         </div>-->
171                           172                             
172                     <div class="form-group col-md-9">   173                         <div class="form-group col-md-9">
173                         <label for="Notes">   174                             <label for="Notes">
174                             <span class="field">   175                                 <span class="field">
175                                 <span class="<#ERROR name='ERRORNotes'>">     176                                     <span class="<#ERROR name='ERRORNotes'>">  
176                                     Notes      177                                         Notes   
177                                 </span><br>   178                                     </span><br>
178                                 <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   179                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
179                             </span>   180                                 </span>
180                         </label>   181                             </label>
181                         <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   182                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
182                     </div>   183                         </div>
183             </section>   184                     </section>
184                 <#INCLUDE filename="include_request_cited.html">                   185                     <#INCLUDE filename="include_request_cited.html">                
185                 <#INCLUDE filename="include_request_buttons.html">   186                     <#INCLUDE filename="include_request_buttons.html">
186             </fieldset>   187                 </fieldset>
187         </form>   188             </form>
    -+ 189         </main>
188         <#INCLUDE filename="include_footer.html"> = 190         <#INCLUDE filename="include_footer.html">
189     </div>       191     </div>    
190 </body>   192 </body>
191 </html>   193 </html>

   
File: ChangePassword.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Change Password</title>   5     <title>ILLiad - Change Password</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_nav.html">   11     <#INCLUDE filename="include_nav.html">
    <> 12     <div class="container">
12     <div id="content" class="container" role="heading" aria-label="Content">   13         <main id="content" aria-label="Content">
13         <form action="illiad.dll" method="post" name="ChangePassword"> = 14             <form action="illiad.dll" method="post" name="ChangePassword">
14             <input type="hidden" name="ILLiadForm" value="ChangePassword">   15                 <input type="hidden" name="ILLiadForm" value="ChangePassword">
15             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   16                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
16             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   17                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
17             <#FORMSTATE>   18                 <#FORMSTATE>
18     19  
19             <fieldset>   20                 <fieldset>
20     21  
21                 <h2 class="page-header">Change Password</h2>   22                     <h2 class="page-header">Change Password</h2>
22                 <div id="status"><#STATUS></div>   23                     <div id="status"><#STATUS></div>
23     24  
24                 <section name="password-info">   25                     <section name="password-info">
25                     <div class="form-group col-md-5">   26                         <div class="form-group col-md-5">
26                         <label for="CurrentPassword">   27                             <label for="CurrentPassword">
27                             <span class="<#ERROR name='ERRORCurrentPassword'>">   28                                 <span class="<#ERROR name='ERRORCurrentPassword'>">
28                                 Current Password   29                                     Current Password
29                             </span>   30                                 </span>
30                         </label>   31                             </label>
31                         <input type="password" class="form-control" name="CurrentPassword" id="CurrentPassword" aria-describedby="passwordHelp" autocomplete="off">   32                             <input type="password" class="form-control" name="CurrentPassword" id="CurrentPassword" aria-describedby="passwordHelp" autocomplete="off">
32                     </div>   33                         </div>
33     34  
34                     <div class="form-group col-md-5">   35                         <div class="form-group col-md-5">
35                         <label for="Password1">   36                             <label for="Password1">
36                             <span class="<#ERROR name='ERRORPassword1'>">   37                                 <span class="<#ERROR name='ERRORPassword1'>">
37                                 New Password   38                                     New Password
38                             </span>   39                                 </span>
39                         </label>   40                             </label>
40                         <input type="password" class="form-control" name="Password1" id="Password1" autocomplete="off">   41                             <input type="password" class="form-control" name="Password1" id="Password1" autocomplete="off">
41                         <div class="small-notes">   42                             <div class="small-notes">
42                             Passwords must be at least eight characters long and contain a lowercase letter, an uppercase letter, and a number.   43                                 Passwords must be at least eight characters long and contain a lowercase letter, an uppercase letter, and a number.
43                         </div>   44                             </div>
44                     </div>   45                         </div>
45     46  
46                     <div class="form-group col-md-5">   47                         <div class="form-group col-md-5">
47                         <label for="Password2">   48                             <label for="Password2">
48                             <span class="<#ERROR name='ERRORPassword2'>">   49                                 <span class="<#ERROR name='ERRORPassword2'>">
49                                 Re-enter New Password   50                                     Re-enter New Password
50                             </span>   51                                 </span>
51                         </label>   52                             </label>
52                         <input type="password" class="form-control" name="Password2" id="Password2" autocomplete="off">   53                             <input type="password" class="form-control" name="Password2" id="Password2" autocomplete="off">
53                     </div>   54                         </div>
54                 </section>   55                     </section>
55     56  
56             </fieldset>   57                 </fieldset>
57     58  
58             <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>   59                 <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>
59             <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton2" value="Cancel - Exit to Main Menu">Cancel - Exit to Main Menu</button>   60                 <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton2" value="Cancel - Exit to Main Menu">Cancel - Exit to Main Menu</button>
60         </form>   61             </form>
    -+ 62         </main>
61          <#INCLUDE filename="include_footer.html"> = 63          <#INCLUDE filename="include_footer.html">
62     </div>   64     </div>
63 </body>   65 </body>
64 </html>   66 </html>

   
File: ChangeUserInformation.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Change User Information</title>   5     <title>ILLiad - Change User Information</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="ChangeUserInformation"> = 15             <form action="illiad.dll" method="post" name="ChangeUserInformation">
15             <input type="hidden" name="ILLiadForm" value="ChangeUserInformation">   16                 <input type="hidden" name="ILLiadForm" value="ChangeUserInformation">
16             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   17                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
17             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   18                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
18             <input type="hidden" id="ArticleBillingCategory" name="ArticleBillingCategory" value="<#PARAM name='ArticleBillingCategory'>">   19                 <input type="hidden" id="ArticleBillingCategory" name="ArticleBillingCategory" value="<#PARAM name='ArticleBillingCategory'>">
19             <input type="hidden" id="LoanBillingCategory" name="LoanBillingCategory" value="<#PARAM name='LoanBillingCategory'>">   20                 <input type="hidden" id="LoanBillingCategory" name="LoanBillingCategory" value="<#PARAM name='LoanBillingCategory'>">
20             <input type="hidden" name="DeliveryGroup" value="Hold for Pickup">   21                 <input type="hidden" name="DeliveryGroup" value="Hold for Pickup">
21             <input type="hidden" name="LoanDeliveryGroup" value="Hold for Pickup">   22                 <input type="hidden" name="LoanDeliveryGroup" value="Hold for Pickup">
22             <input type="hidden" name="WebDeliveryGroup" value="Yes">   23                 <input type="hidden" name="WebDeliveryGroup" value="Yes">
23             <#FORMSTATE>   24                 <#FORMSTATE>
24               25                 
25             <fieldset>   26                 <fieldset>
26     27  
27                 <h2 class="page-header">Update Profile</h2>   28                     <h2 class="page-header">Update Profile</h2>
28                   29                     
29                 <section name="change-user-information-info">      30                     <section name="change-user-information-info">   
30                     <h3>User Information</h3>   31                         <h3>User Information</h3>
31                     <div class="form-group col-md-5">   32                         <div class="form-group col-md-5">
32                         <label for="FirstName">   33                             <label for="FirstName">
33                             <span class="<#ERROR name='ERRORFirstName'>">   34                                 <span class="<#ERROR name='ERRORFirstName'>">
34                                 First Name   35                                     First Name
35                                 <span class="req">(required)</span>   36                                     <span class="req">(required)</span>
36                             </span>   37                                 </span>
37                         </label>   38                             </label>
38                         <input type="text" class="form-control" name="FirstName" id="FirstName" value="<#PARAM name='FirstName'>" required>   39                             <input type="text" class="form-control" name="FirstName" id="FirstName" value="<#PARAM name='FirstName'>" required>
39                     </div>   40                         </div>
40     41  
41                     <div class="form-group col-md-5">   42                         <div class="form-group col-md-5">
42                         <label for="LastName">   43                             <label for="LastName">
43                             <span class="<#ERROR name='ERRORLastName'>">   44                                 <span class="<#ERROR name='ERRORLastName'>">
44                                 Last Name   45                                     Last Name
45                                 <span class="req">(required)</span>   46                                     <span class="req">(required)</span>
46                             </span>   47                                 </span>
47                         </label>   48                             </label>
48                         <input type="text" class="form-control" name="LastName" id="LastName" value="<#PARAM name='LastName'>" required>   49                             <input type="text" class="form-control" name="LastName" id="LastName" value="<#PARAM name='LastName'>" required>
49                     </div>   50                         </div>
50                   51                     
51                     <div class="form-group col-md-5">   52                         <div class="form-group col-md-5">
52                         <label for="SSN">   53                             <label for="SSN">
53                             <span class="field">   54                                 <span class="field">
54                                 <span class="<#ERROR name='ERRORSSN'>">   55                                     <span class="<#ERROR name='ERRORSSN'>">
55                                     ID Number   56                                         ID Number
56                                     <span class="req">(required)</span>   57                                         <span class="req">(required)</span>
57                                 </span>   58                                     </span>
58                             </span>   59                                 </span>
59                         </label>   60                             </label>
60                         <input type="text" class="form-control" name="SSN" id="SSN" value="<#PARAM name='SSN'>" required>   61                             <input type="text" class="form-control" name="SSN" id="SSN" value="<#PARAM name='SSN'>" required>
61                     </div>   62                         </div>
62     63  
63                     <div class="form-group col-md-5">   64                         <div class="form-group col-md-5">
64                         <label for="EMailAddress">   65                             <label for="EMailAddress">
65                             <span class="field">   66                                 <span class="field">
66                                 <span class="<#ERROR name='ERROREMailAddress'>">   67                                     <span class="<#ERROR name='ERROREMailAddress'>">
67                                     E-Mail Address   68                                         E-Mail Address
68                                     <span class="req">(required)</span>   69                                         <span class="req">(required)</span>
69                                 </span>   70                                     </span>
70                             </span>   71                                 </span>
71                         </label>   72                             </label>
72                         <input type="text" class="form-control" name="EMailAddress" id="EMailAddress" value="<#PARAM name='EMailAddress'>" required>   73                             <input type="text" class="form-control" name="EMailAddress" id="EMailAddress" value="<#PARAM name='EMailAddress'>" required>
73                     </div>   74                         </div>
74                       75                         
75                     <div class="form-group col-md-5">   76                         <div class="form-group col-md-5">
76                         <label for="Phone">   77                             <label for="Phone">
77                             <span class="field">   78                                 <span class="field">
78                                 <span class="<#ERROR name='ERRORPhone'>">   79                                     <span class="<#ERROR name='ERRORPhone'>">
79                                     Daytime Phone   80                                         Daytime Phone
80                                     <span class="req">(required)</span>   81                                         <span class="req">(required)</span>
81                                 </span>   82                                     </span>
82                             </span>   83                                 </span>
83                         </label>   84                             </label>
84                         <input type="text" class="form-control" name="Phone" id="Phone" value="<#PARAM name='Phone'>" required>   85                             <input type="text" class="form-control" name="Phone" id="Phone" value="<#PARAM name='Phone'>" required>
85                     </div>   86                         </div>
86                   87                     
87                     <div class="form-group col-md-5">   88                         <div class="form-group col-md-5">
88                         <label for="MobilePhone">   89                             <label for="MobilePhone">
89                             <span class="field">   90                                 <span class="field">
90                                 <span class="<#ERROR name='ERRORMobilePhone'>">    91                                     <span class="<#ERROR name='ERRORMobilePhone'>"> 
91                                     Mobile Phone    92                                         Mobile Phone 
92                                 </span>   93                                     </span>
93                             </span>   94                                 </span>
94                         </label>   95                             </label>
95                         <input type="text" class="form-control" name="MobilePhone" id="MobilePhone" value="<#PARAM name='MobilePhone'>">   96                             <input type="text" class="form-control" name="MobilePhone" id="MobilePhone" value="<#PARAM name='MobilePhone'>">
96                     </div>   97                         </div>
97     98  
98                     <div class="form-group col-md-5">   99                         <div class="form-group col-md-5">
99                         <label for="Department">   100                             <label for="Department">
100                             <span class="field">   101                                 <span class="field">
101                                 <span class="<#ERROR name='ERRORDepartment'>">   102                                     <span class="<#ERROR name='ERRORDepartment'>">
102                                     Department    103                                         Department 
103                                 </span>   104                                     </span>
104                             </span>   105                                 </span>
105                         </label>   106                             </label>
106                         <select id="Department" name="Department" size="1" class="custom-select mr-sm-2">   107                             <select id="Department" name="Department" size="1" class="custom-select mr-sm-2">
107                             <#OPTION name="custom" groupname="Department" selectedValue="<#PARAM name='Department'>">   108                                 <#OPTION name="custom" groupname="Department" selectedValue="<#PARAM name='Department'>">
108                         </select>   109                             </select>
109                     </div>   110                         </div>
110     111  
111                     <div class="form-group col-md-5">   112                         <div class="form-group col-md-5">
112                         <label for="StatusGroup">   113                             <label for="StatusGroup">
113                             <span class="field">   114                                 <span class="field">
114                                 <span class="<#ERROR name='ERRORStatus'>">   115                                     <span class="<#ERROR name='ERRORStatus'>">
115                                     Status   116                                         Status
116                                     <span class="req">(required)</span>   117                                         <span class="req">(required)</span>
117                                 </span>   118                                     </span>
118                             </span>   119                                 </span>
119                         </label>   120                             </label>
120                         <select id="StatusGroup" name="StatusGroup" size="1" class="custom-select mr-sm-2" required>   121                             <select id="StatusGroup" name="StatusGroup" size="1" class="custom-select mr-sm-2" required>
121                             <#OPTION name="custom" groupname="StatusGroup" selectedValue="<#PARAM name='StatusGroup'>">   122                                 <#OPTION name="custom" groupname="StatusGroup" selectedValue="<#PARAM name='StatusGroup'>">
122                         </select>   123                             </select>
123                     </div>   124                         </div>
124     125  
125                     <div class="form-group col-md-5">   126                         <div class="form-group col-md-5">
126                         <label for="NVTGC">   127                             <label for="NVTGC">
127                             <span class="field">   128                                 <span class="field">
128                                 <span class="<#ERROR name='ERRORNVTGC'>">   129                                     <span class="<#ERROR name='ERRORNVTGC'>">
129                                     Delivery Location    130                                         Delivery Location 
130                                 </span>   131                                     </span>
131                             </span>   132                                 </span>
132                         </label>   133                             </label>
133                         <select id="NVTGC" name="NVTGC" size="1" class="custom-select mr-sm-2">   134                             <select id="NVTGC" name="NVTGC" size="1" class="custom-select mr-sm-2">
134                             <#OPTION name="custom" groupname="NVTGC" selectedValue="<#PARAM name='NVTGC'>">                        135                                 <#OPTION name="custom" groupname="NVTGC" selectedValue="<#PARAM name='NVTGC'>">                     
135                         </select>   136                             </select>
136                     </div>   137                         </div>
137                 </section>   138                     </section>
138     139  
139                 <section>   140                     <section>
140                     <h3>Address</h3>   141                         <h3>Address</h3>
141                     <div class="form-group col-md-5">   142                         <div class="form-group col-md-5">
142                         <label for="Address">   143                             <label for="Address">
143                             <span class="field">   144                                 <span class="field">
144                                 <span class="<#ERROR name='ERRORAddress'>">   145                                     <span class="<#ERROR name='ERRORAddress'>">
145                                     Address Line 1   146                                         Address Line 1
146                                     <span class="req">(required)</span>   147                                         <span class="req">(required)</span>
147                                 </span>   148                                     </span>
148                             </span>   149                                 </span>
149                         </label>   150                             </label>
150                         <input type="text" class="form-control" name="Address" id="Address" value="<#PARAM name='Address'>" required>   151                             <input type="text" class="form-control" name="Address" id="Address" value="<#PARAM name='Address'>" required>
151                     </div>   152                         </div>
152                   153                     
153                     <div class="form-group col-md-5">   154                         <div class="form-group col-md-5">
154                         <label for="Address2">   155                             <label for="Address2">
155                             <span class="field">   156                                 <span class="field">
156                                 <span class="<#ERROR name='ERRORAddress2'>">   157                                     <span class="<#ERROR name='ERRORAddress2'>">
157                                     Address Line 2   158                                         Address Line 2
158                                 </span>   159                                     </span>
159                             </span>   160                                 </span>
160                         </label>   161                             </label>
161                         <input type="text" class="form-control" name="Address2" id="Address2" value="<#PARAM name='Address2'>">   162                             <input type="text" class="form-control" name="Address2" id="Address2" value="<#PARAM name='Address2'>">
162                     </div>   163                         </div>
163                   164                     
164                     <div class="form-group col-md-5">   165                         <div class="form-group col-md-5">
165                         <label for="City">   166                             <label for="City">
166                             <span class="field">   167                                 <span class="field">
167                                 <span class="<#ERROR name='ERRORCity'>">   168                                     <span class="<#ERROR name='ERRORCity'>">
168                                     Address City   169                                         Address City
169                                     <span class="req">(required)</span>   170                                         <span class="req">(required)</span>
170                                 </span>   171                                     </span>
171                             </span>   172                                 </span>
172                         </label>   173                             </label>
173                         <input type="text" class="form-control" name="City" id="City" value="<#PARAM name='City'>" required>   174                             <input type="text" class="form-control" name="City" id="City" value="<#PARAM name='City'>" required>
174                     </div>   175                         </div>
175                   176                     
176                     <div class="form-group col-md-5">   177                         <div class="form-group col-md-5">
177                         <label for="State">   178                             <label for="State">
178                             <span class="field">   179                                 <span class="field">
179                                 <span class="<#ERROR name='ERRORState'>">   180                                     <span class="<#ERROR name='ERRORState'>">
180                                     Address State    181                                         Address State 
181                                     <span class="req">(required)</span>   182                                         <span class="req">(required)</span>
182                                 </span>   183                                     </span>
183                             </span>   184                                 </span>
184                         </label>   185                             </label>
185                         <select id="State" name="State" size="1" class="custom-select mr-sm-2" required>   186                             <select id="State" name="State" size="1" class="custom-select mr-sm-2" required>
186                             <#OPTION name="custom" groupname="State" selectedValue="<#PARAM name='State'>">   187                                 <#OPTION name="custom" groupname="State" selectedValue="<#PARAM name='State'>">
187                         </select>   188                             </select>
188                     </div>   189                         </div>
189                   190                     
190                     <div class="form-group col-md-5">   191                         <div class="form-group col-md-5">
191                         <label for="Zip">   192                             <label for="Zip">
192                             <span class="field">   193                                 <span class="field">
193                                 <span class="<#ERROR name='ERRORZip'>">   194                                     <span class="<#ERROR name='ERRORZip'>">
194                                     Address Zip    195                                         Address Zip 
195                                     <span class="req">(required)</span>   196                                         <span class="req">(required)</span>
196                                 </span>   197                                     </span>
197                             </span>   198                                 </span>
198                         </label>   199                             </label>
199                         <input type="text" class="form-control" name="Zip" id="Zip" value="<#PARAM name='Zip'>" required>   200                             <input type="text" class="form-control" name="Zip" id="Zip" value="<#PARAM name='Zip'>" required>
200                     </div>   201                         </div>
201                 </section>   202                     </section>
202                   203                     
203                 <!--    204                     <!-- 
204     205  
205                 If this section is to be removed/unused, then remove the matching hidden inputs and the top of this page    206                     If this section is to be removed/unused, then remove the matching hidden inputs and the top of this page 
206     207  
207                 <section name="delivery-method-info">   208                     <section name="delivery-method-info">
208                     <h3>Delivery Methods</h3>   209                         <h3>Delivery Methods</h3>
209                       210                         
210                     <div class="form-group col-md-5">   211                         <div class="form-group col-md-5">
211                         <label for="DeliveryGroup">   212                             <label for="DeliveryGroup">
212                             <span class="field">   213                                 <span class="field">
213                                 <span class="<#ERROR name='ERRORDeliveryGroup'>">   214                                     <span class="<#ERROR name='ERRORDeliveryGroup'>">
214                                     Preferred Article Delivery Method   215                                         Preferred Article Delivery Method
      216                                     </span>
215                                 </span>   217                                 </span>
216                             </span>      
217                         </label>   218                             </label>
218                         <select id="DeliveryGroup" name="DeliveryGroup" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='DeliveryGroup'>">   219                             <select id="DeliveryGroup" name="DeliveryGroup" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='DeliveryGroup'>">
219                             <option value="Hold for Pickup">Hold for Pickup</option>   220                                 <option value="Hold for Pickup">Hold for Pickup</option>
220                             <option value="Mail to Address">Mail to Address</option>   221                                 <option value="Mail to Address">Mail to Address</option>
221                         </select>   222                             </select>
222                     </div>   223                         </div>
223     224  
224                     <div class="form-group col-md-5">   225                         <div class="form-group col-md-5">
225                         <label for="LoanDeliveryGroup">   226                             <label for="LoanDeliveryGroup">
226                             <span class="field">   227                                 <span class="field">
227                                 <span class="<#ERROR name='ERRORLoanDeliveryGroup'>">   228                                     <span class="<#ERROR name='ERRORLoanDeliveryGroup'>">
228                                     Preferred Loan Delivery Method    229                                         Preferred Loan Delivery Method 
      230                                     </span>
229                                 </span>   231                                 </span>
230                             </span>      
231                         </label>   232                             </label>
232                         <select id="LoanDeliveryGroup" name="LoanDeliveryGroup" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='LoanDeliveryGroup'>">   233                             <select id="LoanDeliveryGroup" name="LoanDeliveryGroup" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='LoanDeliveryGroup'>">
233                             <option value="Hold for Pickup">Hold for Pickup</option>   234                                 <option value="Hold for Pickup">Hold for Pickup</option>
234                             <option value="Mail to Address">Mail to Address</option>   235                                 <option value="Mail to Address">Mail to Address</option>
235                         </select>   236                             </select>
236                     </div>   237                         </div>
237                   238                     
238                     <div class="form-group col-md-5">   239                         <div class="form-group col-md-5">
239                         <label for="WebDeliveryGroup">   240                             <label for="WebDeliveryGroup">
240                             <span class="field">   241                                 <span class="field">
241                                 <span class="<#ERROR name='ERRORWebDeliveryGroup'>">   242                                     <span class="<#ERROR name='ERRORWebDeliveryGroup'>">
242                                     Preferred Electronic Delivery if Possible (PDF file via web)    243                                         Preferred Electronic Delivery if Possible (PDF file via web) 
      244                                     </span>
243                                 </span>   245                                 </span>
244                             </span>      
245                         </label>   246                             </label>
246                         <select id="WebDeliveryGroup" name="WebDeliveryGroup" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='WebDeliveryGroup'>">   247                             <select id="WebDeliveryGroup" name="WebDeliveryGroup" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='WebDeliveryGroup'>">
247                             <option value="Yes">Yes</option>   248                                 <option value="Yes">Yes</option>
248                             <option value="No">No</option>   249                                 <option value="No">No</option>
249                         </select>   250                             </select>
250                     </div>   251                         </div>
251                 </section>   252                     </section>
252     253  
253                 -->   254                     -->
254                   255                     
255                 <section>   256                     <section>
256                 <#INCLUDE filename="include_notification_preferences.html">   257                     <#INCLUDE filename="include_notification_preferences.html">
257                 </section>   258                     </section>
258     259  
259                 <input class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">   260                     <input class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">
260                 <input class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Exit to Main Menu" formnovalidate>   261                     <input class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Exit to Main Menu" formnovalidate>
261             </fieldset>   262                 </fieldset>
262               263                 
263         </form>        264             </form>
    -+ 265         </main> 
264         <#INCLUDE filename="include_footer.html"> = 266         <#INCLUDE filename="include_footer.html">
265     </div>       267     </div>    
266     268  
267 </body>   269 </body>
268 </html>   270 </html>

   
File: ConferencePaperRequest.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Conference Paper Request</title>   5     <title>ILLiad - Conference Paper Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="ConferencePaperRequest"> = 15             <form action="illiad.dll" method="post" name="ConferencePaperRequest">
15             <input type="hidden" name="ILLiadForm" value="ConferencePaperRequest">   16                 <input type="hidden" name="ILLiadForm" value="ConferencePaperRequest">
16             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   17                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
17             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   18                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
18             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   19                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
19             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   20                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
20             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   21                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
21             <#FORMSTATE>   22                 <#FORMSTATE>
22                    23                    
23             <fieldset>     24                 <fieldset>  
24     25  
25                 <h2 class="page-header">Conference Paper Request</h2>   26                     <h2 class="page-header">Conference Paper Request</h2>
26                   27                     
27                 <section name="conferencepaper-info">      28                     <section name="conferencepaper-info">   
28                     <div class="form-group col-md-9">   29                         <div class="form-group col-md-9">
29                         <label for="PhotoJournalTitle">   30                             <label for="PhotoJournalTitle">
30                             <span class="field">   31                                 <span class="field">
31                                 <span class="<#ERROR name='ERRORPhotoJournalTitle'>">   32                                     <span class="<#ERROR name='ERRORPhotoJournalTitle'>">
32                                     Conference Name     33                                         Conference Name  
33                                     <span class="req">(required)</span>   34                                         <span class="req">(required)</span>
34                                 </span>   35                                     </span>
35                                 <br>   36                                     <br>
36                                 <span class="small-notes">   37                                     <span class="small-notes">
37                                     Please do not abbreviate unless your citation is abbreviated     38                                         Please do not abbreviate unless your citation is abbreviated  
38                                 </span>   39                                     </span>
39                             </span>   40                                 </span>
40                             <br>   41                                 <br>
41                         </label>   42                             </label>
42                         <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>    43                             <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required> 
43                     </div>   44                         </div>
44     45  
45                     <div class="form-group col-md-9">   46                         <div class="form-group col-md-9">
46                         <label for="PhotoArticleTitle">   47                             <label for="PhotoArticleTitle">
47                             <span class="field">   48                                 <span class="field">
48                                 <span class="<#ERROR name='ERRORPhotoArticleTitle'>">   49                                     <span class="<#ERROR name='ERRORPhotoArticleTitle'>">
49                                     Title of Paper   50                                         Title of Paper
50                                 </span>   51                                     </span>
51                             </span>   52                                 </span>
52                         </label>   53                             </label>
53                         <input type="text" class="form-control" name="PhotoArticleTitle" id="PhotoArticleTitle" value="<#PARAM name='PhotoArticleTitle'>">   54                             <input type="text" class="form-control" name="PhotoArticleTitle" id="PhotoArticleTitle" value="<#PARAM name='PhotoArticleTitle'>">
54                     </div>     55                         </div>  
55                       56                         
56                     <div class="form-group col-md-9">   57                         <div class="form-group col-md-9">
57                         <label for="PhotoArticleAuthor">   58                             <label for="PhotoArticleAuthor">
58                             <span class="field">   59                                 <span class="field">
59                                 <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">   60                                     <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">
60                                     Author of Paper      61                                         Author of Paper   
61                                 </span>   62                                     </span>
62                             </span>   63                                 </span>
63                         </label>   64                             </label>
64                         <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">   65                             <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">
65                     </div>   66                         </div>
66     67  
67                     <div class="form-group col-md-9">   68                         <div class="form-group col-md-9">
68                         <label for="PhotoItemAuthor">   69                             <label for="PhotoItemAuthor">
69                             <span class="field">   70                                 <span class="field">
70                                 <span class="<#ERROR name='ERRORPhotoItemAuthor'>">   71                                     <span class="<#ERROR name='ERRORPhotoItemAuthor'>">
71                                     Proceedings Editor      72                                         Proceedings Editor   
72                                 </span>   73                                     </span>
73                             </span>   74                                 </span>
74                         </label>   75                             </label>
75                         <input type="text" class="form-control" name="PhotoItemAuthor" id="PhotoItemAuthor" value="<#PARAM name='PhotoItemAuthor'>">   76                             <input type="text" class="form-control" name="PhotoItemAuthor" id="PhotoItemAuthor" value="<#PARAM name='PhotoItemAuthor'>">
76                     </div>   77                         </div>
77                       78                         
78                     <div class="form-group col-md-9">   79                         <div class="form-group col-md-9">
79                         <label for="PhotoItemPlace">   80                             <label for="PhotoItemPlace">
80                             <span class="field">   81                                 <span class="field">
81                                 <span class="<#ERROR name='ERRORPhotoItemPlace'>">   82                                     <span class="<#ERROR name='ERRORPhotoItemPlace'>">
82                                     Conference Place      83                                         Conference Place   
83                                 </span>   84                                     </span>
84                             </span>   85                                 </span>
85                         </label>   86                             </label>
86                         <input type="text" class="form-control" name="PhotoItemPlace" id="PhotoItemPlace" value="<#PARAM name='PhotoItemPlace'>">   87                             <input type="text" class="form-control" name="PhotoItemPlace" id="PhotoItemPlace" value="<#PARAM name='PhotoItemPlace'>">
87                     </div>   88                         </div>
88                       89                         
89                     <div class="form-group col-md-9">   90                         <div class="form-group col-md-9">
90                         <label for="PhotoItemPublisher">   91                             <label for="PhotoItemPublisher">
91                             <span class="field">   92                                 <span class="field">
92                                 <span class="<#ERROR name='ERRORPhotoItemPublisher'>">   93                                     <span class="<#ERROR name='ERRORPhotoItemPublisher'>">
93                                     Publisher      94                                         Publisher   
94                                 </span>   95                                     </span>
95                             </span>   96                                 </span>
96                         </label>   97                             </label>
97                         <input type="text" class="form-control" name="PhotoItemPublisher" id="PhotoItemPublisher" value="<#PARAM name='PhotoItemPublisher'>">   98                             <input type="text" class="form-control" name="PhotoItemPublisher" id="PhotoItemPublisher" value="<#PARAM name='PhotoItemPublisher'>">
98                     </div>   99                         </div>
99                       100                         
100                     <div class="form-group col-md-9">   101                         <div class="form-group col-md-9">
101                         <label for="PhotoJournalYear">   102                             <label for="PhotoJournalYear">
102                             <span class="field">   103                                 <span class="field">
103                                 <span class="<#ERROR name='ERRORPhotoJournalYear'>">   104                                     <span class="<#ERROR name='ERRORPhotoJournalYear'>">
104                                     Conference Date      105                                         Conference Date   
105                                 </span>   106                                     </span>
106                             </span>   107                                 </span>
107                         </label>   108                             </label>
108                         <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">   109                             <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">
109                      </div>   110                         </div>
110                       111                         
111                     <div class="form-group col-md-9">   112                         <div class="form-group col-md-9">
112                         <label for="PhotoJournalInclusivePages">   113                             <label for="PhotoJournalInclusivePages">
113                             <span class="field">   114                                 <span class="field">
114                                 <span class="<#ERROR name='ERRORPhotoJournalInclusivePages'>">   115                                     <span class="<#ERROR name='ERRORPhotoJournalInclusivePages'>">
115                                     Inclusive Pages      116                                         Inclusive Pages   
116                                 </span>   117                                     </span>
117                             </span>   118                                 </span>
118                         </label>   119                             </label>
119                         <input type="text" class="form-control" name="PhotoJournalInclusivePages" id="PhotoJournalInclusivePages" value="<#PARAM name='PhotoJournalInclusivePages'>">   120                             <input type="text" class="form-control" name="PhotoJournalInclusivePages" id="PhotoJournalInclusivePages" value="<#PARAM name='PhotoJournalInclusivePages'>">
120                     </div>   121                         </div>
121                   122                     
122                     <div class="form-group col-md-9">   123                         <div class="form-group col-md-9">
123                         <label for="ISSN">   124                             <label for="ISSN">
124                             <span class="field">   125                                 <span class="field">
125                                 <span class="<#ERROR name='ERRORISSN'>">   126                                     <span class="<#ERROR name='ERRORISSN'>">
126                                     ISSN (International Standard Serial Number)   127                                         ISSN (International Standard Serial Number)
127                                 </span>   128                                     </span>
128                                 <br>   129                                     <br>
129                             <span class="small-notes">   130                                 <span class="small-notes">
130                                 If given will speed request processing   131                                     If given will speed request processing
131                             </span>   132                                 </span>
132                             </span>   133                                 </span>
133                         </label>   134                             </label>
134                         <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">   135                             <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">
135                     </div>   136                         </div>
136                       137                         
137                     <!--<div class="form-group col-md-9">   138                         <!--<div class="form-group col-md-9">
138                         <label for="CallNumber">                       139                             <label for="CallNumber">                    
139                             <span class="field">   140                                 <span class="field">
140                                 <span class="<#ERROR name='ERRORCallNumber'>">   141                                     <span class="<#ERROR name='ERRORCallNumber'>">
141                                     Call Number   142                                         Call Number
      143                                     </span>
142                                 </span>   144                                 </span>
143                             </span>      
144                         </label>   145                             </label>
145                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   146                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
146                     </div>   147                         </div>
147                       148                         
148                     <div class="form-group col-md-9">   149                         <div class="form-group col-md-9">
149                         <label for="ESPNumber">   150                             <label for="ESPNumber">
150                             <span class="field">   151                                 <span class="field">
151                                 <span class="<#ERROR name='ERRORESPNumber'>">   152                                     <span class="<#ERROR name='ERRORESPNumber'>">
152                                     OCLC or Docline UI Number   153                                         OCLC or Docline UI Number
      154                                     </span>
153                                 </span>   155                                 </span>
154                             </span>      
155                         </label>   156                             </label>
156                         <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAMname='ESPNumber'>">   157                             <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAMname='ESPNumber'>">
157                     </div>-->   158                         </div>-->
158                   159                     
159                     <div class="form-group col-md-9">   160                         <div class="form-group col-md-9">
160                         <label for="Notes">   161                             <label for="Notes">
161                             <span class="field">   162                                 <span class="field">
162                                 <span class="<#ERROR name='ERRORNotes'>">     163                                     <span class="<#ERROR name='ERRORNotes'>">  
163                                     Notes      164                                         Notes   
164                                 </span><br>   165                                     </span><br>
165                                 <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   166                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
166                             </span>   167                                 </span>
167                         </label>   168                             </label>
168                         <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   169                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
169                     </div>   170                         </div>
170                 </section>   171                     </section>
171                 <#INCLUDE filename="include_request_cited.html">                   172                     <#INCLUDE filename="include_request_cited.html">                
172                 <#INCLUDE filename="include_request_buttons.html">   173                     <#INCLUDE filename="include_request_buttons.html">
173             </fieldset>   174                 </fieldset>
174         </form>   175             </form>
    -+ 176         </main>
175         <#INCLUDE filename="include_footer.html"> = 177         <#INCLUDE filename="include_footer.html">
176     </div>   178     </div>
177 </body>   179 </body>
178 </html>   180 </html>

   
File: DisavowedUsername.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html>   2 <html>
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Disavowed User</title>   5     <title>ILLiad - Disavowed User</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     11  
12     <div class="container">   12     <div class="container">
13         <div id="status" aria-atomic="true"><#STATUS></div>   13         <div id="status" aria-atomic="true"><#STATUS></div>
14          14       
15         <div id="content"> <> 15         <main id="content" aria-label="Content">
16             Please contact the Interlibrary Loan office during normal business hours if you have any questions. = 16             Please contact the Interlibrary Loan office during normal business hours if you have any questions.
17         </div>     <> 17         </main>    
18   = 18  
19         <#INCLUDE filename="include_footer.html">   19         <#INCLUDE filename="include_footer.html">
20     </div>   20     </div>
21 </body>   21 </body>
22 </html>   22 </html>

   
File: EditAccountInformation.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Edit Account Information</title>   5     <title>ILLiad - Edit Account Information</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">   11     <#INCLUDE filename="include_menu.html">
12      12   
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <div class="default-table"> = 15             <div class="default-table">
15             <h2 class="page-header">Current Accounts</h2>   16                 <h2 class="page-header">Current Accounts</h2>
16             <#TABLE name="ShowCurrentAccounts" noDataAction="ShowMessageRow" noDataMessage="No Accounts"><br>   17                 <#TABLE name="ShowCurrentAccounts" noDataAction="ShowMessageRow" noDataMessage="No Accounts"><br>
17         </div>   18             </div>
18                       19                         
19         <form action="illiad.dll" method="post" name="EditAccountForm">   20             <form action="illiad.dll" method="post" name="EditAccountForm">
20             <input type="hidden" name="ILLiadForm" value="EditAccountForm">   21                 <input type="hidden" name="ILLiadForm" value="EditAccountForm">
21             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   22                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
22             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   23                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
23             <#FORMSTATE>   24                 <#FORMSTATE>
24                            25                            
25             <div class="mainContent">      26                 <div class="mainContent">   
26                 <fieldset>   27                     <fieldset>
27                     <h2 class="page-header">Add Account</h2>    28                         <h2 class="page-header">Add Account</h2> 
28                     <section name="article-info">   29                         <section name="article-info">
29                         <div class="form-group col-md-9">   30                             <div class="form-group col-md-9">
30                             <label for="AccountNo">   31                                 <label for="AccountNo">
31                                 <span class="field">   32                                     <span class="field">
32                                     <span class="<#ERROR name='ERRORAccountNo'>">   33                                         <span class="<#ERROR name='ERRORAccountNo'>">
33                                         Account Number      34                                             Account Number   
34                                     </span>   35                                         </span>
35                                 </span>   36                                     </span>
36                             </label>   37                                 </label>
37                             <input id="AccountNo" name="AccountNo" type="text" size="40" class="form-control" value="<#PARAM name='AccountNo'>"><br>           38                                 <input id="AccountNo" name="AccountNo" type="text" size="40" class="form-control" value="<#PARAM name='AccountNo'>"><br>        
38                         </div>   39                             </div>
39                               40                                 
40                         <div class="form-group col-md-9">   41                             <div class="form-group col-md-9">
41                             <label for="Type">   42                                 <label for="Type">
42                                 <span class="field">   43                                     <span class="field">
43                                     <span class="<#ERROR name='ERRORType'>">   44                                         <span class="<#ERROR name='ERRORType'>">
44                                         Account Type   45                                             Account Type
45                                     </span>   46                                         </span>
46                                 </span>   47                                     </span>
47                             </label>   48                                 </label>
48                             <input id="Type" name="Type" type="text" size="40" class=" form-control" value="<#PARAM name='Type'>"><br>   49                                 <input id="Type" name="Type" type="text" size="40" class=" form-control" value="<#PARAM name='Type'>"><br>
49                         </div>   50                             </div>
50                           51                             
51                         <div class="form-group col-md-9">   52                             <div class="form-group col-md-9">
52                             <label for="Description">   53                                 <label for="Description">
53                                 <span class="field">   54                                     <span class="field">
54                                     <span class="<#ERROR name='ERRORDescription'>">   55                                         <span class="<#ERROR name='ERRORDescription'>">
55                                         Description   56                                             Description
56                                     </span>   57                                         </span>
57                                 </span>   58                                     </span>
58                             </label>   59                                 </label>
59                             <input id="Description" name="Description" type="text" size="40" class="form-control" value="<#PARAM name='Description'>"><br>   60                                 <input id="Description" name="Description" type="text" size="40" class="form-control" value="<#PARAM name='Description'>"><br>
60                         </div>   61                             </div>
61                           62                             
62                         <div class="form-group col-md-9">   63                             <div class="form-group col-md-9">
63                             <label for="CCExpirationDate">   64                                 <label for="CCExpirationDate">
64                                 <span class="field">   65                                     <span class="field">
65                                     <span class="<#ERROR name='ERRORCCExpirationDate'>">   66                                         <span class="<#ERROR name='ERRORCCExpirationDate'>">
66                                         Expiration Date   67                                             Expiration Date
67                                     </span>   68                                         </span>
68                                 </span>   69                                     </span>
69                             </label>   70                                 </label>
70                             <input id="CCExpirationDate" name="CCExpirationDate" type="text" size="40" class="form-control" value="<#PARAM name='CCExpirationDate'>"><br>   71                                 <input id="CCExpirationDate" name="CCExpirationDate" type="text" size="40" class="form-control" value="<#PARAM name='CCExpirationDate'>"><br>
71                         </div>   72                             </div>
72                           73                             
73                         <div class="form-group col-md-9">   74                             <div class="form-group col-md-9">
74                             <label for="CCNameonCard">   75                                 <label for="CCNameonCard">
75                                 <span class="field">   76                                     <span class="field">
76                                     <span class="<#ERROR name='ERRORCCNameonCard'>">   77                                         <span class="<#ERROR name='ERRORCCNameonCard'>">
77                                         Name on Card   78                                             Name on Card
78                                     </span>   79                                         </span>
79                                 </span>   80                                     </span>
80                             </label>   81                                 </label>
81                             <input id="CCNameonCard" name="CCNameonCard" type="text" size="40" class="form-control" value="<#PARAM name='CCNameonCard'>"><br>   82                                 <input id="CCNameonCard" name="CCNameonCard" type="text" size="40" class="form-control" value="<#PARAM name='CCNameonCard'>"><br>
82                         </div>   83                             </div>
83     84  
84                     </section>   85                         </section>
85     86  
86                     <div class="right">   87                         <div class="right">
87                         <input class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Add Account">   88                             <input class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Add Account">
88                     </div>   89                         </div>
89                       90                         
90                 </fieldset>   91                     </fieldset>
91             </div>   92                 </div>
92         </form>        93             </form>     
    -+ 94         </main>
93         <#INCLUDE filename="include_footer.html"> = 95         <#INCLUDE filename="include_footer.html">
94     </div>       96     </div>    
95 </body>   97 </body>
96 </html>   98 </html>

   
File: EditArticleRequest.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Edit Article Request</title>   5     <title>ILLiad - Edit Article Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="EditArticleRequest"> = 15             <form action="illiad.dll" method="post" name="EditArticleRequest">
15             <input type="hidden" name="ILLiadForm" value="EditArticleRequest">   16                 <input type="hidden" name="ILLiadForm" value="EditArticleRequest">
16             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   17                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
17             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   18                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
18             <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">   19                 <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">
19             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   20                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
20             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   21                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
21             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   22                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
22             <#FORMSTATE>   23                 <#FORMSTATE>
23                   24                     
24             <div class="mainContent">      25                 <div class="mainContent">   
25                 <fieldset>   26                     <fieldset>
26                     <h2 class="page-header">Article Request</h2>    27                         <h2 class="page-header">Article Request</h2> 
27                     <section name="article-info">   28                         <section name="article-info">
28                               29                                 
29                         <div class="form-group col-md-9">   30                             <div class="form-group col-md-9">
30                             <label for="PhotoJournalTitle">   31                                 <label for="PhotoJournalTitle">
31                                 <span class="field">   32                                     <span class="field">
32                                     <span class="<#ERROR name='ERRORPhotoJournalTitle'>">   33                                         <span class="<#ERROR name='ERRORPhotoJournalTitle'>">
33                                         Title (Journal, Conference Proceedings, Anthology)     34                                             Title (Journal, Conference Proceedings, Anthology)  
34                                         <span class="req">(required)</span>   35                                             <span class="req">(required)</span>
35                                     </span>   36                                         </span>
36                                     <br>   37                                         <br>
37                                     <span class="small-notes">   38                                         <span class="small-notes">
38                                         Please do not abbreviate unless your citation is abbreviated     39                                             Please do not abbreviate unless your citation is abbreviated  
39                                     </span>   40                                         </span>
40                                 </span>   41                                     </span>
41                                 <br>   42                                     <br>
42                                 </label>   43                                     </label>
43                             <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>    44                                 <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required> 
44                         </div>     45                             </div>  
45     46  
46                         <div class="form-group col-md-9">    47                             <div class="form-group col-md-9"> 
47                             <label for="PhotoArticleTitle">   48                                 <label for="PhotoArticleTitle">
48                                 <span class="field">   49                                     <span class="field">
49                                     <span class="<#ERROR name='ERRORPhotoArticleTitle'>">   50                                         <span class="<#ERROR name='ERRORPhotoArticleTitle'>">
50                                         Article Title      51                                             Article Title   
51                                         <span class="req">(required)</span>   52                                             <span class="req">(required)</span>
52                                     </span>   53                                         </span>
53                                 </span>   54                                     </span>
54                             </label>   55                                 </label>
55                             <input type="text" class="form-control" name="PhotoArticleTitle" id="PhotoArticleTitle" value="<#PARAM name='PhotoArticleTitle'>" required>   56                                 <input type="text" class="form-control" name="PhotoArticleTitle" id="PhotoArticleTitle" value="<#PARAM name='PhotoArticleTitle'>" required>
56                         </div>   57                             </div>
57     58  
58                         <div class="form-group col-md-9">    59                             <div class="form-group col-md-9"> 
59                             <label for="PhotoArticleAuthor">   60                                 <label for="PhotoArticleAuthor">
60                                 <span class="field">   61                                     <span class="field">
61                                    <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">   62                                     <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">
62                                           Article Author      63                                             Article Author   
63                                     </span>   64                                         </span>
64                                 </span>   65                                     </span>
65                              </label>   66                                 </label>
66                             <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">   67                                 <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">
67                         </div>   68                             </div>
68                               69                                 
69                         <div class="form-group col-md-9">   70                             <div class="form-group col-md-9">
70                             <label for="PhotoJournalVolume">   71                                 <label for="PhotoJournalVolume">
71                                 <span class="field">   72                                     <span class="field">
72                                     <span class="<#ERROR name='ERRORPhotoJournalVolume'>">   73                                         <span class="<#ERROR name='ERRORPhotoJournalVolume'>">
73                                         Volume   74                                             Volume
74                                     </span>   75                                         </span>
75                                 </span>   76                                     </span>
76                             </label>   77                                 </label>
77                             <input type="text" class="form-control" name="PhotoJournalVolume" id="PhotoJournalVolume" value="<#PARAM name='PhotoJournalVolume'>">   78                                 <input type="text" class="form-control" name="PhotoJournalVolume" id="PhotoJournalVolume" value="<#PARAM name='PhotoJournalVolume'>">
78                         </div>   79                             </div>
79                       80                         
80                         <div class="form-group col-md-9">   81                             <div class="form-group col-md-9">
81                             <label for="PhotoJournalIssue">   82                                 <label for="PhotoJournalIssue">
82                                 <span class="field">   83                                     <span class="field">
83                                     <span class="<#ERROR name='ERRORPhotoJournalIssue'>">   84                                         <span class="<#ERROR name='ERRORPhotoJournalIssue'>">
84                                         Issue Number or Designation   85                                             Issue Number or Designation
85                                     </span>   86                                         </span>
86                                 </span>   87                                     </span>
87                             </label>   88                                 </label>
88                             <input type="text" class="form-control" name="PhotoJournalIssue" id="PhotoJournalIssue" value="<#PARAM name='PhotoJournalIssue'>">   89                                 <input type="text" class="form-control" name="PhotoJournalIssue" id="PhotoJournalIssue" value="<#PARAM name='PhotoJournalIssue'>">
89                         </div>   90                             </div>
90                                       91                                         
91                         <div class="form-group col-md-9">   92                             <div class="form-group col-md-9">
92                             <label for="PhotoJournalMonth">   93                                 <label for="PhotoJournalMonth">
93                                 <span class="field">   94                                     <span class="field">
94                                     <span class="<#ERROR name='ERRORPhotoJournalMonth'>">   95                                         <span class="<#ERROR name='ERRORPhotoJournalMonth'>">
95                                         Month   96                                             Month
96                                     </span>   97                                         </span>
97                                 </span>   98                                     </span>
98                             </label>   99                                 </label>
99                             <input type="text" class="form-control" name="PhotoJournalMonth" id="PhotoJournalMonth" value="<#PARAM name='PhotoJournalMonth'>">   100                                 <input type="text" class="form-control" name="PhotoJournalMonth" id="PhotoJournalMonth" value="<#PARAM name='PhotoJournalMonth'>">
100                         </div>   101                             </div>
101                       102                         
102                         <div class="form-group col-md-9">   103                             <div class="form-group col-md-9">
103                             <label for="PhotoJournalYear">   104                                 <label for="PhotoJournalYear">
104                                 <span class="field">   105                                     <span class="field">
105                                     <span class="<#ERROR name='ERRORPhotoJournalYear'>">   106                                         <span class="<#ERROR name='ERRORPhotoJournalYear'>">
106                                         Year      107                                             Year   
107                                     </span>   108                                         </span>
108                                 </span>   109                                     </span>
109                                 </label>   110                                     </label>
110                             <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">   111                                 <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">
111                         </div>   112                             </div>
112                       113                         
113                         <div class="form-group col-md-9">   114                             <div class="form-group col-md-9">
114                             <label for="PhotoJournalInclusivePages">   115                                 <label for="PhotoJournalInclusivePages">
115                                 <span class="field">   116                                     <span class="field">
116                                     <span class="<#ERROR name='ERRORPhotoJournalInclusivePages'>">   117                                         <span class="<#ERROR name='ERRORPhotoJournalInclusivePages'>">
117                                         Inclusive Pages      118                                             Inclusive Pages   
118                                     </span>   119                                         </span>
119                                 </span>   120                                     </span>
120                                 </label>   121                                     </label>
121                             <input type="text" class="form-control" name="PhotoJournalInclusivePages" id="PhotoJournalInclusivePages" value="<#PARAM name='PhotoJournalInclusivePages'>">   122                                 <input type="text" class="form-control" name="PhotoJournalInclusivePages" id="PhotoJournalInclusivePages" value="<#PARAM name='PhotoJournalInclusivePages'>">
122                         </div>   123                             </div>
123                                   124                                     
124                         <div class="form-group col-md-9">   125                             <div class="form-group col-md-9">
125                             <label for="ISSN">   126                                 <label for="ISSN">
126                                 <span class="field">   127                                     <span class="field">
127                                     <span class="<#ERROR name='ERRORISSN'>">    128                                         <span class="<#ERROR name='ERRORISSN'>"> 
128                                         ISSN (International Standard Serial Number)      129                                             ISSN (International Standard Serial Number)   
129                                     </span>   130                                         </span>
130                                     <br>   131                                         <br>
131                                     <span class="small-notes">   132                                         <span class="small-notes">
132                                         If given will speed request processing   133                                             If given will speed request processing
133                                     </span>   134                                         </span>
134                                 </span>   135                                     </span>
135                                 </label>   136                                     </label>
136                             <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">   137                                 <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">
137                         </div>   138                             </div>
138                       139                         
139                         <!--<div class="form-group col-md-9">   140                             <!--<div class="form-group col-md-9">
140                             <label for="CallNumber">   141                                 <label for="CallNumber">
141                                 <span class="field">   142                                     <span class="field">
142                                     <span class="<#ERROR name='ERRORCallNumber'>">   143                                         <span class="<#ERROR name='ERRORCallNumber'>">
143                                         Call Number      144                                             Call Number   
144                                     </span>   145                                         </span>
145                                 </span>   146                                     </span>
146                             </label>   147                                 </label>
147                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   148                                 <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
148                         </div>   149                             </div>
149                       150                         
150                         <div class="form-group col-md-9">   151                             <div class="form-group col-md-9">
151                             <label for="ESPNumber">   152                                 <label for="ESPNumber">
152                                 <span class="field">   153                                     <span class="field">
153                                     <span class="<#ERROR name='ERRORESPNumber'>">   154                                         <span class="<#ERROR name='ERRORESPNumber'>">
154                                         OCLC or Docline UI Number      155                                             OCLC or Docline UI Number   
155                                     </span>   156                                         </span>
156                                 </span>   157                                     </span>
157                             </label>   158                                 </label>
158                             <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   159                                 <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
159                         </div>-->   160                             </div>-->
160                       161                         
161                         <div class="form-group col-md-9">   162                             <div class="form-group col-md-9">
162                             <label for="Notes">   163                                 <label for="Notes">
163                                 <span class="field">   164                                     <span class="field">
164                                     <span class="<#ERROR name='ERRORNotes'>">     165                                         <span class="<#ERROR name='ERRORNotes'>">  
165                                         Notes      166                                             Notes   
166                                     </span><br>   167                                         </span><br>
167                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   168                                         <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
168                                 </span>   169                                     </span>
169                             </label>   170                                 </label>
170                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   171                                 <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
171                         </div>   172                             </div>
172     173  
173                     </section>   174                         </section>
174                     <#INCLUDE filename="include_request_cited.html">                   175                         <#INCLUDE filename="include_request_cited.html">                
175                     <#INCLUDE filename="include_request_buttons.html">   176                         <#INCLUDE filename="include_request_buttons.html">
176                 </fieldset>   177                     </fieldset>
    -+ 178                 </div>
177         </form>      = 179             </form>
    -+ 180         </main> 
178         <#INCLUDE filename="include_footer.html"> = 181         <#INCLUDE filename="include_footer.html">
179     </div>       182     </div>    
180   </div> +-    
181 </div>      
182 </body> = 183 </body>
183 </html>   184 </html>

   
File: EditBookChapterRequest.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Edit Book Chapter Request</title>   5     <title>ILLiad - Edit Book Chapter Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12        12     
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="EditBookChapterRequest"> = 15             <form action="illiad.dll" method="post" name="EditBookChapterRequest">
15             <input type="hidden" name="ILLiadForm" value="EditBookChapterRequest">   16                 <input type="hidden" name="ILLiadForm" value="EditBookChapterRequest">
16             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   17                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
17             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   18                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
18             <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">   19                 <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">
19             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   20                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
20             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   21                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
21             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   22                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
22             <#FORMSTATE>   23                 <#FORMSTATE>
23                    24                    
24             <div class="mainContent">   25                 <div class="mainContent">
25                    26                    
26                 <fieldset>     27                     <fieldset>  
27     28  
28                     <h2 class="page-header">Edit Book Chapter Request</h2>   29                         <h2 class="page-header">Edit Book Chapter Request</h2>
29                        30                        
30                     <section name="bookchapter-info">   31                         <section name="bookchapter-info">
31                            32                            
32                         <div class="form-group col-md-12">     33                             <div class="form-group col-md-12">  
33                             <label for="PhotoJournalTitle">   34                                 <label for="PhotoJournalTitle">
34                                 <span class="field">   35                                     <span class="field">
35                                     <span class="<#ERROR name='ERRORPhotoJournalTitle'>">   36                                         <span class="<#ERROR name='ERRORPhotoJournalTitle'>">
36                                         Book Title   37                                             Book Title
37                                         <span class="req">(required)</span>   38                                             <span class="req">(required)</span>
38                                     </span>   39                                         </span>
39                                     </br>   40                                         </br>
40                                     <span class="small-notes">   41                                         <span class="small-notes">
41                                         Please do not abbreviate unless your citation is abbreviated   42                                             Please do not abbreviate unless your citation is abbreviated
42                                     </span>   43                                         </span>
43                                 </span>   44                                     </span>
44                             </label>   45                                 </label>
45                             <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>   46                                 <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>
46                         </div>                 47                             </div>              
47                       48                         
48                         <div class="form-group col-md-12">   49                             <div class="form-group col-md-12">
49                             <label for="PhotoItemAuthor">   50                                 <label for="PhotoItemAuthor">
50                                 <span class="field">   51                                     <span class="field">
51                                     <span class="<#ERROR name='ERRORPhotoItemAuthor'>">   52                                         <span class="<#ERROR name='ERRORPhotoItemAuthor'>">
52                                         Book Author/Editor   53                                             Book Author/Editor
53                                     </span>   54                                         </span>
54                                 </span>   55                                     </span>
55                             </label>   56                                 </label>
56                             <input type="text" class="form-control" name="PhotoItemAuthor" id="PhotoItemAuthor" value="<#PARAM name='PhotoItemAuthor'>">   57                                 <input type="text" class="form-control" name="PhotoItemAuthor" id="PhotoItemAuthor" value="<#PARAM name='PhotoItemAuthor'>">
57                         </div>   58                             </div>
58     59  
59                         <div class="form-group col-md-12">   60                             <div class="form-group col-md-12">
60                             <label for="PhotoArticleTitle">   61                                 <label for="PhotoArticleTitle">
61                                 <span class="field">   62                                     <span class="field">
62                                     <span class="<#ERROR name='ERRORPhotoArticleTitle'>">   63                                         <span class="<#ERROR name='ERRORPhotoArticleTitle'>">
63                                         Chapter Title   64                                             Chapter Title
64                                     </span>   65                                         </span>
65                                 </span>   66                                     </span>
66                             </label>   67                                 </label>
67                             <input type="text" class="form-control" name="PhotoArticleTitle" id="PhotoArticleTitle" value="<#PARAM name='PhotoArticleTitle'>">   68                                 <input type="text" class="form-control" name="PhotoArticleTitle" id="PhotoArticleTitle" value="<#PARAM name='PhotoArticleTitle'>">
68                             </div>   69                                 </div>
69                                       70                                         
70                         <div class="form-group col-md-12">   71                             <div class="form-group col-md-12">
71                             <label for="PhotoArticleAuthor">   72                                 <label for="PhotoArticleAuthor">
72                                 <span class="field">   73                                     <span class="field">
73                                     <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">   74                                         <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">
74                                         Chapter Author   75                                             Chapter Author
75                                     </span>   76                                         </span>
76                                 </span>   77                                     </span>
77                             </label>   78                                 </label>
78                             <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">   79                                 <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">
79                         </div>   80                             </div>
80     81  
81                         <div class="form-group col-md-12">   82                             <div class="form-group col-md-12">
82                             <label for="PhotoItemPlace">   83                                 <label for="PhotoItemPlace">
83                                 <span class="field">   84                                     <span class="field">
84                                     <span class="<#ERROR name='ERRORPhotoItemPlace'>">   85                                         <span class="<#ERROR name='ERRORPhotoItemPlace'>">
85                                         Place of Publication   86                                             Place of Publication
86                                     </span>   87                                         </span>
87                                 </span>   88                                     </span>
88                             </label>   89                                 </label>
89                             <input type="text" class="form-control" name="PhotoItemPlace" id="PhotoItemPlace" value="<#PARAM name='PhotoItemPlace'>">   90                                 <input type="text" class="form-control" name="PhotoItemPlace" id="PhotoItemPlace" value="<#PARAM name='PhotoItemPlace'>">
90                         </div>   91                             </div>
91                                       92                                         
92                         <div class="form-group col-md-12">   93                             <div class="form-group col-md-12">
93                             <label for="PhotoItemPublisher">   94                                 <label for="PhotoItemPublisher">
94                                 <span class="field">   95                                     <span class="field">
95                                     <span class="<#ERROR name='ERRORPhotoItemPublisher'>">   96                                         <span class="<#ERROR name='ERRORPhotoItemPublisher'>">
96                                         Publisher   97                                             Publisher
97                                     </span>   98                                         </span>
98                                 </span>   99                                     </span>
99                             </label>   100                                 </label>
100                             <input type="text" class="form-control" name="PhotoItemPublisher" id="PhotoItemPublisher" value="<#PARAM name='PhotoItemPublisher'>">   101                                 <input type="text" class="form-control" name="PhotoItemPublisher" id="PhotoItemPublisher" value="<#PARAM name='PhotoItemPublisher'>">
101                         </div>   102                             </div>
102                               103                                 
103                         <div class="form-group col-md-12">   104                             <div class="form-group col-md-12">
104                             <label for="PhotoJournalYear">   105                                 <label for="PhotoJournalYear">
105                                 <span class="field">   106                                     <span class="field">
106                                     <span class="<#ERROR name='ERRORPhotoJournalYear'>">   107                                         <span class="<#ERROR name='ERRORPhotoJournalYear'>">
107                                         Year   108                                             Year
108                                     </span>   109                                         </span>
109                                 </span>   110                                     </span>
110                             </label>   111                                 </label>
111                             <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">   112                                 <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">
112                         </div>   113                             </div>
113                                   114                                     
114                         <div class="form-group col-md-12">   115                             <div class="form-group col-md-12">
115                             <label for="PhotoItemEdition">   116                                 <label for="PhotoItemEdition">
116                                 <span class="field">   117                                     <span class="field">
117                                     <span class="<#ERROR name='ERRORPhotoItemEdition'>">   118                                         <span class="<#ERROR name='ERRORPhotoItemEdition'>">
118                                         Edition   119                                             Edition
119                                     </span>   120                                         </span>
120                                 </span>   121                                     </span>
121                             </label>   122                                 </label>
122                             <input type="text" class="form-control" name="PhotoItemEdition" id="PhotoItemEdition" value="<#PARAM name='PhotoItemEdition'>">   123                                 <input type="text" class="form-control" name="PhotoItemEdition" id="PhotoItemEdition" value="<#PARAM name='PhotoItemEdition'>">
123                         </div>   124                             </div>
124                               125                                 
125     126  
126                         <div class="form-group col-md-12">   127                             <div class="form-group col-md-12">
127                             <label for="PhotoJournalInclusivePages">   128                                 <label for="PhotoJournalInclusivePages">
128                                 <span class="field">   129                                     <span class="field">
129                                     <span class="<#ERROR name='ERRORPhotoJournalInclusivePages'>">   130                                         <span class="<#ERROR name='ERRORPhotoJournalInclusivePages'>">
130                                         Inclusive Pages   131                                             Inclusive Pages
131                                     </span>   132                                         </span>
132                                 </span>   133                                     </span>
133                             </label>   134                                 </label>
134                             <input type="text" class="form-control" name="PhotoJournalInclusivePages" id="PhotoJournalInclusivePages" value="<#PARAM name='PhotoJournalInclusivePages'>">   135                                 <input type="text" class="form-control" name="PhotoJournalInclusivePages" id="PhotoJournalInclusivePages" value="<#PARAM name='PhotoJournalInclusivePages'>">
135                         </div>   136                             </div>
136                                  137                                
137                         <div class="form-group col-md-12">   138                             <div class="form-group col-md-12">
138                             <label for="ISSN">   139                                 <label for="ISSN">
139                                 <span class="field">   140                                     <span class="field">
140                                     <span class="<#ERROR name='ERRORISSN'>">   141                                         <span class="<#ERROR name='ERRORISSN'>">
141                                         ISBN (International Standard Book Number)   142                                             ISBN (International Standard Book Number)
142                                     </span>   143                                         </span>
143                                     <br>   144                                         <br>
144                                     <span class="small-notes">   145                                         <span class="small-notes">
145                                         If given will speed request processing   146                                             If given will speed request processing
146                                     </span>   147                                         </span>
147                                 </span>   148                                     </span>
148                             </label>   149                                 </label>
149                             <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">   150                                 <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">
150                         </div>   151                             </div>
151                                   152                                     
152                         <!--<div class="form-group col-md-12">   153                             <!--<div class="form-group col-md-12">
153                             <label for="CallNumber">   154                                 <label for="CallNumber">
154                                 <span class="field">   155                                     <span class="field">
155                                     <span class="<#ERROR name='ERRORCallNumber'>">   156                                         <span class="<#ERROR name='ERRORCallNumber'>">
156                                         Call Number   157                                             Call Number
      158                                         </span>
157                                     </span>   159                                     </span>
158                                 </span>      
159                             </label>   160                                 </label>
160                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   161                                 <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
161                         </div>   162                             </div>
162                   163                     
163                         <div class="form-group col-md-12">   164                             <div class="form-group col-md-12">
164                                 <label for="ESPNumber">   165                                     <label for="ESPNumber">
165                                     <span class="field">   166                                         <span class="field">
166                                         <span class="<#ERROR name='ERRORESPNumber'>">   167                                             <span class="<#ERROR name='ERRORESPNumber'>">
167                                             OCLC or Docline UI Number   168                                                 OCLC or Docline UI Number
      169                                             </span>
168                                         </span>   170                                         </span>
169                                     </span>      
170                                 </label>   171                                     </label>
171                                 <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   172                                     <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
172                         </div>-->   173                             </div>-->
173                                       174                                         
174                         <div class="form-group col-md-9">   175                             <div class="form-group col-md-9">
175                             <label for="Notes">   176                                 <label for="Notes">
176                                 <span class="field">   177                                     <span class="field">
177                                     <span class="<#ERROR name='ERRORNotes'>">     178                                         <span class="<#ERROR name='ERRORNotes'>">  
178                                         Notes      179                                             Notes   
179                                     </span><br>   180                                         </span><br>
180                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   181                                         <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
181                                 </span>   182                                     </span>
182                             </label>   183                                 </label>
183                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   184                                 <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
184                         </div>   185                             </div>
185                           186                             
186                     </section>   187                         </section>
187                     <#INCLUDE filename="include_request_cited.html">                   188                         <#INCLUDE filename="include_request_cited.html">                
188                     <#INCLUDE filename="include_request_buttons.html">   189                         <#INCLUDE filename="include_request_buttons.html">
189                 </fieldset>   190                     </fieldset>
    -+ 191                 </div>
190         </form> = 192             </form>
    -+ 193         </main>
191         <#INCLUDE filename="include_footer.html"> = 194         <#INCLUDE filename="include_footer.html">
192     </div>       195     </div>
193   </div> +-    
194 </div>      
195 </body> = 196 </body>
196 </html>   197 </html>

   
File: EditConferencePaperRequest.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Edit Conference Paper Request</title>   5     <title>ILLiad - Edit Conference Paper Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12        12     
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="EditConferencePaperRequest"> = 15             <form action="illiad.dll" method="post" name="EditConferencePaperRequest">
15             <input type="hidden" name="ILLiadForm" value="EditConferencePaperRequest">   16                 <input type="hidden" name="ILLiadForm" value="EditConferencePaperRequest">
16             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   17                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
17             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   18                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
18             <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">   19                 <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">
19             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   20                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
20             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   21                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
21             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   22                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
22             <#FORMSTATE>   23                 <#FORMSTATE>
23                    24                    
24             <div class="mainContent">   25                 <div class="mainContent">
25                    26                    
26                 <fieldset>     27                     <fieldset>  
27     28  
28                     <h2 class="page-header">Conference Paper Request</h2>   29                         <h2 class="page-header">Conference Paper Request</h2>
29                        30                        
30                     <section name="conferencepaper-info">   31                         <section name="conferencepaper-info">
31       32         
32                         <div class="form-group col-md-9">   33                             <div class="form-group col-md-9">
33                             <label for="PhotoJournalTitle">   34                                 <label for="PhotoJournalTitle">
34                                 <span class="field">   35                                     <span class="field">
35                                     <span class="<#ERROR name='ERRORPhotoJournalTitle'>">   36                                         <span class="<#ERROR name='ERRORPhotoJournalTitle'>">
36                                         Conference Name     37                                             Conference Name  
37                                         <span class="req">(required)</span>   38                                             <span class="req">(required)</span>
38                                     </span>   39                                         </span>
39                                     <br>   40                                         <br>
40                                     <span class="small-notes">   41                                         <span class="small-notes">
41                                         Please do not abbreviate unless your citation is abbreviated     42                                             Please do not abbreviate unless your citation is abbreviated  
42                                     </span>   43                                         </span>
43                                 </span>   44                                     </span>
44                                 <br>   45                                     <br>
45                                 </label>   46                                     </label>
46                             <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>    47                                 <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required> 
47                         </div>     48                             </div>  
48                           49                             
49                         <div class="form-group col-md-9">   50                             <div class="form-group col-md-9">
50                             <label for="PhotoArticleTitle">   51                                 <label for="PhotoArticleTitle">
51                                 <span class="field">   52                                     <span class="field">
52                                     <span class="<#ERROR name='ERRORPhotoArticleTitle'>">   53                                         <span class="<#ERROR name='ERRORPhotoArticleTitle'>">
53                                         Title of Paper   54                                             Title of Paper
54                                     </span>   55                                         </span>
55                                 </span>   56                                     </span>
56                             </label>   57                                 </label>
57                             <input type="text" class="form-control" name="PhotoArticleTitle" id="PhotoArticleTitle" value="<#PARAM name='PhotoArticleTitle'>">   58                                 <input type="text" class="form-control" name="PhotoArticleTitle" id="PhotoArticleTitle" value="<#PARAM name='PhotoArticleTitle'>">
58                         </div>   59                             </div>
59                               60                                 
60                         <div class="form-group col-md-9">   61                             <div class="form-group col-md-9">
61                             <label for="PhotoArticleAuthor">   62                                 <label for="PhotoArticleAuthor">
62                                 <span class="field">   63                                     <span class="field">
63                                     <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">   64                                         <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">
64                                         Author of Paper      65                                             Author of Paper   
65                                     </span>   66                                         </span>
66                                 </span>   67                                     </span>
67                             </label>   68                                 </label>
68                             <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">   69                                 <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">
69                         </div>   70                             </div>
70                           71                             
71                         <div class="form-group col-md-9">   72                             <div class="form-group col-md-9">
72                             <label for="PhotoItemAuthor">   73                                 <label for="PhotoItemAuthor">
73                                 <span class="field">   74                                     <span class="field">
74                                     <span class="<#ERROR name='ERRORPhotoItemAuthor'>">   75                                         <span class="<#ERROR name='ERRORPhotoItemAuthor'>">
75                                         Proceedings Editor      76                                             Proceedings Editor   
76                                     </span>   77                                         </span>
77                                 </span>   78                                     </span>
78                             </label>   79                                 </label>
79                             <input type="text" class="form-control" name="PhotoItemAuthor" id="PhotoItemAuthor" value="<#PARAM name='PhotoItemAuthor'>">   80                                 <input type="text" class="form-control" name="PhotoItemAuthor" id="PhotoItemAuthor" value="<#PARAM name='PhotoItemAuthor'>">
80                         </div>   81                             </div>
81                               82                                 
82                         <div class="form-group col-md-9">   83                             <div class="form-group col-md-9">
83                             <label for="PhotoItemPlace">   84                                 <label for="PhotoItemPlace">
84                                 <span class="field">   85                                     <span class="field">
85                                     <span class="<#ERROR name='ERRORPhotoItemPlace'>">   86                                         <span class="<#ERROR name='ERRORPhotoItemPlace'>">
86                                         Conference Place      87                                             Conference Place   
87                                     </span>   88                                         </span>
88                                 </span>   89                                     </span>
89                             </label>   90                                 </label>
90                             <input type="text" class="form-control" name="PhotoItemPlace" id="PhotoItemPlace" value="<#PARAM name='PhotoItemPlace'>">   91                                 <input type="text" class="form-control" name="PhotoItemPlace" id="PhotoItemPlace" value="<#PARAM name='PhotoItemPlace'>">
91                         </div>   92                             </div>
92                               93                                 
93                         <div class="form-group col-md-9">   94                             <div class="form-group col-md-9">
94                             <label for="PhotoItemPublisher">   95                                 <label for="PhotoItemPublisher">
95                                 <span class="field">   96                                     <span class="field">
96                                         <span class="<#ERROR name='ERRORPhotoItemPublisher'>">   97                                             <span class="<#ERROR name='ERRORPhotoItemPublisher'>">
97                                         Publisher      98                                             Publisher   
98                                     </span>   99                                         </span>
99                                 </span>   100                                     </span>
100                             </label>   101                                 </label>
101                             <input type="text" class="form-control" name="PhotoItemPublisher" id="PhotoItemPublisher" value="<#PARAM name='PhotoItemPublisher'>">   102                                 <input type="text" class="form-control" name="PhotoItemPublisher" id="PhotoItemPublisher" value="<#PARAM name='PhotoItemPublisher'>">
102                         </div>   103                             </div>
103                       104                         
104                         <div class="form-group col-md-9">   105                             <div class="form-group col-md-9">
105                             <label for="PhotoJournalYear">   106                                 <label for="PhotoJournalYear">
106                                 <span class="field">   107                                     <span class="field">
107                                     <span class="<#ERROR name='ERRORPhotoJournalYear'>">   108                                         <span class="<#ERROR name='ERRORPhotoJournalYear'>">
108                                         Conference Date      109                                             Conference Date   
109                                     </span>   110                                         </span>
110                                 </span>   111                                     </span>
111                             </label>   112                                 </label>
112                             <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">   113                                 <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">
113                         </div>   114                             </div>
114                               115                                 
115                         <div class="form-group col-md-9">   116                             <div class="form-group col-md-9">
116                             <label for="PhotoJournalInclusivePages">   117                                 <label for="PhotoJournalInclusivePages">
117                                 <span class="field">   118                                     <span class="field">
118                                     <span class="<#ERROR name='ERRORPhotoJournalInclusivePages'>">   119                                         <span class="<#ERROR name='ERRORPhotoJournalInclusivePages'>">
119                                         Inclusive Pages      120                                             Inclusive Pages   
120                                     </span>   121                                         </span>
121                                 </span>   122                                     </span>
122                             </label>   123                                 </label>
123                             <input type="text" class="form-control" name="PhotoJournalInclusivePages" id="PhotoJournalInclusivePages" value="<#PARAM name='PhotoJournalInclusivePages'>">   124                                 <input type="text" class="form-control" name="PhotoJournalInclusivePages" id="PhotoJournalInclusivePages" value="<#PARAM name='PhotoJournalInclusivePages'>">
124                         </div>   125                             </div>
125                           126                             
126                         <div class="form-group col-md-9">   127                             <div class="form-group col-md-9">
127                             <label for="ISSN">   128                                 <label for="ISSN">
128                                 <span class="field">   129                                     <span class="field">
129                                     <span class="<#ERROR name='ERRORISSN'>">   130                                         <span class="<#ERROR name='ERRORISSN'>">
130                                         ISSN (International Standard Serial Number)   131                                             ISSN (International Standard Serial Number)
131                                     </span>   132                                         </span>
132                                     <br>   133                                         <br>
133                                     <span class="small-notes">   134                                         <span class="small-notes">
134                                         If given will speed request processing   135                                             If given will speed request processing
135                                     </span>   136                                         </span>
136                                 </span>   137                                     </span>
137                             </label>   138                                 </label>
138                             <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">   139                                 <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">
139                         </div>   140                             </div>
140                       141                         
141                         <!--<div class="form-group col-md-9">   142                             <!--<div class="form-group col-md-9">
142                             <label for="CallNumber">                       143                                 <label for="CallNumber">                    
143                                 <span class="field">   144                                     <span class="field">
144                                     <span class="<#ERROR name='ERRORCallNumber'>">   145                                         <span class="<#ERROR name='ERRORCallNumber'>">
145                                         Call Number   146                                             Call Number
      147                                         </span>
146                                     </span>   148                                     </span>
147                                 </span>      
148                             </label>   149                                 </label>
149                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   150                                 <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
150                         </div>   151                             </div>
151                               152                                 
152                         <div class="form-group col-md-9">   153                             <div class="form-group col-md-9">
153                             <label for="ESPNumber">   154                                 <label for="ESPNumber">
154                                 <span class="field">   155                                     <span class="field">
155                                     <span class="<#ERROR name='ERRORESPNumber'>">   156                                         <span class="<#ERROR name='ERRORESPNumber'>">
156                                         OCLC or Docline UI Number   157                                             OCLC or Docline UI Number
      158                                         </span>
157                                     </span>   159                                     </span>
158                                 </span>      
159                             </label>   160                                 </label>
160                             <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAMname='ESPNumber'>">   161                                 <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAMname='ESPNumber'>">
161                         </div>-->   162                             </div>-->
162                           163                             
163                         <div class="form-group col-md-9">   164                             <div class="form-group col-md-9">
164                             <label for="Notes">   165                                 <label for="Notes">
165                                 <span class="field">   166                                     <span class="field">
166                                     <span class="<#ERROR name='ERRORNotes'>">     167                                         <span class="<#ERROR name='ERRORNotes'>">  
167                                         Notes      168                                             Notes   
168                                     </span><br>   169                                         </span><br>
169                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   170                                         <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
170                                 </span>   171                                     </span>
171                             </label>   172                                 </label>
172                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   173                                 <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
173                         </div>   174                             </div>
174                           175                             
175                 </section>   176                         </section>
176                     <#INCLUDE filename="include_request_cited.html">                   177                         <#INCLUDE filename="include_request_cited.html">                
177                     <#INCLUDE filename="include_request_buttons.html">   178                         <#INCLUDE filename="include_request_buttons.html">
178             </fieldset>   179                     </fieldset>
    -+ 180                 </div>
179         </form> = 181             </form>
    -+ 182         </main>
180         <#INCLUDE filename="include_footer.html"> = 183         <#INCLUDE filename="include_footer.html">
181     </div>       184     </div>    
182   </div> +-    
183 </div>      
184 </body> = 185 </body>
185 </html>   186 </html>

   
File: EditGenericRequestTesting.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Edit Testing Request</title>   5     <title>ILLiad - Edit Testing Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12        12     
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="EditGenericRequestTesting"> = 15             <form action="illiad.dll" method="post" name="EditGenericRequestTesting">
15             <input type="hidden" name="ILLiadForm" value="EditGenericRequestTesting">   16                 <input type="hidden" name="ILLiadForm" value="EditGenericRequestTesting">
16             <input type="hidden" name="RequestType" value="Loan">   17                 <input type="hidden" name="RequestType" value="Loan">
17             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   18                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
18             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   19                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
19             <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">   20                 <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">
20             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   21                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
21             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   22                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
22             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   23                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
23                   24                     
24             <fieldset>   25                 <fieldset>
25                 <h2 class="page-header">Edit Testing Request</h2>   26                     <h2 class="page-header">Edit Testing Request</h2>
26                 <section name="editgenericrequesttesting-info">   27                     <section name="editgenericrequesttesting-info">
27     28  
28                     <div class="form-group col-md-9">   29                         <div class="form-group col-md-9">
29                         <label for="LoanTitle">   30                             <label for="LoanTitle">
30                             <span class="field">   31                                 <span class="field">
31                                 <span class="<#ERROR name='ERRORLoanTitle'>">   32                                     <span class="<#ERROR name='ERRORLoanTitle'>">
32                                     Title   33                                         Title
33                                     <span class="req">(required)</span>   34                                         <span class="req">(required)</span>
34                                 </span>   35                                     </span>
35                                 <br>   36                                     <br>
36                                 <span class="small-notes">   37                                     <span class="small-notes">
37                                     Please do not abbreviate unless your citation is abbreviated   38                                         Please do not abbreviate unless your citation is abbreviated
38                                 </span>    39                                     </span> 
39                             </span>   40                                 </span>
40                         </label>   41                             </label>
41                         <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required>   42                             <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required>
42                     </div>   43                         </div>
43                       44                         
44                     <div class="form-group col-md-9">     45                         <div class="form-group col-md-9">  
45                         <label for="LoanAuthor">   46                             <label for="LoanAuthor">
46                             <span class="field">   47                                 <span class="field">
47                                 <span class="<#ERROR name='ERRORLoanAuthor'>">   48                                     <span class="<#ERROR name='ERRORLoanAuthor'>">
48                                     Author/Editors   49                                         Author/Editors
49                                     <span class="req">(required)</span>   50                                         <span class="req">(required)</span>
50                                 </span>   51                                     </span>
51                             </span>   52                                 </span>
52                         </label>   53                             </label>
53                         <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>   54                             <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>
54                     </div>   55                         </div>
55                       56                         
56                     <div class="form-group col-md-9">   57                         <div class="form-group col-md-9">
57                         <label for="LoanPublisher">   58                             <label for="LoanPublisher">
58                             <span class="field">   59                                 <span class="field">
59                                 <span class="<#ERROR name='ERRORLoanPublisher'>">   60                                     <span class="<#ERROR name='ERRORLoanPublisher'>">
60                                     Publisher   61                                         Publisher
61                                 </span>   62                                     </span>
62                             </span>   63                                 </span>
63                         </label>   64                             </label>
64                         <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">   65                             <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">
65                     </div>   66                         </div>
66     67  
67                     <div class="form-group col-md-9">   68                         <div class="form-group col-md-9">
68                         <label for="LoanPlace">   69                             <label for="LoanPlace">
69                             <span class="field">   70                                 <span class="field">
70                                 <span class="<#ERROR name='ERRORLoanPlace'>">   71                                     <span class="<#ERROR name='ERRORLoanPlace'>">
71                                     Place of Publication   72                                         Place of Publication
72                                 </span>   73                                     </span>
73                             </span>   74                                 </span>
74                         </label>   75                             </label>
75                         <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">   76                             <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">
76                     </div>   77                         </div>
77                           78                             
78                     <div class="form-group col-md-9">   79                         <div class="form-group col-md-9">
79                         <label for="LoanDate">   80                             <label for="LoanDate">
80                             <span class="field">   81                                 <span class="field">
81                                 <span class="<#ERROR name='ERRORLoanDate'>">   82                                     <span class="<#ERROR name='ERRORLoanDate'>">
82                                     Date of Publication   83                                         Date of Publication
83                                 </span>   84                                     </span>
84                             </span>   85                                 </span>
85                         </label>   86                             </label>
86                         <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">   87                             <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">
87                     </div>   88                         </div>
88                       89                         
89                     <div class="form-group col-md-9">   90                         <div class="form-group col-md-9">
90                         <label for="LoanEdition">   91                             <label for="LoanEdition">
91                             <span class="field">   92                                 <span class="field">
92                                 <span class="<#ERROR name='ERRORLoanEdition'>">   93                                     <span class="<#ERROR name='ERRORLoanEdition'>">
93                                     Edition   94                                         Edition
94                                 </span>   95                                     </span>
95                             </span>   96                                 </span>
96                         </label>   97                             </label>
97                         <input type="text" class="form-control" name="LoanEdition" id="LoanEdition" value="<#PARAM name='LoanEdition'>">   98                             <input type="text" class="form-control" name="LoanEdition" id="LoanEdition" value="<#PARAM name='LoanEdition'>">
98                     </div>   99                         </div>
99                           100                             
100                     <div class="form-group col-md-9">   101                         <div class="form-group col-md-9">
101                         <label for="ISSN">   102                             <label for="ISSN">
102                             <span class="field">   103                                 <span class="field">
103                                 <span class="<#ERROR name='ERRORISSN'>">   104                                     <span class="<#ERROR name='ERRORISSN'>">
104                                     ISBN (International Standard Book Number)   105                                         ISBN (International Standard Book Number)
105                                 </span>   106                                     </span>
106                                 <br>   107                                     <br>
107                                 <span class="small-notes">   108                                     <span class="small-notes">
108                                     If given will speed request processing   109                                         If given will speed request processing
109                                 </span>   110                                     </span>
110                             </span>   111                                 </span>
111                         </label>   112                             </label>
112                         <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">   113                             <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">
113                     </div>   114                         </div>
114                           115                             
115                     <!--<div class="form-group col-md-9">   116                         <!--<div class="form-group col-md-9">
116                         <label for="CallNumber">                       117                             <label for="CallNumber">                    
117                             <span class="field">   118                                 <span class="field">
118                                 <span class="<#ERROR name='ERRORCallNumber'>">   119                                     <span class="<#ERROR name='ERRORCallNumber'>">
119                                     Call Number   120                                         Call Number
      121                                     </span>
120                                 </span>   122                                 </span>
121                             </span>      
122                         </label>   123                             </label>
123                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   124                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
124                     </div>   125                         </div>
125                   126                     
126                     <div class="form-group col-md-9">   127                         <div class="form-group col-md-9">
127                         <label for="ESPNumber">   128                             <label for="ESPNumber">
128                             <span class="field">   129                                 <span class="field">
129                                 <span class="<#ERROR name='ERRORESPNumber'>">   130                                     <span class="<#ERROR name='ERRORESPNumber'>">
130                                     OCLC or Docline UI Number   131                                         OCLC or Docline UI Number
      132                                     </span>
131                                 </span>   133                                 </span>
132                             </span>      
133                         </label>   134                             </label>
134                         <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   135                             <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
135                     </div>-->   136                         </div>-->
136                           137                             
137                     <div class="form-group col-md-9">   138                         <div class="form-group col-md-9">
138                         <label for="AcceptAlternateEdition">   139                             <label for="AcceptAlternateEdition">
139                             <span class="field">   140                                 <span class="field">
140                                 <span class="<#ERROR name='ERRORAcceptAlternateEdition'>">   141                                     <span class="<#ERROR name='ERRORAcceptAlternateEdition'>">
141                                     Will you accept an alternate edition of this item?   142                                         Will you accept an alternate edition of this item?
142                                 </span>   143                                     </span>
143                             </span>   144                                 </span>
144                         </label>   145                             </label>
145                         <select id="AcceptAlternateEdition" name="AcceptAlternateEdition" size="1" class="custom-select mr-sm-2"  data-persistedValue="<#PARAM name='AcceptAlternateEdition'>">   146                             <select id="AcceptAlternateEdition" name="AcceptAlternateEdition" size="1" class="custom-select mr-sm-2"  data-persistedValue="<#PARAM name='AcceptAlternateEdition'>">
146                             <option value="Yes">Yes</option>   147                                 <option value="Yes">Yes</option>
147                             <option value="No">No</option>   148                                 <option value="No">No</option>
148                         </select>   149                             </select>
149                     </div>   150                         </div>
150                           151                             
151                     <div class="form-group col-md-9">   152                         <div class="form-group col-md-9">
152                         <label for="Notes">   153                             <label for="Notes">
153                             <span class="field">   154                                 <span class="field">
154                                 <span class="<#ERROR name='ERRORNotes'>">     155                                     <span class="<#ERROR name='ERRORNotes'>">  
155                                     Notes      156                                         Notes   
156                                 </span><br>   157                                     </span><br>
157                                 <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   158                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
158                             </span>   159                                 </span>
159                         </label>   160                             </label>
160                         <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   161                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
161                     </div>   162                         </div>
162                       163                         
163                 </section>   164                     </section>
164                 <#INCLUDE filename="include_request_cited.html">                   165                     <#INCLUDE filename="include_request_cited.html">                
165                 <#INCLUDE filename="include_request_buttons.html">   166                     <#INCLUDE filename="include_request_buttons.html">
166             </fieldset>   167                 </fieldset>
167         </form>   168             </form>
    -+ 169         </main>
168         <#INCLUDE filename="include_footer.html"> = 170         <#INCLUDE filename="include_footer.html">
169     </div>   171     </div>
170 </div> +-    
171 </body> = 172 </body>
172 </html>   173 </html>

   
File: EditLoanRequest.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Edit Book Request</title>   5     <title>ILLiad - Edit Book Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12        12     
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="EditLoanRequest"> = 15             <form action="illiad.dll" method="post" name="EditLoanRequest">
15             <input type="hidden" name="ILLiadForm" value="EditLoanRequest">   16                 <input type="hidden" name="ILLiadForm" value="EditLoanRequest">
16             <input type="hidden" name="RequestType" value="Loan">   17                 <input type="hidden" name="RequestType" value="Loan">
17             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   18                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
18             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   19                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
19             <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">   20                 <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">
20             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   21                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
21             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   22                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
22             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   23                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
23                       24                         
24             <fieldset>   25                 <fieldset>
25       26         
26                 <h2 class="page-header">Edit Book Request</h2>   27                     <h2 class="page-header">Edit Book Request</h2>
27                 <section name="editbookrequest-info">   28                     <section name="editbookrequest-info">
28                               29                                 
29                     <div class="form-group col-md-9">   30                         <div class="form-group col-md-9">
30                         <label for="LoanTitle">   31                             <label for="LoanTitle">
31                             <span class="field">   32                                 <span class="field">
32                                 <span class="<#ERROR name='ERRORLoanTitle'>">   33                                     <span class="<#ERROR name='ERRORLoanTitle'>">
33                                     Title   34                                         Title
34                                     <span class="req">(required)</span>   35                                         <span class="req">(required)</span>
35                                 </span>   36                                     </span>
36                                 <br>   37                                     <br>
37                                 <span class="small-notes">   38                                     <span class="small-notes">
38                                     Please do not abbreviate unless your citation is abbreviated   39                                         Please do not abbreviate unless your citation is abbreviated
39                                 </span>    40                                     </span> 
40                             </span>   41                                 </span>
41                         </label>   42                             </label>
42                         <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required>   43                             <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required>
43                     </div>   44                         </div>
44               45                 
45                     <div class="form-group col-md-9">     46                         <div class="form-group col-md-9">  
46                         <label for="LoanAuthor">   47                             <label for="LoanAuthor">
47                             <span class="field">   48                                 <span class="field">
48                                 <span class="<#ERROR name='ERRORLoanAuthor'>">   49                                     <span class="<#ERROR name='ERRORLoanAuthor'>">
49                                     Author/Editors   50                                         Author/Editors
50                                     <span class="req">(required)</span>   51                                         <span class="req">(required)</span>
51                                 </span>   52                                     </span>
52                             </span>   53                                 </span>
53                         </label>   54                             </label>
54                         <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>   55                             <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>
55                     </div>   56                         </div>
56               57                 
57                     <div class="form-group col-md-9">   58                         <div class="form-group col-md-9">
58                         <label for="LoanPublisher">   59                             <label for="LoanPublisher">
59                             <span class="field">   60                                 <span class="field">
60                                 <span class="<#ERROR name='ERRORLoanPublisher'>">   61                                     <span class="<#ERROR name='ERRORLoanPublisher'>">
61                                     Publisher   62                                         Publisher
62                                 </span>   63                                     </span>
63                             </span>   64                                 </span>
64                         </label>   65                             </label>
65                         <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">   66                             <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">
66                     </div>   67                         </div>
67                       68                         
68                     <div class="form-group col-md-9">   69                         <div class="form-group col-md-9">
69                         <label for="LoanPlace">   70                             <label for="LoanPlace">
70                             <span class="field">   71                                 <span class="field">
71                                 <span class="<#ERROR name='ERRORLoanPlace'>">   72                                     <span class="<#ERROR name='ERRORLoanPlace'>">
72                                     Place of Publication   73                                         Place of Publication
73                                 </span>   74                                     </span>
74                             </span>   75                                 </span>
75                         </label>   76                             </label>
76                         <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">   77                             <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">
77                      </div>   78                         </div>
78                       79                         
79                     <div class="form-group col-md-9">   80                         <div class="form-group col-md-9">
80                         <label for="LoanDate">   81                             <label for="LoanDate">
81                             <span class="field">   82                                 <span class="field">
82                                 <span class="<#ERROR name='ERRORLoanDate'>">   83                                     <span class="<#ERROR name='ERRORLoanDate'>">
83                                     Date of Publication   84                                         Date of Publication
84                                 </span>   85                                     </span>
85                             </span>   86                                 </span>
86                         </label>   87                             </label>
87                         <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">   88                             <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">
88                     </div>   89                         </div>
89           90             
90                     <div class="form-group col-md-9">   91                         <div class="form-group col-md-9">
91                         <label for="LoanEdition">   92                             <label for="LoanEdition">
92                             <span class="field">   93                                 <span class="field">
93                                 <span class="<#ERROR name='ERRORLoanEdition'>">   94                                     <span class="<#ERROR name='ERRORLoanEdition'>">
94                                     Edition   95                                         Edition
95                                 </span>   96                                     </span>
96                             </span>   97                                 </span>
97                         </label>   98                             </label>
98                         <input type="text" class="form-control" name="LoanEdition" id="LoanEdition" value="<#PARAM name='LoanEdition'>">   99                             <input type="text" class="form-control" name="LoanEdition" id="LoanEdition" value="<#PARAM name='LoanEdition'>">
99                     </div>   100                         </div>
100                       101                         
101                     <div class="form-group col-md-9">   102                         <div class="form-group col-md-9">
102                         <label for="ISSN">   103                             <label for="ISSN">
103                             <span class="field">   104                                 <span class="field">
104                                 <span class="<#ERROR name='ERRORISSN'>">   105                                     <span class="<#ERROR name='ERRORISSN'>">
105                                     ISBN (International Standard Book Number)   106                                         ISBN (International Standard Book Number)
106                                 </span>   107                                     </span>
107                                 <br>   108                                     <br>
108                             <span class="small-notes">   109                                 <span class="small-notes">
109                                 If given will speed request processing   110                                     If given will speed request processing
110                             </span>   111                                 </span>
111                             </span>   112                                 </span>
112                         </label>   113                             </label>
113                         <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">   114                             <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">
114                     </div>   115                         </div>
115               116                 
116                     <!--<div class="form-group col-md-9">   117                         <!--<div class="form-group col-md-9">
117                         <label for="CallNumber">                       118                             <label for="CallNumber">                    
118                             <span class="field">   119                                 <span class="field">
119                                 <span class="<#ERROR name='ERRORCallNumber'>">   120                                     <span class="<#ERROR name='ERRORCallNumber'>">
120                                     Call Number   121                                         Call Number
      122                                     </span>
121                                 </span>   123                                 </span>
122                             </span>      
123                         </label>   124                             </label>
124                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   125                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
125                     </div>   126                         </div>
126                       127                         
127                     <div class="form-group col-md-9">   128                         <div class="form-group col-md-9">
128                         <label for="ESPNumber">   129                             <label for="ESPNumber">
129                             <span class="field">   130                                 <span class="field">
130                                 <span class="<#ERROR name='ERRORESPNumber'>">   131                                     <span class="<#ERROR name='ERRORESPNumber'>">
131                                     OCLC or Docline UI Number   132                                         OCLC or Docline UI Number
      133                                     </span>
132                                 </span>   134                                 </span>
133                             </span>      
134                         </label>   135                             </label>
135                         <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   136                             <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
136                     </div>-->   137                         </div>-->
137                       138                         
138                     <div class="form-group col-md-9">   139                         <div class="form-group col-md-9">
139                         <label for="AcceptAlternateEdition">   140                             <label for="AcceptAlternateEdition">
140                             <span class="field">   141                                 <span class="field">
141                                 <span class="<#ERROR name='ERRORAcceptAlternateEdition'>">   142                                     <span class="<#ERROR name='ERRORAcceptAlternateEdition'>">
142                                     Will you accept an alternate edition of this item?   143                                         Will you accept an alternate edition of this item?
143                                 </span>   144                                     </span>
144                             </span>   145                                 </span>
145                         </label>   146                             </label>
146                         <select id="AcceptAlternateEdition" name="AcceptAlternateEdition" size="1" class="custom-select mr-sm-2"  data-persistedValue="<#PARAM name='AcceptAlternateEdition'>">   147                             <select id="AcceptAlternateEdition" name="AcceptAlternateEdition" size="1" class="custom-select mr-sm-2"  data-persistedValue="<#PARAM name='AcceptAlternateEdition'>">
147                             <option value="Yes">Yes</option>   148                                 <option value="Yes">Yes</option>
148                             <option value="No">No</option>   149                                 <option value="No">No</option>
149                         </select>   150                             </select>
150                     </div>   151                         </div>
151                           152                             
152                     <div class="form-group col-md-9">   153                         <div class="form-group col-md-9">
153                         <label for="Notes">   154                             <label for="Notes">
154                             <span class="field">   155                                 <span class="field">
155                                 <span class="<#ERROR name='ERRORNotes'>">     156                                     <span class="<#ERROR name='ERRORNotes'>">  
156                                     Notes      157                                         Notes   
157                                 </span><br>   158                                     </span><br>
158                                 <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   159                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
159                             </span>   160                                 </span>
160                         </label>   161                             </label>
161                         <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   162                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
162                     </div>   163                         </div>
163                       164                         
164                 </section>   165                     </section>
165                 <#INCLUDE filename="include_request_cited.html">                   166                     <#INCLUDE filename="include_request_cited.html">                
166                 <#INCLUDE filename="include_request_buttons.html">   167                     <#INCLUDE filename="include_request_buttons.html">
167             </fieldset>   168                 </fieldset>
168         </form>   169             </form>
    -+ 170         </main>
169         <#INCLUDE filename="include_footer.html"> = 171         <#INCLUDE filename="include_footer.html">
170     </div>   172     </div>
171 </body>   173 </body>
172 </html>   174 </html>

   
File: EditMultimediaRequest.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Edit Multimedia Request</title>   5     <title>ILLiad - Edit Multimedia Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12        12     
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="EditMultimediaRequest"> = 15             <form action="illiad.dll" method="post" name="EditMultimediaRequest">
15             <input type="hidden" name="ILLiadForm" value="EditMultimediaRequest">   16                 <input type="hidden" name="ILLiadForm" value="EditMultimediaRequest">
16             <input type="hidden" name="RequestType" value="Loan">   17                 <input type="hidden" name="RequestType" value="Loan">
17             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   18                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
18             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   19                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
19             <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">   20                 <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">
20             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   21                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
21               22                 
22             <fieldset>   23                 <fieldset>
23     24  
24                 <h2 class="page-header">Edit Multimedia Request</h2>   25                     <h2 class="page-header">Edit Multimedia Request</h2>
25                 <section name="editmultimediarequest-info">   26                     <section name="editmultimediarequest-info">
26     27  
27                     <div class="form-group col-md-9">   28                         <div class="form-group col-md-9">
28                         <label for="LoanTitle">   29                             <label for="LoanTitle">
29                             <span class="field">   30                                 <span class="field">
30                                 <span class="<#ERROR name='ERRORLoanTitle'>">   31                                     <span class="<#ERROR name='ERRORLoanTitle'>">
31                                     Title   32                                         Title
32                                     <span class="req">(required)</span>   33                                         <span class="req">(required)</span>
33                                 </span>   34                                     </span>
34                                 <br>   35                                     <br>
35                                 <span class="small-notes">   36                                     <span class="small-notes">
36                                     Please do not abbreviate unless your citation is abbreviated   37                                         Please do not abbreviate unless your citation is abbreviated
37                                 </span>    38                                     </span> 
38                             </span>   39                                 </span>
39                         </label>   40                             </label>
40                         <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required>   41                             <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required>
41                     </div>   42                         </div>
42               43                 
43                     <div class="form-group col-md-9">     44                         <div class="form-group col-md-9">  
44                         <label for="LoanAuthor">   45                             <label for="LoanAuthor">
45                             <span class="field">   46                                 <span class="field">
46                                 <span class="<#ERROR name='ERRORLoanAuthor'>">   47                                     <span class="<#ERROR name='ERRORLoanAuthor'>">
47                                     Artist/Composer/Producer   48                                         Artist/Composer/Producer
48                                     <span class="req">(required)</span>   49                                         <span class="req">(required)</span>
49                                 </span>   50                                     </span>
50                             </span>   51                                 </span>
51                         </label>   52                             </label>
52                         <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>   53                             <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>
53                     </div>   54                         </div>
54               55                 
55                     <div class="form-group col-md-9">   56                         <div class="form-group col-md-9">
56                         <label for="LoanPublisher">   57                             <label for="LoanPublisher">
57                             <span class="field">   58                                 <span class="field">
58                                 <span class="<#ERROR name='ERRORLoanPublisher'>">   59                                     <span class="<#ERROR name='ERRORLoanPublisher'>">
59                                     Publisher   60                                         Publisher
60                                 </span>   61                                     </span>
61                             </span>   62                                 </span>
62                         </label>   63                             </label>
63                         <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">   64                             <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">
64                     </div>   65                         </div>
65                       66                         
66                     <div class="form-group col-md-9">   67                         <div class="form-group col-md-9">
67                         <label for="LoanPlace">   68                             <label for="LoanPlace">
68                             <span class="field">   69                                 <span class="field">
69                                 <span class="<#ERROR name='ERRORLoanPlace'>">   70                                     <span class="<#ERROR name='ERRORLoanPlace'>">
70                                     Place of Publication   71                                         Place of Publication
71                                 </span>   72                                     </span>
72                             </span>   73                                 </span>
73                         </label>   74                             </label>
74                         <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">   75                             <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">
75                     </div>   76                         </div>
76                       77                         
77                     <div class="form-group col-md-9">   78                         <div class="form-group col-md-9">
78                         <label for="LoanDate">   79                             <label for="LoanDate">
79                             <span class="field">   80                                 <span class="field">
80                                 <span class="<#ERROR name='ERRORLoanDate'>">   81                                     <span class="<#ERROR name='ERRORLoanDate'>">
81                                     Date of Publication   82                                         Date of Publication
82                                 </span>   83                                     </span>
83                             </span>   84                                 </span>
84                         </label>   85                             </label>
85                         <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">   86                             <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">
86                     </div>   87                         </div>
87     88  
88                     <div class="form-group col-md-9">   89                         <div class="form-group col-md-9">
89                         <label for="Format">   90                             <label for="Format">
90                             <span class="field">   91                                 <span class="field">
91                                 <span class="<#ERROR name='ERRORFormat'>">   92                                     <span class="<#ERROR name='ERRORFormat'>">
92                                     Format   93                                         Format
93                                 </span>   94                                     </span>
94                             </span>   95                                 </span>
95                         </label>   96                             </label>
96                         <select id="Format" name="Format" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='Format'>">   97                             <select id="Format" name="Format" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='Format'>">
97                             <option value="CD">CD</option>   98                                 <option value="CD">CD</option>
98                             <option value="Blu Ray">Blu Ray</option>   99                                 <option value="Blu Ray">Blu Ray</option>
99                             <option value="Cassette">Cassette</option>   100                                 <option value="Cassette">Cassette</option>
100                             <option value="DVD">DVD</option>   101                                 <option value="DVD">DVD</option>
101                         </select>   102                             </select>
102                     </div>   103                         </div>
103                       104                         
104                     <div class="form-group col-md-9">   105                         <div class="form-group col-md-9">
105                         <label for="ISSN">   106                             <label for="ISSN">
106                             <span class="field">   107                                 <span class="field">
107                                 <span class="<#ERROR name='ERRORISSN'>">   108                                     <span class="<#ERROR name='ERRORISSN'>">
108                                     ISBN (International Standard Book Number)   109                                         ISBN (International Standard Book Number)
109                                 </span><br>   110                                     </span><br>
110                                 <span class="small-notes">If given will speed request processing</span>   111                                     <span class="small-notes">If given will speed request processing</span>
111                             </span>   112                                 </span>
112                         </label>                               113                             </label>                            
113                         <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">   114                             <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">
114                     </div>   115                         </div>
115     116  
116                 </section>   117                     </section>
117                   118                     
118                 <#INCLUDE filename="include_request_cited.html">                   119                     <#INCLUDE filename="include_request_cited.html">                
119                 <#INCLUDE filename="include_request_buttons.html">   120                     <#INCLUDE filename="include_request_buttons.html">
120             </fieldset>   121                 </fieldset>
121         </form>   122             </form>
122         <> 123         </main>
123     <#INCLUDE filename="include_footer.html"> = 124         <#INCLUDE filename="include_footer.html">
124     </div>   125     </div>
125 </body>   126 </body>
126 </html>   127 </html>

   
File: EditPatentRequest.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Edit Patent Request</title>   5     <title>ILLiad - Edit Patent Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12        12     
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="PatentRequest"> = 15             <form action="illiad.dll" method="post" name="PatentRequest">
15             <input type="hidden" name="ILLiadForm" value="PatentRequest">   16                 <input type="hidden" name="ILLiadForm" value="PatentRequest">
16             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   17                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
17             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   18                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
18             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   19                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
19             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   20                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
20             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   21                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
21               22                 
22             <fieldset>   23                 <fieldset>
23     24  
24                 <h2 class="page-header">Edit Patent Request</h2>   25                     <h2 class="page-header">Edit Patent Request</h2>
25                   26                     
26                 <section name="patentrequest-info">   27                     <section name="patentrequest-info">
27                       28                         
28                     <div class="form-group col-md-9">     29                         <div class="form-group col-md-9">  
29                         <label for="PhotoJournalTitle">   30                             <label for="PhotoJournalTitle">
30                             <span class="field">   31                                 <span class="field">
31                                 <span class="<#ERROR name='ERRORLoanAuthor'>">   32                                     <span class="<#ERROR name='ERRORLoanAuthor'>">
32                                     Title   33                                         Title
33                                     <span class="req">(required)</span>   34                                         <span class="req">(required)</span>
34                                 </span>   35                                     </span>
35                                 <br>   36                                     <br>
36                                 <span class="small-notes">   37                                     <span class="small-notes">
37                                     Please do not abbreviate unless your citation is abbreviated     38                                         Please do not abbreviate unless your citation is abbreviated  
38                                 </span>   39                                     </span>
39                             </span>   40                                 </span>
40                         </label>   41                             </label>
41                         <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>   42                             <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>
42                     </div>   43                         </div>
43                           44                             
44                     <div class="form-group col-md-9">   45                         <div class="form-group col-md-9">
45                         <label for="PhotoItemAuthor">   46                             <label for="PhotoItemAuthor">
46                             <span class="field">   47                                 <span class="field">
47                                 <span class="<#ERROR name='ERRORPhotoItemAuthor'>">   48                                     <span class="<#ERROR name='ERRORPhotoItemAuthor'>">
48                                     Author      49                                         Author   
49                                 </span>   50                                     </span>
50                             </span>   51                                 </span>
51                         </label>   52                             </label>
52                         <input type="text" class="form-control" name="PhotoItemAuthor" id="PhotoItemAuthor" value="<#PARAM name='PhotoItemAuthor'>">       53                             <input type="text" class="form-control" name="PhotoItemAuthor" id="PhotoItemAuthor" value="<#PARAM name='PhotoItemAuthor'>">    
53                     </div>   54                         </div>
54                       55                         
55                     <div class="form-group col-md-9">   56                         <div class="form-group col-md-9">
56                         <label for="PhotoItemPlace">   57                             <label for="PhotoItemPlace">
57                             <span class="field">   58                                 <span class="field">
58                                 <span class="<#ERROR name='ERRORPhotoItemPlace'>">   59                                     <span class="<#ERROR name='ERRORPhotoItemPlace'>">
59                                     Country      60                                         Country   
60                                 </span>   61                                     </span>
61                             </span>   62                                 </span>
62                         </label>   63                             </label>
63                         <input type="text" class="form-control" name="PhotoItemPlace" id="PhotoItemPlace" value="<#PARAM name='PhotoItemPlace'>">   64                             <input type="text" class="form-control" name="PhotoItemPlace" id="PhotoItemPlace" value="<#PARAM name='PhotoItemPlace'>">
64                     </div>   65                         </div>
65                       66                         
66                     <div class="form-group col-md-9">   67                         <div class="form-group col-md-9">
67                         <label for="PhotoJournalYear">   68                             <label for="PhotoJournalYear">
68                             <span class="field">   69                                 <span class="field">
69                                 <span class="<#ERROR name='ERRORPhotoJournalYear'>">   70                                     <span class="<#ERROR name='ERRORPhotoJournalYear'>">
70                                     Year      71                                         Year   
71                                 </span>   72                                     </span>
72                             </span>   73                                 </span>
73                         </label>   74                             </label>
74                         <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">   75                             <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">
75                     </div>   76                         </div>
76                   77                     
77                     <div class="form-group col-md-9">   78                         <div class="form-group col-md-9">
78                         <label for="PhotoItemEdition">   79                             <label for="PhotoItemEdition">
79                             <span class="field">   80                                 <span class="field">
80                                 <span class="<#ERROR name='ERRORPhotoItemEdition'>">   81                                     <span class="<#ERROR name='ERRORPhotoItemEdition'>">
81                                     Patent Number      82                                         Patent Number   
82                                 </span>   83                                     </span>
83                             </span>   84                                 </span>
84                         </label>   85                             </label>
85                         <input type="text" class="form-control" name="PhotoItemEdition" id="PhotoItemEdition" value="<#PARAM name='PhotoItemEdition'>">   86                             <input type="text" class="form-control" name="PhotoItemEdition" id="PhotoItemEdition" value="<#PARAM name='PhotoItemEdition'>">
86                     </div>   87                         </div>
87                       88                         
88                     <!--<div class="form-group col-md-9">   89                         <!--<div class="form-group col-md-9">
89                         <label for="CallNumber">                       90                             <label for="CallNumber">                    
90                             <span class="field">   91                                 <span class="field">
91                                 <span class="<#ERROR name='ERRORCallNumber'>">   92                                     <span class="<#ERROR name='ERRORCallNumber'>">
92                                     Call Number   93                                         Call Number
      94                                     </span>
93                                 </span>   95                                 </span>
94                             </span>      
95                         </label>   96                             </label>
96                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   97                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
97                     </div>   98                         </div>
98                       99                         
99                     <div class="form-group col-md-9">   100                         <div class="form-group col-md-9">
100                         <label for="ESPNumber">   101                             <label for="ESPNumber">
101                             <span class="field">   102                                 <span class="field">
102                                 <span class="<#ERROR name='ERRORESPNumber'>">   103                                     <span class="<#ERROR name='ERRORESPNumber'>">
103                                     OCLC or Docline UI Number   104                                         OCLC or Docline UI Number
      105                                     </span>
104                                 </span>   106                                 </span>
105                             </span>      
106                         </label>   107                             </label>
107                         <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   108                             <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
108                     </div>-->   109                         </div>-->
109                   110                     
110                     <div class="form-group col-md-9">   111                         <div class="form-group col-md-9">
111                         <label for="Notes">   112                             <label for="Notes">
112                             <span class="field">   113                                 <span class="field">
113                                 <span class="<#ERROR name='ERRORNotes'>">     114                                     <span class="<#ERROR name='ERRORNotes'>">  
114                                     Notes      115                                         Notes   
115                                 </span><br>   116                                     </span><br>
116                                 <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   117                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
117                             </span>   118                                 </span>
118                         </label>   119                             </label>
119                         <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   120                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
120                     </div>   121                         </div>
121                       122                         
122                 </section>   123                     </section>
123                 <#INCLUDE filename="include_request_cited.html">                   124                     <#INCLUDE filename="include_request_cited.html">                
124                 <#INCLUDE filename="include_request_buttons.html">   125                     <#INCLUDE filename="include_request_buttons.html">
125             </fieldset>   126                 </fieldset>
126         </form>   127             </form>
    -+ 128         </main>
127         <#INCLUDE filename="include_footer.html"> = 129         <#INCLUDE filename="include_footer.html">
128     </div>   130     </div>
129 </body>   131 </body>
130 </html>   132 </html>

   
File: EditReportRequest.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Edit Report Request</title>   5     <title>ILLiad - Edit Report Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12        12     
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="EditReportRequest"> = 15             <form action="illiad.dll" method="post" name="EditReportRequest">
15                 <input type="hidden" name="ILLiadForm" value="EditReportRequest">   16                     <input type="hidden" name="ILLiadForm" value="EditReportRequest">
16                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">   17                     <input type="hidden" name="Username" value="<#PARAM name='Username'>">
17                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   18                     <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
18                 <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">   19                     <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">
19                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   20                     <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
20                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   21                     <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
21                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   22                     <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
22             <fieldset>   23                 <fieldset>
23     24  
24                 <h2 class="page-header">Edit Report Request</h2>   25                     <h2 class="page-header">Edit Report Request</h2>
25                   26                     
26                 <section name="editreportrequest-info">   27                     <section name="editreportrequest-info">
27                           28                             
28                     <div class="form-group col-md-9">    29                         <div class="form-group col-md-9"> 
29                         <label for="LoanTitle">   30                             <label for="LoanTitle">
30                             <span class="field">   31                                 <span class="field">
31                                 <span class="<#ERROR name='ERRORLoanTitle'>">   32                                     <span class="<#ERROR name='ERRORLoanTitle'>">
32                                     Title    33                                         Title 
33                                     <span class="req">(required)</span>   34                                         <span class="req">(required)</span>
34                                 </span>    35                                     </span> 
35                                 <br>   36                                     <br>
36                                 <span class="small-notes">   37                                     <span class="small-notes">
37                                     Please do not abbreviate unless your citation is abbreviated   38                                         Please do not abbreviate unless your citation is abbreviated
38                                 </span>   39                                     </span>
39                             </span>   40                                 </span>
40                         </label>   41                             </label>
41                         <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required>    42                             <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required> 
42                     </div>         43                         </div>      
43                       44                         
44                     <div class="form-group col-md-9">     45                         <div class="form-group col-md-9">  
45                         <label for="LoanAuthor">   46                             <label for="LoanAuthor">
46                             <span class="field">   47                                 <span class="field">
47                                 <span class="<#ERROR name='ERRORLoanAuthor'>">   48                                     <span class="<#ERROR name='ERRORLoanAuthor'>">
48                                     Author/Editors   49                                         Author/Editors
49                                     <span class="req">(required)</span>   50                                         <span class="req">(required)</span>
50                                 </span>   51                                     </span>
51                             </span>   52                                 </span>
52                         </label>   53                             </label>
53                         <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>   54                             <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>
54                     </div>   55                         </div>
55     56  
56                     <div class="form-group col-md-9">   57                         <div class="form-group col-md-9">
57                         <label for="LoanPublisher">   58                             <label for="LoanPublisher">
58                             <span class="field">   59                                 <span class="field">
59                                 <span class="<#ERROR name='ERRORLoanPublisher'>">   60                                     <span class="<#ERROR name='ERRORLoanPublisher'>">
60                                     Publisher      61                                         Publisher   
61                                 </span>   62                                     </span>
62                             </span>   63                                 </span>
63                         </label>   64                             </label>
64                         <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">   65                             <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">
65                     </div>   66                         </div>
66                   67                     
67                     <div class="form-group col-md-9">   68                         <div class="form-group col-md-9">
68                         <label for="LoanPlace">   69                             <label for="LoanPlace">
69                             <span class="field">   70                                 <span class="field">
70                                 <span class="<#ERROR name='ERRORLoanPlace'>">   71                                     <span class="<#ERROR name='ERRORLoanPlace'>">
71                                     Place of Publication      72                                         Place of Publication   
72                                 </span>   73                                     </span>
73                             </span>   74                                 </span>
74                         </label>   75                             </label>
75                         <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">   76                             <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">
76                     </div>   77                         </div>
77                       78                         
78                     <div class="form-group col-md-9">   79                         <div class="form-group col-md-9">
79                         <label for="LoanDate">   80                             <label for="LoanDate">
80                             <span class="field">   81                                 <span class="field">
81                                 <span class="<#ERROR name='ERRORLoanDate'>">   82                                     <span class="<#ERROR name='ERRORLoanDate'>">
82                                     Date of Publication   83                                         Date of Publication
83                                 </span>   84                                     </span>
84                             </span>   85                                 </span>
85                         </label>   86                             </label>
86                         <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">   87                             <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">
87                     </div>   88                         </div>
88                   89                     
89                     <div class="form-group col-md-9">   90                         <div class="form-group col-md-9">
90                         <label for="LoanEdition">   91                             <label for="LoanEdition">
91                             <span class="field">   92                                 <span class="field">
92                                 <span class="<#ERROR name='ERRORLoanEdition'>">     93                                     <span class="<#ERROR name='ERRORLoanEdition'>">  
93                                     Edition      94                                         Edition   
94                                 </span>   95                                     </span>
95                             </span>   96                                 </span>
96                         </label>   97                             </label>
97                         <input type="text" class="form-control" name="LoanEdition" id="LoanEdition" value="<#PARAM name='LoanEdition'>">   98                             <input type="text" class="form-control" name="LoanEdition" id="LoanEdition" value="<#PARAM name='LoanEdition'>">
98                     </div>   99                         </div>
99                       100                         
100                     <!--<div class="form-group col-md-9">   101                         <!--<div class="form-group col-md-9">
101                             <label for="CallNumber">                       102                                 <label for="CallNumber">                    
102                                 <span class="field">   103                                     <span class="field">
103                                     <span class="<#ERROR name='ERRORCallNumber'>">   104                                         <span class="<#ERROR name='ERRORCallNumber'>">
104                                         Call Number   105                                             Call Number
      106                                         </span>
105                                     </span>   107                                     </span>
106                                 </span>      
107                             </label>   108                                 </label>
108                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   109                                 <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
109                     </div>   110                         </div>
110                           111                             
111                     <div class="form-group col-md-12">   112                         <div class="form-group col-md-12">
112                         <label for="ESPNumber">   113                             <label for="ESPNumber">
113                             <span class="field">   114                                 <span class="field">
114                                 <span class="<#ERROR name='ERRORESPNumber'>">   115                                     <span class="<#ERROR name='ERRORESPNumber'>">
115                                     OCLC or Docline UI Number   116                                         OCLC or Docline UI Number
      117                                     </span>
116                                 </span>   118                                 </span>
117                             </span>      
118                         </label>   119                             </label>
119                         <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   120                             <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
120                     </div>-->   121                         </div>-->
121                           122                             
122                     <div class="form-group col-md-9">   123                         <div class="form-group col-md-9">
123                         <label for="AcceptAlternateEdition">   124                             <label for="AcceptAlternateEdition">
124                             <span class="field">   125                                 <span class="field">
125                                 <span class="<#ERROR name='ERRORAcceptAlternateEdition'>">   126                                     <span class="<#ERROR name='ERRORAcceptAlternateEdition'>">
126                                     Will you accept an alternate edition of this item?   127                                         Will you accept an alternate edition of this item?
127                                 </span>   128                                     </span>
128                             </span>   129                                 </span>
129                         </label>   130                             </label>
130                         <select id="AcceptAlternateEdition" name="AcceptAlternateEdition" size="1" class="custom-select mr-sm-2"  data-persistedValue="<#PARAM name='AcceptAlternateEdition'>">   131                             <select id="AcceptAlternateEdition" name="AcceptAlternateEdition" size="1" class="custom-select mr-sm-2"  data-persistedValue="<#PARAM name='AcceptAlternateEdition'>">
131                             <option value="Yes">Yes</option>   132                                 <option value="Yes">Yes</option>
132                             <option value="No">No</option>   133                                 <option value="No">No</option>
133                         </select>   134                             </select>
134                     </div>   135                         </div>
135                               136                                 
136                     <div class="form-group col-md-9">   137                         <div class="form-group col-md-9">
137                         <label for="Notes">   138                             <label for="Notes">
138                             <span class="field">   139                                 <span class="field">
139                                 <span class="<#ERROR name='ERRORNotes'>">     140                                     <span class="<#ERROR name='ERRORNotes'>">  
140                                     Notes      141                                         Notes   
141                                 </span><br>   142                                     </span><br>
142                                 <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   143                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
143                             </span>   144                                 </span>
144                         </label>   145                             </label>
145                         <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   146                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
146                     </div>   147                         </div>
147                       148                         
148                 </section>   149                     </section>
149                 <#INCLUDE filename="include_request_cited.html">                   150                     <#INCLUDE filename="include_request_cited.html">                
150                 <#INCLUDE filename="include_request_buttons.html">   151                     <#INCLUDE filename="include_request_buttons.html">
151             </fieldset>   152                 </fieldset>
152         </form>   153             </form>
    -+ 154         </main>
153         <#INCLUDE filename="include_footer.html"> = 155         <#INCLUDE filename="include_footer.html">
154     </div>   156     </div>
155 </body>   157 </body>
156 </html>   158 </html>

   
File: EditStandardsDocumentRequest.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Edit Standards Document Request</title>   5     <title>ILLiad - Edit Standards Document Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12        12     
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="EditStandardsDocumentRequest"> = 15             <form action="illiad.dll" method="post" name="EditStandardsDocumentRequest">
15             <input type="hidden" name="ILLiadForm" value="EditStandardsDocumentRequest">   16                 <input type="hidden" name="ILLiadForm" value="EditStandardsDocumentRequest">
16             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   17                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
17             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   18                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
18             <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">   19                 <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">
19             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   20                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
20             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   21                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
21             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   22                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
22               23                 
23             <fieldset>   24                 <fieldset>
24     25  
25                 <h2 class="page-header">Standards Document Request</h2>   26                     <h2 class="page-header">Standards Document Request</h2>
26                   27                     
27                 <section name="standardsdocumentrequest-info">   28                     <section name="standardsdocumentrequest-info">
28     29  
29                     <div class="form-group col-md-9">   30                         <div class="form-group col-md-9">
30                         <label for="EditStandardsDocumentTitle"> <> 31                             <label for="PhotoJournalTitle">
31                             <span class="field"> = 32                                 <span class="field">
32                                 <span class="<#ERROR name='ERRORPhotoJournalTitle'>">   33                                     <span class="<#ERROR name='ERRORPhotoJournalTitle'>">
33                                     Title   34                                         Title
34                                     <span class="req">(required)</span>   35                                         <span class="req">(required)</span>
35                                 </span>   36                                     </span>
36                                 <br>   37                                     <br>
37                                 <span class="small-notes">   38                                     <span class="small-notes">
38                                     Please do not abbreviate unless your citation is abbreviated   39                                         Please do not abbreviate unless your citation is abbreviated
39                                 </span>    40                                     </span> 
40                             </span>   41                                 </span>
41                         </label>   42                             </label>
42                         <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>   43                             <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>
43                     </div>   44                         </div>
44                   45                     
45                     <div class="form-group col-md-9">   46                         <div class="form-group col-md-9">
46                         <label for="PhotoItemPublisher">   47                             <label for="PhotoItemPublisher">
47                             <span class="field">   48                                 <span class="field">
48                                 <span class="<#ERROR name='ERRORPhotoItemPublisher'>">   49                                     <span class="<#ERROR name='ERRORPhotoItemPublisher'>">
49                                     Agency      50                                         Agency   
50                                 </span>   51                                     </span>
51                             </span>   52                                 </span>
52                         </label>   53                             </label>
53                         <input type="text" class="form-control" name="PhotoItemPublisher" id="PhotoItemPublisher" value="<#PARAM name='PhotoItemPublisher'>">   54                             <input type="text" class="form-control" name="PhotoItemPublisher" id="PhotoItemPublisher" value="<#PARAM name='PhotoItemPublisher'>">
54                     </div>   55                         </div>
55     56  
56                     <div class="form-group col-md-9">   57                         <div class="form-group col-md-9">
57                         <label for="PhotoJournalYear">   58                             <label for="PhotoJournalYear">
58                             <span class="field">   59                                 <span class="field">
59                                 <span class="<#ERROR name='ERRORPhotoJournalYear'>">     60                                     <span class="<#ERROR name='ERRORPhotoJournalYear'>">  
60                                     Year      61                                         Year   
61                                 </span>   62                                     </span>
62                             </span>   63                                 </span>
63                         </label>   64                             </label>
64                         <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">   65                             <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">
65                     </div>   66                         </div>
66                       67                         
67                     <div class="form-group col-md-9">   68                         <div class="form-group col-md-9">
68                         <label for="PhotoItemEdition">   69                             <label for="PhotoItemEdition">
69                             <span class="field">                           70                                 <span class="field">                        
70                                 <span class="<#ERROR name='ERRORPhotoItemEdition'>">     71                                     <span class="<#ERROR name='ERRORPhotoItemEdition'>">  
71                                     Standard Number      72                                         Standard Number   
72                                 </span>   73                                     </span>
73                             </span>   74                                 </span>
74                         </label>   75                             </label>
75                         <input type="text" class="form-control" name="PhotoItemEdition" id="PhotoItemEdition" value="<#PARAM name='PhotoItemEdition'>">   76                             <input type="text" class="form-control" name="PhotoItemEdition" id="PhotoItemEdition" value="<#PARAM name='PhotoItemEdition'>">
76                     </div>   77                         </div>
77                                       78                                         
78                     <!--<div class="form-group col-md-9">   79                         <!--<div class="form-group col-md-9">
79                             <label for="CallNumber">                       80                                 <label for="CallNumber">                    
80                                 <span class="field">   81                                     <span class="field">
81                                     <span class="<#ERROR name='ERRORCallNumber'>">   82                                         <span class="<#ERROR name='ERRORCallNumber'>">
82                                         Call Number   83                                             Call Number
      84                                         </span>
83                                     </span>   85                                     </span>
84                                 </span>      
85                             </label>   86                                 </label>
86                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   87                                 <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
87                         </div>   88                             </div>
88                           89                             
89                         <div class="form-group col-md-9">   90                             <div class="form-group col-md-9">
90                             <label for="ESPNumber">   91                                 <label for="ESPNumber">
91                                 <span class="field">   92                                     <span class="field">
92                                     <span class="<#ERROR name='ERRORESPNumber'>">   93                                         <span class="<#ERROR name='ERRORESPNumber'>">
93                                         OCLC or Docline UI Number   94                                             OCLC or Docline UI Number
      95                                         </span>
94                                     </span>   96                                     </span>
95                                 </span>      
96                             </label>   97                                 </label>
97                             <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   98                                 <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
98                         </div>-->   99                             </div>-->
99                       100                         
100                         <div class="form-group col-md-9">   101                         <div class="form-group col-md-9">
101                             <label for="Notes">   102                             <label for="Notes">
102                                 <span class="field">   103                                 <span class="field">
103                                     <span class="<#ERROR name='ERRORNotes'>">     104                                     <span class="<#ERROR name='ERRORNotes'>">  
104                                         Notes      105                                         Notes   
105                                     </span><br>   106                                     </span><br>
106                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   107                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
107                                 </span>   108                                 </span>
108                             </label>   109                             </label>
109                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   110                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
110                         </div>   111                         </div>
111                            112                         
112                     </section>   113                     </section>
113                     <#INCLUDE filename="include_request_cited.html">                   114                     <#INCLUDE filename="include_request_cited.html">                
114                     <#INCLUDE filename="include_request_buttons.html">   115                     <#INCLUDE filename="include_request_buttons.html">
115                 </fieldset>   116                 </fieldset>
116             </form>   117             </form>
    -+ 118         </main>
117         <#INCLUDE filename="include_footer.html"> = 119         <#INCLUDE filename="include_footer.html">
118     </div>       120     </div>    
119 </body>   121 </body>
120 </html>   122 </html>

   
File: EditThesisRequest.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Edit Thesis Request</title>   5     <title>ILLiad - Edit Thesis Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12        12     
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="EditThesisRequest"> = 15             <form action="illiad.dll" method="post" name="EditThesisRequest">
15             <input type="hidden" name="ILLiadForm" value="EditThesisRequest">   16                 <input type="hidden" name="ILLiadForm" value="EditThesisRequest">
16             <input type="hidden" name="RequestType" value="Article">   17                 <input type="hidden" name="RequestType" value="Article">
17             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   18                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
18             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   19                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
19             <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">   20                 <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">
20             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   21                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
21             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   22                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
22             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   23                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
23             <fieldset>   24                 <fieldset>
24     25  
25                 <h2 class="page-header">Edit Thesis Request</h2>   26                     <h2 class="page-header">Edit Thesis Request</h2>
26                   27                     
27                 <section name="editthesisrequest-info">   28                     <section name="editthesisrequest-info">
28       29         
29                         <div class="form-group col-md-9">   30                             <div class="form-group col-md-9">
30                             <label for="PhotoJournalTitle">   31                                 <label for="PhotoJournalTitle">
31                                 <span class="field">   32                                     <span class="field">
32                                     <span class="<#ERROR name='ERRORPhotoJournalTitle'>">   33                                         <span class="<#ERROR name='ERRORPhotoJournalTitle'>">
33                                         Title   34                                             Title
34                                         <span class="req">(required)</span>   35                                             <span class="req">(required)</span>
35                                     </span>   36                                         </span>
36                                     <br>   37                                         <br>
37                                     <span class="small-notes">   38                                         <span class="small-notes">
38                                         Please do not abbreviate unless your citation is abbreviated   39                                             Please do not abbreviate unless your citation is abbreviated
39                                     </span>    40                                         </span> 
40                                 </span>   41                                     </span>
41                             </label>   42                                 </label>
42                             <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>   43                                 <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>
43                         </div>   44                             </div>
44       45         
45                         <div class="form-group col-md-9">     46                             <div class="form-group col-md-9">  
46                             <label for="PhotoArticleAuthor">   47                                 <label for="PhotoArticleAuthor">
47                                 <span class="field">   48                                     <span class="field">
48                                     <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">   49                                         <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">
49                                         Author/Editors   50                                             Author/Editors
50                                     </span>   51                                         </span>
51                                 </span>   52                                     </span>
52                             </label>   53                                 </label>
53                             <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">   54                                 <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">
54                         </div>   55                             </div>
55       56         
56                         <div class="form-group col-md-9">   57                             <div class="form-group col-md-9">
57                             <label for="PhotoItemPublisher">   58                                 <label for="PhotoItemPublisher">
58                                 <span class="field">   59                                     <span class="field">
59                                     <span class="<#ERROR name='ERRORPhotoItemPublisher'>">   60                                         <span class="<#ERROR name='ERRORPhotoItemPublisher'>">
60                                         School      61                                             School   
61                                     </span>   62                                         </span>
62                                 </span>   63                                     </span>
63                             </label>   64                                 </label>
64                             <input type="text" class="form-control" name="PhotoItemPublisher" id="PhotoItemPublisher" value="<#PARAM name='PhotoItemPublisher'>">   65                                 <input type="text" class="form-control" name="PhotoItemPublisher" id="PhotoItemPublisher" value="<#PARAM name='PhotoItemPublisher'>">
65                         </div>   66                             </div>
66       67         
67                         <div class="form-group col-md-9">   68                             <div class="form-group col-md-9">
68                             <label for="PhotoJournalMonth">   69                                 <label for="PhotoJournalMonth">
69                                 <span class="field">   70                                     <span class="field">
70                                     <span class="<#ERROR name='ERRORPhotoJournalMonth'>">   71                                         <span class="<#ERROR name='ERRORPhotoJournalMonth'>">
71                                         Month of Publication   72                                             Month of Publication
72                                     </span>   73                                         </span>
73                                 </span>   74                                     </span>
74                             </label>   75                                 </label>
75                             <input type="text" class="form-control" name="PhotoJournalMonth" id="PhotoJournalMonth" value="<#PARAM name='PhotoJournalMonth'>">   76                                 <input type="text" class="form-control" name="PhotoJournalMonth" id="PhotoJournalMonth" value="<#PARAM name='PhotoJournalMonth'>">
76                         </div>   77                             </div>
77       78         
78                         <div class="form-group col-md-9">   79                             <div class="form-group col-md-9">
79                             <label for="PhotoJournalYear">   80                                 <label for="PhotoJournalYear">
80                                 <span class="field">   81                                     <span class="field">
81                                     <span class="<#ERROR name='ERRORPhotoJournalYear'>">   82                                         <span class="<#ERROR name='ERRORPhotoJournalYear'>">
82                                         Year of Publication   83                                             Year of Publication
83                                     </span>   84                                         </span>
84                                 </span>   85                                     </span>
85                             </label>   86                                 </label>
86                             <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">   87                                 <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">
87                         </div>   88                             </div>
88       89         
89                         <div class="form-group col-md-9">   90                             <div class="form-group col-md-9">
90                             <label for="PhotoItemEdition">   91                                 <label for="PhotoItemEdition">
91                                 <span class="field">   92                                     <span class="field">
92                                     <span class="<#ERROR name='ERRORPhotoItemEdition'>">   93                                         <span class="<#ERROR name='ERRORPhotoItemEdition'>">
93                                         Degree   94                                             Degree
94                                     </span>   95                                         </span>
95                                 </span>   96                                     </span>
96                             </label>   97                                 </label>
97                             <input type="text" class="form-control" name="PhotoItemEdition" id="PhotoItemEdition" value="<#PARAM name='PhotoItemEdition'>">   98                                 <input type="text" class="form-control" name="PhotoItemEdition" id="PhotoItemEdition" value="<#PARAM name='PhotoItemEdition'>">
98                         </div>   99                             </div>
99       100         
100                         <!--<div class="form-group col-md-9">   101                             <!--<div class="form-group col-md-9">
101                                 <label for="CallNumber">                       102                                     <label for="CallNumber">                    
102                                     <span class="field">   103                                         <span class="field">
103                                         <span class="<#ERROR name='ERRORCallNumber'>">   104                                             <span class="<#ERROR name='ERRORCallNumber'>">
104                                             Call Number   105                                                 Call Number
      106                                             </span>
105                                         </span>   107                                         </span>
106                                     </span>      
107                                 </label>   108                                     </label>
108                                 <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   109                                     <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
109                             </div>   110                                 </div>
110                               111                                 
111                             <div class="form-group col-md-9">   112                                 <div class="form-group col-md-9">
112                                 <label for="ESPNumber">   113                                     <label for="ESPNumber">
113                                     <span class="field">   114                                         <span class="field">
114                                         <span class="<#ERROR name='ERRORESPNumber'>">   115                                             <span class="<#ERROR name='ERRORESPNumber'>">
115                                             OCLC or Docline UI Number   116                                                 OCLC or Docline UI Number
      117                                             </span>
116                                         </span>   118                                         </span>
117                                     </span>      
118                                 </label>   119                                     </label>
119                                 <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   120                                     <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
120                             </div>-->   121                                 </div>-->
121                               122                                 
122                             <div class="form-group col-md-9">   123                                 <div class="form-group col-md-9">
123                                 <label for="Notes">   124                                     <label for="Notes">
124                                     <span class="field">   125                                         <span class="field">
125                                         <span class="<#ERROR name='ERRORNotes'>">     126                                             <span class="<#ERROR name='ERRORNotes'>">  
126                                             Notes      127                                                 Notes   
127                                         </span><br>   128                                             </span><br>
128                                         <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   129                                             <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
129                                     </span>   130                                         </span>
130                                 </label>   131                                     </label>
131                                 <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   132                                     <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
132                             </div>   133                                 </div>
133                               134                                 
134                         </section>   135                             </section>
135                       136                         
136                     <#INCLUDE filename="include_request_cited.html">                   137                         <#INCLUDE filename="include_request_cited.html">                
137                     <#INCLUDE filename="include_request_buttons.html">   138                         <#INCLUDE filename="include_request_buttons.html">
138                 </fieldset>   139                     </fieldset>
139         </form>   140             </form>
    -+ 141         </main>
140         <#INCLUDE filename="include_footer.html"> = 142         <#INCLUDE filename="include_footer.html">
141     </div>       143     </div>    
142 </body>   144 </body>
143 </html>   145 </html>

   
File: ElectronicDeliveryInformation.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Electronic Delivery Information</title>   5     <title>ILLiad - Electronic Delivery Information</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html" restriction="IsValidSession">   11     <#INCLUDE filename="include_menu.html" restriction="IsValidSession">
12     12  
13     <div class="container">   13     <div class="container">
    -+ 14         <main id="content" aria-label="Content">
14         <h2 class="page-header"> = 15             <h2 class="page-header">
15             ILLiad Electronic Delivery Information   16                 ILLiad Electronic Delivery Information
16             <a name="contents"></a>   17                 <a name="contents"></a>
17         </h2>   18             </h2>
18     19  
19         <p>ILLiad offers the convenient option of having articles delivered to you without ever going to the library or waiting for mail delivery.<br>   20             <p>ILLiad offers the convenient option of having articles delivered to you without ever going to the library or waiting for mail delivery.<br>
20         Expect electronic articles to be available on your virtual desktop a few days sooner than a paper article would arrive on your real desktop.<br>   21             Expect electronic articles to be available on your virtual desktop a few days sooner than a paper article would arrive on your real desktop.<br>
21         Electronic delivery is available for items that are delivered to us electronically from the lending library</p>   22             Electronic delivery is available for items that are delivered to us electronically from the lending library</p>
22                   23                     
23         <div id="faq-toc">   24             <div id="faq-toc">
24             <ul>                       25                 <ul>                    
25                 <li><a href="#signup">How do I sign up for electronic delivery?</a></li>   26                     <li><a href="#signup">How do I sign up for electronic delivery?</a></li>
26                 <li><a href="#computer">How do I know if my computer can receive electronic articles?</a></li>   27                     <li><a href="#computer">How do I know if my computer can receive electronic articles?</a></li>
27                 <li><a href="#acrobat">How do I get Adobe Acrobat Reader?</a></li>   28                     <li><a href="#acrobat">How do I get Adobe Acrobat Reader?</a></li>
28                 <li><a href="#articles">How do I get my articles when they arrive?</a></li>   29                     <li><a href="#articles">How do I get my articles when they arrive?</a></li>
29                 <li><a href="#which">How do I know which requests will be electronically delivered and which ones will not?</a></li>   30                     <li><a href="#which">How do I know which requests will be electronically delivered and which ones will not?</a></li>
30                 <li><a href="#dontwant">What if I do not want electronic delivery?</a></li>   31                     <li><a href="#dontwant">What if I do not want electronic delivery?</a></li>
31                 <li><a href="#questions">What if I have questions about electronic delivery?</a></li>   32                     <li><a href="#questions">What if I have questions about electronic delivery?</a></li>
32             </ul>   33                 </ul>
33         </div>   34             </div>
34                   35                     
35         <div id="faq-contents">   36             <div id="faq-contents">
36             <a name="signup"></a>   37                 <a name="signup"></a>
37             <div class="faq-item">   38                 <div class="faq-item">
38                 <div class="faq-item-box">   39                     <div class="faq-item-box">
39                     <h3>How do I sign up for electronic delivery?</h3>   40                         <h3>How do I sign up for electronic delivery?</h3>
40     41  
41                     <ol>   42                         <ol>
42                         <li>Logon to ILLiad</li>   43                             <li>Logon to ILLiad</li>
43                         <li>From the main menu, click the &quot;Change&quot; link under the Personal Information options.</li>   44                             <li>From the main menu, click the &quot;Change&quot; link under the Personal Information options.</li>
44                         <li>For the choice &quot;Preferred Electronic Delivery if Possible (via web through ILLiad)&quot; choose &quot;Yes&quot; to have your electronic articles posted to your ILLiad account.</li>   45                             <li>For the choice &quot;Preferred Electronic Delivery if Possible (via web through ILLiad)&quot; choose &quot;Yes&quot; to have your electronic articles posted to your ILLiad account.</li>
45                     </ol>                  46                         </ol>               
46                 </div>   47                     </div>
47             </div>   48                 </div>
48     49  
49             <a name="computer"></a>   50                 <a name="computer"></a>
50             <div class="faq-item">   51                 <div class="faq-item">
51                 <div class="faq-item-box">   52                     <div class="faq-item-box">
52                     <h3>How do I know if my computer can receive electronic articles?</h3>   53                         <h3>How do I know if my computer can receive electronic articles?</h3>
53     54  
54                     <p>You will need Adobe Acrobat Reader installed and configured to work with your Web   55                         <p>You will need Adobe Acrobat Reader installed and configured to work with your Web
55                     browser in order to view, download, and print these articles. If you can read the sample page,   56                         browser in order to view, download, and print these articles. If you can read the sample page,
56                     then your computer has the necessary software installed to work with your Web browser.   57                         then your computer has the necessary software installed to work with your Web browser.
57                     However, if your computer tells you the file type is unknown and asks if you want to save   58                         However, if your computer tells you the file type is unknown and asks if you want to save
58                     the file to disk, then you need to install the Adobe Acrobat Reader software.</p>   59                         the file to disk, then you need to install the Adobe Acrobat Reader software.</p>
59                 </div>   60                     </div>
60             </div>   61                 </div>
61     62  
62             <a name="acrobat"></a>   63                 <a name="acrobat"></a>
63             <div class="faq-item">   64                 <div class="faq-item">
64                 <div class="faq-item-box">   65                     <div class="faq-item-box">
65                     <h3>How do I get Adobe Acrobat Reader?</h3>   66                         <h3>How do I get Adobe Acrobat Reader?</h3>
66     67  
67                     <p>Adobe Acrobat Reader is available without charge from <a href="http://www.adobe.com" target="_blank" rel="noopener noreferrer">Adobe Systems, Inc.</a> Click the &quot;Get Adobe Reader&quot; button to go directly   68                         <p>Adobe Acrobat Reader is available without charge from <a href="http://www.adobe.com" target="_blank" rel="noopener noreferrer">Adobe Systems, Inc.</a> Click the &quot;Get Adobe Reader&quot; button to go directly
68                     to the download page.</p>   69                         to the download page.</p>
69                 </div>   70                     </div>
70             </div>   71                 </div>
71               72                 
72             <a name="articles"></a>   73                 <a name="articles"></a>
73             <div class="faq-item">   74                 <div class="faq-item">
74                 <div class="faq-item-box">   75                     <div class="faq-item-box">
75                     <h3>How do I get my articles when they arrive?</h3>   76                         <h3>How do I get my articles when they arrive?</h3>
76     77  
77                     <ol>   78                         <ol>
78                         <li>Logon to ILLiad</li>   79                             <li>Logon to ILLiad</li>
79                         <li>From the main menu, click the &quot;Electronically Received Articles&quot; link under the View Requests options.</li>   80                             <li>From the main menu, click the &quot;Electronically Received Articles&quot; link under the View Requests options.</li>
80                         <li>A list will be displayed containing all of the items that you have waiting to be viewed or downloaded.</li>   81                             <li>A list will be displayed containing all of the items that you have waiting to be viewed or downloaded.</li>
81                     </ol>              82                         </ol>           
82                 </div>   83                     </div>
83             </div>   84                 </div>
84               85                 
85             <a name="which"></a>   86                 <a name="which"></a>
86             <div class="faq-item">   87                 <div class="faq-item">
87                 <div class="faq-item-box">   88                     <div class="faq-item-box">
88                     <h3>How do I know which requests will be electronically delivered and which ones will not?</h3>   89                         <h3>How do I know which requests will be electronically delivered and which ones will not?</h3>
89     90  
90                     <p>ILLiad sends you an e-mail notification for each item received. That e-mail will include information about the delivery method.</p>   91                         <p>ILLiad sends you an e-mail notification for each item received. That e-mail will include information about the delivery method.</p>
91                 </div>   92                     </div>
92             </div>   93                 </div>
93     94  
94             <a name="dontwant"></a>   95                 <a name="dontwant"></a>
95             <div class="faq-item">   96                 <div class="faq-item">
96                 <div class="faq-item-box">   97                     <div class="faq-item-box">
97                     <h3>What if I do not want electronic delivery?</h3>   98                         <h3>What if I do not want electronic delivery?</h3>
98     99  
99                     <p>Paper delivery is the ILLiad default. Electronic delivery will be provided only if you choose it as an option on your Personal Information Form in ILLiad.</p>   100                         <p>Paper delivery is the ILLiad default. Electronic delivery will be provided only if you choose it as an option on your Personal Information Form in ILLiad.</p>
100                 </div>   101                     </div>
101             </div>   102                 </div>
102     103  
103             <a name="questions"></a>   104                 <a name="questions"></a>
104             <div class="faq-item">   105                 <div class="faq-item">
105                 <div class="faq-item-box">   106                     <div class="faq-item-box">
106                     <h3>What if I have questions about electronic delivery?</h3>   107                         <h3>What if I have questions about electronic delivery?</h3>
107     108  
108                     <p>You can e-mail questions to <a href="mailto:ill@vt.edu">ill@yoursite.name</a> or call us at 555-1212.</p>   109                         <p>You can e-mail questions to <a href="mailto:ill@vt.edu">ill@yoursite.name</a> or call us at 555-1212.</p>
109                 </div>   110                     </div>
110             </div>   111                 </div>
111         </div>   112             </div>
112     113  
    -+ 114         </main>
    = 115  
113         <#INCLUDE filename="include_footer.html">   116         <#INCLUDE filename="include_footer.html">
114     </div>   117     </div>
115 </body>   118 </body>
116 </html>   119 </html>

   
File: ElectronicDeliveryUndelete.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Electronic Delivery Undeleted</title>   5     <title>ILLiad - Electronic Delivery Undeleted</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">   11     <#INCLUDE filename="include_menu.html">
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <p>In the event that you accidentally deleted an article and it no longer appears here, e-mail us at <#LOCALINFO field='GeneralEMailAddress'>.</p> = 15             <p>In the event that you accidentally deleted an article and it no longer appears here, e-mail us at <#LOCALINFO field='GeneralEMailAddress'>.</p>
15       16         
16         <div class="default-table">   17             <div class="default-table">
17             <h2 class="page-header">Deleted Electronically Received Articles</h2>   18                 <h2 class="page-header">Deleted Electronically Received Articles</h2>
18             <#DATAREPEATER name="ElectronicDeliveryUndelete" TemplateFile="templates/DataRow_ElectronicDeliveryUndelete.html" noDataAction="You have no deleted electronic delivery requests">   19                 <#DATAREPEATER name="ElectronicDeliveryUndelete" TemplateFile="templates/DataRow_ElectronicDeliveryUndelete.html" noDataAction="You have no deleted electronic delivery requests">
19         </div>   20             </div>
20   <> 21         </main>
21         <#INCLUDE filename="include_footer.html">   = 22         <#INCLUDE filename="include_footer.html">  
22     </div>   23     </div>
23 </body>   24 </body>
24 </html>   25 </html>
25     26  

   
File: Error.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Error</title>   5     <title>ILLiad - Error</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_nav.html" restriction="IsValidSession">   11     <#INCLUDE filename="include_nav.html" restriction="IsValidSession">
12        12     
    <> 13     <div class="container"> 
13     <div id="content" class="container" role="heading" aria-label="Content">       14         <main id="content" aria-label="Content">
14   =    
15         <div id="status" class="container">   15             <div id="status" class="container">
16         <#STATUS>   16             <#STATUS>
17         </div>   17             </div>
18           18             
    -+ 19         </main>
19         <#INCLUDE filename="include_footer.html"> = 20         <#INCLUDE filename="include_footer.html">
20     </div>   21     </div>
21 </body>   22 </body>
22 </html>   23 </html>

   
File: FAQ.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - FAQ</title>   5     <title>ILLiad - FAQ</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8 <body>   8 <body>
9     <#INCLUDE filename="include_header.html">   9     <#INCLUDE filename="include_header.html">
10     <#INCLUDE filename="include_menu.html" restriction="IsValidSession">   10     <#INCLUDE filename="include_menu.html" restriction="IsValidSession">
11        11     
12         <div class="container">   12         <div class="container">
    -+ 13             <main id="content" aria-label="Content">
13             <h2 class="page-header"> = 14                 <h2 class="page-header">
14                 Answers to Frequently Asked Questions about ILLiad   15                     Answers to Frequently Asked Questions about ILLiad
15                 <a name="contents"></a>   16                     <a name="contents"></a>
16             </h2>   17                 </h2>
17               18                 
18             <div id="faq-toc">   19                 <div id="faq-toc">
19                 <ul>                       20                     <ul>                    
20                     <li><a href="#what">What is ILLiad?</a></li>   21                         <li><a href="#what">What is ILLiad?</a></li>
21                     <li><a href="#better">How is ILLiad better than traditional ILL systems?</a></li>   22                         <li><a href="#better">How is ILLiad better than traditional ILL systems?</a></li>
22                     <li><a href="#disadvantage">Are there any disadvantages to the electronic system?</a></li>   23                         <li><a href="#disadvantage">Are there any disadvantages to the electronic system?</a></li>
23                     <li><a href="#userid">Why do I need a username and password to use ILLiad?</a></li>   24                         <li><a href="#userid">Why do I need a username and password to use ILLiad?</a></li>
24                     <li><a href="#password">What if I forget my password?</a></li>   25                         <li><a href="#password">What if I forget my password?</a></li>
25                     <li><a href="#webbrowser">What Web browser should I use?</a></li>   26                         <li><a href="#webbrowser">What Web browser should I use?</a></li>
26                     <li><a href="#security">Is security a problem if I use a public workstation?</a></li>   27                         <li><a href="#security">Is security a problem if I use a public workstation?</a></li>
27                     <li><a href="#history">Why don't I see all my older requests when I look at my request history?</a></li>   28                         <li><a href="#history">Why don't I see all my older requests when I look at my request history?</a></li>
28                     <li><a href="#electronic">What is Electronic Delivery?</a></li>   29                         <li><a href="#electronic">What is Electronic Delivery?</a></li>
29                     <li><a href="#who">Who do I contact if I have problems with or questions about ILLiad?</a></li>   30                         <li><a href="#who">Who do I contact if I have problems with or questions about ILLiad?</a></li>
30                     <li><a href="#cookie">Why does my browser say that you're sending a cookie? What's in it?</a></li>   31                         <li><a href="#cookie">Why does my browser say that you're sending a cookie? What's in it?</a></li>
31                 </ul>   32                     </ul>
32             </div>   33                 </div>
33               34                 
34             <div class="info-block">   35                 <div class="info-block">
35                 <div id="faq-contents">   36                     <div id="faq-contents">
36                     <a name="what"></a>   37                         <a name="what"></a>
37                     <div class="faq-item">   38                         <div class="faq-item">
38                         <div class="faq-item-box">   39                             <div class="faq-item-box">
39                             <h3>What is ILLiad?</h3>   40                                 <h3>What is ILLiad?</h3>
40     41  
41                             <div>ILLiad is the electronic system you use to request an item through Interlibrary Loan.   42                                 <div>ILLiad is the electronic system you use to request an item through Interlibrary Loan.
42                             The name ILLiad can be thought of as an acronym for <u>I</u>nter<u>L</u>ibrary <u>L</u>oan <u>i</u>nternet <u>a</u>ccessible <u>d</u>atabase.</div>   43                                 The name ILLiad can be thought of as an acronym for <u>I</u>nter<u>L</u>ibrary <u>L</u>oan <u>i</u>nternet <u>a</u>ccessible <u>d</u>atabase.</div>
43                         </div>   44                             </div>
44                     </div>   45                         </div>
45                 </div>   46                     </div>
46             </div>   47                 </div>
47     48  
48             <div class="info-block">    49                 <div class="info-block"> 
49                 <a name="better"></a>   50                     <a name="better"></a>
50                 <div class="faq-item">   51                     <div class="faq-item">
51                     <div class="faq-item-box">   52                         <div class="faq-item-box">
52                         <h3>How is ILLiad better than traditional ILL systems?</h3>   53                             <h3>How is ILLiad better than traditional ILL systems?</h3>
53                       54                         
54                         <ol>   55                             <ol>
55                             <li>You will find it easier to submit your interlibrary loan requests. With ILLiad, you enter your name, address, and other personal information into the system only once, at the time of your first request.</li>   56                                 <li>You will find it easier to submit your interlibrary loan requests. With ILLiad, you enter your name, address, and other personal information into the system only once, at the time of your first request.</li>
56                             <li>Your request will be handled more rapidly and accurately as problems relating to misinterpretation of hand-written requests are eliminated.</li>   57                                 <li>Your request will be handled more rapidly and accurately as problems relating to misinterpretation of hand-written requests are eliminated.</li>
57                             <li>You can get many of your articles more quickly through Electronic Delivery.</li>   58                                 <li>You can get many of your articles more quickly through Electronic Delivery.</li>
58                             <li>You can get information about the status of your request through the Web at any time from any location without having to call the ILL Department.</li>   59                                 <li>You can get information about the status of your request through the Web at any time from any location without having to call the ILL Department.</li>
59                             <li>Library personnel are able to serve you better because all data about your request and its handling is stored in a searchable database. We are able to respond quickly to your   60                                 <li>Library personnel are able to serve you better because all data about your request and its handling is stored in a searchable database. We are able to respond quickly to your
60                                 inquiries about your request. We are also able to gather statistical information about the   61                                     inquiries about your request. We are also able to gather statistical information about the
61                                 performance of the libraries that lend to us, enabling us to make better decisions when   62                                     performance of the libraries that lend to us, enabling us to make better decisions when
62                                 choosing a lender to supply an item.</li>   63                                     choosing a lender to supply an item.</li>
63                         </ol>   64                             </ol>
64                       65                         
65                     </div>   66                         </div>
66                 </div>   67                     </div>
67             </div>   68                 </div>
68     69  
69             <div class="info-block">   70                 <div class="info-block">
70                 <a name="disadvantage"></a>   71                     <a name="disadvantage"></a>
71                 <div class="faq-item">   72                     <div class="faq-item">
72                     <div class="faq-item-box">   73                         <div class="faq-item-box">
73                         <h3>Are there any disadvantages to the electronic system?</h3>   74                             <h3>Are there any disadvantages to the electronic system?</h3>
74     75  
75                         <div>Some people might find it troublesome to have to log into ILLiad using a username and   76                             <div>Some people might find it troublesome to have to log into ILLiad using a username and
76                         password. We believe this is less trouble than traditional paper and electronic systems   77                             password. We believe this is less trouble than traditional paper and electronic systems
77                         which require you to enter your personal information with each new request.</div>   78                             which require you to enter your personal information with each new request.</div>
78                     </div>   79                         </div>
79                 </div>   80                     </div>
80             </div>   81                 </div>
81     82  
82             <div class="info-block">   83                 <div class="info-block">
83                 <a name="userid"></a>   84                     <a name="userid"></a>
84                 <div class="faq-item">   85                     <div class="faq-item">
85                     <div class="faq-item-box">   86                         <div class="faq-item-box">
86                         <h3>Why do I need a username and password to use ILLiad?</h3>   87                             <h3>Why do I need a username and password to use ILLiad?</h3>
87     88  
88                         <div>Your username and password allows us to give you secure access to information about your interlibrary loan requests. We can also enable you to edit your personal information   89                             <div>Your username and password allows us to give you secure access to information about your interlibrary loan requests. We can also enable you to edit your personal information
89                         such as your address or phone number. </div>   90                             such as your address or phone number. </div>
90     91  
91                         <div>Your username can be anything you like, such as your name, abbreviations, or an alphanumeric code. Your password also can be anything you like. We recommend that you   92                             <div>Your username can be anything you like, such as your name, abbreviations, or an alphanumeric code. Your password also can be anything you like. We recommend that you
92                         follow good security practice and choose a password that is different from those you use to access other systems. However, no one but you will know your password, not even the   93                             follow good security practice and choose a password that is different from those you use to access other systems. However, no one but you will know your password, not even the
93                         library staff. The password you set is stored in an encrypted file.</div>   94                             library staff. The password you set is stored in an encrypted file.</div>
94                     </div>   95                         </div>
95                 </div>   96                     </div>
96             </div>   97                 </div>
97       98         
98             <div class="info-block">   99                 <div class="info-block">
99                 <a name="password"></a>   100                     <a name="password"></a>
100                 <div class="faq-item">   101                     <div class="faq-item">
101                     <div class="faq-item-box">   102                         <div class="faq-item-box">
102                         <h3>What if I forget my password?</h3>   103                             <h3>What if I forget my password?</h3>
103     104  
104                         <div>In the event that you forget your password, please contact the Interlibrary Loan Office at (800) 555-1212. We can then reset your password allowing you access to ILLiad. Please   105                             <div>In the event that you forget your password, please contact the Interlibrary Loan Office at (800) 555-1212. We can then reset your password allowing you access to ILLiad. Please
105                         change your password once you logon to ILLiad.</div>   106                             change your password once you logon to ILLiad.</div>
106                     </div>   107                         </div>
107                 </div>   108                     </div>
108             </div>   109                 </div>
109       110         
110             <div class="info-block">   111                 <div class="info-block">
111                 <a name="webbrowser"></a>   112                     <a name="webbrowser"></a>
112                 <div class="faq-item">   113                     <div class="faq-item">
113                     <div class="faq-item-box">   114                         <div class="faq-item-box">
114                         <h3>What Web browser should I use?</h3>   115                             <h3>What Web browser should I use?</h3>
115     116  
116                         <div>You need a Web browser that can handle forms, tables, and preferably Cascading Style Sheets (CSS). We recommend the current versions of either Microsoft Internet Explorer or Mozilla Firefox.</div>   117                             <div>You need a Web browser that can handle forms, tables, and preferably Cascading Style Sheets (CSS). We recommend the current versions of either Microsoft Internet Explorer or Mozilla Firefox.</div>
117                     </div>   118                         </div>
118                 </div>   119                     </div>
119             </div>   120                 </div>
120     121  
121             <div class="info-block">   122                 <div class="info-block">
122                 <a name="security"></a>   123                     <a name="security"></a>
123                 <div class="faq-item">   124                     <div class="faq-item">
124                     <div class="faq-item-box">   125                         <div class="faq-item-box">
125                         <h3>Is security a problem if I use a public workstation?</h3>   126                             <h3>Is security a problem if I use a public workstation?</h3>
126     127  
127                         <div>Yes. Web browsers cache information and create a history file on the local workstation. This allows a subsequent user of the workstation to access the system under your name   128                             <div>Yes. Web browsers cache information and create a history file on the local workstation. This allows a subsequent user of the workstation to access the system under your name
128                         using the browser's Back button to recall a page from the cache, or by finding a page with your personal information in the browser's history file. If you are concerned about the   129                             using the browser's Back button to recall a page from the cache, or by finding a page with your personal information in the browser's history file. If you are concerned about the
129                         security of your interlibrary loan requests, you can take the following steps:</div>   130                             security of your interlibrary loan requests, you can take the following steps:</div>
130     131  
131                         <ul>   132                             <ul>
132                             <li>Access ILLiad only from your personal computer or an otherwise secure workstation.</li>   133                                 <li>Access ILLiad only from your personal computer or an otherwise secure workstation.</li>
133                             <li>Access ILLiad from a public workstation in the Interlibrary Loan office in the library. These computers are supervised by the library staff.</li>   134                                 <li>Access ILLiad from a public workstation in the Interlibrary Loan office in the library. These computers are supervised by the library staff.</li>
134                             <li>When using a public access workstation:   135                                 <li>When using a public access workstation:
135                                 <ol>   136                                     <ol>
136                                     <li>Delete from the history file those pages that contain your personal information.</li>   137                                         <li>Delete from the history file those pages that contain your personal information.</li>
137                                     <li>Exit from the Web browser before you leave the workstation. This prevents the Back button from accessing the pages you were using.</li>   138                                         <li>Exit from the Web browser before you leave the workstation. This prevents the Back button from accessing the pages you were using.</li>
138                                 </ol>   139                                     </ol>
139                             </li>   140                                 </li>
140                         </ul>   141                             </ul>
141                     </div>   142                         </div>
142                 </div>   143                     </div>
143             </div>   144                 </div>
144     145  
145             <div class="info-block">   146                 <div class="info-block">
146                 <a name="history"></a>   147                     <a name="history"></a>
147                 <div class="faq-item">   148                     <div class="faq-item">
148                     <div class="faq-item-box">   149                         <div class="faq-item-box">
149                         <h3>Why don't I see all my older requests when I look at my request history?</h3>   150                             <h3>Why don't I see all my older requests when I look at my request history?</h3>
150     151  
151                         <div>From time to time we purge older records from ILLiad. Our policy is to keep requests online for several years order to comply with record keeping requirements   152                             <div>From time to time we purge older records from ILLiad. Our policy is to keep requests online for several years order to comply with record keeping requirements
152                         of the copyright law.</div>   153                             of the copyright law.</div>
153                     </div>   154                         </div>
154                 </div>   155                     </div>
155             </div>   156                 </div>
156     157  
157             <div class="info-block">   158                 <div class="info-block">
158                 <a name="electronic"></a>   159                     <a name="electronic"></a>
159                 <div class="faq-item">   160                     <div class="faq-item">
160                     <div class="faq-item-box">   161                         <div class="faq-item-box">
161                         <h3>What is electronic delivery?</h3>   162                             <h3>What is electronic delivery?</h3>
162     163  
163                         <div>Many libraries ship photocopies of articles to us in electronic format. In the past we printed these articles before delivering them to you. Now, through ILLiad, we are able to   164                             <div>Many libraries ship photocopies of articles to us in electronic format. In the past we printed these articles before delivering them to you. Now, through ILLiad, we are able to
164                         offer you the option of electronic delivery of these articles in PDF format (Adobe's Portable Document Format). You can read more about electronic delivery on the    165                             offer you the option of electronic delivery of these articles in PDF format (Adobe's Portable Document Format). You can read more about electronic delivery on the 
165                         <a href="<#ACTION action='10' form='13'>">Electronic Delivery Information</a> page.</div>   166                             <a href="<#ACTION action='10' form='13'>">Electronic Delivery Information</a> page.</div>
166                     </div>   167                         </div>
167                 </div>   168                     </div>
168             </div>   169                 </div>
169     170  
170             <div class="info-block">   171                 <div class="info-block">
171                 <a name="who"></a>   172                     <a name="who"></a>
172                 <div class="faq-item">   173                     <div class="faq-item">
173                     <div class="faq-item-box">   174                         <div class="faq-item-box">
174                         <h3>Who do I contact if I have problems with or questions about ILLiad?</h3>   175                             <h3>Who do I contact if I have problems with or questions about ILLiad?</h3>
175     176  
176                         <div>System Problems or InterLibrary Loan Questions: InterLibrary Loan office at (800) 555-1212 or e-mail to <a href="mailto:ill@mail.ill.vt.edu">ill@your.site.name</a><br>   177                             <div>System Problems or InterLibrary Loan Questions: InterLibrary Loan office at (800) 555-1212 or e-mail to <a href="mailto:ill@mail.ill.vt.edu">ill@your.site.name</a><br>
177                         Technical Support Questions: E-mail anytime to <a href="mailto:ill@mail.ill.vt.edu">ill@your.site.here</a></div>   178                             Technical Support Questions: E-mail anytime to <a href="mailto:ill@mail.ill.vt.edu">ill@your.site.here</a></div>
178                     </div>   179                         </div>
179                 </div>   180                     </div>
180             </div>   181                 </div>
181     182  
182             <div>   183                 <div>
183                 <a name="cookie"></a>   184                     <a name="cookie"></a>
184                 <div class="faq-item">   185                     <div class="faq-item">
185                     <div class="faq-item-box">   186                         <div class="faq-item-box">
186                         <h3>Why does my browser say that you're sending a cookie? What's in it?</h3>   187                             <h3>Why does my browser say that you're sending a cookie? What's in it?</h3>
187     188  
188                         <div>The technology that we use sends a Session ID to be stored on your machine. You can refuse this cookie and still be able to use ILLiad without any problems.</div>   189                             <div>The technology that we use sends a Session ID to be stored on your machine. You can refuse this cookie and still be able to use ILLiad without any problems.</div>
189                     </div>   190                         </div>
190                 </div>   191                     </div>
191             </div>   192                 </div>
      193  
    -+ 194             </main>
192      = 195     
193             <#INCLUDE filename="include_footer.html">   196             <#INCLUDE filename="include_footer.html">
194         </div>   197         </div>
195 </body>   198 </body>
196 </html>   199 </html>

   
File: FirstTime.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <meta http-equiv="Pragma" content="no-cache">   5     <meta http-equiv="Pragma" content="no-cache">
6     <title>ILLiad Logon</title>   6     <title>ILLiad Logon</title>
7     <#INCLUDE filename="include_head.html">   7     <#INCLUDE filename="include_head.html">
8 </head>   8 </head>
9     9  
10 <body>   10 <body>
11     <#INCLUDE filename="include_header.html">   11     <#INCLUDE filename="include_header.html">
12     12  
13     <div id="status" class="container">   13     <div id="status" class="container">
14         By pressing the button below, you acknowledge and agree to all of the terms and conditions below.   14         By pressing the button below, you acknowledge and agree to all of the terms and conditions below.
15         Please pay particular attention to the copyright statement and the ILLiad FAQ.   15         Please pay particular attention to the copyright statement and the ILLiad FAQ.
16         After reading this information, you can press the "First Time Users Click Here" button below.   16         After reading this information, you can press the "First Time Users Click Here" button below.
17     </div>   17     </div>
18     18  
    <> 19     <div class="container">
19     <div id="content" class="container" role="heading" aria-label="Content">   20         <main id="content" aria-label="Content">
20         <form action="illiad.dll" method="post" name="Logon"> = 21             <form action="illiad.dll" method="post" name="Logon">
21             <input type="hidden" name="ILLiadForm" value="Logon">   22                 <input type="hidden" name="ILLiadForm" value="Logon">
22             <#FORMSTATE>   23                 <#FORMSTATE>
23     24  
24             <div class="info-block">   25                 <div class="info-block">
25                 <h2 class="page-header">First Time User Registration for ILLiad</h2>   26                     <h2 class="page-header">First Time User Registration for ILLiad</h2>
26     27  
27                 <div>To request an item, you must first identify yourself to the library's ILLiad system. To do this you fill out a registration form using your Web browser.</div>   28                     <div>To request an item, you must first identify yourself to the library's ILLiad system. To do this you fill out a registration form using your Web browser.</div>
28                 <div>Registration has three purposes:</div>   29                     <div>Registration has three purposes:</div>
29     30  
30                 <ul>   31                     <ul>
31                     <li>Entering your personal information into the ILLiad system means you will not have to supply the information again when making future requests.</li>   32                         <li>Entering your personal information into the ILLiad system means you will not have to supply the information again when making future requests.</li>
32                     <li>Having your email and regular mail addresses on file with ILLiad enables us to notify you promptly and deliver materials accurately.</li>   33                         <li>Having your email and regular mail addresses on file with ILLiad enables us to notify you promptly and deliver materials accurately.</li>
33                     <li>By specifying a Username and Password of your choosing, you will have secure access to information about your requests. You will also be able to review the list of items you have requested in the past.</li>   34                         <li>By specifying a Username and Password of your choosing, you will have secure access to information about your requests. You will also be able to review the list of items you have requested in the past.</li>
34                 </ul>   35                     </ul>
35             </div>   36                 </div>
36     37  
37             <div class="info-block">   38                 <div class="info-block">
38                 <h2 class="page-header">About your Username and Password</h2>   39                     <h2 class="page-header">About your Username and Password</h2>
39                 <div>During registration, you will be asked to choose a Username and Password. You will use this Username and Password when logging on to the ILLiad system in the future.</div>   40                     <div>During registration, you will be asked to choose a Username and Password. You will use this Username and Password when logging on to the ILLiad system in the future.</div>
40                 <div><strong>Username</strong></div>   41                     <div><strong>Username</strong></div>
41                 <div>Choose anything you like, such as your name, abbreviations, or an alphanumeric code.</div>   42                     <div>Choose anything you like, such as your name, abbreviations, or an alphanumeric code.</div>
42     43  
43                 <div><strong>Password</strong></div>   44                     <div><strong>Password</strong></div>
44                 <div>Choose anything you like. We recommend that you follow good security practice and choose a password that is different from those you use to access other systems.</div>   45                     <div>Choose anything you like. We recommend that you follow good security practice and choose a password that is different from those you use to access other systems.</div>
45                 <div>ILLiad will encrypt your password, so it will remain secure. Only you will know your password.</div>   46                     <div>ILLiad will encrypt your password, so it will remain secure. Only you will know your password.</div>
46             </div>   47                 </div>
47     48  
48             <div class="info-block">   49                 <div class="info-block">
49                 <h2 class="page-header">Important Copyright Information</h2>   50                     <h2 class="page-header">Important Copyright Information</h2>
50                 <div>WARNING CONCERNING COPYRIGHT RESTRICTIONS</div>   51                     <div>WARNING CONCERNING COPYRIGHT RESTRICTIONS</div>
51                 <div>The copyright law of the United States (Title 17, United States Code) governs the making of articles or other reproductions of copyrighted materials.</div>   52                     <div>The copyright law of the United States (Title 17, United States Code) governs the making of articles or other reproductions of copyrighted materials.</div>
52                 <div>Under certain conditions specified in the law, libraries and archives are authorized to furnish an article or other reproduction. One of these specified conditions is that    53                     <div>Under certain conditions specified in the law, libraries and archives are authorized to furnish an article or other reproduction. One of these specified conditions is that 
53                     the article or reproduction is not to be "used for any purpose other than private study, scholarship, or research". If a user makes a request for, or later uses, an article    54                         the article or reproduction is not to be "used for any purpose other than private study, scholarship, or research". If a user makes a request for, or later uses, an article 
54                     or reproduction for purposes in excess of "fair use", that user may be liable for copyright infringement.   55                         or reproduction for purposes in excess of "fair use", that user may be liable for copyright infringement.
55                 </div>   56                     </div>
56                 <div>This institution reserves the right to refuse to accept a copying order if, in its judgment, fulfillment of the order would involve violation of copyright law.</div>   57                     <div>This institution reserves the right to refuse to accept a copying order if, in its judgment, fulfillment of the order would involve violation of copyright law.</div>
57             </div>   58                 </div>
58     59  
59             <h2 class="page-header">ILLiad FAQ (Frequently Asked Questions)</h2>   60                 <h2 class="page-header">ILLiad FAQ (Frequently Asked Questions)</h2>
60             <div class="mt-3">Before registering, you may wish to read the ILLiad <a href="<#ACTION action='10' form='12'>">FAQ</a>. The FAQ may answer other questions you have about the ILLiad interlibrary loan system.</div>   61                 <div class="mt-3">Before registering, you may wish to read the ILLiad <a href="<#ACTION action='10' form='12'>">FAQ</a>. The FAQ may answer other questions you have about the ILLiad interlibrary loan system.</div>
61     62  
62             <div class="mb-4">By pressing this button you acknowledge and agree to all of the terms and conditions above. Please pay particular attention to the copyright statement and the ILLiad FAQ.    63                 <div class="mb-4">By pressing this button you acknowledge and agree to all of the terms and conditions above. Please pay particular attention to the copyright statement and the ILLiad FAQ. 
63                 After reading this information, you can press the "First Time Users Click Here" button to continue.</div>   64                     After reading this information, you can press the "First Time Users Click Here" button to continue.</div>
64     65  
65             <button class="btn btn-primary" type="submit" name="SubmitButton" value="First Time Users Click Here">First Time Users Click Here</button>   66                 <button class="btn btn-primary" type="submit" name="SubmitButton" value="First Time Users Click Here">First Time Users Click Here</button>
66     67  
67         </form>   68             </form>
68         <> 69         </main>
69         <#INCLUDE filename="include_footer.html"> = 70         <#INCLUDE filename="include_footer.html">
70     </div>   71     </div>
71     72  
72 </body>   73 </body>
73 </html>   74 </html>

   
File: ForgotPassword.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Forgot Password</title>   5     <title>ILLiad - Forgot Password</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     11  
12     <div id="status" class="container">   12     <div id="status" class="container">
13         <#STATUS>   13         <#STATUS>
14     </div>   14     </div>
15     15  
16     <div class="container">   16     <div class="container">
    -+ 17         <main id="content" aria-label="Content">
17         <form action="illiad.dll" method="post" name="ForgotPassword"> = 18             <form action="illiad.dll" method="post" name="ForgotPassword">
18             <input type="hidden" name="ILLiadForm" value="ForgotPassword">   19                 <input type="hidden" name="ILLiadForm" value="ForgotPassword">
19     20  
20             <h2 class="info-block">Forgot Password</h2>   21                 <h2 class="info-block">Forgot Password</h2>
21     22  
22             <div class="logon-field form-group col-md-5">   23                 <div class="logon-field form-group col-md-5">
23                 <label for="username">   24                     <label for="username">
24                     <span class="<#ERROR name='ERRORUsername'>">Username</span>   25                         <span class="<#ERROR name='ERRORUsername'>">Username</span>
25                     </label>   26                         </label>
26                 <input type="text" class="form-control" name="username" id="username" value="<#PARAM name='Username'>">   27                     <input type="text" class="form-control" name="username" id="username" value="<#PARAM name='Username'>">
27             </div>   28                 </div>
28     29  
29             <button class="btn btn-primary" type="submit" name="SubmitButton" value="Reset Password">Reset Password</button>   30                 <button class="btn btn-primary" type="submit" name="SubmitButton" value="Reset Password">Reset Password</button>
30             <button class="btn btn-secondary" type="submit" name="SubmitButton">Cancel - Return to Logon page</button>   31                 <button class="btn btn-secondary" type="submit" name="SubmitButton">Cancel - Return to Logon page</button>
31     32  
32         </form>   33             </form>
    -+ 34         </main>
33         <#INCLUDE filename="include_footer.html"> = 35         <#INCLUDE filename="include_footer.html">
34     </div>   36     </div>
35 </body>   37 </body>
36 </html>   38 </html>

   
File: GenericRequestTesting.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Testing Request</title>   5     <title>ILLiad - Testing Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="GenericRequestTesting"> = 15             <form action="illiad.dll" method="post" name="GenericRequestTesting">
15             <input type="hidden" name="ILLiadForm" value="GenericRequestTesting">   16                 <input type="hidden" name="ILLiadForm" value="GenericRequestTesting">
16             <input type="hidden" name="RequestType" value="Loan">   17                 <input type="hidden" name="RequestType" value="Loan">
17             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   18                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
18             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   19                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
19             <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">   20                 <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">
20             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   21                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
21             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   22                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
22             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   23                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
23                   24                     
24             <fieldset>   25                 <fieldset>
25                 <h2 class="page-header">Testing Request</h2>   26                     <h2 class="page-header">Testing Request</h2>
26     27  
27                 <section name="genericrequesttesting-info">   28                     <section name="genericrequesttesting-info">
28     29  
29                     <div class="form-group col-md-9">   30                         <div class="form-group col-md-9">
30                         <label for="LoanTitle">   31                             <label for="LoanTitle">
31                             <span class="field">   32                                 <span class="field">
32                                 <span class="<#ERROR name='ERRORLoanTitle'>">   33                                     <span class="<#ERROR name='ERRORLoanTitle'>">
33                                     Title   34                                         Title
34                                     <span class="req">(required)</span>   35                                         <span class="req">(required)</span>
35                                 </span>   36                                     </span>
36                                 <br>   37                                     <br>
37                                 <span class="small-notes">   38                                     <span class="small-notes">
38                                     Please do not abbreviate unless your citation is abbreviated   39                                         Please do not abbreviate unless your citation is abbreviated
39                                 </span>    40                                     </span> 
40                             </span>   41                                 </span>
41                         </label>   42                             </label>
42                         <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required>   43                             <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required>
43                     </div>   44                         </div>
44     45  
45                     <div class="form-group col-md-9">     46                         <div class="form-group col-md-9">  
46                         <label for="LoanAuthor">   47                             <label for="LoanAuthor">
47                             <span class="field">   48                                 <span class="field">
48                                 <span class="<#ERROR name='ERRORLoanAuthor'>">   49                                     <span class="<#ERROR name='ERRORLoanAuthor'>">
49                                     Author/Editors   50                                         Author/Editors
50                                     <span class="req">(required)</span>   51                                         <span class="req">(required)</span>
51                                 </span>   52                                     </span>
52                             </span>   53                                 </span>
53                         </label>   54                             </label>
54                         <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>   55                             <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>
55                     </div>   56                         </div>
56     57  
57                     <div class="form-group col-md-9">   58                         <div class="form-group col-md-9">
58                         <label for="LoanPublisher">   59                             <label for="LoanPublisher">
59                             <span class="field">   60                                 <span class="field">
60                                 <span class="<#ERROR name='ERRORLoanPublisher'>">   61                                     <span class="<#ERROR name='ERRORLoanPublisher'>">
61                                     Publisher   62                                         Publisher
62                                 </span>   63                                     </span>
63                             </span>   64                                 </span>
64                         </label>   65                             </label>
65                         <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">   66                             <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">
66                     </div>   67                         </div>
67     68  
68                     <div class="form-group col-md-9">   69                         <div class="form-group col-md-9">
69                         <label for="LoanPlace">   70                             <label for="LoanPlace">
70                             <span class="field">   71                                 <span class="field">
71                                 <span class="<#ERROR name='ERRORLoanPlace'>">   72                                     <span class="<#ERROR name='ERRORLoanPlace'>">
72                                     Place of Publication   73                                         Place of Publication
73                                 </span>   74                                     </span>
74                             </span>   75                                 </span>
75                         </label>   76                             </label>
76                         <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">   77                             <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">
77                     </div>   78                         </div>
78                           79                             
79                     <div class="form-group col-md-9">   80                         <div class="form-group col-md-9">
80                         <label for="LoanDate">   81                             <label for="LoanDate">
81                             <span class="field">   82                                 <span class="field">
82                                 <span class="<#ERROR name='ERRORLoanDate'>">   83                                     <span class="<#ERROR name='ERRORLoanDate'>">
83                                     Date of Publication   84                                         Date of Publication
84                                 </span>   85                                     </span>
85                             </span>   86                                 </span>
86                         </label>   87                             </label>
87                         <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">   88                             <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">
88                     </div>   89                         </div>
89                       90                         
90                     <div class="form-group col-md-9">   91                         <div class="form-group col-md-9">
91                         <label for="LoanEdition">   92                             <label for="LoanEdition">
92                             <span class="field">   93                                 <span class="field">
93                                 <span class="<#ERROR name='ERRORLoanEdition'>">   94                                     <span class="<#ERROR name='ERRORLoanEdition'>">
94                                     Edition   95                                         Edition
95                                 </span>   96                                     </span>
96                             </span>   97                                 </span>
97                         </label>   98                             </label>
98                         <input type="text" class="form-control" name="LoanEdition" id="LoanEdition" value="<#PARAM name='LoanEdition'>">   99                             <input type="text" class="form-control" name="LoanEdition" id="LoanEdition" value="<#PARAM name='LoanEdition'>">
99                     </div>   100                         </div>
100                           101                             
101                     <div class="form-group col-md-9">   102                         <div class="form-group col-md-9">
102                         <label for="ISSN">   103                             <label for="ISSN">
103                             <span class="field">   104                                 <span class="field">
104                                 <span class="<#ERROR name='ERRORISSN'>">   105                                     <span class="<#ERROR name='ERRORISSN'>">
105                                     ISBN (International Standard Book Number)   106                                         ISBN (International Standard Book Number)
106                                 </span>   107                                     </span>
107                                 <br>   108                                     <br>
108                                 <span class="small-notes">   109                                     <span class="small-notes">
109                                     If given will speed request processing   110                                         If given will speed request processing
110                                 </span>   111                                     </span>
111                             </span>   112                                 </span>
112                         </label>   113                             </label>
113                         <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">   114                             <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">
114                     </div>   115                         </div>
115                           116                             
116                     <!--<div class="form-group col-md-9">   117                         <!--<div class="form-group col-md-9">
117                         <label for="CallNumber">                       118                             <label for="CallNumber">                    
118                             <span class="field">   119                                 <span class="field">
119                                 <span class="<#ERROR name='ERRORCallNumber'>">   120                                     <span class="<#ERROR name='ERRORCallNumber'>">
120                                     Call Number   121                                         Call Number
      122                                     </span>
121                                 </span>   123                                 </span>
122                             </span>      
123                         </label>   124                             </label>
124                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   125                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
125                     </div>   126                         </div>
126                   127                     
127                     <div class="form-group col-md-9">   128                         <div class="form-group col-md-9">
128                         <label for="ESPNumber">   129                             <label for="ESPNumber">
129                             <span class="field">   130                                 <span class="field">
130                                 <span class="<#ERROR name='ERRORESPNumber'>">   131                                     <span class="<#ERROR name='ERRORESPNumber'>">
131                                     OCLC or Docline UI Number   132                                         OCLC or Docline UI Number
      133                                     </span>
132                                 </span>   134                                 </span>
133                             </span>      
134                         </label>   135                             </label>
135                         <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   136                             <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
136                     </div>-->   137                         </div>-->
137                           138                             
138                     <div class="form-group col-md-9">   139                         <div class="form-group col-md-9">
139                         <label for="AcceptAlternateEdition">   140                             <label for="AcceptAlternateEdition">
140                             <span class="field">   141                                 <span class="field">
141                                 <span class="<#ERROR name='ERRORAcceptAlternateEdition'>">   142                                     <span class="<#ERROR name='ERRORAcceptAlternateEdition'>">
142                                     Will you accept an alternate edition of this item?   143                                         Will you accept an alternate edition of this item?
143                                 </span>   144                                     </span>
144                             </span>   145                                 </span>
145                         </label>   146                             </label>
146                         <select id="AcceptAlternateEdition" name="AcceptAlternateEdition" size="1" class="custom-select mr-sm-2"  data-persistedValue="<#PARAM name='AcceptAlternateEdition'>">   147                             <select id="AcceptAlternateEdition" name="AcceptAlternateEdition" size="1" class="custom-select mr-sm-2"  data-persistedValue="<#PARAM name='AcceptAlternateEdition'>">
147                             <option value="Yes">Yes</option>   148                                 <option value="Yes">Yes</option>
148                             <option value="No">No</option>   149                                 <option value="No">No</option>
149                         </select>   150                             </select>
150                     </div>   151                         </div>
151                           152                             
152                     <div class="form-group col-md-9">   153                         <div class="form-group col-md-9">
153                         <label for="Notes">   154                             <label for="Notes">
154                             <span class="field">   155                                 <span class="field">
155                                 <span class="<#ERROR name='ERRORNotes'>">     156                                     <span class="<#ERROR name='ERRORNotes'>">  
156                                     Notes      157                                         Notes   
157                                 </span><br>   158                                     </span><br>
158                                 <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   159                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
159                             </span>   160                                 </span>
160                         </label>   161                             </label>
161                         <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   162                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
162                     </div>   163                         </div>
163                       164                         
164                 </section>   165                     </section>
165                 <#INCLUDE filename="include_request_cited.html">                   166                     <#INCLUDE filename="include_request_cited.html">                
166                 <#INCLUDE filename="include_request_buttons.html">   167                     <#INCLUDE filename="include_request_buttons.html">
167             </fieldset>   168                 </fieldset>
168         </form>   169             </form>
    -+ 170         </main>
169         <#INCLUDE filename="include_footer.html"> = 171         <#INCLUDE filename="include_footer.html">
170     </div>   172     </div>
171 </body>   173 </body>
172 </html>   174 </html>

   
File: ILLiadMainMenu.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad Main Menu</title>   5     <title>ILLiad Main Menu</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <link href="<#ACTION action='2' type='40' value='RSSID' valueType='lookup' absolutePath='true' includeSessionID='false'>" rel='alternate' type='application/rss+xml' title='ILLiad Alerts'>   7     <link href="<#ACTION action='2' type='40' value='RSSID' valueType='lookup' absolutePath='true' includeSessionID='false'>" rel='alternate' type='application/rss+xml' title='ILLiad Alerts'>
8 </head>   8 </head>
9     9  
10 <body>   10 <body>
11     <#INCLUDE filename="include_header.html">   11     <#INCLUDE filename="include_header.html">
12     <#INCLUDE filename="include_menu.html">   12     <#INCLUDE filename="include_menu.html">
13     13  
    <> 14     <div class="container">
14     <div id="content" class="container" role="heading" aria-label="Content">   15         <main id="content" aria-label="Content">
15   = 16  
16         <div id="main-electronic-delivery">   17             <div id="main-electronic-delivery">
17             <h2 class="header-special"><span aria-hidden="true" class="fas fa-file-alt fa-1x"></span> Electronically Received Articles</h2>   18                 <h2 class="header-special"><span aria-hidden="true" class="fas fa-file-alt fa-1x"></span> Electronically Received Articles</h2>
18             <#DATAREPEATER name="ElectronicDelivery" TemplateFile="templates/DataRow_ElectronicDelivery.html" noDataAction="You have no electronic delivery requests">   19                 <#DATAREPEATER name="ElectronicDelivery" TemplateFile="templates/DataRow_ElectronicDelivery.html" noDataAction="You have no electronic delivery requests">
19         </div>    20             </div> 
20     21  
21         <div id="main-renew-checked-out-items">   22             <div id="main-renew-checked-out-items">
22             <h2 class="header-special"><span aria-hidden="true" class="fas fa-book-open fa-1x"></span> Checked Out Items</h2>   23                 <h2 class="header-special"><span aria-hidden="true" class="fas fa-book-open fa-1x"></span> Checked Out Items</h2>
23             <#DATAREPEATER name="ViewRenewCheckedOutItems" TemplateFile="templates/DataRow_CheckedOutItems.html" noDataAction="You have no items">               24                 <#DATAREPEATER name="ViewRenewCheckedOutItems" TemplateFile="templates/DataRow_CheckedOutItems.html" noDataAction="You have no items">            
24         </div>   25             </div>
25     26  
26         <div id="main-outstanding-requests">   27             <div id="main-outstanding-requests">
27             <h2 class="header-special"><span aria-hidden="true" class="fas fa-list-alt fa-1x"></span> Outstanding Requests</h2>               28                 <h2 class="header-special"><span aria-hidden="true" class="fas fa-list-alt fa-1x"></span> Outstanding Requests</h2>            
28             <#DATAREPEATER name="ViewOutstandingRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no requests" orderby="TransactionNumber">   29                 <#DATAREPEATER name="ViewOutstandingRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no requests" orderby="TransactionNumber">
29         </div>   30             </div>
    -+ 31         </main>
30         <#INCLUDE filename="include_footer.html">     = 32         <#INCLUDE filename="include_footer.html">    
31     </div>   33     </div>
32 </body>   34 </body>
33 </html>   35 </html>
34     36  

   
File: include_footer.html  
1 <footer class="foot"> = 1 <footer class="foot">
2     <div>Powered by <a href="<#ACTION action='10' form='1'>">ILLiad </a></div>   2     <div>Powered by <a href="<#ACTION action='10' form='1'>">ILLiad </a></div>
3     <div>&copy; 2021<a href="http://www.atlas-sys.com"> Atlas Systems, Inc.</a> All Rights Reserved.</div> <> 3     <div>&copy; 2022<a href="http://www.atlas-sys.com"> Atlas Systems, Inc.</a> All Rights Reserved.</div>
4     <div><a href="<#ACTION action='10' form='3'>">Site Map </a></div> = 4     <div><a href="<#ACTION action='10' form='3'>">Site Map </a></div>
5 </footer>   5 </footer>

   
File: include_header.html  
1 <div id="header"> <> 1 <header id="header">
2   <div><a href="#content" accesskey="S" onclick="$('#content').focus();" class="offscreen">Skip to Main Content</a></div> = 2   <div><a href="#content" accesskey="S" onclick="$('#content').focus();" class="offscreen">Skip to Main Content</a></div>
3   <h1>ILLiad</h1>   3   <h1>ILLiad</h1>
4 </div> <> 4 </header>

   
File: LoanRequest.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Book Request</title>   5     <title>ILLiad - Book Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="LoanRequest"> = 15             <form action="illiad.dll" method="post" name="LoanRequest">
15             <input type="hidden" name="ILLiadForm" value="LoanRequest">   16                 <input type="hidden" name="ILLiadForm" value="LoanRequest">
16             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   17                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
17             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   18                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
18             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   19                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
19             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   20                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
20             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   21                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
21               22                 
22             <fieldset>   23                 <fieldset>
23     24  
24                 <h2 class="page-header">Book Request</h2>   25                     <h2 class="page-header">Book Request</h2>
25                   26                     
26                 <section name="bookrequest-info">   27                     <section name="bookrequest-info">
27                       28                         
28                     <div class="form-group col-md-9">   29                         <div class="form-group col-md-9">
29                         <label for="LoanTitle">   30                             <label for="LoanTitle">
30                             <span class="field">   31                                 <span class="field">
31                                 <span class="<#ERROR name='ERRORLoanTitle'>">   32                                     <span class="<#ERROR name='ERRORLoanTitle'>">
32                                     Title   33                                         Title
33                                     <span class="req">(required)</span>   34                                         <span class="req">(required)</span>
34                                 </span>   35                                     </span>
35                                 <br>   36                                     <br>
36                                 <span class="small-notes">   37                                     <span class="small-notes">
37                                     Please do not abbreviate unless your citation is abbreviated   38                                         Please do not abbreviate unless your citation is abbreviated
38                                 </span>    39                                     </span> 
39                             </span>   40                                 </span>
40                         </label>   41                             </label>
41                         <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required>   42                             <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required>
42                     </div>   43                         </div>
43                       44                         
44                     <div class="form-group col-md-9">     45                         <div class="form-group col-md-9">  
45                         <label for="LoanAuthor">   46                             <label for="LoanAuthor">
46                             <span class="field">   47                                 <span class="field">
47                                 <span class="<#ERROR name='ERRORLoanAuthor'>">   48                                     <span class="<#ERROR name='ERRORLoanAuthor'>">
48                                     Author/Editors   49                                         Author/Editors
49                                     <span class="req">(required)</span>   50                                         <span class="req">(required)</span>
50                                 </span>   51                                     </span>
51                             </span>   52                                 </span>
52                         </label>   53                             </label>
53                         <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>   54                             <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>
54                     </div>   55                         </div>
55                       56                         
56                     <div class="form-group col-md-9">   57                         <div class="form-group col-md-9">
57                         <label for="LoanPublisher">   58                             <label for="LoanPublisher">
58                             <span class="field">   59                                 <span class="field">
59                                 <span class="<#ERROR name='ERRORLoanPublisher'>">   60                                     <span class="<#ERROR name='ERRORLoanPublisher'>">
60                                     Publisher   61                                         Publisher
61                                 </span>   62                                     </span>
62                             </span>   63                                 </span>
63                         </label>   64                             </label>
64                         <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">   65                             <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">
65                     </div>   66                         </div>
66                       67                         
67                     <div class="form-group col-md-9">   68                         <div class="form-group col-md-9">
68                         <label for="LoanPlace">   69                             <label for="LoanPlace">
69                             <span class="field">   70                                 <span class="field">
70                                 <span class="<#ERROR name='ERRORLoanPlace'>">   71                                     <span class="<#ERROR name='ERRORLoanPlace'>">
71                                     Place of Publication   72                                         Place of Publication
72                                 </span>   73                                     </span>
73                             </span>   74                                 </span>
74                         </label>   75                             </label>
75                         <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">   76                             <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">
76                      </div>   77                         </div>
77                       78                         
78                     <div class="form-group col-md-9">   79                         <div class="form-group col-md-9">
79                         <label for="LoanDate">   80                             <label for="LoanDate">
80                             <span class="field">   81                                 <span class="field">
81                                 <span class="<#ERROR name='ERRORLoanDate'>">   82                                     <span class="<#ERROR name='ERRORLoanDate'>">
82                                     Date of Publication   83                                         Date of Publication
83                                 </span>   84                                     </span>
84                             </span>   85                                 </span>
85                         </label>   86                             </label>
86                         <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">   87                             <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">
87                     </div>   88                         </div>
88                   89                     
89                     <div class="form-group col-md-9">   90                         <div class="form-group col-md-9">
90                         <label for="LoanEdition">   91                             <label for="LoanEdition">
91                             <span class="field">   92                                 <span class="field">
92                                 <span class="<#ERROR name='ERRORLoanEdition'>">   93                                     <span class="<#ERROR name='ERRORLoanEdition'>">
93                                     Edition   94                                         Edition
94                                 </span>   95                                     </span>
95                             </span>   96                                 </span>
96                         </label>   97                             </label>
97                         <input type="text" class="form-control" name="LoanEdition" id="LoanEdition" value="<#PARAM name='LoanEdition'>">   98                             <input type="text" class="form-control" name="LoanEdition" id="LoanEdition" value="<#PARAM name='LoanEdition'>">
98                     </div>   99                         </div>
99                       100                         
100                     <div class="form-group col-md-9">   101                         <div class="form-group col-md-9">
101                         <label for="ISSN">   102                             <label for="ISSN">
102                             <span class="field">   103                                 <span class="field">
103                                 <span class="<#ERROR name='ERRORISSN'>">   104                                     <span class="<#ERROR name='ERRORISSN'>">
104                                     ISBN (International Standard Book Number)   105                                         ISBN (International Standard Book Number)
105                                 </span>   106                                     </span>
106                                 <br>   107                                     <br>
107                             <span class="small-notes">   108                                 <span class="small-notes">
108                                 If given will speed request processing   109                                     If given will speed request processing
109                             </span>   110                                 </span>
110                             </span>   111                                 </span>
111                         </label>   112                             </label>
112                         <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">   113                             <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">
113                     </div>   114                         </div>
114                       115                         
115                     <!--<div class="form-group col-md-9">   116                         <!--<div class="form-group col-md-9">
116                         <label for="CallNumber">                       117                             <label for="CallNumber">                    
117                             <span class="field">   118                                 <span class="field">
118                                 <span class="<#ERROR name='ERRORCallNumber'>">   119                                     <span class="<#ERROR name='ERRORCallNumber'>">
119                                     Call Number   120                                         Call Number
      121                                     </span>
120                                 </span>   122                                 </span>
121                             </span>      
122                         </label>   123                             </label>
123                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   124                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
124                     </div>   125                         </div>
125                       126                         
126                     <div class="form-group col-md-9">   127                         <div class="form-group col-md-9">
127                         <label for="ESPNumber">   128                             <label for="ESPNumber">
128                             <span class="field">   129                                 <span class="field">
129                                 <span class="<#ERROR name='ERRORESPNumber'>">   130                                     <span class="<#ERROR name='ERRORESPNumber'>">
130                                     OCLC or Docline UI Number   131                                         OCLC or Docline UI Number
      132                                     </span>
131                                 </span>   133                                 </span>
132                             </span>      
133                         </label>   134                             </label>
134                         <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   135                             <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
135                     </div>-->   136                         </div>-->
136                           137                             
137                     <div class="form-group col-md-9">   138                         <div class="form-group col-md-9">
138                         <label for="AcceptAlternateEdition">   139                             <label for="AcceptAlternateEdition">
139                             <span class="field">   140                                 <span class="field">
140                                 <span class="<#ERROR name='ERRORAcceptAlternateEdition'>">   141                                     <span class="<#ERROR name='ERRORAcceptAlternateEdition'>">
141                                     Will you accept an alternate edition of this item?   142                                         Will you accept an alternate edition of this item?
142                                 </span>   143                                     </span>
143                             </span>   144                                 </span>
144                         </label>   145                             </label>
145                         <select id="AcceptAlternateEdition" name="AcceptAlternateEdition" size="1" class="custom-select mr-sm-2"  data-persistedValue="<#PARAM name='AcceptAlternateEdition'>">   146                             <select id="AcceptAlternateEdition" name="AcceptAlternateEdition" size="1" class="custom-select mr-sm-2"  data-persistedValue="<#PARAM name='AcceptAlternateEdition'>">
146                             <option value="Yes">Yes</option>   147                                 <option value="Yes">Yes</option>
147                             <option value="No">No</option>   148                                 <option value="No">No</option>
148                         </select>   149                             </select>
149                     </div>   150                         </div>
150                           151                             
151                     <div class="form-group col-md-9">   152                         <div class="form-group col-md-9">
152                         <label for="Notes">   153                             <label for="Notes">
153                             <span class="field">   154                                 <span class="field">
154                                 <span class="<#ERROR name='ERRORNotes'>">     155                                     <span class="<#ERROR name='ERRORNotes'>">  
155                                     Notes      156                                         Notes   
156                                 </span><br>   157                                     </span><br>
157                                 <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   158                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
158                             </span>   159                                 </span>
159                         </label>   160                             </label>
160                         <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   161                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
161                     </div>   162                         </div>
162                       163                         
163                 </section>   164                     </section>
164                 <#INCLUDE filename='include_request_cited.html'>                   165                     <#INCLUDE filename='include_request_cited.html'>                
165                 <#INCLUDE filename='include_request_buttons.html'>   166                     <#INCLUDE filename='include_request_buttons.html'>
166             </fieldset>   167                 </fieldset>
167         </form>   168             </form>
    -+ 169         </main>
168         <#INCLUDE filename='include_footer.html'> = 170         <#INCLUDE filename='include_footer.html'>
169     </div>       171     </div>    
170 </body>   172 </body>
171 </html>   173 </html>

   
File: Logon.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-us">   2 <html lang="en-us">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Logon</title>   5     <title>ILLiad - Logon</title>
6     <meta charset="utf-8">   6     <meta charset="utf-8">
7     <meta name="viewport" content="width=device-width, initial-scale=1.0">   7     <meta name="viewport" content="width=device-width, initial-scale=1.0">
8     <meta name="apple-mobile-web-app-capable" content="yes">   8     <meta name="apple-mobile-web-app-capable" content="yes">
9     <meta name="apple-mobile-web-app-status-bar-style" content="default">   9     <meta name="apple-mobile-web-app-status-bar-style" content="default">
10     <link rel="apple-touch-icon" href="iphone-icon.png">   10     <link rel="apple-touch-icon" href="iphone-icon.png">
11     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">   11     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
12     <link rel="stylesheet" href="css/illiad.css">   12     <link rel="stylesheet" href="css/illiad.css">
13     <link rel="stylesheet" href="css/custom.css">   13     <link rel="stylesheet" href="css/custom.css">
14     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">   14     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
15     <link rel="stylesheet" type="text/css" href="css/cookieconsent.min.css" />   15     <link rel="stylesheet" type="text/css" href="css/cookieconsent.min.css" />
16     16  
17     <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>   17     <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
18     <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>   18     <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
19     <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>   19     <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
20     <script src="js/webAlerts.js"></script>   20     <script src="js/webAlerts.js"></script>
21     <script src="js/cookieconsent.min.js" data-cfasync="false"></script>   21     <script src="js/cookieconsent.min.js" data-cfasync="false"></script>
22     <script src="js/atlasCookieConsent.js"></script>   22     <script src="js/atlasCookieConsent.js"></script>
23 </head>   23 </head>
24     24  
25 <body>   25 <body>
26     <header class="head">   26     <header class="head">
27         <div><a href="#content" accesskey="S" onclick="$('#content').focus();" class="offscreen">Skip to Main Content</a></div>   27         <div><a href="#content" accesskey="S" onclick="$('#content').focus();" class="offscreen">Skip to Main Content</a></div>
28         <h1>ILLiad</h1>   28         <h1>ILLiad</h1>
29     </header>   29     </header>
30     30  
31     <div class="alerts-bar">   31     <div class="alerts-bar">
32         <div class="container" id="webAlerts"></div>   32         <div class="container" id="webAlerts"></div>
33     </div>   33     </div>
34        34     
35     <div class="container">   35     <div class="container">
    -+ 36         <main id="content" aria-label="Content">
36         <form action="illiad.dll" method="post" name="Logon"> = 37             <form action="illiad.dll" method="post" name="Logon">
37             <input type="hidden" name="ILLiadForm" value="Logon">   38                 <input type="hidden" name="ILLiadForm" value="Logon">
38     39  
39             <div class="logon-directions">   40                 <div class="logon-directions">
40                 <div>Enter your user information below.</div>   41                     <div>Enter your user information below.</div>
41                 <div>Then press the Logon to ILLiad button to continue.</div>   42                     <div>Then press the Logon to ILLiad button to continue.</div>
42             </div>   43                 </div>
43     44  
44             <div class="logon-field form-group col-md-8">   45                 <div class="logon-field form-group col-md-8">
45                 <label for="username">   46                     <label for="username">
46                     Username   47                         Username
47                 </label>   48                     </label>
48                 <input type="text" class="form-control" name="username" id="username" value="">   49                     <input type="text" class="form-control" name="username" id="username" value="">
49             </div>   50                 </div>
50     51  
51             <div class="logon-field form-group col-md-8">   52                 <div class="logon-field form-group col-md-8">
52                 <label for="password">   53                     <label for="password">
53                     Password   54                         Password
54                 </label>   55                     </label>
55                 <input type="password" class="form-control" name="password" id="password" autocomplete="off">   56                     <input type="password" class="form-control" name="password" id="password" autocomplete="off">
56             </div>   57                 </div>
57     58  
58             <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Logon to ILLiad">Logon to ILLiad</button>   59                 <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Logon to ILLiad">Logon to ILLiad</button>
59     60  
60         </form>   61             </form>
61     62  
62         <div class="forgot-password-link">   63             <div class="forgot-password-link">
63             <a href="illiad.dll?Action=10&Form=84">   64                 <a href="illiad.dll?Action=10&Form=84">
64                 <span aria-hidden="true" class="fas fa-question-circle"></span>  Forgot Password?   65                     <span aria-hidden="true" class="fas fa-question-circle"></span>  Forgot Password?
65             </a>   66                 </a>
66         </div>   67             </div>
67         <div class="first-time-link">   68             <div class="first-time-link">
68             <a href="illiad.dll?Action=10&Form=79">   69                 <a href="illiad.dll?Action=10&Form=79">
69                 <span aria-hidden="true" class="fas fa-user-plus"></span>  First Time Users   70                     <span aria-hidden="true" class="fas fa-user-plus"></span>  First Time Users
70             </a>   71                 </a>
71         </div>   72             </div>
72     73  
    -+ 74         </main>
    = 75  
73         <footer class="foot">   76         <footer class="foot">
74             <div>Powered by <a href="illiad.dll?Action=10&Form=1">ILLiad</a></div>   77             <div>Powered by <a href="illiad.dll?Action=10&Form=1">ILLiad</a></div>
75             <div>&copy; 2021 <a href="http://www.atlas-sys.com"> Atlas Systems, Inc.</a> All Rights Reserved.</div> <> 78             <div>&copy; 2022 <a href="http://www.atlas-sys.com"> Atlas Systems, Inc.</a> All Rights Reserved.</div>
76             <div><a href="illiad.dll?Action=10&Form=3">Site Map </a></div> = 79             <div><a href="illiad.dll?Action=10&Form=3">Site Map </a></div>
77         </footer>   80         </footer>
78     </div>   81     </div>
79     82  
80 </body>   83 </body>
81 </html>   84 </html>

   
File: Logon2.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-us">   2 <html lang="en-us">
3     3  
4 <head>   4 <head>
5     <meta charset="utf-8">   5     <meta charset="utf-8">
6     <meta http-equiv="Pragma" content="no-cache">   6     <meta http-equiv="Pragma" content="no-cache">
7     <title>ILLiad - Logon</title>   7     <title>ILLiad - Logon</title>
8     <#INCLUDE filename="include_head.html">   8     <#INCLUDE filename="include_head.html">
9 </head>   9 </head>
10     10  
11 <body>   11 <body>
12     12  
13     <#INCLUDE filename="include_header.html">   13     <#INCLUDE filename="include_header.html">
14        14     
15     <div class="alerts-bar">   15     <div class="alerts-bar">
16         <div class="container" id="webAlerts"></div>   16         <div class="container" id="webAlerts"></div>
17     </div>   17     </div>
18     18  
19     <div class="container">   19     <div class="container">
    -+ 20         <main id="content" aria-label="Content">
20         <div id="status" class="container"><#STATUS></div> = 21             <div id="status" class="container"><#STATUS></div>
21       22         
22         <form action="<#DLL>" method="post" name="Logon">   23             <form action="<#DLL>" method="post" name="Logon">
23             <input type="hidden" name="ILLiadForm" value="Logon">   24                 <input type="hidden" name="ILLiadForm" value="Logon">
24             <#FORMSTATE>   25                 <#FORMSTATE>
25     26  
26             <div class="logon-directions">   27                 <div class="logon-directions">
27                 <div>Enter your user information below.</div>   28                     <div>Enter your user information below.</div>
28                 <div>Then press the Logon to ILLiad button to continue.</div>   29                     <div>Then press the Logon to ILLiad button to continue.</div>
29             </div>   30                 </div>
30     31  
31             <div class="logon-field form-group col-md-8">   32                 <div class="logon-field form-group col-md-8">
32                 <label for="username">   33                     <label for="username">
33                     Username   34                         Username
34                 </label>   35                     </label>
35                 <input type="text" class="form-control" name="username" id="username" value="">   36                     <input type="text" class="form-control" name="username" id="username" value="">
36             </div>   37                 </div>
37     38  
38             <div class="logon-field form-group col-md-8">   39                 <div class="logon-field form-group col-md-8">
39                 <label for="password">   40                     <label for="password">
40                     Password   41                         Password
41                 </label>   42                     </label>
42                 <input type="password" name="password" class="form-control" id="password" autocomplete="off">   43                     <input type="password" name="password" class="form-control" id="password" autocomplete="off">
43             </div>   44                 </div>
44             <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Logon to ILLiad">Logon to ILLiad</button>   45                 <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Logon to ILLiad">Logon to ILLiad</button>
45         </form>   46             </form>
46     47  
47         <div role="heading" class="container" aria-label="Account creation and password reset"> <> 48             <div class="container" aria-label="Account creation and password reset">
48             <form action="illiad.dll?Action=10&Form=79" method="post" name="RegisterForm" id="RegisterForm"> = 49                 <form action="illiad.dll?Action=10&Form=79" method="post" name="RegisterForm" id="RegisterForm">
49                 <#FORMSTATE>   50                     <#FORMSTATE>
50                 <div class="forgot-password-link">   51                     <div class="forgot-password-link">
51                     <a href="<#ACTION action='10' form='84'>">   52                         <a href="<#ACTION action='10' form='84'>">
52                         <span aria-hidden="true" class="fas fa-question-circle"></span>  Forgot Password?   53                             <span aria-hidden="true" class="fas fa-question-circle"></span>  Forgot Password?
53                     </a>   54                         </a>
54                 </div>   55                     </div>
55                 <div class="first-time-link">   56                     <div class="first-time-link">
56                     <a href="#" onclick="RegisterForm.submit(); return false;">   57                         <a href="#" onclick="RegisterForm.submit(); return false;">
57                         <span aria-hidden="true" class="fas fa-user-plus"></span>  First Time Users   58                             <span aria-hidden="true" class="fas fa-user-plus"></span>  First Time Users
58                     </a>   59                         </a>
59                 </div>   60                     </div>
60             </form>   61                 </form>
61         </div>   62             </div>
    -+ 63         </main>
62      = 64     
63         <#INCLUDE filename="include_footer.html">   65         <#INCLUDE filename="include_footer.html">
64     </div>   66     </div>
65 </body>   67 </body>
66 </html>   68 </html>

   
File: MultimediaRequest.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Multimedia Request</title>   5     <title>ILLiad - Multimedia Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="MultimediaRequest"> = 15             <form action="illiad.dll" method="post" name="MultimediaRequest">
15             <input type="hidden" name="ILLiadForm" value="MultimediaRequest">   16                 <input type="hidden" name="ILLiadForm" value="MultimediaRequest">
16             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   17                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
17             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   18                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
18             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   19                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
19               20                 
20             <fieldset>   21                 <fieldset>
21     22  
22                 <h2 class="page-header">Multimedia Request</h2>   23                     <h2 class="page-header">Multimedia Request</h2>
23                   24                     
24                 <section name="multimediarequest-info">   25                     <section name="multimediarequest-info">
25                       26                         
26                     <div class="form-group col-md-9">   27                         <div class="form-group col-md-9">
27                         <label for="LoanTitle">   28                             <label for="LoanTitle">
28                             <span class="field">   29                                 <span class="field">
29                                 <span class="<#ERROR name='ERRORLoanTitle'>">   30                                     <span class="<#ERROR name='ERRORLoanTitle'>">
30                                     Title   31                                         Title
31                                     <span class="req">(required)</span>   32                                         <span class="req">(required)</span>
32                                 </span>   33                                     </span>
33                                 <br>   34                                     <br>
34                                 <span class="small-notes">   35                                     <span class="small-notes">
35                                     Please do not abbreviate unless your citation is abbreviated   36                                         Please do not abbreviate unless your citation is abbreviated
36                                 </span>    37                                     </span> 
37                             </span>   38                                 </span>
38                         </label>   39                             </label>
39                         <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required>   40                             <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required>
40                     </div>   41                         </div>
41               42                 
42                     <div class="form-group col-md-9">     43                         <div class="form-group col-md-9">  
43                         <label for="LoanAuthor">   44                             <label for="LoanAuthor">
44                             <span class="field">   45                                 <span class="field">
45                                 <span class="<#ERROR name='ERRORLoanAuthor'>">   46                                     <span class="<#ERROR name='ERRORLoanAuthor'>">
46                                     Artist/Composer/Producer   47                                         Artist/Composer/Producer
47                                     <span class="req">(required)</span>   48                                         <span class="req">(required)</span>
48                                 </span>   49                                     </span>
49                             </span>   50                                 </span>
50                         </label>   51                             </label>
51                         <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>   52                             <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>
52                     </div>   53                         </div>
53               54                 
54                     <div class="form-group col-md-9">   55                         <div class="form-group col-md-9">
55                         <label for="LoanPublisher">   56                             <label for="LoanPublisher">
56                             <span class="field">   57                                 <span class="field">
57                                 <span class="<#ERROR name='ERRORLoanPublisher'>">   58                                     <span class="<#ERROR name='ERRORLoanPublisher'>">
58                                     Publisher   59                                         Publisher
59                                 </span>   60                                     </span>
60                             </span>   61                                 </span>
61                         </label>   62                             </label>
62                         <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">   63                             <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">
63                     </div>   64                         </div>
64                       65                         
65                     <div class="form-group col-md-9">   66                         <div class="form-group col-md-9">
66                         <label for="LoanPlace">   67                             <label for="LoanPlace">
67                             <span class="field">   68                                 <span class="field">
68                                 <span class="<#ERROR name='ERRORLoanPlace'>">   69                                     <span class="<#ERROR name='ERRORLoanPlace'>">
69                                     Place of Publication   70                                         Place of Publication
70                                 </span>   71                                     </span>
71                             </span>   72                                 </span>
72                         </label>   73                             </label>
73                         <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">   74                             <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">
74                     </div>   75                         </div>
75                       76                         
76                     <div class="form-group col-md-9">   77                         <div class="form-group col-md-9">
77                         <label for="LoanDate">   78                             <label for="LoanDate">
78                             <span class="field">   79                                 <span class="field">
79                                 <span class="<#ERROR name='ERRORLoanDate'>">   80                                     <span class="<#ERROR name='ERRORLoanDate'>">
80                                     Date of Publication   81                                         Date of Publication
81                                 </span>   82                                     </span>
82                             </span>   83                                 </span>
83                         </label>   84                             </label>
84                         <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">   85                             <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">
85                     </div>   86                         </div>
86     87  
87                     <div class="form-group col-md-9">   88                         <div class="form-group col-md-9">
88                         <label for="Format">   89                             <label for="Format">
89                             <span class="field">   90                                 <span class="field">
90                                 <span class="<#ERROR name='ERRORFormat'>">   91                                     <span class="<#ERROR name='ERRORFormat'>">
91                                     Format   92                                         Format
92                                 </span>   93                                     </span>
93                             </span>   94                                 </span>
94                         </label>   95                             </label>
95                         <select id="Format" name="Format" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='Format'>">   96                             <select id="Format" name="Format" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='Format'>">
96                             <option value="CD">CD</option>   97                                 <option value="CD">CD</option>
97                             <option value="Blu Ray">Blu Ray</option>   98                                 <option value="Blu Ray">Blu Ray</option>
98                             <option value="Cassette">Cassette</option>   99                                 <option value="Cassette">Cassette</option>
99                             <option value="DVD">DVD</option>   100                                 <option value="DVD">DVD</option>
100                         </select>   101                             </select>
101                     </div>   102                         </div>
102                       103                         
103                     <div class="form-group col-md-9">   104                         <div class="form-group col-md-9">
104                         <label for="ISSN">   105                             <label for="ISSN">
105                             <span class="field">   106                                 <span class="field">
106                                 <span class="<#ERROR name='ERRORISSN'>">   107                                     <span class="<#ERROR name='ERRORISSN'>">
107                                     ISBN (International Standard Book Number)   108                                         ISBN (International Standard Book Number)
108                                 </span><br>   109                                     </span><br>
109                                 <span class="small-notes">If given will speed request processing</span>   110                                     <span class="small-notes">If given will speed request processing</span>
110                             </span>   111                                 </span>
111                         </label>   112                             </label>
112                         <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">   113                             <input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">
113                     </div>   114                         </div>
114                 </section>   115                     </section>
115     116  
116                 <#INCLUDE filename="include_request_cited.html">                   117                     <#INCLUDE filename="include_request_cited.html">                
117                 <#INCLUDE filename="include_request_buttons.html">   118                     <#INCLUDE filename="include_request_buttons.html">
118             </fieldset>   119                 </fieldset>
119         </form>   120             </form>
    -+ 121         </main>
120         <#INCLUDE filename="include_footer.html"> = 122         <#INCLUDE filename="include_footer.html">
121     </div>       123     </div>    
122 </body>   124 </body>
123 </html>   125 </html>

   
File: NewAuthRegistration.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - New Authenticated User Registration</title>   5     <title>ILLiad - New Authenticated User Registration</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">   11     <#INCLUDE filename="include_menu.html">
12        12     
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="NewAuthRegistration"> = 15             <form action="illiad.dll" method="post" name="NewAuthRegistration">
15             <input type="hidden" name="ILLiadForm" value="NewAuthRegistration">   16                 <input type="hidden" name="ILLiadForm" value="NewAuthRegistration">
16             <input type="hidden" name="NotificationMethod" value="Electronic">   17                 <input type="hidden" name="NotificationMethod" value="Electronic">
17             <input type="hidden" id="ArticleBillingCategory" name="ArticleBillingCategory" value="<#PARAM name='ArticleBillingCategory'>">   18                 <input type="hidden" id="ArticleBillingCategory" name="ArticleBillingCategory" value="<#PARAM name='ArticleBillingCategory'>">
18             <input type="hidden" id="LoanBillingCategory" name="LoanBillingCategory" value="<#PARAM name='LoanBillingCategory'>">   19                 <input type="hidden" id="LoanBillingCategory" name="LoanBillingCategory" value="<#PARAM name='LoanBillingCategory'>">
19             <input type="hidden" name="DeliveryGroup" value="Hold for Pickup">   20                 <input type="hidden" name="DeliveryGroup" value="Hold for Pickup">
20             <input type="hidden" name="LoanDeliveryGroup" value="Hold for Pickup">   21                 <input type="hidden" name="LoanDeliveryGroup" value="Hold for Pickup">
21             <input type="hidden" name="WebDeliveryGroup" value="Yes">   22                 <input type="hidden" name="WebDeliveryGroup" value="Yes">
22             <#FORMSTATE>   23                 <#FORMSTATE>
23     24  
24             <fieldset>   25                 <fieldset>
25     26  
26                 <h2 class="page-header">Change Personal Information</h2>   27                     <h2 class="page-header">Change Personal Information</h2>
27     28  
28                 <section name="user-info">   29                     <section name="user-info">
29     30  
30                     <h3 class="section-header">User Information</h3>   31                         <h3 class="section-header">User Information</h3>
31     32  
32                     <div class="form-group col-md-5">   33                         <div class="form-group col-md-5">
33                         <label for="FirstName">   34                             <label for="FirstName">
34                             <span class="<#ERROR name='ERRORFirstName'>">   35                                 <span class="<#ERROR name='ERRORFirstName'>">
35                                 First Name   36                                     First Name
36                                 <span class="req">(required)</span>   37                                     <span class="req">(required)</span>
37                             </span>   38                                 </span>
38                          </label>   39                             </label>
39                         <input type="text" class="form-control" name="FirstName" id="FirstName" value="<#PARAM name='FirstName'>" required>   40                             <input type="text" class="form-control" name="FirstName" id="FirstName" value="<#PARAM name='FirstName'>" required>
40                     </div>   41                         </div>
41     42  
42                     <div class="form-group col-md-5">   43                         <div class="form-group col-md-5">
43                         <label for="LastName">   44                             <label for="LastName">
44                             <span class="<#ERROR name='ERRORLastName'>">   45                                 <span class="<#ERROR name='ERRORLastName'>">
45                                 Last Name   46                                     Last Name
46                                 <span class="req">(required)</span>   47                                     <span class="req">(required)</span>
47                             </span>   48                                 </span>
48                         </label>   49                             </label>
49                         <input type="text" class="form-control" name="LastName" id="LastName" value="<#PARAM name='LastName'>" required>   50                             <input type="text" class="form-control" name="LastName" id="LastName" value="<#PARAM name='LastName'>" required>
50                     </div>   51                         </div>
51     52  
52                     <div class="form-group col-md-5">   53                         <div class="form-group col-md-5">
53                         <label for="SSN">   54                             <label for="SSN">
54                             <span class="<#ERROR name='ERRORSSN'>">   55                                 <span class="<#ERROR name='ERRORSSN'>">
55                                 ID Number   56                                     ID Number
56                                 <span class="req">(required)</span>   57                                     <span class="req">(required)</span>
57                             </span>   58                                 </span>
58                             </label>   59                                 </label>
59                         <input id="SSN" name="SSN" class="form-control" value="<#PARAM name='SSN'>" required>   60                             <input id="SSN" name="SSN" class="form-control" value="<#PARAM name='SSN'>" required>
60                     </div>   61                         </div>
61     62  
62                     <div class="form-group col-md-6">   63                         <div class="form-group col-md-6">
63                         <label for="EMailAddress">   64                             <label for="EMailAddress">
64                             <span class="<#ERROR name='ERROREMailAddress'>">   65                                 <span class="<#ERROR name='ERROREMailAddress'>">
65                                 Email Address   66                                     Email Address
66                                 <span class="req">(required)</span>   67                                     <span class="req">(required)</span>
67                             </span>   68                                 </span>
68                          </label>   69                             </label>
69                         <input type="text" class="form-control" name="EMailAddress" id="EMailAddress" value="<#PARAM name='EMailAddress'>" required>   70                             <input type="text" class="form-control" name="EMailAddress" id="EMailAddress" value="<#PARAM name='EMailAddress'>" required>
70                     </div>   71                         </div>
71     72  
72                     <div class="form-group col-md-5">   73                         <div class="form-group col-md-5">
73                         <label for="Phone">   74                             <label for="Phone">
74                             <span class="field">   75                                 <span class="field">
75                                 <span class="<#ERROR name='ERRORPhone'>">   76                                     <span class="<#ERROR name='ERRORPhone'>">
76                                     Daytime Phone   77                                         Daytime Phone
77                                     <span class="req">(required)</span>   78                                         <span class="req">(required)</span>
78                                 </span>                                  79                                     </span>                               
79                             </span>   80                                 </span>
80                             </label>   81                                 </label>
81                         <input type="text" class="form-control" name="Phone" id="Phone" value="<#PARAM name='Phone'>" required>   82                             <input type="text" class="form-control" name="Phone" id="Phone" value="<#PARAM name='Phone'>" required>
82                     </div>   83                         </div>
83                   84                     
84                     <div class="form-group col-md-5">   85                         <div class="form-group col-md-5">
85                         <label for="MobilePhone">   86                             <label for="MobilePhone">
86                             <span class="field">   87                                 <span class="field">
87                                 <span class="<#ERROR name='ERRORMobilePhone'>">    88                                     <span class="<#ERROR name='ERRORMobilePhone'>"> 
88                                     Mobile Phone    89                                         Mobile Phone 
89                                 </span>   90                                     </span>
90                             </span>   91                                 </span>
91                         </label>   92                             </label>
92                         <input type="text" class="form-control" name="MobilePhone" id="MobilePhone" value="<#PARAM name='MobilePhone'>">   93                             <input type="text" class="form-control" name="MobilePhone" id="MobilePhone" value="<#PARAM name='MobilePhone'>">
93                     </div>   94                         </div>
94     95  
95                     <div class="form-group col-md-5">   96                         <div class="form-group col-md-5">
96                         <label for="Department">   97                             <label for="Department">
97                             <span class="field">   98                                 <span class="field">
98                                 <span class="<#ERROR name='ERRORDepartment'>">   99                                     <span class="<#ERROR name='ERRORDepartment'>">
99                                     Department   100                                         Department
100                                 </span>   101                                     </span>
101                             </span>   102                                 </span>
102                             <select id="Department" name="Department" size="1" class="custom-select mr-sm-2">   103                                 <select id="Department" name="Department" size="1" class="custom-select mr-sm-2">
103                                 <#OPTION name="custom" groupname="Department" selectedValue="<#PARAM name='Department'>">   104                                     <#OPTION name="custom" groupname="Department" selectedValue="<#PARAM name='Department'>">
104                             </select><br>   105                                 </select><br>
105                         </label>   106                             </label>
106                     </div>   107                         </div>
107     108  
108                     <div class="form-group col-md-5">   109                         <div class="form-group col-md-5">
109                         <label for="StatusGroup">   110                             <label for="StatusGroup">
110                             <span class="field">   111                                 <span class="field">
111                                 <span class="<#ERROR name='ERRORStatus'>">   112                                     <span class="<#ERROR name='ERRORStatus'>">
112                                     Status    113                                         Status 
113                                     <span class="req">(required)</span>   114                                         <span class="req">(required)</span>
114                                 </span>   115                                     </span>
115                             </span>   116                                 </span>
116                             <select id="StatusGroup" name="StatusGroup" size="1" class="custom-select mr-sm-2" required>   117                                 <select id="StatusGroup" name="StatusGroup" size="1" class="custom-select mr-sm-2" required>
117                                 <#OPTION name="custom" groupname="StatusGroup" selectedValue="<#PARAM name='StatusGroup'>">   118                                     <#OPTION name="custom" groupname="StatusGroup" selectedValue="<#PARAM name='StatusGroup'>">
118                             </select>   119                                 </select>
119                             <br>   120                                 <br>
120                         </label>   121                             </label>
121                     </div>   122                         </div>
122                       123                         
123                     <div class="form-group col-md-5">   124                         <div class="form-group col-md-5">
124                         <label for="NVTGC">   125                             <label for="NVTGC">
125                             <span class="field">   126                                 <span class="field">
126                                 <span class="<#ERROR name='ERRORNVTGC'>">   127                                     <span class="<#ERROR name='ERRORNVTGC'>">
127                                     Delivery Location    128                                         Delivery Location 
128                                 </span>   129                                     </span>
129                             </span>   130                                 </span>
130                             <select id="NVTGC" name="NVTGC" size="1" class="custom-select mr-sm-2">   131                                 <select id="NVTGC" name="NVTGC" size="1" class="custom-select mr-sm-2">
131                                 <#OPTION name="custom" groupname="NVTGC" selectedValue="<#PARAM name='NVTGC'>">                        132                                     <#OPTION name="custom" groupname="NVTGC" selectedValue="<#PARAM name='NVTGC'>">                     
132                             </select>   133                                 </select>
133                             <br>   134                                 <br>
134                         </label>   135                             </label>
135                     </div>   136                         </div>
136     137  
137                 </section>   138                     </section>
138     139  
139                 <section name="address-info">   140                     <section name="address-info">
140     141  
141                     <h3 class="section-header">Address Information</h3>   142                         <h3 class="section-header">Address Information</h3>
142     143  
143                     <div class="form-group col-md-6">   144                         <div class="form-group col-md-6">
144                         <label for="Address">   145                             <label for="Address">
145                             <span class="<#ERROR name='ERRORAddress'>">   146                                 <span class="<#ERROR name='ERRORAddress'>">
146                                 Address Line 1   147                                     Address Line 1
147                                 <span class="req">(required)</span>   148                                     <span class="req">(required)</span>
148                             </span>   149                                 </span>
149                         </label>   150                             </label>
150                         <input type="text" class="form-control" name="Address" id="Address" value="<#PARAM name='Address'>" required>   151                             <input type="text" class="form-control" name="Address" id="Address" value="<#PARAM name='Address'>" required>
151                     </div>   152                         </div>
152     153  
153                     <div class="form-group col-md-6">   154                         <div class="form-group col-md-6">
154                         <label for="Address2">   155                             <label for="Address2">
155                             <span class="<#ERROR name='ERRORAddress2'>">   156                                 <span class="<#ERROR name='ERRORAddress2'>">
156                                 Address Line 2   157                                     Address Line 2
157                             </span>   158                                 </span>
158                         </label>   159                             </label>
159                         <input type="text" class="form-control" name="Address2" id="Address2" value="<#PARAM name='Address2'>">   160                             <input type="text" class="form-control" name="Address2" id="Address2" value="<#PARAM name='Address2'>">
160                     </div>   161                         </div>
161     162  
162                     <div class="form-group col-md-4">   163                         <div class="form-group col-md-4">
163                         <label for="City">   164                             <label for="City">
164                             <span class="<#ERROR name='ERRORCity'>">   165                                 <span class="<#ERROR name='ERRORCity'>">
165                                 Address City   166                                     Address City
166                                 <span class="req">(required)</span>   167                                     <span class="req">(required)</span>
167                             </span>   168                                 </span>
168                         </label>   169                             </label>
169                         <input type="text" class="form-control" name="City" id="City" value="<#PARAM name='City'>" required>   170                             <input type="text" class="form-control" name="City" id="City" value="<#PARAM name='City'>" required>
170                     </div>   171                         </div>
171     172  
172                     <div class="form-group col-md-4">   173                         <div class="form-group col-md-4">
173                         <label for="State">   174                             <label for="State">
174                             <span class="<#ERROR name='ERRORState'>">   175                                 <span class="<#ERROR name='ERRORState'>">
175                                 Address State   176                                     Address State
176                                 <span class="req">(required)</span>   177                                     <span class="req">(required)</span>
177                             </span>   178                                 </span>
178                         </label>   179                             </label>
179                         <select id="State" name="State" size="1" class="custom-select mr-sm-2" required>   180                             <select id="State" name="State" size="1" class="custom-select mr-sm-2" required>
180                             <#OPTION name="custom" groupname="State" selectedValue="<#PARAM name='State'>">   181                                 <#OPTION name="custom" groupname="State" selectedValue="<#PARAM name='State'>">
181                         </select><br>   182                             </select><br>
182                     </div>   183                         </div>
183     184  
184                     <div class="form-group col-md-4">   185                         <div class="form-group col-md-4">
185                         <label for="Zip">   186                             <label for="Zip">
186                             <span class="<#ERROR name='ERRORZip'>">   187                                 <span class="<#ERROR name='ERRORZip'>">
187                                 Address Zip   188                                     Address Zip
188                                 <span class="req">(required)</span>   189                                     <span class="req">(required)</span>
189                             </span>   190                                 </span>
190                         </label>   191                             </label>
191                         <input type="text" class="form-control" name="Zip" id="Zip" value="<#PARAM name='Zip'>" required>   192                             <input type="text" class="form-control" name="Zip" id="Zip" value="<#PARAM name='Zip'>" required>
192                     </div>   193                         </div>
193     194  
194                 </section>   195                     </section>
195     196  
196                 <!--    197                     <!-- 
197     198  
198                 If this section is to be removed/unused, then remove the matching hidden inputs and the top of this page    199                     If this section is to be removed/unused, then remove the matching hidden inputs and the top of this page 
199     200  
200                 <section name="delivery-method-info">   201                     <section name="delivery-method-info">
201                     <h3>Delivery Methods</h3>   202                         <h3>Delivery Methods</h3>
202                       203                         
203                     <div class="form-group col-md-5">   204                         <div class="form-group col-md-5">
204                         <label for="DeliveryGroup">   205                             <label for="DeliveryGroup">
205                             <span class="field">   206                                 <span class="field">
206                                 <span class="<#ERROR name='ERRORDeliveryGroup'>">   207                                     <span class="<#ERROR name='ERRORDeliveryGroup'>">
207                                     Preferred Article Delivery Method   208                                         Preferred Article Delivery Method
208                                 </span>   209                                     </span>
209                             </span>   210                                 </span>
210                         </label>   211                             </label>
211                         <select id="DeliveryGroup" name="DeliveryGroup" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='DeliveryGroup'>">   212                             <select id="DeliveryGroup" name="DeliveryGroup" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='DeliveryGroup'>">
212                             <option value="Hold for Pickup">Hold for Pickup</option>   213                                 <option value="Hold for Pickup">Hold for Pickup</option>
213                             <option value="Mail to Address">Mail to Address</option>   214                                 <option value="Mail to Address">Mail to Address</option>
214                         </select>   215                             </select>
215                     </div>   216                         </div>
216     217  
217                     <div class="form-group col-md-5">   218                         <div class="form-group col-md-5">
218                         <label for="LoanDeliveryGroup">   219                             <label for="LoanDeliveryGroup">
219                             <span class="field">   220                                 <span class="field">
220                                 <span class="<#ERROR name='ERRORLoanDeliveryGroup'>">   221                                     <span class="<#ERROR name='ERRORLoanDeliveryGroup'>">
221                                     Preferred Loan Delivery Method    222                                         Preferred Loan Delivery Method 
222                                 </span>   223                                     </span>
223                             </span>   224                                 </span>
224                         </label>   225                             </label>
225                         <select id="LoanDeliveryGroup" name="LoanDeliveryGroup" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='LoanDeliveryGroup'>">   226                             <select id="LoanDeliveryGroup" name="LoanDeliveryGroup" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='LoanDeliveryGroup'>">
226                             <option value="Hold for Pickup">Hold for Pickup</option>   227                                 <option value="Hold for Pickup">Hold for Pickup</option>
227                             <option value="Mail to Address">Mail to Address</option>   228                                 <option value="Mail to Address">Mail to Address</option>
228                         </select>   229                             </select>
229                     </div>   230                         </div>
230                   231                     
231                     <div class="form-group col-md-5">   232                         <div class="form-group col-md-5">
232                         <label for="WebDeliveryGroup">   233                             <label for="WebDeliveryGroup">
233                             <span class="field">   234                                 <span class="field">
234                                 <span class="<#ERROR name='ERRORWebDeliveryGroup'>">   235                                     <span class="<#ERROR name='ERRORWebDeliveryGroup'>">
235                                     Preferred Electronic Delivery if Possible (PDF file via web)    236                                         Preferred Electronic Delivery if Possible (PDF file via web) 
236                                 </span>   237                                     </span>
237                             </span>   238                                 </span>
238                         </label>   239                             </label>
239                         <select id="WebDeliveryGroup" name="WebDeliveryGroup" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='WebDeliveryGroup'>">   240                             <select id="WebDeliveryGroup" name="WebDeliveryGroup" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='WebDeliveryGroup'>">
240                             <option value="Yes">Yes</option>   241                                 <option value="Yes">Yes</option>
241                             <option value="No">No</option>   242                                 <option value="No">No</option>
242                         </select>   243                             </select>
243                     </div>   244                         </div>
244                 </section>   245                     </section>
245     246  
246                 -->   247                     -->
247                                                                                   248                                                                                     
248                 <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>   249                     <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>
249                 <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Exit ILLiad System" formnovalidate>Cancel - Exit ILLiad System</button>   250                     <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Exit ILLiad System" formnovalidate>Cancel - Exit ILLiad System</button>
250     251  
251             </fieldset>   252                 </fieldset>
252         </form>        253             </form>
    -+ 254         </main> 
253       <#INCLUDE filename="include_footer.html"> = 255         <#INCLUDE filename="include_footer.html">
254     </div>   256     </div>
255 </body>   257 </body>
256 </html>   258 </html>

   
File: NewPassword.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - New Password</title>   5     <title>ILLiad - New Password</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11        11     
12     <div id="status" class="container">   12     <div id="status" class="container">
13         <#STATUS>   13         <#STATUS>
14     </div>   14     </div>
15     15  
    <> 16     <div class="container">
16     <div id="content" class="container" role="heading" aria-label="Content">   17         <main id="content" aria-label="Content">
17         <form action="illiad.dll" method="post" name="NewPassword"> = 18             <form action="illiad.dll" method="post" name="NewPassword">
18             <input name="ILLiadForm" type="hidden" value="NewPassword">   19                 <input name="ILLiadForm" type="hidden" value="NewPassword">
19             <input name="ResetID" type="hidden" value="<#PARAM name='ResetID'>">   20                 <input name="ResetID" type="hidden" value="<#PARAM name='ResetID'>">
20     21  
21             <h2 class="page-header">Reset Password</h2>   22                 <h2 class="page-header">Reset Password</h2>
22     23  
23             <section name="pass-info">   24                 <section name="pass-info">
24                 <div class="form-group col-md-4">   25                     <div class="form-group col-md-4">
25                     <label for="Password1">   26                         <label for="Password1">
26                         <span class="<#ERROR name='ERRORPassword1'>">   27                             <span class="<#ERROR name='ERRORPassword1'>">
27                             New Password   28                                 New Password
28                         </span>   29                             </span>
29                         </label>   30                             </label>
30                     <input type="password" class="form-control" name="Password1" id="Password1" autocomplete="off">   31                         <input type="password" class="form-control" name="Password1" id="Password1" autocomplete="off">
31                     <div class="small-notes">   32                         <div class="small-notes">
32                         Passwords must be at least eight characters long and contain a lowercase letter, an uppercase letter, and a number.   33                             Passwords must be at least eight characters long and contain a lowercase letter, an uppercase letter, and a number.
33                     </div>   34                         </div>
34                 </div>   35                     </div>
35     36  
36                 <div class="form-group col-md-4">   37                     <div class="form-group col-md-4">
37                     <label for="Password2">   38                         <label for="Password2">
38                         <span class="<#ERROR name='ERRORPassword2'>">   39                             <span class="<#ERROR name='ERRORPassword2'>">
39                             Re-enter New Password   40                                 Re-enter New Password
40                         </span>   41                             </span>
41                         </label>   42                             </label>
42                     <input type="password" class="form-control" name="Password2" id="Password2" autocomplete="off">   43                         <input type="password" class="form-control" name="Password2" id="Password2" autocomplete="off">
43                 </div>   44                     </div>
44     45  
45             </section>   46                 </section>
46     47  
47             <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Set Password">Set Password</button>   48                 <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Set Password">Set Password</button>
48             <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Exit ILLiad System">Cancel - Exit ILLiad System</button>   49                 <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Exit ILLiad System">Cancel - Exit ILLiad System</button>
49     50  
50         </form>   51             </form>
    -+ 52         </main>
51         <#INCLUDE filename="include_footer.html"> = 53         <#INCLUDE filename="include_footer.html">
52     </div>   54     </div>
53 </body>   55 </body>
54     56  
55 </html>   57 </html>

   
File: NewUserRegistration.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - New User Registration</title>   5     <title>ILLiad - New User Registration</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11        11     
12     <div id="status" class="container"><#STATUS></div>   12     <div id="status" class="container"><#STATUS></div>
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="Registration"> = 15             <form action="illiad.dll" method="post" name="Registration">
15             <input type="hidden" name="ILLiadform" value="Registration">   16                 <input type="hidden" name="ILLiadform" value="Registration">
16             <input type="hidden" name="NotificationMethod" value="Electronic">   17                 <input type="hidden" name="NotificationMethod" value="Electronic">
17             <input type="hidden" id="ArticleBillingCategory" name="ArticleBillingCategory" value="<#PARAM name='ArticleBillingCategory'>">   18                 <input type="hidden" id="ArticleBillingCategory" name="ArticleBillingCategory" value="<#PARAM name='ArticleBillingCategory'>">
18             <input type="hidden" id="LoanBillingCategory" name="LoanBillingCategory" value="<#PARAM name='LoanBillingCategory'>">   19                 <input type="hidden" id="LoanBillingCategory" name="LoanBillingCategory" value="<#PARAM name='LoanBillingCategory'>">
19             <input type="hidden" name="DeliveryGroup" value="Hold for Pickup">   20                 <input type="hidden" name="DeliveryGroup" value="Hold for Pickup">
20             <input type="hidden" name="LoanDeliveryGroup" value="Hold for Pickup">   21                 <input type="hidden" name="LoanDeliveryGroup" value="Hold for Pickup">
21             <input type="hidden" name="WebDeliveryGroup" value="Yes">   22                 <input type="hidden" name="WebDeliveryGroup" value="Yes">
22             <#FORMSTATE>   23                 <#FORMSTATE>
23     24  
24             <fieldset>   25                 <fieldset>
25     26  
26                 <h2 class="page-header">New User Registration for ILLiad</h2>   27                     <h2 class="page-header">New User Registration for ILLiad</h2>
27                   28                     
28                 <section name="change-user-information-info">      29                     <section name="change-user-information-info">   
29                     <h3>User Information</h3>   30                         <h3>User Information</h3>
30                     <div class="form-group col-md-5">   31                         <div class="form-group col-md-5">
31                         <label for="FirstName">   32                             <label for="FirstName">
32                             <span class="<#ERROR name='ERRORFirstName'>">   33                                 <span class="<#ERROR name='ERRORFirstName'>">
33                                 First Name   34                                     First Name
34                                 <span class="req">(required)</span>   35                                     <span class="req">(required)</span>
35                             </span>   36                                 </span>
36                         </label>   37                             </label>
37                         <input type="text" class="form-control" name="FirstName" id="FirstName" value="<#PARAM name='FirstName'>" required>   38                             <input type="text" class="form-control" name="FirstName" id="FirstName" value="<#PARAM name='FirstName'>" required>
38                     </div>   39                         </div>
39     40  
40                     <div class="form-group col-md-5">   41                         <div class="form-group col-md-5">
41                         <label for="LastName">   42                             <label for="LastName">
42                             <span class="<#ERROR name='ERRORLastName'>">   43                                 <span class="<#ERROR name='ERRORLastName'>">
43                                 Last Name   44                                     Last Name
44                                 <span class="req">(required)</span>   45                                     <span class="req">(required)</span>
45                             </span>   46                                 </span>
46                         </label>   47                             </label>
47                         <input type="text" class="form-control" name="LastName" id="LastName" value="<#PARAM name='LastName'>" required>   48                             <input type="text" class="form-control" name="LastName" id="LastName" value="<#PARAM name='LastName'>" required>
48                     </div>   49                         </div>
49                   50                     
50                     <div class="form-group col-md-5">   51                         <div class="form-group col-md-5">
51                         <label for="SSN">   52                             <label for="SSN">
52                             <span class="<#ERROR name='ERRORSSN'>">   53                                 <span class="<#ERROR name='ERRORSSN'>">
53                                 ID Number   54                                     ID Number
54                                 <span class="req">(required)</span>   55                                     <span class="req">(required)</span>
55                             </span>   56                                 </span>
56                         </label>   57                             </label>
57                         <input type="text" class="form-control" name="SSN" id="SSN" value="<#PARAM name='SSN'>" required>   58                             <input type="text" class="form-control" name="SSN" id="SSN" value="<#PARAM name='SSN'>" required>
58                     </div>   59                         </div>
59     60  
60                     <div class="form-group col-md-6">   61                         <div class="form-group col-md-6">
61                             <label for="EMailAddress">   62                                 <label for="EMailAddress">
62                                 <span class="<#ERROR name='ERROREMailAddress'>">   63                                     <span class="<#ERROR name='ERROREMailAddress'>">
63                                     Email Address   64                                         Email Address
64                                     <span class="req">(required)</span>   65                                         <span class="req">(required)</span>
65                                 </span>   66                                     </span>
66                                 </label>   67                                     </label>
67                             <input type="email" class="form-control" name="EMailAddress" id="EMailAddress" value="<#PARAM name='EMailAddress'>" autocomplete="off" required>   68                                 <input type="email" class="form-control" name="EMailAddress" id="EMailAddress" value="<#PARAM name='EMailAddress'>" autocomplete="off" required>
68                         </div>   69                             </div>
69                       70                         
70                     <div class="form-group col-md-5">   71                         <div class="form-group col-md-5">
71                         <label for="Phone">   72                             <label for="Phone">
72                             <span class="field">   73                                 <span class="field">
73                                 <span class="<#ERROR name='ERRORPhone'>">   74                                     <span class="<#ERROR name='ERRORPhone'>">
74                                     Daytime Phone   75                                         Daytime Phone
75                                     <span class="req">(required)</span>   76                                         <span class="req">(required)</span>
76                                 </span>   77                                     </span>
77                             </span>   78                                 </span>
78                         </label>   79                             </label>
79                         <input type="text" class="form-control" name="Phone" id="Phone" value="<#PARAM name='Phone'>" required>   80                             <input type="text" class="form-control" name="Phone" id="Phone" value="<#PARAM name='Phone'>" required>
80                     </div>   81                         </div>
81                   82                     
82                     <div class="form-group col-md-5">   83                         <div class="form-group col-md-5">
83                         <label for="MobilePhone">   84                             <label for="MobilePhone">
84                             <span class="field">   85                                 <span class="field">
85                                 <span class="<#ERROR name='ERRORMobilePhone'>">    86                                     <span class="<#ERROR name='ERRORMobilePhone'>"> 
86                                     Mobile Phone    87                                         Mobile Phone 
87                                 </span>   88                                     </span>
88                             </span>   89                                 </span>
89                         </label>   90                             </label>
90                         <input type="text" class="form-control" name="MobilePhone" id="MobilePhone" value="<#PARAM name='MobilePhone'>">   91                             <input type="text" class="form-control" name="MobilePhone" id="MobilePhone" value="<#PARAM name='MobilePhone'>">
91                     </div>   92                         </div>
92     93  
93                     <div class="form-group col-md-5">   94                         <div class="form-group col-md-5">
94                         <label for="Department">   95                             <label for="Department">
95                             <span class="field">   96                                 <span class="field">
96                                 <span class="<#ERROR name='ERRORDepartment'>">   97                                     <span class="<#ERROR name='ERRORDepartment'>">
97                                     Department   98                                         Department
98                                 </span>   99                                     </span>
99                             </span>   100                                 </span>
100                         </label>   101                             </label>
101                         <select id="Department" name="Department" size="1" class="custom-select mr-sm-2">   102                             <select id="Department" name="Department" size="1" class="custom-select mr-sm-2">
102                             <#OPTION name="custom" groupname="Department" selectedValue="<#PARAM name='Department'>">   103                                 <#OPTION name="custom" groupname="Department" selectedValue="<#PARAM name='Department'>">
103                         </select>   104                             </select>
104                     </div>   105                         </div>
105     106  
106                     <div class="form-group col-md-5">   107                         <div class="form-group col-md-5">
107                         <label for="StatusGroup">   108                             <label for="StatusGroup">
108                             <span class="field">   109                                 <span class="field">
109                                 <span class="<#ERROR name='ERRORStatus'>">   110                                     <span class="<#ERROR name='ERRORStatus'>">
110                                     Status     111                                         Status  
111                                     <span class="req">(required)</span>   112                                         <span class="req">(required)</span>
112                                 </span>   113                                     </span>
113                             </span>   114                                 </span>
114                         </label>   115                             </label>
115                         <select id="StatusGroup" name="StatusGroup" size="1" class="custom-select mr-sm-2" required>   116                             <select id="StatusGroup" name="StatusGroup" size="1" class="custom-select mr-sm-2" required>
116                             <#OPTION name="custom" groupname="StatusGroup" selectedValue="<#PARAM name='StatusGroup'>">   117                                 <#OPTION name="custom" groupname="StatusGroup" selectedValue="<#PARAM name='StatusGroup'>">
117                         </select>   118                             </select>
118                     </div>   119                         </div>
119                       120                         
120                     <div class="form-group col-md-5">   121                         <div class="form-group col-md-5">
121                         <label for="NVTGC">   122                             <label for="NVTGC">
122                             <span class="field">   123                                 <span class="field">
123                                 <span class="<#ERROR name='ERRORNVTGC'>">   124                                     <span class="<#ERROR name='ERRORNVTGC'>">
124                                     Delivery Location    125                                         Delivery Location 
125                                 </span>   126                                     </span>
126                             </span>   127                                 </span>
127                         </label>   128                             </label>
128                         <select id="NVTGC" name="NVTGC" size="1" class="custom-select mr-sm-2">   129                             <select id="NVTGC" name="NVTGC" size="1" class="custom-select mr-sm-2">
129                             <#OPTION name="custom" groupname="NVTGC" selectedValue="<#PARAM name='NVTGC'>">                        130                                 <#OPTION name="custom" groupname="NVTGC" selectedValue="<#PARAM name='NVTGC'>">                     
130                         </select>   131                             </select>
131                     </div>   132                         </div>
132                 </section>   133                     </section>
133     134  
134                 <section name="address-info">   135                     <section name="address-info">
135     136  
136                     <h3 class="section-header"> Address Information</h3>   137                         <h3 class="section-header"> Address Information</h3>
137     138  
138                     <div class="form-group col-md-6">   139                         <div class="form-group col-md-6">
139                         <label for="Address">   140                             <label for="Address">
140                             <span class="<#ERROR name='ERRORAddress'>">   141                                 <span class="<#ERROR name='ERRORAddress'>">
141                                 Address Line 1   142                                     Address Line 1
142                                 <span class="req">(required)</span>   143                                     <span class="req">(required)</span>
143                             </span>   144                                 </span>
144                         </label>   145                             </label>
145                         <input type="text" class="form-control" name="Address" id="Address" value="<#PARAM name='Address'>" required>   146                             <input type="text" class="form-control" name="Address" id="Address" value="<#PARAM name='Address'>" required>
146                     </div>   147                         </div>
147     148  
148                     <div class="form-group col-md-6">   149                         <div class="form-group col-md-6">
149                         <label for="Address2">   150                             <label for="Address2">
150                             <span class="<#ERROR name='ERRORAddress2'>">   151                                 <span class="<#ERROR name='ERRORAddress2'>">
151                                 Address Line 2   152                                     Address Line 2
152                             </span>   153                                 </span>
153                         </label>   154                             </label>
154                         <input type="text" class="form-control" name="Address2" id="Address2" value="<#PARAM name='Address2'>">   155                             <input type="text" class="form-control" name="Address2" id="Address2" value="<#PARAM name='Address2'>">
155                     </div>   156                         </div>
156     157  
157                     <div class="form-group col-md-4">   158                         <div class="form-group col-md-4">
158                         <label for="City">   159                             <label for="City">
159                             <span class="<#ERROR name='ERRORCity'>">   160                                 <span class="<#ERROR name='ERRORCity'>">
160                                 Address City   161                                     Address City
161                                 <span class="req">(required)</span>   162                                     <span class="req">(required)</span>
162                             </span>   163                                 </span>
163                         </label>   164                             </label>
164                         <input type="text" class="form-control" name="City" id="City" value="<#PARAM name='City'>" required>   165                             <input type="text" class="form-control" name="City" id="City" value="<#PARAM name='City'>" required>
165                     </div>   166                         </div>
166     167  
167                     <div class="form-group col-md-4">   168                         <div class="form-group col-md-4">
168                         <label for="State">   169                             <label for="State">
169                             <span class="<#ERROR name='ERRORState'>">   170                                 <span class="<#ERROR name='ERRORState'>">
170                                 Address State   171                                     Address State
171                                 <span class="req">(required)</span>   172                                     <span class="req">(required)</span>
172                             </span>   173                                 </span>
173                         </label>   174                             </label>
174                         <select id="State" name="State" size="1" class="custom-select mr-sm-2" required>   175                             <select id="State" name="State" size="1" class="custom-select mr-sm-2" required>
175                             <#OPTION name="custom" groupname="State" selectedValue="<#PARAM name='State'>">   176                                 <#OPTION name="custom" groupname="State" selectedValue="<#PARAM name='State'>">
176                         </select>   177                             </select>
177                     </div>   178                         </div>
178     179  
179                     <div class="form-group col-md-4">   180                         <div class="form-group col-md-4">
180                         <label for="Zip">   181                             <label for="Zip">
181                             <span class="<#ERROR name='ERRORZip'>">   182                                 <span class="<#ERROR name='ERRORZip'>">
182                                 Address Zip   183                                     Address Zip
183                                 <span class="req">(required)</span>   184                                     <span class="req">(required)</span>
184                             </span>   185                                 </span>
185                         </label>   186                             </label>
186                         <input type="text" class="form-control" name="Zip" id="Zip" value="<#PARAM name='Zip'>" required>   187                             <input type="text" class="form-control" name="Zip" id="Zip" value="<#PARAM name='Zip'>" required>
187                     </div>   188                         </div>
188                 </section>   189                     </section>
189     190  
190                 <!--    191                     <!-- 
191     192  
192                 If this section is to be removed/unused, then remove the matching hidden inputs and the top of this page    193                     If this section is to be removed/unused, then remove the matching hidden inputs and the top of this page 
193     194  
194                 <section name="delivery-method-info">   195                     <section name="delivery-method-info">
195                     <h3>Delivery Methods</h3>   196                         <h3>Delivery Methods</h3>
196                       197                         
197                     <div class="form-group col-md-5">   198                         <div class="form-group col-md-5">
198                         <label for="DeliveryGroup">   199                             <label for="DeliveryGroup">
199                             <span class="field">   200                                 <span class="field">
200                                 <span class="<#ERROR name='ERRORDeliveryGroup'>">   201                                     <span class="<#ERROR name='ERRORDeliveryGroup'>">
201                                     Preferred Article Delivery Method   202                                         Preferred Article Delivery Method
      203                                     </span>
202                                 </span>   204                                 </span>
203                             </span>      
204                         </label>   205                             </label>
205                         <select id="DeliveryGroup" name="DeliveryGroup" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='DeliveryGroup'>">   206                             <select id="DeliveryGroup" name="DeliveryGroup" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='DeliveryGroup'>">
206                             <option value="Hold for Pickup">Hold for Pickup</option>   207                                 <option value="Hold for Pickup">Hold for Pickup</option>
207                             <option value="Mail to Address">Mail to Address</option>   208                                 <option value="Mail to Address">Mail to Address</option>
208                         </select>   209                             </select>
209                     </div>   210                         </div>
210     211  
211                     <div class="form-group col-md-5">   212                         <div class="form-group col-md-5">
212                         <label for="LoanDeliveryGroup">   213                             <label for="LoanDeliveryGroup">
213                             <span class="field">   214                                 <span class="field">
214                                 <span class="<#ERROR name='ERRORLoanDeliveryGroup'>">   215                                     <span class="<#ERROR name='ERRORLoanDeliveryGroup'>">
215                                     Preferred Loan Delivery Method    216                                         Preferred Loan Delivery Method 
      217                                     </span>
216                                 </span>   218                                 </span>
217                             </span>      
218                         </label>   219                             </label>
219                         <select id="LoanDeliveryGroup" name="LoanDeliveryGroup" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='LoanDeliveryGroup'>">   220                             <select id="LoanDeliveryGroup" name="LoanDeliveryGroup" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='LoanDeliveryGroup'>">
220                             <option value="Hold for Pickup">Hold for Pickup</option>   221                                 <option value="Hold for Pickup">Hold for Pickup</option>
221                             <option value="Mail to Address">Mail to Address</option>   222                                 <option value="Mail to Address">Mail to Address</option>
222                         </select>   223                             </select>
223                     </div>   224                         </div>
224                   225                     
225                     <div class="form-group col-md-5">   226                         <div class="form-group col-md-5">
226                         <label for="WebDeliveryGroup">   227                             <label for="WebDeliveryGroup">
227                             <span class="field">   228                                 <span class="field">
228                                 <span class="<#ERROR name='ERRORWebDeliveryGroup'>">   229                                     <span class="<#ERROR name='ERRORWebDeliveryGroup'>">
229                                     Preferred Electronic Delivery if Possible (PDF file via web)    230                                         Preferred Electronic Delivery if Possible (PDF file via web) 
      231                                     </span>
230                                 </span>   232                                 </span>
231                             </span>      
232                         </label>   233                             </label>
233                         <select id="WebDeliveryGroup" name="WebDeliveryGroup" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='WebDeliveryGroup'>">   234                             <select id="WebDeliveryGroup" name="WebDeliveryGroup" size="1" class="custom-select mr-sm-2" data-persistedValue="<#PARAM name='WebDeliveryGroup'>">
234                             <option value="Yes">Yes</option>   235                                 <option value="Yes">Yes</option>
235                             <option value="No">No</option>   236                                 <option value="No">No</option>
236                         </select>   237                             </select>
237                     </div>   238                         </div>
238                 </section>   239                     </section>
239     240  
240                 -->   241                     -->
241     242  
242                 <section name="password-info">   243                     <section name="password-info">
243     244  
244                     <h3 class="section-header">Create Logon Information</h3>   245                         <h3 class="section-header">Create Logon Information</h3>
245     246  
246                     <div class="form-group col-md-4">   247                         <div class="form-group col-md-4">
247                         <label for="Username">   248                             <label for="Username">
248                             <span class="<#ERROR name='ERRORUsername'>">   249                                 <span class="<#ERROR name='ERRORUsername'>">
249                                 Username   250                                     Username
250                                 <span class="req">(required)</span>   251                                     <span class="req">(required)</span>
251                             </span>   252                                 </span>
252                         </label>   253                             </label>
253                         <input type="text" class="form-control" name="Username" id="Username" value="<#PARAM name='NewUsername'>" autocomplete="off" required>   254                             <input type="text" class="form-control" name="Username" id="Username" value="<#PARAM name='NewUsername'>" autocomplete="off" required>
254                     </div>   255                         </div>
255     256  
256                     <div class="form-group col-md-4">   257                         <div class="form-group col-md-4">
257                         <label for="Password1">   258                             <label for="Password1">
258                             <span class="<#ERROR name='ERRORPassword1'>">   259                                 <span class="<#ERROR name='ERRORPassword1'>">
259                                 Password   260                                     Password
260                                 <span class="req">(required)</span>   261                                     <span class="req">(required)</span>
261                             </span>   262                                 </span>
262                             </label>   263                                 </label>
263                         <input type="password" class="form-control" name="Password1" id="Password1" autocomplete="off" required>   264                             <input type="password" class="form-control" name="Password1" id="Password1" autocomplete="off" required>
264                         <div class="small-notes">   265                             <div class="small-notes">
265                             Passwords must be at least eight characters long and contain a lowercase letter, an uppercase letter, and a number.   266                                 Passwords must be at least eight characters long and contain a lowercase letter, an uppercase letter, and a number.
266                         </div>   267                             </div>
267                     </div>   268                         </div>
268     269  
269                     <div class="form-group col-md-4">   270                         <div class="form-group col-md-4">
270                         <label for="Password2">   271                             <label for="Password2">
271                             <span class="<#ERROR name='ERRORPassword2'>">   272                                 <span class="<#ERROR name='ERRORPassword2'>">
272                                 Re-enter Password   273                                     Re-enter Password
273                                 <span class="req">(required)</span>   274                                     <span class="req">(required)</span>
274                             </span>   275                                 </span>
275                             </label>   276                                 </label>
276                         <input type="password" class="form-control" name="Password2" id="Password2" autocomplete="off" required>   277                             <input type="password" class="form-control" name="Password2" id="Password2" autocomplete="off" required>
277                     </div>   278                         </div>
278     279  
279                 </section>   280                     </section>
280                                                                               281                                                                                 
281                 <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>   282                     <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>
282                 <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Return to Logon page" formnovalidate>Cancel - Return to Logon page</button>   283                     <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Return to Logon page" formnovalidate>Cancel - Return to Logon page</button>
283     284  
284             </fieldset>   285                 </fieldset>
285         </form>        286             </form>
    -+ 287         </main> 
286         <#INCLUDE filename="include_footer.html"> = 288         <#INCLUDE filename="include_footer.html">
287     </div>       289     </div>    
288 </body>   290 </body>
289 </html>   291 </html>
290        292     

   
File: PatentRequest.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Patent Request</title>   5     <title>ILLiad - Patent Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="PatentRequest"> = 15             <form action="illiad.dll" method="post" name="PatentRequest">
15             <input type="hidden" name="ILLiadForm" value="PatentRequest">   16                 <input type="hidden" name="ILLiadForm" value="PatentRequest">
16             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   17                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
17             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   18                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
18             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   19                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
19             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   20                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
20             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   21                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
21               22                 
22             <fieldset>   23                 <fieldset>
23     24  
24                 <h2 class="page-header">Patent Request</h2>   25                     <h2 class="page-header">Patent Request</h2>
25                   26                     
26                 <section name="patentrequest-info">   27                     <section name="patentrequest-info">
27     28  
28                     <div class="form-group col-md-9">     29                         <div class="form-group col-md-9">  
29                         <label for="PhotoJournalTitle">   30                             <label for="PhotoJournalTitle">
30                             <span class="field">   31                                 <span class="field">
31                                 <span class="<#ERROR name='ERRORPhotoJournalTitle'>">   32                                     <span class="<#ERROR name='ERRORPhotoJournalTitle'>">
32                                     Title   33                                         Title
33                                     <span class="req">(required)</span>   34                                         <span class="req">(required)</span>
34                                 </span>   35                                     </span>
35                                 <br>   36                                     <br>
36                                 <span class="small-notes">   37                                     <span class="small-notes">
37                                     Please do not abbreviate unless your citation is abbreviated     38                                         Please do not abbreviate unless your citation is abbreviated  
38                                 </span>   39                                     </span>
39                             </span>   40                                 </span>
40                         </label>   41                             </label>
41                         <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>   42                             <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>
42                     </div>   43                         </div>
43                       44                         
44                     <div class="form-group col-md-9">   45                         <div class="form-group col-md-9">
45                         <label for="PhotoItemAuthor">   46                             <label for="PhotoItemAuthor">
46                             <span class="field">   47                                 <span class="field">
47                                 <span class="<#ERROR name='ERRORPhotoItemAuthor'>">   48                                     <span class="<#ERROR name='ERRORPhotoItemAuthor'>">
48                                     Author      49                                         Author   
49                                 </span>   50                                     </span>
50                             </span>   51                                 </span>
51                         </label>   52                             </label>
52                         <input type="text" class="form-control" name="PhotoItemAuthor" id="PhotoItemAuthor" value="<#PARAM name='PhotoItemAuthor'>">       53                             <input type="text" class="form-control" name="PhotoItemAuthor" id="PhotoItemAuthor" value="<#PARAM name='PhotoItemAuthor'>">    
53                     </div>   54                         </div>
54                       55                         
55                     <div class="form-group col-md-9">   56                         <div class="form-group col-md-9">
56                         <label for="PhotoItemPlace">   57                             <label for="PhotoItemPlace">
57                             <span class="field">   58                                 <span class="field">
58                                 <span class="<#ERROR name='ERRORPhotoItemPlace'>">   59                                     <span class="<#ERROR name='ERRORPhotoItemPlace'>">
59                                     Country      60                                         Country   
60                                 </span>   61                                     </span>
61                             </span>   62                                 </span>
62                         </label>   63                             </label>
63                         <input type="text" class="form-control" name="PhotoItemPlace" id="PhotoItemPlace" value="<#PARAM name='PhotoItemPlace'>">   64                             <input type="text" class="form-control" name="PhotoItemPlace" id="PhotoItemPlace" value="<#PARAM name='PhotoItemPlace'>">
64                     </div>   65                         </div>
65                   66                     
66                     <div class="form-group col-md-9">   67                         <div class="form-group col-md-9">
67                         <label for="PhotoJournalYear">   68                             <label for="PhotoJournalYear">
68                             <span class="field">   69                                 <span class="field">
69                                 <span class="<#ERROR name='ERRORPhotoJournalYear'>">   70                                     <span class="<#ERROR name='ERRORPhotoJournalYear'>">
70                                     Year      71                                         Year   
71                                 </span>   72                                     </span>
72                             </span>   73                                 </span>
73                         </label>   74                             </label>
74                         <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">   75                             <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">
75                     </div>   76                         </div>
76                   77                     
77                     <div class="form-group col-md-9">   78                         <div class="form-group col-md-9">
78                         <label for="PhotoItemEdition">   79                             <label for="PhotoItemEdition">
79                             <span class="field">   80                                 <span class="field">
80                                 <span class="<#ERROR name='ERRORPhotoItemEdition'>">   81                                     <span class="<#ERROR name='ERRORPhotoItemEdition'>">
81                                     Patent Number      82                                         Patent Number   
82                                 </span>   83                                     </span>
83                             </span>   84                                 </span>
84                         </label>   85                             </label>
85                         <input type="text" class="form-control" name="PhotoItemEdition" id="PhotoItemEdition" value="<#PARAM name='PhotoItemEdition'>">   86                             <input type="text" class="form-control" name="PhotoItemEdition" id="PhotoItemEdition" value="<#PARAM name='PhotoItemEdition'>">
86                     </div>   87                         </div>
87                   88                     
88                     <!--<div class="form-group col-md-9">   89                         <!--<div class="form-group col-md-9">
89                         <label for="CallNumber">                       90                             <label for="CallNumber">                    
90                             <span class="field">   91                                 <span class="field">
91                                 <span class="<#ERROR name='ERRORCallNumber'>">   92                                     <span class="<#ERROR name='ERRORCallNumber'>">
92                                     Call Number   93                                         Call Number
      94                                     </span>
93                                 </span>   95                                 </span>
94                             </span>      
95                         </label>   96                             </label>
96                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   97                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
97                     </div>   98                         </div>
98                   99                     
99                     <div class="form-group col-md-9">   100                         <div class="form-group col-md-9">
100                         <label for="ESPNumber">   101                             <label for="ESPNumber">
101                             <span class="field">   102                                 <span class="field">
102                                 <span class="<#ERROR name='ERRORESPNumber'>">   103                                     <span class="<#ERROR name='ERRORESPNumber'>">
103                                     OCLC or Docline UI Number   104                                         OCLC or Docline UI Number
      105                                     </span>
104                                 </span>   106                                 </span>
105                             </span>      
106                         </label>   107                             </label>
107                         <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   108                             <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
108                     </div>-->   109                         </div>-->
109                   110                     
110                     <div class="form-group col-md-9">   111                         <div class="form-group col-md-9">
111                         <label for="Notes">   112                             <label for="Notes">
112                             <span class="field">   113                                 <span class="field">
113                                 <span class="<#ERROR name='ERRORNotes'>">     114                                     <span class="<#ERROR name='ERRORNotes'>">  
114                                     Notes      115                                         Notes   
115                                 </span><br>   116                                     </span><br>
116                                 <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   117                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
117                             </span>   118                                 </span>
118                         </label>   119                             </label>
119                         <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   120                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
120                     </div>   121                         </div>
121                       122                         
122                 </section>   123                     </section>
123                 <#INCLUDE filename="include_request_cited.html">                   124                     <#INCLUDE filename="include_request_cited.html">                
124                 <#INCLUDE filename="include_request_buttons.html">   125                     <#INCLUDE filename="include_request_buttons.html">
125             </fieldset>   126                 </fieldset>
126         </form>   127             </form>
    -+ 128         </main>
127         <#INCLUDE filename="include_footer.html"> = 129         <#INCLUDE filename="include_footer.html">
128     </div>       130     </div>    
129   </body>   131   </body>
130 </html>   132 </html>

   
File: ReportRequest.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Report Request</title>   5     <title>ILLiad - Report Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="ReportRequest"> = 15             <form action="illiad.dll" method="post" name="ReportRequest">
15             <input type="hidden" name="ILLiadForm" value="ReportRequest">   16                 <input type="hidden" name="ILLiadForm" value="ReportRequest">
16             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   17                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
17             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   18                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
18             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   19                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
19             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   20                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
20             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   21                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
21               22                 
22             <fieldset>   23                 <fieldset>
23     24  
24                 <h2 class="page-header">Report Request</h2>   25                     <h2 class="page-header">Report Request</h2>
25                   26                     
26                 <section name="reportrequest-info">   27                     <section name="reportrequest-info">
27                       28                         
28                     <div class="form-group col-md-9">    29                         <div class="form-group col-md-9"> 
29                         <label for="LoanTitle">   30                             <label for="LoanTitle">
30                             <span class="field">   31                                 <span class="field">
31                                 <span class="<#ERROR name='ERRORLoanTitle'>">   32                                     <span class="<#ERROR name='ERRORLoanTitle'>">
32                                     Title    33                                         Title 
33                                     <span class="req">(required)</span>   34                                         <span class="req">(required)</span>
34                                 </span>   35                                     </span>
35                                 <br>   36                                     <br>
36                                 <span class="small-notes">   37                                     <span class="small-notes">
37                                     Please do not abbreviate unless your citation is abbreviated   38                                         Please do not abbreviate unless your citation is abbreviated
38                                 </span>   39                                     </span>
39                             </span>   40                                 </span>
40                         </label>   41                             </label>
41                         <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required>    42                             <input type="text" class="form-control" name="LoanTitle" id="LoanTitle" value="<#PARAM name='LoanTitle'>" required> 
42                     </div>         43                         </div>      
43                   44                     
44                     <div class="form-group col-md-9">     45                         <div class="form-group col-md-9">  
45                         <label for="LoanAuthor">   46                             <label for="LoanAuthor">
46                             <span class="field">   47                                 <span class="field">
47                                 <span class="<#ERROR name='ERRORLoanAuthor'>">   48                                     <span class="<#ERROR name='ERRORLoanAuthor'>">
48                                     Author/Editors   49                                         Author/Editors
49                                     <span class="req">(required)</span>   50                                         <span class="req">(required)</span>
50                                 </span>   51                                     </span>
51                             </span>   52                                 </span>
52                         </label>   53                             </label>
53                         <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>   54                             <input type="text" class="form-control" name="LoanAuthor" id="LoanAuthor" value="<#PARAM name='LoanAuthor'>" required>
54                     </div>   55                         </div>
55     56  
56                     <div class="form-group col-md-9">   57                         <div class="form-group col-md-9">
57                         <label for="LoanPublisher">   58                             <label for="LoanPublisher">
58                             <span class="field">   59                                 <span class="field">
59                                 <span class="<#ERROR name='ERRORLoanPublisher'>">   60                                     <span class="<#ERROR name='ERRORLoanPublisher'>">
60                                     Publisher      61                                         Publisher   
61                                 </span>   62                                     </span>
62                             </span>   63                                 </span>
63                         </label>   64                             </label>
64                         <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">   65                             <input type="text" class="form-control" name="LoanPublisher" id="LoanPublisher" value="<#PARAM name='LoanPublisher'>">
65                     </div>   66                         </div>
66                   67                     
67                     <div class="form-group col-md-9">   68                         <div class="form-group col-md-9">
68                         <label for="LoanPlace">   69                             <label for="LoanPlace">
69                             <span class="field">   70                                 <span class="field">
70                                 <span class="<#ERROR name='ERRORLoanPlace'>">   71                                     <span class="<#ERROR name='ERRORLoanPlace'>">
71                                     Place of Publication      72                                         Place of Publication   
72                                 </span>   73                                     </span>
73                             </span>   74                                 </span>
74                         </label>   75                             </label>
75                         <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">   76                             <input type="text" class="form-control" name="LoanPlace" id="LoanPlace" value="<#PARAM name='LoanPlace'>">
76                     </div>   77                         </div>
77                   78                     
78                     <div class="form-group col-md-9">   79                         <div class="form-group col-md-9">
79                         <label for="LoanDate">   80                             <label for="LoanDate">
80                             <span class="field">   81                                 <span class="field">
81                                 <span class="<#ERROR name='ERRORLoanDate'>">   82                                     <span class="<#ERROR name='ERRORLoanDate'>">
82                                     Date of Publication   83                                         Date of Publication
83                                 </span>   84                                     </span>
84                             </span>   85                                 </span>
85                         </label>   86                             </label>
86                         <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">   87                             <input type="text" class="form-control" name="LoanDate" id="LoanDate" value="<#PARAM name='LoanDate'>">
87                     </div>   88                         </div>
88                   89                     
89                     <div class="form-group col-md-9">   90                         <div class="form-group col-md-9">
90                         <label for="LoanEdition">   91                             <label for="LoanEdition">
91                             <span class="field">   92                                 <span class="field">
92                                 <span class="<#ERROR name='ERRORLoanEdition'>">   93                                     <span class="<#ERROR name='ERRORLoanEdition'>">
93                                     Edition      94                                         Edition   
94                                 </span>   95                                     </span>
95                             </span>   96                                 </span>
96                         </label>   97                             </label>
97                         <input type="text" class="form-control" name="LoanEdition" id="LoanEdition" value="<#PARAM name='LoanEdition'>">   98                             <input type="text" class="form-control" name="LoanEdition" id="LoanEdition" value="<#PARAM name='LoanEdition'>">
98                     </div>   99                         </div>
99                   100                     
100                     <!--<div class="form-group col-md-9">   101                         <!--<div class="form-group col-md-9">
101                             <label for="CallNumber">                       102                                 <label for="CallNumber">                    
102                                 <span class="field">   103                                     <span class="field">
103                                     <span class="<#ERROR name='ERRORCallNumber'>">   104                                         <span class="<#ERROR name='ERRORCallNumber'>">
104                                         Call Number   105                                             Call Number
      106                                         </span>
105                                     </span>   107                                     </span>
106                                 </span>      
107                             </label>   108                                 </label>
108                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   109                                 <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
109                     </div>   110                         </div>
110                       111                         
111                     <div class="form-group col-md-12">   112                         <div class="form-group col-md-12">
112                         <label for="ESPNumber">   113                             <label for="ESPNumber">
113                             <span class="field">   114                                 <span class="field">
114                                 <span class="<#ERROR name='ERRORESPNumber'>">   115                                     <span class="<#ERROR name='ERRORESPNumber'>">
115                                     OCLC or Docline UI Number   116                                         OCLC or Docline UI Number
      117                                     </span>
116                                 </span>   118                                 </span>
117                             </span>      
118                         </label>   119                             </label>
119                         <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   120                             <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
120                     </div>-->   121                         </div>-->
121                           122                             
122                     <div class="form-group col-md-9">   123                         <div class="form-group col-md-9">
123                         <label for="AcceptAlternateEdition">   124                             <label for="AcceptAlternateEdition">
124                             <span class="field">   125                                 <span class="field">
125                                 <span class="<#ERROR name='ERRORAcceptAlternateEdition'>">   126                                     <span class="<#ERROR name='ERRORAcceptAlternateEdition'>">
126                                     Will you accept an alternate edition of this item?   127                                         Will you accept an alternate edition of this item?
127                                 </span>   128                                     </span>
128                             </span>   129                                 </span>
129                         </label>   130                             </label>
130                         <select id="AcceptAlternateEdition" name="AcceptAlternateEdition" size="1" class="custom-select mr-sm-2"  data-persistedValue="<#PARAM name='AcceptAlternateEdition'>">   131                             <select id="AcceptAlternateEdition" name="AcceptAlternateEdition" size="1" class="custom-select mr-sm-2"  data-persistedValue="<#PARAM name='AcceptAlternateEdition'>">
131                             <option value="Yes">Yes</option>   132                                 <option value="Yes">Yes</option>
132                             <option value="No">No</option>   133                                 <option value="No">No</option>
133                         </select>   134                             </select>
134                     </div>   135                         </div>
135                           136                             
136                     <div class="form-group col-md-9">   137                         <div class="form-group col-md-9">
137                         <label for="Notes">   138                             <label for="Notes">
138                             <span class="field">   139                                 <span class="field">
139                                 <span class="<#ERROR name='ERRORNotes'>">     140                                     <span class="<#ERROR name='ERRORNotes'>">  
140                                     Notes      141                                         Notes   
141                                 </span><br>   142                                     </span><br>
142                                 <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   143                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
143                             </span>   144                                 </span>
144                         </label>   145                             </label>
145                         <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   146                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
146                     </div>   147                         </div>
147                       148                         
148                 </section>   149                     </section>
149                 <#INCLUDE filename="include_request_cited.html">                   150                     <#INCLUDE filename="include_request_cited.html">                
150                 <#INCLUDE filename="include_request_buttons.html">   151                     <#INCLUDE filename="include_request_buttons.html">
151             </fieldset>   152                 </fieldset>
152         </form>   153             </form>
    -+ 154         </main>
153         <#INCLUDE filename="include_footer.html"> = 155         <#INCLUDE filename="include_footer.html">
154     </div>       156     </div>    
155 </body>   157 </body>
156 </html>   158 </html>

   
File: SiteMap.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad Site Map</title>   5     <title>ILLiad Site Map</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <script src="js/buildSiteMap.js"></script>   7     <script src="js/buildSiteMap.js"></script>
8 </head>   8 </head>
9     9  
10 <body>   10 <body>
11     <#INCLUDE filename="include_header.html">   11     <#INCLUDE filename="include_header.html">
12     <#INCLUDE filename='include_menu.html' restriction='IsValidSession'>   12     <#INCLUDE filename='include_menu.html' restriction='IsValidSession'>
13        13     
14     <div class="alerts-bar">   14     <div class="alerts-bar">
15         <div class="container" id="webAlerts"></div>   15         <div class="container" id="webAlerts"></div>
16     </div>   16     </div>
17     17  
    <> 18     <div class="container">
18     <div id="content" class="container" role="heading" aria-label="Content">   19         <main id="content" aria-label="Content">
19         <div id="site-map"></div> = 20             <div id="site-map"></div>
    -+ 21         </main>
20   = 22  
21         <#INCLUDE filename="include_footer.html">   23         <#INCLUDE filename="include_footer.html">
22     </div>   24     </div>
23 </body>   25 </body>
24 </html>   26 </html>

   
File: StandardsDocumentRequest.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Standards Document Request</title>   5     <title>ILLiad - Standards Document Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12     12  
    <> 13      <div class="container">
13      <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="StandardsDocumentRequest"> = 15             <form action="illiad.dll" method="post" name="StandardsDocumentRequest">
15             <input type="hidden" name="ILLiadForm" value="StandardsDocumentRequest">   16                 <input type="hidden" name="ILLiadForm" value="StandardsDocumentRequest">
16             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   17                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
17             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   18                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
18             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   19                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
19             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   20                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
20             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   21                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
21               22                 
22             <fieldset>   23                 <fieldset>
23     24  
24                 <h2 class="page-header">Standards Document Request</h2>   25                     <h2 class="page-header">Standards Document Request</h2>
25                   26                     
26                 <section name="thesisrequest-info">   27                     <section name="thesisrequest-info">
27     28  
28                 <div class="form-group col-md-9">   29                     <div class="form-group col-md-9">
29                     <label for="StandardsDocumentTitle"> <> 30                         <label for="PhotoJournalTitle">
30                         <span class="field"> = 31                             <span class="field">
31                             <span class="<#ERROR name='ERRORPhotoJournalTitle'>">   32                                 <span class="<#ERROR name='ERRORPhotoJournalTitle'>">
32                                 Title   33                                     Title
33                                 <span class="req">(required)</span>   34                                     <span class="req">(required)</span>
34                             </span>   35                                 </span>
35                             <br>   36                                 <br>
36                             <span class="small-notes">   37                                 <span class="small-notes">
37                                 Please do not abbreviate unless your citation is abbreviated   38                                     Please do not abbreviate unless your citation is abbreviated
38                             </span>    39                                 </span> 
39                         </span>   40                             </span>
40                     </label>   41                         </label>
41                     <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>   42                         <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>
42                 </div>   43                     </div>
43                   44                     
44                 <div class="form-group col-md-9">   45                     <div class="form-group col-md-9">
45                     <label for="PhotoItemPublisher">   46                         <label for="PhotoItemPublisher">
46                         <span class="field">   47                             <span class="field">
47                             <span class="<#ERROR name='ERRORPhotoItemPublisher'>">   48                                 <span class="<#ERROR name='ERRORPhotoItemPublisher'>">
48                                 Agency      49                                     Agency   
49                             </span>   50                                 </span>
50                         </span>   51                             </span>
51                     </label>   52                         </label>
52                     <input type="text" class="form-control" name="PhotoItemPublisher" id="PhotoItemPublisher" value="<#PARAM name='PhotoItemPublisher'>">   53                         <input type="text" class="form-control" name="PhotoItemPublisher" id="PhotoItemPublisher" value="<#PARAM name='PhotoItemPublisher'>">
53                 </div>   54                     </div>
54     55  
55                 <div class="form-group col-md-9">   56                     <div class="form-group col-md-9">
56                     <label for="PhotoJournalYear">   57                         <label for="PhotoJournalYear">
57                         <span class="field">   58                             <span class="field">
58                             <span class="<#ERROR name='ERRORPhotoJournalYear'>">   59                                 <span class="<#ERROR name='ERRORPhotoJournalYear'>">
59                                 Year      60                                     Year   
60                             </span>   61                                 </span>
61                         </span>   62                             </span>
62                     </label>   63                         </label>
63                     <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">   64                         <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">
64                 </div>   65                     </div>
65                   66                     
66                 <div class="form-group col-md-9">   67                     <div class="form-group col-md-9">
67                     <label for="PhotoItemEdition">   68                         <label for="PhotoItemEdition">
68                         <span class="field">                           69                             <span class="field">                        
69                             <span class="<#ERROR name='ERRORPhotoItemEdition'>">     70                                 <span class="<#ERROR name='ERRORPhotoItemEdition'>">  
70                                 Standard Number      71                                     Standard Number   
71                             </span>   72                                 </span>
72                         </span>   73                             </span>
73                     </label>   74                         </label>
74                     <input type="text" class="form-control" name="PhotoItemEdition" id="PhotoItemEdition" value="<#PARAM name='PhotoItemEdition'>">   75                         <input type="text" class="form-control" name="PhotoItemEdition" id="PhotoItemEdition" value="<#PARAM name='PhotoItemEdition'>">
75                 </div>   76                     </div>
76                                       77                                         
77                 <!--<div class="form-group col-md-9">   78                     <!--<div class="form-group col-md-9">
78                     <label for="CallNumber">                       79                         <label for="CallNumber">                    
79                         <span class="field">   80                             <span class="field">
80                             <span class="<#ERROR name='ERRORCallNumber'>">   81                                 <span class="<#ERROR name='ERRORCallNumber'>">
81                                 Call Number   82                                     Call Number
      83                                 </span>
82                             </span>   84                             </span>
83                         </span>      
84                     </label>   85                         </label>
85                     <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   86                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
86                 </div>   87                     </div>
87                   88                     
88                 <div class="form-group col-md-9">   89                     <div class="form-group col-md-9">
89                     <label for="ESPNumber">   90                         <label for="ESPNumber">
90                         <span class="field">   91                             <span class="field">
91                             <span class="<#ERROR name='ERRORESPNumber'>">   92                                 <span class="<#ERROR name='ERRORESPNumber'>">
92                                 OCLC or Docline UI Number   93                                     OCLC or Docline UI Number
      94                                 </span>
93                             </span>   95                             </span>
94                         </span>      
95                     </label>   96                         </label>
96                     <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   97                         <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
97                 </div>-->   98                     </div>-->
98                   99                     
99                 <div class="form-group col-md-9">   100                     <div class="form-group col-md-9">
100                     <label for="Notes">   101                         <label for="Notes">
101                         <span class="field">   102                             <span class="field">
102                             <span class="<#ERROR name='ERRORNotes'>">     103                                 <span class="<#ERROR name='ERRORNotes'>">  
103                                 Notes      104                                     Notes   
104                             </span><br>   105                                 </span><br>
105                             <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   106                                 <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
106                         </span>   107                             </span>
107                     </label>   108                         </label>
108                     <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   109                         <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
109                 </div>   110                     </div>
110                   111                     
111                 </section>   112                     </section>
112       113         
113                 <#INCLUDE filename="include_request_cited.html">                   114                     <#INCLUDE filename="include_request_cited.html">                
114                 <#INCLUDE filename="include_request_buttons.html">   115                     <#INCLUDE filename="include_request_buttons.html">
115             </fieldset>   116                 </fieldset>
116         </form>   117             </form>
    -+ 118         </main>
117         <#INCLUDE filename="include_footer.html"> = 119         <#INCLUDE filename="include_footer.html">
118     </div>   120     </div>
119 </body>   121 </body>
120 </html>   122 </html>

   
File: ThesisRequest.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Thesis Request</title>   5     <title>ILLiad - Thesis Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">     11     <#INCLUDE filename="include_menu.html">  
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <form action="illiad.dll" method="post" name="ThesisRequest"> = 15             <form action="illiad.dll" method="post" name="ThesisRequest">
15             <input type="hidden" name="ILLiadForm" value="ThesisRequest">   16                 <input type="hidden" name="ILLiadForm" value="ThesisRequest">
16             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   17                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
17             <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">   18                 <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
18             <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">   19                 <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
19             <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">   20                 <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
20             <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">   21                 <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
21               22                 
22             <fieldset>   23                 <fieldset>
23     24  
24                 <h2 class="page-header">Thesis Request</h2>   25                     <h2 class="page-header">Thesis Request</h2>
25                   26                     
26                 <section name="thesisrequest-info">   27                     <section name="thesisrequest-info">
27     28  
28                     <div class="form-group col-md-9">   29                         <div class="form-group col-md-9">
29                         <label for="PhotoJournalTitle">   30                             <label for="PhotoJournalTitle">
30                             <span class="field">   31                                 <span class="field">
31                                 <span class="<#ERROR name='ERRORPhotoJournalTitle'>">   32                                     <span class="<#ERROR name='ERRORPhotoJournalTitle'>">
32                                     Title   33                                         Title
33                                     <span class="req">(required)</span>   34                                         <span class="req">(required)</span>
34                                 </span>   35                                     </span>
35                                 <br>   36                                     <br>
36                                 <span class="small-notes">   37                                     <span class="small-notes">
37                                     Please do not abbreviate unless your citation is abbreviated   38                                         Please do not abbreviate unless your citation is abbreviated
38                                 </span>    39                                     </span> 
39                             </span>   40                                 </span>
40                         </label>   41                             </label>
41                         <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>   42                             <input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>
42                     </div>   43                         </div>
43     44  
44                     <div class="form-group col-md-9">     45                         <div class="form-group col-md-9">  
45                         <label for="PhotoArticleAuthor">   46                             <label for="PhotoArticleAuthor">
46                             <span class="field">   47                                 <span class="field">
47                                 <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">   48                                     <span class="<#ERROR name='ERRORPhotoArticleAuthor'>">
48                                     Author/Editors   49                                         Author/Editors
49                                 </span>   50                                     </span>
50                             </span>   51                                 </span>
51                         </label>   52                             </label>
52                         <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">   53                             <input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">
53                     </div>   54                         </div>
54     55  
55                     <div class="form-group col-md-9">   56                         <div class="form-group col-md-9">
56                         <label for="PhotoItemPublisher">   57                             <label for="PhotoItemPublisher">
57                             <span class="field">   58                                 <span class="field">
58                                 <span class="<#ERROR name='ERRORPhotoItemPublisher'>">   59                                     <span class="<#ERROR name='ERRORPhotoItemPublisher'>">
59                                     School      60                                         School   
60                                 </span>   61                                     </span>
61                             </span>   62                                 </span>
62                         </label>   63                             </label>
63                         <input type="text" class="form-control" name="PhotoItemPublisher" id="PhotoItemPublisher" value="<#PARAM name='PhotoItemPublisher'>">   64                             <input type="text" class="form-control" name="PhotoItemPublisher" id="PhotoItemPublisher" value="<#PARAM name='PhotoItemPublisher'>">
64                     </div>   65                         </div>
65     66  
66                     <div class="form-group col-md-9">   67                         <div class="form-group col-md-9">
67                         <label for="PhotoJournalMonth">   68                             <label for="PhotoJournalMonth">
68                             <span class="field">   69                                 <span class="field">
69                                 <span class="<#ERROR name='ERRORPhotoJournalMonth'>">   70                                     <span class="<#ERROR name='ERRORPhotoJournalMonth'>">
70                                     Month of Publication   71                                         Month of Publication
71                                 </span>   72                                     </span>
72                             </span>   73                                 </span>
73                         </label>   74                             </label>
74                         <input type="text" class="form-control" name="PhotoJournalMonth" id="PhotoJournalMonth" value="<#PARAM name='PhotoJournalMonth'>">   75                             <input type="text" class="form-control" name="PhotoJournalMonth" id="PhotoJournalMonth" value="<#PARAM name='PhotoJournalMonth'>">
75                     </div>   76                         </div>
76     77  
77                     <div class="form-group col-md-9">   78                         <div class="form-group col-md-9">
78                         <label for="PhotoJournalYear">   79                             <label for="PhotoJournalYear">
79                             <span class="field">   80                                 <span class="field">
80                                 <span class="<#ERROR name='ERRORPhotoJournalYear'>">   81                                     <span class="<#ERROR name='ERRORPhotoJournalYear'>">
81                                     Year of Publication   82                                         Year of Publication
82                                 </span>   83                                     </span>
83                             </span>   84                                 </span>
84                         </label>   85                             </label>
85                         <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">   86                             <input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">
86                     </div>   87                         </div>
87     88  
88                     <div class="form-group col-md-9">   89                         <div class="form-group col-md-9">
89                         <label for="PhotoItemEdition">   90                             <label for="PhotoItemEdition">
90                             <span class="field">   91                                 <span class="field">
91                                 <span class="<#ERROR name='ERRORPhotoItemEdition'>">   92                                     <span class="<#ERROR name='ERRORPhotoItemEdition'>">
92                                     Degree      93                                         Degree   
93                                 </span>   94                                     </span>
94                             </span>   95                                 </span>
95                         </label>   96                             </label>
96                         <input type="text" class="form-control" name="PhotoItemEdition" id="PhotoItemEdition" value="<#PARAM name='PhotoItemEdition'>">   97                             <input type="text" class="form-control" name="PhotoItemEdition" id="PhotoItemEdition" value="<#PARAM name='PhotoItemEdition'>">
97                     </div>   98                         </div>
98     99  
99                     <!--<div class="form-group col-md-9">   100                         <!--<div class="form-group col-md-9">
100                         <label for="CallNumber">                       101                             <label for="CallNumber">                    
101                             <span class="field">   102                                 <span class="field">
102                                 <span class="<#ERROR name='ERRORCallNumber'>">   103                                     <span class="<#ERROR name='ERRORCallNumber'>">
103                                     Call Number   104                                         Call Number
      105                                     </span>
104                                 </span>   106                                 </span>
105                             </span>      
106                         </label>   107                             </label>
107                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   108                             <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
108                     </div>   109                         </div>
109                       110                         
110                     <div class="form-group col-md-9">   111                         <div class="form-group col-md-9">
111                         <label for="ESPNumber">   112                             <label for="ESPNumber">
112                             <span class="field">   113                                 <span class="field">
113                                 <span class="<#ERROR name='ERRORESPNumber'>">   114                                     <span class="<#ERROR name='ERRORESPNumber'>">
114                                     OCLC or Docline UI Number   115                                         OCLC or Docline UI Number
      116                                     </span>
115                                 </span>   117                                 </span>
116                             </span>      
117                         </label>   118                             </label>
118                         <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">   119                             <input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
119                     </div>-->   120                         </div>-->
120                           121                             
121                     <div class="form-group col-md-9">   122                         <div class="form-group col-md-9">
122                         <label for="Notes">   123                             <label for="Notes">
123                             <span class="field">   124                                 <span class="field">
124                                 <span class="<#ERROR name='ERRORNotes'>">     125                                     <span class="<#ERROR name='ERRORNotes'>">  
125                                     Notes      126                                         Notes   
126                                 </span><br>   127                                     </span><br>
127                                 <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>   128                                     <span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</span>
128                             </span>   129                                 </span>
129                         </label>   130                             </label>
130                         <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>   131                             <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
131                     </div>   132                         </div>
132                 </section>   133                     </section>
133                 <#INCLUDE filename="include_request_cited.html">                   134                     <#INCLUDE filename="include_request_cited.html">                
134                 <#INCLUDE filename="include_request_buttons.html">   135                     <#INCLUDE filename="include_request_buttons.html">
135             </fieldset>   136                 </fieldset>
136         </form>   137             </form>
    -+ 138         </main>
137         <#INCLUDE filename="include_footer.html"> = 139         <#INCLUDE filename="include_footer.html">
138     </div>       140     </div>    
139 </body>   141 </body>
140 </html>   142 </html>

   
File: ViewAllRequests.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - All Requests</title>   5     <title>ILLiad - All Requests</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">   11     <#INCLUDE filename="include_menu.html">
12        12     
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <h2 class="page-header"><span aria-hidden="true" class="fas fa-list-alt fa-1x"></span> All Requests</h2>       = 15             <h2 class="page-header"><span aria-hidden="true" class="fas fa-list-alt fa-1x"></span> All Requests</h2>      
15           16             
16         <#DATAREPEATER name="ViewAllRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no requests" orderby="TransactionNumber DESC">   17             <#DATAREPEATER name="ViewAllRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no requests" orderby="TransactionNumber DESC">
    -+ 18         </main>
17          = 19  
18         <#INCLUDE filename="include_footer.html">           20         <#INCLUDE filename="include_footer.html">        
19     </div>   21     </div>
20 </body>   22 </body>
21 </html>   23 </html>

   
File: ViewDefaultDetailed.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Transaction   5     <title>ILLiad - Transaction
6         <#PARAM name='TransactionNumber'>   6         <#PARAM name='TransactionNumber'>
7     </title>   7     </title>
8     <#INCLUDE filename="include_head.html">   8     <#INCLUDE filename="include_head.html">
9 </head>   9 </head>
10     10  
11 <body>   11 <body>
12     <#INCLUDE filename="include_header.html">   12     <#INCLUDE filename="include_header.html">
13     <#INCLUDE filename="include_menu.html">   13     <#INCLUDE filename="include_menu.html">
14        14     
    <> 15     <div class="container">
15     <div id="content" class="container" role="heading" aria-label="Content">   16         <main id="content" aria-label="Content">
16         <#INCLUDE filename='include_TransactionMenu.html'> = 17             <#INCLUDE filename='include_TransactionMenu.html'>
17     18  
18         <div id="detailedTransactionInformation-<#PARAM name='TransactionNumber'>">   19             <div id="detailedTransactionInformation-<#PARAM name='TransactionNumber'>">
19             <h2 class="header-detailed">Request Information</h2>   20                 <h2 class="header-detailed">Request Information</h2>
20             <#INCLUDE filename='include_detailedTransactionInformation.html'>   21                 <#INCLUDE filename='include_detailedTransactionInformation.html'>
21         </div>   22             </div>
22     23  
23         <div id="notes-<#PARAM name='TransactionNumber'>">   24             <div id="notes-<#PARAM name='TransactionNumber'>">
24             <h2 class="header-detailed">Notes</h2>   25                 <h2 class="header-detailed">Notes</h2>
25             <div class="list-group">   26                 <div class="list-group">
26                 <#DATAREPEATER name="NotesInformation" TemplateFile="templates/DataRow_DefaultNote.html" noDataAction="This request has no notes">   27                     <#DATAREPEATER name="NotesInformation" TemplateFile="templates/DataRow_DefaultNote.html" noDataAction="This request has no notes">
27             </div>   28                 </div>
28         </div>   29             </div>
29     30  
30         <div id="tracking-<#PARAM name='TransactionNumber'>">   31             <div id="tracking-<#PARAM name='TransactionNumber'>">
31             <h2 class="header-detailed">Tracking</h2>   32                 <h2 class="header-detailed">Tracking</h2>
32             <div class="list-group">   33                 <div class="list-group">
33                 <#TABLE name="TrackingInformation" noDataAction="ShowMessageRow" noDataMessage="This request has no tracking information" column="DateTime:Changed Date" column="ChangedTo:Status" column="ChangedBy:Changed By">   34                     <#TABLE name="TrackingInformation" noDataAction="ShowMessageRow" noDataMessage="This request has no tracking information" column="DateTime:Changed Date" column="ChangedTo:Status" column="ChangedBy:Changed By">
34             </div>   35                 </div>
35         </div>   36             </div>
    -+ 37         </main>
36              = 38  
37         <#INCLUDE filename="include_footer.html">   39         <#INCLUDE filename="include_footer.html">
38            40         
39     </div>   41     </div>
40 </body>   42 </body>
41 </html>   43 </html>

   
File: ViewNotifications.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Notifications</title>   5     <title>ILLiad - Notifications</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <link href="<#ACTION action='2' type='41' value='RSSID' valueType='lookup' absolutePath='true' includeSessionID='false'>"   7     <link href="<#ACTION action='2' type='41' value='RSSID' valueType='lookup' absolutePath='true' includeSessionID='false'>"
8         rel="alternate" type="application/rss+xml" title="ILLiad Notifications">   8         rel="alternate" type="application/rss+xml" title="ILLiad Notifications">
9 </head>   9 </head>
10     10  
11 <body>   11 <body>
12     <#INCLUDE filename="include_header.html">   12     <#INCLUDE filename="include_header.html">
13     <#INCLUDE filename="include_menu.html">   13     <#INCLUDE filename="include_menu.html">
14     14  
    <> 15     <div class="container">
15     <div id="content" class="container" role="heading" aria-label="Content">   16         <main id="content" aria-label="Content">
16   = 17  
17         <h2 class="page-header">Notifications</h2>   18             <h2 class="page-header">Notifications</h2>
18     19  
19         <div class="table">   20             <div class="table">
20             <#TABLE name="ViewNotifications" noDataAction="ShowMessageRow" noDataMessage="You have no notifications">   21                 <#TABLE name="ViewNotifications" noDataAction="ShowMessageRow" noDataMessage="You have no notifications">
21         </div>   22             </div>
22     23  
    -+ 24         </main>
    = 25  
23         <#INCLUDE filename="include_footer.html">   26         <#INCLUDE filename="include_footer.html">
24     27  
25     </div>   28     </div>
26 </body>   29 </body>
27 </html>   30 </html>

   
File: ViewNotificationsDetail.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Notification</title>   5     <title>ILLiad - Notification</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">   11     <#INCLUDE filename="include_menu.html">
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14          = 15  
15         <h3 class="header-detailed">Notification Information</h3> <> 16             <h2 class="header-detailed">Notification Information</h2>
16         = 17             
17         <div class="table">   18             <div class="table">
18             <#TABLE name="NotificationInformation" hideColumnHeaders="true">   19                 <#TABLE name="NotificationInformation" hideColumnHeaders="true">
19         </div>   20             </div>
20     21  
    -+ 22         </main>
    = 23  
21         <#INCLUDE filename="include_footer.html">   24         <#INCLUDE filename="include_footer.html">
22     </div>   25     </div>
23        26     
24 </body>   27 </body>
25 </html>   28 </html>

   
File: ViewOutstandingRequests.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Outstanding Request</title>   5     <title>ILLiad - Outstanding Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">   11     <#INCLUDE filename="include_menu.html">
12        12     
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14              = 15        
15         <h2 class="page-header">Outstanding Requests</h2>      16             <h2 class="page-header">Outstanding Requests</h2>   
16     17  
17         <#DATAREPEATER name="ViewOutstandingRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no outstanding requests" orderby="TransactionNumber DESC">   18             <#DATAREPEATER name="ViewOutstandingRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no outstanding requests" orderby="TransactionNumber DESC">
18     19  
    -+ 20         </main>
    = 21  
19         <#INCLUDE filename="include_footer.html">     22         <#INCLUDE filename="include_footer.html">  
20     </div>    23     </div> 
21 </body>   24 </body>
22 </html>   25 </html>

   
File: ViewRenewCheckedOutItems.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Checked Out Items</title>   5     <title>ILLiad - Checked Out Items</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">   11     <#INCLUDE filename="include_menu.html">
12        12     
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14              = 15             
15         <h2 class="page-header">Checked Out Items</h2>     16             <h2 class="page-header">Checked Out Items</h2>  
16     17  
17         <#DATAREPEATER name="ViewRenewCheckedOutItems" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no items">   18             <#DATAREPEATER name="ViewRenewCheckedOutItems" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no items">
      19         
    -+ 20         </main>
18   = 21  
19         <#INCLUDE filename="include_footer.html">     22         <#INCLUDE filename="include_footer.html">  
20     </div>    23     </div> 
21 </body>   24 </body>
22 </html>   25 </html>

   
File: ViewRequestHistory.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Request History</title>   5     <title>ILLiad - Request History</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">   11     <#INCLUDE filename="include_menu.html">
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <h2 class="page-header"><span aria-hidden="true" class="fas fa-check-circle fa-1x"></span> Completed Requests</h2>                           = 15             <h2 class="page-header"><span aria-hidden="true" class="fas fa-check-circle fa-1x"></span> Completed Requests</h2>                          
15         <#DATAREPEATER name="ViewRequestHistory" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no requests" orderby="TransactionNumber DESC">   16             <#DATAREPEATER name="ViewRequestHistory" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no requests" orderby="TransactionNumber DESC">
16   <> 17         </main>
17         <#INCLUDE filename="include_footer.html">   = 18         <#INCLUDE filename="include_footer.html">  
18     </div>   19     </div>
19        20     
20 </body>   21 </body>
21 </html>   22 </html>

   
File: ViewResubmitCancelledRequests.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Cancelled Requests</title>   5     <title>ILLiad - Cancelled Requests</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">   11     <#INCLUDE filename="include_menu.html">
12     12  
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <h2 class="page-header"><span aria-hidden="true" class="fas fa-ban fa-1x"></span> Cancelled Requests</h2>                            = 15             <h2 class="page-header"><span aria-hidden="true" class="fas fa-ban fa-1x"></span> Cancelled Requests</h2>                           
15         <#DATAREPEATER name="ViewResubmitCancelledItems" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no cancelled requests" orderby="TransactionNumber DESC">   16             <#DATAREPEATER name="ViewResubmitCancelledItems" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no cancelled requests" orderby="TransactionNumber DESC">
    -+ 17         </main>
16   = 18  
17         <#INCLUDE filename="include_footer.html">     19         <#INCLUDE filename="include_footer.html">  
18     </div>   20     </div>
19     21  
20 </body>   22 </body>
21 </html>    23 </html> 

   
File: ViewSearchResults.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3     3  
4 <head>   4 <head>
5     <title>ILLiad - Search</title>   5     <title>ILLiad - Search</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     <#INCLUDE filename="include_menu.html">   11     <#INCLUDE filename="include_menu.html">
12        12     
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <h2 class="page-header"><span aria-hidden="true" class="fas fa-search fa-1x"></span> Search</h2> = 15             <h2 class="page-header"><span aria-hidden="true" class="fas fa-search fa-1x"></span> Search</h2>
15     16  
16         <div id="search">   17             <div id="search">
17             <form action="illiad.dll" name="Search" method="post">   18                 <form action="illiad.dll" name="Search" method="post">
18                 <input type="hidden" name="ILLiadForm" value="Search">   19                     <input type="hidden" name="ILLiadForm" value="Search">
19                 <input id="SessionID" name="SessionID" type="hidden" value="<#PARAM name='SessionID'>">   20                     <input id="SessionID" name="SessionID" type="hidden" value="<#PARAM name='SessionID'>">
20                 <input id="SearchCriteria" value="<#PARAM name='SearchCriteria'>" name="SearchCriteria" type="text" title="Search criteria">   21                     <input id="SearchCriteria" value="<#PARAM name='SearchCriteria'>" name="SearchCriteria" type="text" title="Search criteria">
21                 <input class="btn btn-primary btn-sm" type="submit" name="SubmitButton" value="Search" title="Search">   22                     <input class="btn btn-primary btn-sm" type="submit" name="SubmitButton" value="Search" title="Search">
22     23  
23                 <!--Switch control for search filtering-->   24                     <!--Switch control for search filtering-->
24                 <!--   25                     <!--
25                 <div class="custom-control custom-switch" id="customSearchType">   26                     <div class="custom-control custom-switch" id="customSearchType">
26                     <input type="checkbox" name="SearchType" class="custom-control-input" id="SearchType" value="<#PARAM name='SearchType'>">   27                         <input type="checkbox" name="SearchType" class="custom-control-input" id="SearchType" value="<#PARAM name='SearchType'>">
27                     <label class="custom-control-label" for="SearchType">Search <u>only</u> active requests</label>   28                         <label class="custom-control-label" for="SearchType">Search <u>only</u> active requests</label>
28                 </div>   29                     </div>
29                 -->   30                     -->
30     31  
31                 <!--Radio control for search filtering-->   32                     <!--Radio control for search filtering-->
32                 <br>   33                     <br>
33                   34                     
34                 <div id="searchType">   35                     <div id="searchType">
35                     <input checked name="SearchType" type="radio" id="SearchTypeActive" value="Active">   36                         <input checked name="SearchType" type="radio" id="SearchTypeActive" value="Active">
36                     <label for="SearchTypeActive"><span>Search <u>only</u> active requests</span></label>   37                         <label for="SearchTypeActive"><span>Search <u>only</u> active requests</span></label>
37     38  
38                     <input class="ml-3" name="SearchType" type="radio" id="SearchTypeAll" value="All">   39                         <input class="ml-3" name="SearchType" type="radio" id="SearchTypeAll" value="All">
39                     <label for="SearchTypeAll">Search all requests</label>   40                         <label for="SearchTypeAll">Search all requests</label>
40                 </div>   41                     </div>
41             </form>   42                 </form>
42         </div>   43             </div>
43     44  
44         <div id="searchResults">   45             <div id="searchResults">
45             <#DATAREPEATER name="ViewSearchResults" TemplateFile="templates/DataRow_DefaultRequest.html" orderby="TransactionNumber DESC">   46                 <#DATAREPEATER name="ViewSearchResults" TemplateFile="templates/DataRow_DefaultRequest.html" orderby="TransactionNumber DESC">
46     47  
47             <div id="no-results-message" style="display: none;">   48                 <div id="no-results-message" style="display: none;">
48                 There are no search results for   49                     There are no search results for
49                 <span id="searchTerm"><strong><#PARAM name='searchCriteria'></strong></span>   50                     <span id="searchTerm"><strong><#PARAM name='searchCriteria'></strong></span>
50             </div>   51                 </div>
51         </div>   52             </div>
    -+ 53         </main>
52         <#INCLUDE filename="include_footer.html"> = 54         <#INCLUDE filename="include_footer.html">
53     </div>   55     </div>
54     56  
55     <script>   57     <script>
56         $(document).ready(function () {   58         $(document).ready(function () {
57              var saveState="<#PARAM name='SearchType'>"   59              var saveState="<#PARAM name='SearchType'>"
58              $("input[name='SearchType'][value='"+ saveState +"']").prop("checked", true)   60              $("input[name='SearchType'][value='"+ saveState +"']").prop("checked", true)
59              if (($('#searchResults .requestResult').length == 0) && ($('#searchTerm').text() != '')) {     61              if (($('#searchResults .requestResult').length == 0) && ($('#searchTerm').text() != '')) {  
60                  $('#no-results-message').show();   62                  $('#no-results-message').show();
61               }      63               }   
62             else   64             else
63             {   65             {
64                 $('#no-results-message').hide();   66                 $('#no-results-message').hide();
65             }   67             }
66         });   68         });
67      </script>   69      </script>
68 </body>   70 </body>
69 </html>   71 </html>