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

   
templates\DataRow_DefaultActivity.html  
1 <div class="card"> = 1 <div class="card">
2     <div id="activity<#DATAROW field='Id'>">   2     <div id="activity<#DATAROW field='Id'>">
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 text-muted">   5                 <div class="col-lg-8 col-md-12 text-muted">
6                     <div class="card-title h4">   6                     <div class="card-title h4">
7                         <a href="aeon.dll?&Action=10&Form=91&Value=<#DATAROW field='Id'>"><#DATAROW field="Name"></a>   7                         <a href="aeon.dll?&Action=10&Form=91&Value=<#DATAROW field='Id'>"><#DATAROW field="Name"></a>
8                     </div>   8                     </div>
9     9  
10                     <div class="field text-muted">Description   10                     <div class="field text-muted">Description
11                         <span class="field-value font-weight-bold ml-1">   11                         <span class="field-value font-weight-bold ml-1">
12                             <#DATAROW field="Description">   12                             <#DATAROW field="Description">
13                         </span>   13                         </span>
14                     </div>   14                     </div>
15     15  
16                     <span id="Tooltip_ActivityStatus_<#DATAROW field='Id'>" class="d-none" role="tooltip">   16                     <span id="Tooltip_ActivityStatus_<#DATAROW field='Id'>" class="d-none" role="tooltip">
17                         <#DATAROW field="ActivityStatus"> on <span class="convert-local" data-servertime="<#DATAROW field='ActivityStatusDate'>" data-iso8601="<#DATAROW field='ActivityStatusDate' display='ISO8601'>"><#DATAROW field="ActivityStatusDate"></span>                                   17                         <#DATAROW field="ActivityStatus"> on <span class="convert-local" data-servertime="<#DATAROW field='ActivityStatusDate'>" data-iso8601="<#DATAROW field='ActivityStatusDate' display='ISO8601'>"><#DATAROW field="ActivityStatusDate"></span>                                
18                     </span>   18                     </span>
19                        19                     
20                     <div class="field mb-2 text-muted" data-toggle="tooltip" data-placement="top" data-titleElement="#Tooltip_ActivityStatus_<#DATAROW field='Id'>">   20                     <div class="field mb-2 text-muted" data-toggle="tooltip" data-placement="top" data-titleElement="#Tooltip_ActivityStatus_<#DATAROW field='Id'>">
21                         Status<span class="field-value font-weight-bold ml-1"><#DATAROW field="ActivityStatus"></span>   21                         Status<span class="field-value font-weight-bold ml-1"><#DATAROW field="ActivityStatus"></span>
22                     </div>   22                     </div>
23                        23                     
24                 </div>         24                 </div>      
25                        25                     
26                 <div class="col-lg-4 col-md-12 text-left">         26                 <div class="col-lg-4 col-md-12 text-left">      
27                     <div class="btn-group" role="group" aria-label="Actions for Request <#DATAROW field='TransactionNumber'>">   27                     <div class="btn-group" role="group" aria-label="Actions for Request <#DATAROW field='TransactionNumber'>">
28                         <a class="btn btn-primary" role="button" href="aeon.dll?&Action=10&Form=91&Value=<#DATAROW field='Id'>"><span aria-hidden="true" class="fa fa-info-circle mr-1"></span>Details</a>   28                         <a class="btn btn-primary" role="button" href="aeon.dll?&Action=10&Form=91&Value=<#DATAROW field='Id'>"><span aria-hidden="true" class="fa fa-info-circle mr-1"></span>Details</a>
29     29  
30                         <div class="btn-group" role="group">   30                         <div class="btn-group" role="group">
31                             <button id="btnGroupActivityDrop<#DATAROW field='Id'>" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">   31                             <button id="btnGroupActivityDrop<#DATAROW field='Id'>" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
32                                 <span aria-hidden="true" class="fas fa-file-download mr-1"></span>Download   32                                 <span aria-hidden="true" class="fas fa-file-download mr-1"></span>Download
33                             </button>   33                             </button>
34                             <div class="dropdown-menu" aria-labelledby="btnGroupDrop<#DATAROW field='TransactionNumber'>"> <> 34                             <div class="dropdown-menu" aria-labelledby="btnGroupActivityDrop<#DATAROW field='Id'>">
35                                 <a class="dropdown-item btn btn-light menuDownloadXls" href="aeon.dll?Action=10&amp;Form=92&amp;Value=<#DATAROW field='ID'>"><span aria-hidden="true" class="far fa-file-excel mr-1"></span>XLS</a> = 35                                 <a class="dropdown-item btn btn-light menuDownloadXls" href="aeon.dll?Action=10&amp;Form=92&amp;Value=<#DATAROW field='ID'>"><span aria-hidden="true" class="far fa-file-excel mr-1"></span>XLS</a>
36                                 <a class="dropdown-item btn btn-light menuDownloadiCalendar" href="aeon.dll?Action=10&amp;Form=93&amp;Value=<#DATAROW field='ID'>"><span aria-hidden="true" class="far fa-calendar-plus mr-1"></span>iCalendar</a>   36                                 <a class="dropdown-item btn btn-light menuDownloadiCalendar" href="aeon.dll?Action=10&amp;Form=93&amp;Value=<#DATAROW field='ID'>"><span aria-hidden="true" class="far fa-calendar-plus mr-1"></span>iCalendar</a>
37                             </div>   37                             </div>
38                         </div>   38                         </div>
39                     </div>   39                     </div>
40     40  
41                     <div class="field text-muted">Start Date   41                     <div class="field text-muted">Start Date
42                         <span class="field-value font-weight-bold convert-local ml-1" data-dateOnly="true" data-servertime="<#DATAROW field='BeginDate'>" data-iso8601="<#DATAROW field='BeginDate' display='ISO8601'>"><#DATAROW field="BeginDate"></span>   42                         <span class="field-value font-weight-bold convert-local ml-1" data-dateOnly="true" data-servertime="<#DATAROW field='BeginDate'>" data-iso8601="<#DATAROW field='BeginDate' display='ISO8601'>"><#DATAROW field="BeginDate"></span>
43                     </div>   43                     </div>
44     44  
45                     <div class="field text-muted">End Date   45                     <div class="field text-muted">End Date
46                         <span class="field-value font-weight-bold convert-local ml-1" data-dateOnly="true" data-servertime="<#DATAROW field='EndDate'>" data-iso8601="<#DATAROW field='EndDate' display='ISO8601'>"><#DATAROW field="EndDate"></span>   46                         <span class="field-value font-weight-bold convert-local ml-1" data-dateOnly="true" data-servertime="<#DATAROW field='EndDate'>" data-iso8601="<#DATAROW field='EndDate' display='ISO8601'>"><#DATAROW field="EndDate"></span>
47                     </div>   47                     </div>
48                 </div>   48                 </div>
49             </div>   49             </div>
50         </div>   50         </div>
51     </div>   51     </div>
52 </div>   52 </div>

   
templates\DataRow_ReviewRequest.html  
1 <div class="card" data-tn="<#DATAROW field='TransactionNumber'>"> = 1 <div class="card" data-tn="<#DATAROW field='TransactionNumber'>">
2     <div class="card-body">   2     <div class="card-body">
3         <div class="row">   3         <div class="row">
4             <div class="col-sm-6 col-lg-1 table-data-row-actions pt-3 pb-2">   4             <div class="col-sm-6 col-lg-1 table-data-row-actions pt-3 pb-2">
5                 <div class="form-check">   5                 <div class="form-check">
6                     <input class="form-check-input" type="checkbox" name="TransactionSelect" aria-label="Selection checkbox for request <#DATAROW field='TransactionNumber'>" value="<#DATAROW field='TransactionNumber'>"> <span aria-hidden="true"></span>   6                     <input class="form-check-input" type="checkbox" name="TransactionSelect" aria-label="Selection checkbox for request <#DATAROW field='TransactionNumber'>" value="<#DATAROW field='TransactionNumber'>"> <span aria-hidden="true"></span>
7                 </div>   7                 </div>
8             </div>   8             </div>
9             <div class="col-lg-4 col-md-12">   9             <div class="col-lg-4 col-md-12">
10                 <h4 class="card-title"> <> 10                 <div class="card-title h4">
11                     <a href="aeon.dll?Action=10&amp;Form=63&amp;Value=<#DATAROW field='TransactionNumber'>"><#DATAROW field="ItemTitle"></a> = 11                     <a href="aeon.dll?Action=10&amp;Form=63&amp;Value=<#DATAROW field='TransactionNumber'>"><#DATAROW field="ItemTitle"></a>
12                 </h4> <> 12                 </div>
13                 <h5 class="card-subtitle text-muted"><#DATAROW field="ItemSubtitle"></h5>   13                 <div class="card-subtitle text-muted h5"><#DATAROW field="ItemSubtitle"></div>
14             </div> = 14             </div>
15             <div class="col-lg-7 col-md-12 text-right">   15             <div class="col-lg-7 col-md-12 text-right">
16                 <a class="btn btn-primary menuEdit <#DATAROW field='RequestActionAllowed' name='Edit' disabledValue='disabled'>" href="<#DLL queryFields='false'>?Action=20&amp;Value=<#DATAROW field='TransactionNumber'>"><span span aria-hidden="true" class="far fa-edit"></span> Edit</a>   16                 <a class="btn btn-primary menuEdit <#DATAROW field='RequestActionAllowed' name='Edit' disabledValue='disabled'>" href="<#DLL queryFields='false'>?Action=20&amp;Value=<#DATAROW field='TransactionNumber'>"><span span aria-hidden="true" class="far fa-edit"></span> Edit</a>
17                    17                 
18                 <a class="btn btn-primary menuCopy <#DATAROW field='RequestActionAllowed' name='RequestCopy' disabledValue='disabled'>" href="<#DLL queryFields='false'>?Action=20&Form=34&amp;Value=<#DATAROW field='TransactionNumber'>"><span span aria-hidden="true" class="fas fa-copy"></span> Request Copy</a>   18                 <a class="btn btn-primary menuCopy <#DATAROW field='RequestActionAllowed' name='RequestCopy' disabledValue='disabled'>" href="<#DLL queryFields='false'>?Action=20&Form=34&amp;Value=<#DATAROW field='TransactionNumber'>"><span span aria-hidden="true" class="fas fa-copy"></span> Request Copy</a>
19                19             
20                 <div class="btn-group" role="group">   20                 <div class="btn-group" role="group">
21                     <button id="btnGroupDrop<#DATAROW field='TransactionNumber'>" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">   21                     <button id="btnGroupDrop<#DATAROW field='TransactionNumber'>" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
22                         Actions   22                         Actions
23                     </button>   23                     </button>
24                     <div class="dropdown-menu"  data-noaction-message="You are not able to perform any actions for this request." aria-labelledby="btnGroupDrop<#DATAROW field='TransactionNumber'>">   24                     <div class="dropdown-menu"  data-noaction-message="You are not able to perform any actions for this request." aria-labelledby="btnGroupDrop<#DATAROW field='TransactionNumber'>">
25                         <a class="dropdown-item btn btn-light menuClone <#DATAROW field='RequestActionAllowed' name='Cancel' disabledValue='d-none'>" href="aeon.dll?Action=21&amp;Type=10&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-ban text-danger"></span> Cancel Request</a>   25                         <a class="dropdown-item btn btn-light menuClone <#DATAROW field='RequestActionAllowed' name='Cancel' disabledValue='d-none'>" href="aeon.dll?Action=21&amp;Type=10&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-ban text-danger"></span> Cancel Request</a>
26                         <a class="dropdown-item btn btn-light menuPhotoduplication <#DATAROW field='RequestActionAllowed' name='CloneToCopy' disabledValue='d-none'>" href="aeon.dll?Action=11&amp;Form=33&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-cart-plus text-primary"></span> Clone to Copy</a>   26                         <a class="dropdown-item btn btn-light menuPhotoduplication <#DATAROW field='RequestActionAllowed' name='CloneToCopy' disabledValue='d-none'>" href="aeon.dll?Action=11&amp;Form=33&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-cart-plus text-primary"></span> Clone to Copy</a>
27                         <a class="dropdown-item btn btn-light menuExportRIS <#DATAROW field='RequestActionAllowed' name='ExportRIS' disabledValue='d-none'>" href="aeon.dll?Action=10&amp;Form=121&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-download text-primary"></span>  Export Citation</a>   27                         <a class="dropdown-item btn btn-light menuExportRIS <#DATAROW field='RequestActionAllowed' name='ExportRIS' disabledValue='d-none'>" href="aeon.dll?Action=10&amp;Form=121&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-download text-primary"></span>  Export Citation</a>
28                         <a class="dropdown-item btn btn-light menuPhotoduplication <#DATAROW field='RequestActionAllowed' name='Submit' disabledValue='d-none'>" href="aeon.dll?Action=23&amp;Type=12&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-share-square"></span>  Submit Request</a>   28                         <a class="dropdown-item btn btn-light menuPhotoduplication <#DATAROW field='RequestActionAllowed' name='Submit' disabledValue='d-none'>" href="aeon.dll?Action=23&amp;Type=12&amp;Value=<#DATAROW field='TransactionNumber'>"><span aria-hidden="true" class="fas fa-share-square"></span>  Submit Request</a>
29                     </div>   29                     </div>
30                 </div>   30                 </div>
31             </div>   31             </div>
32         </div>         32         </div>      
33         <div class="row metadata">         33         <div class="row metadata">      
34             <div class="col-lg-1 d-none d-lg-block"></div>   34             <div class="col-lg-1 d-none d-lg-block"></div>
35             <div class="col-lg-4 col-md-5 col-sm-12 order-lg-last order-md-last text-muted text-md-right creation-date ">   35             <div class="col-lg-4 col-md-5 col-sm-12 order-lg-last order-md-last text-muted text-md-right creation-date ">
36                 Added <span class="convert-local" data-iso8601="<#DATAROW field='CreationDate' display='ISO8601'>"><#DATAROW field="CreationDate"></span>   36                 Added <span class="convert-local" data-iso8601="<#DATAROW field='CreationDate' display='ISO8601'>"><#DATAROW field="CreationDate"></span>
37             </div>   37             </div>
38             <div class="col-lg-7 col-md-7 col-sm-12 text-danger validation-message">   38             <div class="col-lg-7 col-md-7 col-sm-12 text-danger validation-message">
39                 <#DATAROW field="ValidationResult" ValidRequestMessage="" InvalidRequestMessage="This request is missing required information.">   39                 <#DATAROW field="ValidationResult" ValidRequestMessage="" InvalidRequestMessage="This request is missing required information.">
40             </div>   40             </div>
41         </div>   41         </div>
42     </div>   42     </div>
43 </div>   43 </div>

   
AboutAeon.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3 <head>   3 <head>
4     <title>About Aeon</title>   4     <title>About Aeon</title>
5     <#INCLUDE filename="include_head.html">   5     <#INCLUDE filename="include_head.html">
6 </head>   6 </head>
7 <body>   7 <body>
8     <#INCLUDE filename="include_header.html">   8     <#INCLUDE filename="include_header.html">
9     <#INCLUDE filename="include_menu.html" restriction="IsValidSession">   9     <#INCLUDE filename="include_menu.html" restriction="IsValidSession">
10     <div class="container">   10     <div class="container">
    -+ 11         <main id="content" aria-label="Content">
11         = 12        
12         <div class="mt-5 mb-3">Aeon is special collections circulation and workflow automation software for special collections libraries designed by special collections librarians.</div>   13             <div class="mt-5 mb-3">Aeon is special collections circulation and workflow automation software for special collections libraries designed by special collections librarians.</div>
13         <div class="mt-3 mb-5">Aeon improves customer service and staff efficiency while providing unparalleled item tracking, security, and statistics.</div>   14             <div class="mt-3 mb-5">Aeon improves customer service and staff efficiency while providing unparalleled item tracking, security, and statistics.</div>
      15  
    -+ 16         </main>
14          = 17         
15         <#INCLUDE filename="include_footer.html">   18         <#INCLUDE filename="include_footer.html">
16     19  
17     </div>   20     </div>
18 </body>   21 </body>
19 </html>   22 </html>

   
ActivityInformation.html  
1 <h3>Activity Information</h3> <> 1 <h2 class="h3 py-0">Activity Information</h2>
2   = 2  
3 <div class="row">   3 <div class="row">
4     <div class="col-lg-12">   4     <div class="col-lg-12">
5     5  
6         <div class="field list-group-item">   6         <div class="field list-group-item">
7             <div class="d-flex justify-content-between">   7             <div class="d-flex justify-content-between">
8                 <span>Name</span>   8                 <span>Name</span>
9                 <strong>   9                 <strong>
10                     <span class="field-value"><#ACTIVITY field="Name"></span>   10                     <span class="field-value"><#ACTIVITY field="Name"></span>
11                 </strong>   11                 </strong>
12             </div>   12             </div>
13         </div>   13         </div>
14     14  
15         <div class="field list-group-item">   15         <div class="field list-group-item">
16             <div class="d-flex justify-content-between">   16             <div class="d-flex justify-content-between">
17                 <span>Description</span>   17                 <span>Description</span>
18                 <strong>   18                 <strong>
19                     <span class="field-value"><#ACTIVITY field="Description"></span>   19                     <span class="field-value"><#ACTIVITY field="Description"></span>
20                 </strong>   20                 </strong>
21             </div>   21             </div>
22         </div>   22         </div>
23     23  
24         <div class="field list-group-item">   24         <div class="field list-group-item">
25             <div class="d-flex justify-content-between">   25             <div class="d-flex justify-content-between">
26                 <span>Type</span>   26                 <span>Type</span>
27                 <strong>   27                 <strong>
28                     <span class="field-value"><#ACTIVITY field="ActivityType"></span>   28                     <span class="field-value"><#ACTIVITY field="ActivityType"></span>
29                 </strong>   29                 </strong>
30             </div>   30             </div>
31         </div>   31         </div>
32     32  
33         <div class="field list-group-item">   33         <div class="field list-group-item">
34             <div class="d-flex justify-content-between">   34             <div class="d-flex justify-content-between">
35                 <span>Status</span>   35                 <span>Status</span>
36                 <strong>   36                 <strong>
37                     <span class="field-value"><#ACTIVITY field="ActivityStatus"></span>   37                     <span class="field-value"><#ACTIVITY field="ActivityStatus"></span>
38                 </strong>   38                 </strong>
39             </div>   39             </div>
40         </div>   40         </div>
41     41  
42         <div class="field list-group-item">   42         <div class="field list-group-item">
43             <div class="d-flex justify-content-between">   43             <div class="d-flex justify-content-between">
44                 <span>Status Date</span>   44                 <span>Status Date</span>
45                 <strong>   45                 <strong>
46                     <span class="field-value convert-local" data-servertime="<#ACTIVITY field='ActivityStatusDate'>" data-iso8601="<#ACTIVITY field='ActivityStatusDate' display='ISO8601'>"><#ACTIVITY field="ActivityStatusDate" display="ISO8601"></span>   46                     <span class="field-value convert-local" data-servertime="<#ACTIVITY field='ActivityStatusDate'>" data-iso8601="<#ACTIVITY field='ActivityStatusDate' display='ISO8601'>"><#ACTIVITY field="ActivityStatusDate" display="ISO8601"></span>
47                 </strong>   47                 </strong>
48             </div>   48             </div>
49         </div>   49         </div>
50     50  
51         <div class="field list-group-item">   51         <div class="field list-group-item">
52             <div class="d-flex justify-content-between">   52             <div class="d-flex justify-content-between">
53                 <span>Location</span>   53                 <span>Location</span>
54                 <strong>   54                 <strong>
55                     <span class="field-value"><#ACTIVITY field="Location"></span>   55                     <span class="field-value"><#ACTIVITY field="Location"></span>
56                 </strong>   56                 </strong>
57             </div>   57             </div>
58         </div>   58         </div>
59     59  
60         <div class="field list-group-item">   60         <div class="field list-group-item">
61             <div class="d-flex justify-content-between">   61             <div class="d-flex justify-content-between">
62                 <span>Begin Date</span>   62                 <span>Begin Date</span>
63                 <strong>   63                 <strong>
64                     <span class="field-value convert-local" data-servertime="<#ACTIVITY field='BeginDate'>" data-iso8601="<#ACTIVITY field='BeginDate' display='ISO8601'>"><#ACTIVITY field="BeginDate" display="ISO8601"></span>   64                     <span class="field-value convert-local" data-servertime="<#ACTIVITY field='BeginDate'>" data-iso8601="<#ACTIVITY field='BeginDate' display='ISO8601'>"><#ACTIVITY field="BeginDate" display="ISO8601"></span>
65                 </strong>   65                 </strong>
66             </div>   66             </div>
67         </div>   67         </div>
68     68  
69         <div class="field list-group-item">   69         <div class="field list-group-item">
70             <div class="d-flex justify-content-between">   70             <div class="d-flex justify-content-between">
71                 <span>End Date</span>   71                 <span>End Date</span>
72                 <strong>   72                 <strong>
73                     <span class="field-value convert-local" data-servertime="<#ACTIVITY field='EndDate'>" data-iso8601="<#ACTIVITY field='EndDate' display='ISO8601'>"><#ACTIVITY field="EndDate" display="ISO8601"></span>   73                     <span class="field-value convert-local" data-servertime="<#ACTIVITY field='EndDate'>" data-iso8601="<#ACTIVITY field='EndDate' display='ISO8601'>"><#ACTIVITY field="EndDate" display="ISO8601"></span>
74                 </strong>   74                 </strong>
75             </div>   75             </div>
76         </div>   76         </div>
77     </div>   77     </div>
78 </div>   78 </div>

   
Blocked.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3 <head>   3 <head>
4     <title>Aeon Logon</title>   4     <title>Aeon Logon</title>
5     <#INCLUDE filename="include_head.html">   5     <#INCLUDE filename="include_head.html">
6 </head>   6 </head>
7 <body>   7 <body>
8     <#INCLUDE filename="include_header.html">   8     <#INCLUDE filename="include_header.html">
9     9  
10     <div class="alerts-bar">   10     <div class="alerts-bar">
11         <div class="container" id="webAlerts"></div>   11         <div class="container" id="webAlerts"></div>
12     </div>   12     </div>
13     13  
14     <div id="statusLine" class="container"><#STATUS></div>   14     <div id="statusLine" class="container"><#STATUS></div>
    <> 15     <div class="container">
15     <div id="content" class="container" role="heading" aria-label="Content">   16         <main id="content" aria-label="Content">
16         Please contact the Special Collections office during normal business hours to reinstate your service. = 17             Please contact the Special Collections office during normal business hours to reinstate your service.
    -+ 18         </main>
17         <#INCLUDE filename="include_footer.html"> = 19         <#INCLUDE filename="include_footer.html">
18     20  
19     </div>   21     </div>
20 </body>   22 </body>
21 </html>   23 </html>

   
ChangePassword.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3 <head>   3 <head>
4     <title>Aeon - Change Password</title>   4     <title>Aeon - Change Password</title>
5     <#INCLUDE filename="include_head.html">   5     <#INCLUDE filename="include_head.html">
6 </head>   6 </head>
7     7  
8 <body>   8 <body>
9     <#INCLUDE filename="include_header.html">   9     <#INCLUDE filename="include_header.html">
10     10  
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="aeon.dll" method="post" name="ChangePassword"> = 14             <form action="aeon.dll" method="post" name="ChangePassword">
14             <input type="hidden" name="AeonForm" value="ChangePassword">   15                 <input type="hidden" name="AeonForm" value="ChangePassword">
15             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   16                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
16     17  
17             <h2>Change Password</h2>   18                 <h2>Change Password</h2>
18             <div id="statusLine"><#STATUS></div>   19                 <div id="statusLine"><#STATUS></div>
19     20  
20             <section name="password-info">   21                 <section name="password-info">
21                 <h3 class="section-header">Logon Information</h3>   22                     <h3 class="section-header">Logon Information</h3>
22                 <div class="form-group col-md-5">   23                     <div class="form-group col-md-5">
23                     <label for="CurrentPassword">   24                         <label for="CurrentPassword">
24                         <span class="<#ERROR name='ERRORCurrentPassword'>">   25                             <span class="<#ERROR name='ERRORCurrentPassword'>">
25                             Current Password   26                                 Current Password
26                         </span>   27                             </span>
27                     </label>   28                         </label>
28                     <input type="password" class="form-control" name="CurrentPassword" id="CurrentPassword" aria-describedby="passwordHelp" autocomplete="off">   29                         <input type="password" class="form-control" name="CurrentPassword" id="CurrentPassword" aria-describedby="passwordHelp" autocomplete="off">
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" required>   38                         <input type="password" class="form-control" name="Password1" id="Password1" autocomplete="off" required>
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" required>   50                         <input type="password" class="form-control" name="Password2" id="Password2" autocomplete="off" required>
50                 </div>   51                     </div>
51             </section>   52                 </section>
52     53  
53             <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>   54                 <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>
54             <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton2" value="Cancel - Exit to Main Menu" formnovalidate>Cancel - Exit to Main Menu</button>   55                 <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton2" value="Cancel - Exit to Main Menu" formnovalidate>Cancel - Exit to Main Menu</button>
55         </form>   56             </form>
    -+ 57         </main>
56       = 58      
57          <#INCLUDE filename="include_footer.html">   59          <#INCLUDE filename="include_footer.html">
58     </div>   60     </div>
59     61  
60 </body>   62 </body>
61 </html>   63 </html>

   
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>Aeon - Change User Information</title>   5     <title>Aeon - 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_nav.html">   11     <#INCLUDE filename="include_nav.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="aeon.dll" method="post" name="ChangeUserInformation"> = 15                 <form action="aeon.dll" method="post" name="ChangeUserInformation">
15                 <input type="hidden" name="AeonForm" value="ChangeUserInformation">   16                     <input type="hidden" name="AeonForm" value="ChangeUserInformation">
16                 <input type="hidden" name="NotificationMethod" value="Email">   17                     <input type="hidden" name="NotificationMethod" value="Email">
17                 <#FORMSTATE>   18                     <#FORMSTATE>
18     19  
19                     <h2>Change User Information</h2>   20                         <h2>Change User Information</h2>
20                       21                         
21                     <div id="statusLine"><#STATUS></div>   22                         <div id="statusLine"><#STATUS></div>
22                       23                         
23                     <section name="user-info">   24                         <section name="user-info">
24                           25                             
25                         <h3 class="section-header">User Information</h3>   26                             <h3 class="section-header">User Information</h3>
26     27  
27                         <div class="form-group col-md-5">   28                             <div class="form-group col-md-5">
28                             <label for="FirstName">   29                                 <label for="FirstName">
29                                 <span class="<#ERROR name='ERRORFirstName'>">   30                                     <span class="<#ERROR name='ERRORFirstName'>">
30                                     First Name   31                                         First Name
31                                     <span class="req">(required)</span>   32                                         <span class="req">(required)</span>
32                                 </span>   33                                     </span>
33                             </label>   34                                 </label>
34                             <input type="text" class="form-control" name="FirstName" id="FirstName" value="<#PARAM name='FirstName'>" required>   35                                 <input type="text" class="form-control" name="FirstName" id="FirstName" value="<#PARAM name='FirstName'>" required>
35                         </div>   36                             </div>
36     37  
37                         <div class="form-group col-md-5">   38                             <div class="form-group col-md-5">
38                             <label for="LastName">   39                                 <label for="LastName">
39                                 <span class="<#ERROR name='ERRORLastName'>">   40                                     <span class="<#ERROR name='ERRORLastName'>">
40                                     Last Name   41                                         Last Name
41                                     <span class="req">(required)</span>   42                                         <span class="req">(required)</span>
42                                 </span>   43                                     </span>
43                             </label>   44                                 </label>
44                             <input type="text" class="form-control" name="LastName" id="LastName" value="<#PARAM name='LastName'>" required>   45                                 <input type="text" class="form-control" name="LastName" id="LastName" value="<#PARAM name='LastName'>" required>
45                         </div>   46                             </div>
46     47  
47                         <div class="form-group col-md-5">   48                             <div class="form-group col-md-5">
48                             <label for="PreferredName">   49                                 <label for="PreferredName">
49                                 <span class="<#ERROR name='ERRORPreferredName'>">   50                                     <span class="<#ERROR name='ERRORPreferredName'>">
50                                     Preferred Name   51                                         Preferred Name
51                                 </span>   52                                     </span>
52                             </label>   53                                 </label>
53                             <input type="text" class="form-control" name="PreferredName" id="PreferredName" value="<#PARAM name='PreferredName'>">   54                                 <input type="text" class="form-control" name="PreferredName" id="PreferredName" value="<#PARAM name='PreferredName'>">
54                         </div>   55                             </div>
55     56  
56                         <div class="form-group col-md-6">   57                             <div class="form-group col-md-6">
57                             <label for="EMailAddress">   58                                 <label for="EMailAddress">
58                                 <span class="<#ERROR name='ERROREMailAddress'>">   59                                     <span class="<#ERROR name='ERROREMailAddress'>">
59                                     Email Address   60                                         Email Address
60                                     <span class="req">(required)</span>   61                                         <span class="req">(required)</span>
61                                 </span>   62                                     </span>
62                             </label>   63                                 </label>
63                             <input type="email" class="form-control" name="EMailAddress" id="EMailAddress" value="<#PARAM name='EMailAddress'>" autocomplete="off" required>   64                                 <input type="email" class="form-control" name="EMailAddress" id="EMailAddress" value="<#PARAM name='EMailAddress'>" autocomplete="off" required>
64                         </div>   65                             </div>
65     66  
66                         <div class="form-group col-md-3">   67                             <div class="form-group col-md-3">
67                             <label for="Phone">   68                                 <label for="Phone">
68                                 <span class="<#ERROR name='ERRORPhone'>">   69                                     <span class="<#ERROR name='ERRORPhone'>">
69                                     Daytime Phone   70                                         Daytime Phone
70                                     <span class="req">(required)</span>   71                                         <span class="req">(required)</span>
71                                 </span>   72                                     </span>
72                             </label>   73                                 </label>
73                             <input type="text" class="form-control" name="Phone" id="Phone" value="<#PARAM name='Phone'>" required>   74                                 <input type="text" class="form-control" name="Phone" id="Phone" value="<#PARAM name='Phone'>" required>
74                         </div>   75                             </div>
75     76  
76                         <div class="form-group col-md-4">   77                             <div class="form-group col-md-4">
77                             <label for="Status">   78                                 <label for="Status">
78                                 <span class="<#ERROR name='ERRORStatus'>">   79                                     <span class="<#ERROR name='ERRORStatus'>">
79                                     Status   80                                         Status
80                                     <span class="req">(required)</span>   81                                         <span class="req">(required)</span>
81                                 </span>   82                                     </span>
82                             </label>   83                                 </label>
83                             <select class="custom-select mr-sm-2" name="Status" id="Status" required>   84                                 <select class="custom-select mr-sm-2" name="Status" id="Status" required>
84                                 <#OPTION name="Statuses" selectedValue="<#PARAM name='Status'>" defaultName="Choose a Status" defaultValue="">   85                                     <#OPTION name="Statuses" selectedValue="<#PARAM name='Status'>" defaultName="Choose a Status" defaultValue="">
85                             </select>   86                                 </select>
86                         </div>   87                             </div>
87     88  
88                         <div class="form-group col-md-4">   89                             <div class="form-group col-md-4">
89                             <label for="Department">   90                                 <label for="Department">
90                                 <span class="<#ERROR name='ERRORDepartment'>">   91                                     <span class="<#ERROR name='ERRORDepartment'>">
91                                     Department   92                                         Department
92                                     <span class="req">(required)</span>   93                                         <span class="req">(required)</span>
93                                 </span>   94                                     </span>
94                             </label>   95                                 </label>
95                             <select class="custom-select mr-sm-2" name="Department" id="Department" required>   96                                 <select class="custom-select mr-sm-2" name="Department" id="Department" required>
96                                 <#OPTION name="Departments" selectedValue="<#PARAM name='Department'>" defaultName="Choose a Department" defaultValue="">   97                                     <#OPTION name="Departments" selectedValue="<#PARAM name='Department'>" defaultName="Choose a Department" defaultValue="">
97                             </select>   98                                 </select>
98                         </div>   99                             </div>
99     100  
100                         <div class="form-group col-md-5">   101                             <div class="form-group col-md-5">
101                             <label for="Organization">   102                                 <label for="Organization">
102                                 <span class="<#ERROR name='ERROROrganization'>">   103                                     <span class="<#ERROR name='ERROROrganization'>">
103                                     Organization   104                                         Organization
104                                 </span>   105                                     </span>
105                             </label>   106                                 </label>
106                             <input type="text" class="form-control" name="Organization" id="Organization" value="<#PARAM name='Organization'>">   107                                 <input type="text" class="form-control" name="Organization" id="Organization" value="<#PARAM name='Organization'>">
107                         </div>   108                             </div>
108                     </section>   109                         </section>
109     110  
110                     <section name="address-info">   111                         <section name="address-info">
111                               112                                 
112                         <h3 class="section-header">Primary Address Information</h3>   113                             <h3 class="section-header">Primary Address Information</h3>
113     114  
114                         <div class="form-group col-md-6">   115                             <div class="form-group col-md-6">
115                             <label for="Address">   116                                 <label for="Address">
116                                 <span class="<#ERROR name='ERRORAddress'>">   117                                     <span class="<#ERROR name='ERRORAddress'>">
117                                     Primary Address Line 1   118                                         Primary Address Line 1
118                                     <span class="req">(required)</span>   119                                         <span class="req">(required)</span>
119                                 </span>   120                                     </span>
120                             </label>   121                                 </label>
121                             <input type="text" class="form-control" name="Address" id="Address" value="<#PARAM name='Address'>" required>   122                                 <input type="text" class="form-control" name="Address" id="Address" value="<#PARAM name='Address'>" required>
122                         </div>   123                             </div>
123     124  
124                         <div class="form-group col-md-6">   125                             <div class="form-group col-md-6">
125                             <label for="Address2">   126                                 <label for="Address2">
126                                 <span class="<#ERROR name='ERRORAddress2'>">   127                                     <span class="<#ERROR name='ERRORAddress2'>">
127                                     Primary Address Line 2   128                                         Primary Address Line 2
128                                 </span>   129                                     </span>
129                             </label>   130                                 </label>
130                             <input type="text" class="form-control" name="Address2" id="Address2" value="<#PARAM name='Address2'>">   131                                 <input type="text" class="form-control" name="Address2" id="Address2" value="<#PARAM name='Address2'>">
131                         </div>   132                             </div>
132     133  
133                         <div class="form-group col-md-4">   134                             <div class="form-group col-md-4">
134                             <label for="City">   135                                 <label for="City">
135                                 <span class="<#ERROR name='ERRORCity'>">   136                                     <span class="<#ERROR name='ERRORCity'>">
136                                     Primary Address City   137                                         Primary Address City
137                                     <span class="req">(required)</span>   138                                         <span class="req">(required)</span>
138                                 </span>   139                                     </span>
139                             </label>   140                                 </label>
140                             <input type="text" class="form-control" name="City" id="City" value="<#PARAM name='City'>" required>   141                                 <input type="text" class="form-control" name="City" id="City" value="<#PARAM name='City'>" required>
141                         </div>   142                             </div>
142     143  
143                         <div class="form-group col-md-4">   144                             <div class="form-group col-md-4">
144                             <label for="State">   145                                 <label for="State">
145                                 <span class="<#ERROR name='ERRORState'>">   146                                     <span class="<#ERROR name='ERRORState'>">
146                                     Primary Address State   147                                         Primary Address State
147                                     <span class="req">(required)</span>   148                                         <span class="req">(required)</span>
148                                 </span>   149                                     </span>
149                             </label>   150                                 </label>
150                             <select class="custom-select mr-sm-2" name="State" id="State" required>   151                                 <select class="custom-select mr-sm-2" name="State" id="State" required>
151                                 <#OPTION name="States" selectedValue="<#PARAM name='State'>" defaultName="Choose a State" defaultValue="">   152                                     <#OPTION name="States" selectedValue="<#PARAM name='State'>" defaultName="Choose a State" defaultValue="">
152                             </select>   153                                 </select>
153                         </div>   154                             </div>
154     155  
155                         <div class="form-group col-md-4">   156                             <div class="form-group col-md-4">
156                             <label for="Zip">   157                                 <label for="Zip">
157                                 <span class="<#ERROR name='ERRORZip'>">   158                                     <span class="<#ERROR name='ERRORZip'>">
158                                     Primary Address Zip   159                                         Primary Address Zip
159                                     <span class="req">(required)</span>   160                                         <span class="req">(required)</span>
160                                 </span>   161                                     </span>
161                             </label>   162                                 </label>
162                             <input type="text" class="form-control" name="Zip" id="Zip" value="<#PARAM name='Zip'>" required>   163                                 <input type="text" class="form-control" name="Zip" id="Zip" value="<#PARAM name='Zip'>" required>
163                         </div>   164                             </div>
164     165  
165                         <div class="form-group col-md-4">   166                             <div class="form-group col-md-4">
166                             <label for="Country">   167                                 <label for="Country">
167                                 <span class="<#ERROR name='ERRORCountry'>">   168                                     <span class="<#ERROR name='ERRORCountry'>">
168                                     Primary Address Country   169                                         Primary Address Country
169                                     <span class="req">(required)</span>   170                                         <span class="req">(required)</span>
170                                 </span>   171                                     </span>
171                             </label>   172                                 </label>
172                             <select class="custom-select mr-sm-2" name="Country" id="Country" required>   173                                 <select class="custom-select mr-sm-2" name="Country" id="Country" required>
173                                 <#OPTION name="Countries" selectedValue="<#PARAM name='Country'>" defaultName="Choose a Country" defaultValue="">   174                                     <#OPTION name="Countries" selectedValue="<#PARAM name='Country'>" defaultName="Choose a Country" defaultValue="">
174                             </select>   175                                 </select>
175                         </div>   176                             </div>
176                     </section>   177                         </section>
177     178  
178                     <section name="alt-address-info" style="<#CONDITIONAL type='CustomizationKey' test='UseSecondaryAddress' false='display:none'>">   179                         <section name="alt-address-info" style="<#CONDITIONAL type='CustomizationKey' test='UseSecondaryAddress' false='display:none'>">
179                         <h3 class="section-header">Alternate Address Information</h3>   180                             <h3 class="section-header">Alternate Address Information</h3>
180     181  
181                         <div class="form-group col-md-6">   182                             <div class="form-group col-md-6">
182                             <label for="SAddress">   183                                 <label for="SAddress">
183                                 <span class="<#ERROR name='ERRORSAddress'>">   184                                     <span class="<#ERROR name='ERRORSAddress'>">
184                                     Alternate Address Line 1   185                                         Alternate Address Line 1
185                                 </span>   186                                     </span>
186                             </label>   187                                 </label>
187                             <input type="text" class="form-control" name="SAddress" id="SAddress" value="<#PARAM name='SAddress'>">   188                                 <input type="text" class="form-control" name="SAddress" id="SAddress" value="<#PARAM name='SAddress'>">
188                         </div>   189                             </div>
189     190  
190                         <div class="form-group col-md-6">   191                             <div class="form-group col-md-6">
191                             <label for="SAddress2">   192                                 <label for="SAddress2">
192                                 <span class="<#ERROR name='ERRORSAddress2'>">   193                                     <span class="<#ERROR name='ERRORSAddress2'>">
193                                     Alternate Address Line 2   194                                         Alternate Address Line 2
194                                 </span>   195                                     </span>
195                             </label>   196                                 </label>
196                             <input type="text" class="form-control" name="SAddress2" id="SAddress2" value="<#PARAM name='SAddress2'>">   197                                 <input type="text" class="form-control" name="SAddress2" id="SAddress2" value="<#PARAM name='SAddress2'>">
197                         </div>   198                             </div>
198     199  
199                         <div class="form-group col-md-4">   200                             <div class="form-group col-md-4">
200                             <label for="SCity">   201                                 <label for="SCity">
201                                 <span class="<#ERROR name='ERRORSCity'>">   202                                     <span class="<#ERROR name='ERRORSCity'>">
202                                     Alternate Address City   203                                         Alternate Address City
203                                 </span>   204                                     </span>
204                             </label>   205                                 </label>
205                             <input type="text" class="form-control" name="SCity" id="SCity" value="<#PARAM name='SCity'>">   206                                 <input type="text" class="form-control" name="SCity" id="SCity" value="<#PARAM name='SCity'>">
206                         </div>   207                             </div>
207     208  
208                         <div class="form-group col-md-4">   209                             <div class="form-group col-md-4">
209                             <label for="SState">   210                                 <label for="SState">
210                                 <span class="<#ERROR name='ERRORSState'>">   211                                     <span class="<#ERROR name='ERRORSState'>">
211                                     Alternate Address State   212                                         Alternate Address State
212                                 </span>   213                                     </span>
213                             </label>   214                                 </label>
214                             <select class="custom-select mr-sm-2" name="SState" id="SState">   215                                 <select class="custom-select mr-sm-2" name="SState" id="SState">
215                                 <#OPTION name="States" selectedValue="<#PARAM name='SState'>" defaultName="Choose a State" defaultValue="">   216                                     <#OPTION name="States" selectedValue="<#PARAM name='SState'>" defaultName="Choose a State" defaultValue="">
216                             </select>   217                                 </select>
217                         </div>   218                             </div>
218     219  
219                         <div class="form-group col-md-4">   220                             <div class="form-group col-md-4">
220                             <label for="SZip">   221                                 <label for="SZip">
221                                 <span class="<#ERROR name='ERRORSZip'>">   222                                     <span class="<#ERROR name='ERRORSZip'>">
222                                     Alternate Address Zip   223                                         Alternate Address Zip
223                                 </span>   224                                     </span>
224                             </label>   225                                 </label>
225                             <input type="text" class="form-control" name="SZip" id="SZip" value="<#PARAM name='SZip'>">   226                                 <input type="text" class="form-control" name="SZip" id="SZip" value="<#PARAM name='SZip'>">
226                         </div>   227                             </div>
227     228  
228                         <div class="form-group col-md-4">   229                             <div class="form-group col-md-4">
229                             <label for="SCountry">   230                                 <label for="SCountry">
230                                 <span class="<#ERROR name='ERRORSCountry'>">   231                                     <span class="<#ERROR name='ERRORSCountry'>">
231                                     Alternate Address Country   232                                         Alternate Address Country
232                                 </span>   233                                     </span>
233                             </label>   234                                 </label>
234                             <select class="custom-select mr-sm-2" name="SCountry" id="SCountry">   235                                 <select class="custom-select mr-sm-2" name="SCountry" id="SCountry">
235                                 <#OPTION name="Countries" selectedValue="<#PARAM name='SCountry'>" defaultName="Choose a Country" defaultValue="">   236                                     <#OPTION name="Countries" selectedValue="<#PARAM name='SCountry'>" defaultName="Choose a Country" defaultValue="">
236                             </select>   237                                 </select>
237                         </div>   238                             </div>
238     239  
239                     </section>   240                         </section>
240     241  
241                     <section name="research-info">   242                         <section name="research-info">
242                         <h3 class="section-header">Research Information</h3>   243                             <h3 class="section-header">Research Information</h3>
243                           244                             
244                         <div class="form-group col-md-6">   245                             <div class="form-group col-md-6">
245                             <label for="ResearchTopics">   246                                 <label for="ResearchTopics">
246                                 <span class="<#ERROR name='ERRORResearchTopics'>">   247                                     <span class="<#ERROR name='ERRORResearchTopics'>">
247                                     Research Topics   248                                         Research Topics
248                                 </span>   249                                     </span>
249                             </label>   250                                 </label>
250                             <textarea class="form-control" name="ResearchTopics" id="ResearchTopics" rows="2" cols="40"><#PARAM name="ResearchTopics"></textarea>   251                                 <textarea class="form-control" name="ResearchTopics" id="ResearchTopics" rows="2" cols="40"><#PARAM name="ResearchTopics"></textarea>
251                         </div>   252                             </div>
252                           253                             
253                         <div class="form-check ml-3">   254                             <div class="form-check ml-3">
254                             <label class="form-check-label <#ERROR name='ERRORResearchTopicsSharing'>" for="ResearchTopicsSharing">   255                                 <label class="form-check-label <#ERROR name='ERRORResearchTopicsSharing'>" for="ResearchTopicsSharing">
255                                 <input class="form-check-input" type="checkbox" id="ResearchTopicsSharing" name="ResearchTopicsSharing" value="Yes" <#CHECKED name="ResearchTopicsSharing" default="true">>May we share your research topics with others?   256                                     <input class="form-check-input" type="checkbox" id="ResearchTopicsSharing" name="ResearchTopicsSharing" value="Yes" <#CHECKED name="ResearchTopicsSharing" default="true">>May we share your research topics with others?
256                             </label>   257                                 </label>
257                         </div>   258                             </div>
258                     </section>   259                         </section>
259                       260                         
260                     <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>   261                         <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>
261                     <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Exit to Main Menu" formnovalidate>Cancel - Exit to Main Menu</button>   262                         <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Exit to Main Menu" formnovalidate>Cancel - Exit to Main Menu</button>
262                 </form>   263                 </form>
    -+ 264             </main>
263   = 265  
264                 <footer> +-    
265                     <#INCLUDE filename="include_footer.html"> = 266             <#INCLUDE filename="include_footer.html">
266                 </footer> +-    
267                  = 267                 
268             </div>   268         </div>
269 </body>   269 </body>
270 </html>   270 </html>

   
CreditCardPayment.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html> <> 2 <html lang="en-US">
3 <head> = 3 <head>
4     <title>Aeon - Approve Billing</title>   4     <title>Aeon - Approve Billing</title>
5     <#INCLUDE filename="include_head.html">   5     <#INCLUDE filename="include_head.html">
6 </head>   6 </head>
7 <body>   7 <body>
8     <#INCLUDE filename="include_header.html">   8     <#INCLUDE filename="include_header.html">
9     <#INCLUDE filename="include_menu.html">   9     <#INCLUDE filename="include_menu.html">
    <> 10     <div class="container">
10     <div id="content" class="container" role="heading" aria-label="Content">   11         <main id="content" aria-label="Content">
11         <div class="row">                            = 12             <div class="row">                           
12             <div class="col-lg-9">   13                 <div class="col-lg-9">
13                 <h3>Payment Details</h3> <> 14                     <h2 class="h3 py-0">Payment Details</h2>
14                 <div id="orderEstimates">                        = 15                     <div id="orderEstimates">                       
15                     <#DATAREPEATER name="CreditCardPayment" TemplateFile="templates/DataRow_CreditCardOrder.html" noDataAction="You have no orders to pay for" orderby="t.TransactionNumber DESC">   16                         <#DATAREPEATER name="CreditCardPayment" TemplateFile="templates/DataRow_CreditCardOrder.html" noDataAction="You have no orders to pay for" orderby="t.TransactionNumber DESC">
16                 </div>   17                     </div>
17             </div>   18                 </div>
18             <div class="col-lg-3">                 19                 <div class="col-lg-3">              
19                 <h3> <> 20                     <h2 class="h3 py-0">
20                     <span class="text-muted">Summary</span>                      = 21                         <span class="text-muted">Summary</span>                     
21                 </h3> <> 22                     </h2>
22   = 23  
23                 <div class="list-group-item d-flex justify-content-between">   24                     <div class="list-group-item d-flex justify-content-between">
24                     <span>Charges</span>   25                         <span>Charges</span>
25                     <strong>$<span id="summaryTotalCharges">0.00</span></strong>   26                         <strong>$<span id="summaryTotalCharges">0.00</span></strong>
26                 </div>   27                     </div>
27     28  
28                 <script type="text/javascript">   29                     <script type="text/javascript">
29                     $(document).ready (function(){   30                         $(document).ready (function(){
30                     var total = 0;   31                         var total = 0;
31     32  
32                     $('[data-totalCharge]').each(function() {          33                         $('[data-totalCharge]').each(function() {       
33                     total += Number($(this).attr('data-totalCharge'));   34                         total += Number($(this).attr('data-totalCharge'));
34                     });   35                         });
35     36  
36                     $('#summaryTotalCharges').text(total.toFixed(2));          37                         $('#summaryTotalCharges').text(total.toFixed(2));       
37                           38                             
38                     $('#payOrder').prop('disabled', (total.toFixed(2) <= 0));   39                         $('#payOrder').prop('disabled', (total.toFixed(2) <= 0));
39                     })   40                         })
40                 </script>   41                     </script>
41                 <#INCLUDE filename="templates/payment/include_payment_form_none.html">   42                     <#INCLUDE filename="templates/payment/include_payment_form_none.html">
42     43  
43                 <#INCLUDE filename="include_footer.html"> +-    
44             </div> = 44                 </div>
45         </div>   45             </div>
    -+ 46         </main>
      47         <#INCLUDE filename="include_footer.html">
46     </div> = 48     </div>
47     49  
48 </body>   50 </body>
49 </html>   51 </html>

   
CreditCardPaymentConfirmation.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3 <head>   3 <head>
4     <title>Aeon - Approve Billing</title>   4     <title>Aeon - Approve Billing</title>
5     <#INCLUDE filename="include_head.html">   5     <#INCLUDE filename="include_head.html">
6 </head>   6 </head>
7     7  
8 <body>   8 <body>
9     <#INCLUDE filename="include_header.html">   9     <#INCLUDE filename="include_header.html">
10     <#INCLUDE filename="include_menu.html">   10     <#INCLUDE filename="include_menu.html">
    <> 11     <div class="container">
11     <div id="content" class="container" role="heading" aria-label="Content">   12         <main id="content" aria-label="Content">
12   =    
13         <#include filename="templates/payment/include_confirmation_form_none.html">   13             <#include filename="templates/payment/include_confirmation_form_none.html">
14   <> 14         </main>
15         <footer>      
16             <#INCLUDE filename="include_footer.html"> = 15         <#INCLUDE filename="include_footer.html">
17         </footer> +-    
18     </div> = 16     </div>
19        17     
20 </body>   18 </body>
21     19  
22 </html>   20 </html>

   
DefaultRequest.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>Aeon - New Request</title>   5     <title>Aeon - New Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <#INCLUDE filename="include_head_request.html">   7     <#INCLUDE filename="include_head_request.html">
8 </head>   8 </head>
9     9  
10 <body>   10 <body>
11     11  
12     <#INCLUDE filename="include_header.html">   12     <#INCLUDE filename="include_header.html">
13     <#INCLUDE filename="include_nav.html">   13     <#INCLUDE filename="include_nav.html">
    <> 14     <div class="container">
14     <div id="content" class="container" aria-label="Content">   15         <main id="content" aria-label="Content">
15         <form action="aeon.dll" method="post" name="DefaultRequest" id="RequestForm"> = 16             <form action="aeon.dll" method="post" name="DefaultRequest" id="RequestForm">
16             <input type="hidden" name="AeonForm" value="DefaultRequest">   17                 <input type="hidden" name="AeonForm" value="DefaultRequest">
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="TransactionLink" value="<#PARAM name='TransactionLink'>">   19                 <input type="hidden" name="TransactionLink" value="<#PARAM name='TransactionLink'>">
19             <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">   20                 <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">
20             <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">   21                 <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">
21             <input type="hidden" name="RequestType" value="Loan">   22                 <input type="hidden" name="RequestType" value="Loan">
22     23  
23             <h2>Describe a New Request</h2>   24                 <h2>Describe a New Request</h2>
24     25  
25             <div id="statusLine"><#STATUS></div>   26                 <div id="statusLine"><#STATUS></div>
26     27  
27             <section name="item-info">   28                 <section name="item-info">
28     29  
29                 <div class="d-flex">   30                     <div class="d-flex">
30                     <h3 class="section-header">Item Information</h3>   31                         <h3 class="section-header">Item Information</h3>
31                     <div class="ml-auto">   32                         <div class="ml-auto">
32                         <button id="SwitchToPhotoduplicationRequest" class="btn btn-primary btn-md switchButton switch-request-form float-right" type="button" name="switchButton" data-switchrequest-form="20" data-switchrequest-value="PhotoduplicationRequest">   33                             <button id="SwitchToPhotoduplicationRequest" class="btn btn-primary btn-md switchButton switch-request-form float-right" type="button" name="switchButton" data-switchrequest-form="20" data-switchrequest-value="PhotoduplicationRequest">
33                             Switch to Photoduplication Request   34                                 Switch to Photoduplication Request
34                         </button>   35                             </button>
35                     </div>   36                         </div>
36                 </div>   37                     </div>
37     38  
38                 <div class="form-group col-md-8">   39                     <div class="form-group col-md-8">
39                     <label for="ItemTitle">   40                         <label for="ItemTitle">
40                         <span class="<#ERROR name='ERRORItemTitle'>">   41                             <span class="<#ERROR name='ERRORItemTitle'>">
41                             Title   42                                 Title
42                         </span>   43                             </span>
43                         <span class="req">(required)</span>   44                             <span class="req">(required)</span>
44                     </label>   45                         </label>
45                     <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="40" required><#PARAM name="ItemTitle"></textarea>   46                         <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="40" required><#PARAM name="ItemTitle"></textarea>
46                 </div>   47                     </div>
47                   48                     
48                 <div class="form-group col-md-8">   49                     <div class="form-group col-md-8">
49                     <label for="ItemAuthor">   50                         <label for="ItemAuthor">
50                         <span class="<#ERROR name='ERRORItemAuthor'>">   51                             <span class="<#ERROR name='ERRORItemAuthor'>">
51                             Author/Creator   52                                 Author/Creator
52                         </span>   53                             </span>
53                     </label>   54                         </label>
54                     <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">   55                         <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">
55                 </div>   56                     </div>
56     57  
57                 <div class="form-group col-md-5">   58                     <div class="form-group col-md-5">
58                     <label for="ItemPlace">   59                         <label for="ItemPlace">
59                         <span class="<#ERROR name='ERRORItemPlace'>">   60                             <span class="<#ERROR name='ERRORItemPlace'>">
60                             Place of Publication   61                                 Place of Publication
61                         </span>   62                             </span>
62                     </label>   63                         </label>
63                     <input type="text" class="form-control" name="ItemPlace" id="ItemPlace" value="<#PARAM name='ItemPlace'>">   64                         <input type="text" class="form-control" name="ItemPlace" id="ItemPlace" value="<#PARAM name='ItemPlace'>">
64                 </div>   65                     </div>
65     66  
66                 <div class="form-group col-md-5">   67                     <div class="form-group col-md-5">
67                     <label for="ItemPublisher">   68                         <label for="ItemPublisher">
68                         <span class="<#ERROR name='ERRORItemPublisher'>">   69                             <span class="<#ERROR name='ERRORItemPublisher'>">
69                             Publisher   70                                 Publisher
70                         </span>   71                             </span>
71                     </label>   72                         </label>
72                     <input type="text" class="form-control" name="ItemPublisher" id="ItemPublisher" value="<#PARAM name='ItemPublisher'>">   73                         <input type="text" class="form-control" name="ItemPublisher" id="ItemPublisher" value="<#PARAM name='ItemPublisher'>">
73                 </div>   74                     </div>
74     75  
75                 <div class="form-group col-md-3">   76                     <div class="form-group col-md-3">
76                     <label for="ItemDate">   77                         <label for="ItemDate">
77                         <span class="<#ERROR name='ERRORItemDate'>">   78                             <span class="<#ERROR name='ERRORItemDate'>">
78                             Date   79                                 Date
79                         </span>   80                             </span>
80                     </label>   81                         </label>
81                     <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">   82                         <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">
82                 </div>   83                     </div>
83     84  
84                 <div class="form-group col-md-3">   85                     <div class="form-group col-md-3">
85                     <label for="ItemEdition">   86                         <label for="ItemEdition">
86                         <span class="<#ERROR name='ERRORItemEdition'>">   87                             <span class="<#ERROR name='ERRORItemEdition'>">
87                             Edition   88                                 Edition
88                         </span>   89                             </span>
89                     </label>   90                         </label>
90                     <input type="text" class="form-control" name="ItemEdition" id="ItemEdition" value="<#PARAM name='ItemEdition'>">   91                         <input type="text" class="form-control" name="ItemEdition" id="ItemEdition" value="<#PARAM name='ItemEdition'>">
91                 </div>   92                     </div>
92     93  
93                 <div class="form-group col-md-3">   94                     <div class="form-group col-md-3">
94                     <label for="ItemVolume">   95                         <label for="ItemVolume">
95                         <span class="<#ERROR name='ERRORItemVolume'>">   96                             <span class="<#ERROR name='ERRORItemVolume'>">
96                             Volume/Box   97                                 Volume/Box
97                         </span>   98                             </span>
98                     </label>   99                         </label>
99                     <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">   100                         <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">
100                 </div>   101                     </div>
101     102  
102                 <div class="form-group col-md-3">   103                     <div class="form-group col-md-3">
103                     <label for="ItemIssue">   104                         <label for="ItemIssue">
104                         <span class="<#ERROR name='ERRORItemIssue'>">   105                             <span class="<#ERROR name='ERRORItemIssue'>">
105                             Issue/Copy   106                                 Issue/Copy
106                         </span>   107                             </span>
107                     </label>   108                         </label>
108                     <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">   109                         <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">
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="CallNumber">   113                         <label for="CallNumber">
113                         <span class="<#ERROR name='ERRORCallNumber'>">   114                             <span class="<#ERROR name='ERRORCallNumber'>">
114                             Call Number   115                                 Call Number
115                         </span>   116                             </span>
116                     </label>   117                         </label>
117                     <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   118                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
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="Location">   122                         <label for="Location">
122                         <span class="<#ERROR name='ERRORLocation'>">   123                             <span class="<#ERROR name='ERRORLocation'>">
123                             Collection Name/Location   124                                 Collection Name/Location
124                         </span>   125                             </span>
125                     </label>   126                         </label>
126                     <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">   127                         <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">
127                 </div>   128                     </div>
128             </section>   129                 </section>
129     130  
130             <section name="user-info">   131                 <section name="user-info">
131                 <h3 class="section-header">Request Information</h3>   132                     <h3 class="section-header">Request Information</h3>
132     133  
133                 <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">   134                     <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">
134                     <label for="RequestLink">   135                         <label for="RequestLink">
135                         <span class="<#ERROR name='ERRORRequestLink'>">   136                             <span class="<#ERROR name='ERRORRequestLink'>">
136                             Request for   137                                 Request for
137                         </span>   138                             </span>
138                     </label>   139                         </label>
139                     <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1">   140                         <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1">
140                         <#OPTION name="RequestLinks">   141                             <#OPTION name="RequestLinks">
141                     </select>   142                         </select>
142                 </div>   143                     </div>
143     144  
144                 <div class="form-group col-md-8">   145                     <div class="form-group col-md-8">
145                     <label for="Notes">   146                         <label for="Notes">
146                         <span class="<#ERROR name='ERRORNotes'>">   147                             <span class="<#ERROR name='ERRORNotes'>">
147                             My Notes   148                                 My Notes
148                         </span>   149                             </span>
149                     </label>   150                         </label>
150                     <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>   151                         <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>
151                     <div class="small-notes">Enter any notes about this request for your personal reference.</div>   152                         <div class="small-notes">Enter any notes about this request for your personal reference.</div>
152                 </div>   153                     </div>
153     154  
154                 <div class="form-group col-md-8">   155                     <div class="form-group col-md-8">
155                     <label for="SpecialRequest">   156                         <label for="SpecialRequest">
156                         <span class="<#ERROR name='ERRORSpecialRequest'>">   157                             <span class="<#ERROR name='ERRORSpecialRequest'>">
157                             Special Requests/Questions?   158                                 Special Requests/Questions?
158                         </span>   159                             </span>
159                     </label>   160                         </label>
160                     <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>   161                         <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>
161                     <div class="small-notes">Please enter any special requests or questions for library staff.</div>   162                         <div class="small-notes">Please enter any special requests or questions for library staff.</div>
162                 </div>   163                     </div>
163     164  
164                 <#INCLUDE filename="include_ResearcherTags.html">   165                     <#INCLUDE filename="include_ResearcherTags.html">
165     166  
166                 <div class="form-group col-sm-4">   167                     <div class="form-group col-sm-4">
167                     <label for="ScheduledDate">   168                         <label for="ScheduledDate">
168                         <span class="<#ERROR name='ERRORScheduledDate'>">   169                             <span class="<#ERROR name='ERRORScheduledDate'>">
169                             Date of Visit   170                                 Date of Visit
170                         </span>   171                             </span>
171                     </label>   172                         </label>
172                     <div class="input-group">   173                         <div class="input-group">
173                         <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text"  aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">   174                             <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text"  aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">
174                         <div class="input-group-append">   175                             <div class="input-group-append">
175                           <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate"  aria-label="Calendar">   176                             <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate"  aria-label="Calendar">
176                             <span class="fas fa-calendar ui-datepicker-trigger"></span>   177                                 <span class="fas fa-calendar ui-datepicker-trigger"></span>
177                           </button>   178                             </button>
178                         </div>   179                             </div>
179                     </div>   180                         </div>
180     181  
181                     <div class="small-notes">   182                         <div class="small-notes">
182                         Select the date you plan to visit.   183                             Select the date you plan to visit.
183                     </div>   184                         </div>
184                 </div>   185                     </div>
185             </section>   186                 </section>
186     187  
187             <#INCLUDE filename="include_request_buttons.html">   188                 <#INCLUDE filename="include_request_buttons.html">
188         </form>   189             </form>
    -+ 190         </main>
189    = 191  
190             <#INCLUDE filename="include_footer.html">   192         <#INCLUDE filename="include_footer.html">
191     193  
192     </div>   194     </div>
193 </body>   195 </body>
194     196  
195 </html>   197 </html>

   
DetailedInformation.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>Aeon - Transaction   5     <title>Aeon - 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        12     
13     <#INCLUDE filename="include_header.html">   13     <#INCLUDE filename="include_header.html">
14     14  
15     <#INCLUDE filename="include_menu.html">   15     <#INCLUDE filename="include_menu.html">
    <> 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         <#INCLUDE type="DetailedDocTypeInformation">   19             <#INCLUDE type="DetailedDocTypeInformation">
19         <#INCLUDE filename="include_ResearcherTagsUpdate.html">   20             <#INCLUDE filename="include_ResearcherTagsUpdate.html">
20     21  
21         <div id="billingInformation">   22             <div id="billingInformation">
22             <h3 class="header-detailed">Billing</h3> <> 23                 <h2 class="h3 header-detailed">Billing</h2>
23             = 24                 
24             <#DATAREPEATER name="BillingDetails" TemplateFile="templates/DataRow_BillingDetail.html" noDataAction="This request has no billing information">   25                 <#DATAREPEATER name="BillingDetails" TemplateFile="templates/DataRow_BillingDetail.html" noDataAction="This request has no billing information">
25     26  
26             <div class="row" id="billingTotal">   27                 <div class="row" id="billingTotal">
27                 <div class="col-lg-12">   28                     <div class="col-lg-12">
28                     <div class="list-group-item d-flex justify-content-between">   29                         <div class="list-group-item d-flex justify-content-between">
29                         <span>Total</span>   30                             <span>Total</span>
30                         <strong>$   31                             <strong>$
31                             <span id="summaryTotalCharges">0.00</span>   32                                 <span id="summaryTotalCharges">0.00</span>
32                         </strong>   33                             </strong>
33                     </div>   34                         </div>
34                 </div>   35                     </div>
35             </div>   36                 </div>
36         </div>   37             </div>
37           38             
38         <script>   39             <script>
39             $(document).ready(function () {   40                 $(document).ready(function () {
40                 if (($('#billingInformation .billingDetail').length == 0)) {       41                     if (($('#billingInformation .billingDetail').length == 0)) {    
41                     $('#billingTotal').hide();   42                         $('#billingTotal').hide();
42             }      43                 }   
43                 else   44                     else
44                 {   45                     {
45                     $('#billingTotal').show();   46                         $('#billingTotal').show();
46                 }   47                     }
47             });   48                 });
48         </script>   49             </script>
49     50  
50         <div id="notes<#PARAM name='TransactionNumber'>">   51             <div id="notes<#PARAM name='TransactionNumber'>">
51             <h3 class="header-detailed">Notes</h3> <> 52                 <h2 class="h3 header-detailed">Notes</h2>
52             <div class="list-group"> = 53                 <div class="list-group">
53                 <#DATAREPEATER name="NotesInformation" TemplateFile="templates/DataRow_DefaultNote.html" noDataAction="This request has no notes">   54                     <#DATAREPEATER name="NotesInformation" TemplateFile="templates/DataRow_DefaultNote.html" noDataAction="This request has no notes">
54             </div>   55                 </div>
55         </div>   56             </div>
56     57  
57         <h3 class="header-detailed">Tracking</h3> <> 58             <h2 class="h3 header-detailed">Tracking</h2>
58         <div class="table"> = 59             <div class="table">
59             <#TABLE name="TrackingInformation" noDataAction="ShowMessageRow" noDataMessage="This request has no tracking information" column="ChangedDate:Changed Date" column="ChangedTo:Status" column="ChangedBy:Changed By">   60                 <#TABLE name="TrackingInformation" noDataAction="ShowMessageRow" noDataMessage="This request has no tracking information" column="ChangedDate:Changed Date" column="ChangedTo:Status" column="ChangedBy:Changed By">
60         </div>   61             </div>
    -+ 62         </main>
61              = 63             
62         <#INCLUDE filename="include_footer.html">   64         <#INCLUDE filename="include_footer.html">
63            65         
64     </div>   66     </div>
65     67  
66     <script type="text/javascript">   68     <script type="text/javascript">
67         $(document).ready(function () {   69         $(document).ready(function () {
68     70  
69             UpdateCharges();   71             UpdateCharges();
70         });   72         });
71         function UpdateCharges() {   73         function UpdateCharges() {
72             var total = 0;   74             var total = 0;
73             var tax = 0;   75             var tax = 0;
74             var subTotal = 0;   76             var subTotal = 0;
75             var shTotal = 0;   77             var shTotal = 0;
76             $('[data-totalCharge]').each(function () {   78             $('[data-totalCharge]').each(function () {
77                 total += Number($(this).attr('data-totalCharge'));   79                 total += Number($(this).attr('data-totalCharge'));
78             });   80             });
79             $('[data-taxCharge]').each(function () {   81             $('[data-taxCharge]').each(function () {
80                 tax += Number($(this).attr('data-taxCharge'));   82                 tax += Number($(this).attr('data-taxCharge'));
81             });   83             });
82             $('[data-subTotalCharge]').each(function () {   84             $('[data-subTotalCharge]').each(function () {
83                 subTotal += Number($(this).attr('data-subTotalCharge'));   85                 subTotal += Number($(this).attr('data-subTotalCharge'));
84             });   86             });
85     87  
86             $('[data-context="Service Level"][data-subTotalCharge]').each(function () {   88             $('[data-context="Service Level"][data-subTotalCharge]').each(function () {
87                 shTotal += Number($(this).attr('data-subTotalCharge'));   89                 shTotal += Number($(this).attr('data-subTotalCharge'));
88             });   90             });
89             $('[data-context="Shipping Option"][data-subTotalCharge]').each(function () {   91             $('[data-context="Shipping Option"][data-subTotalCharge]').each(function () {
90                 shTotal += Number($(this).attr('data-subTotalCharge'));   92                 shTotal += Number($(this).attr('data-subTotalCharge'));
91             });   93             });
92     94  
93             $('#summarySubtotal').text((subTotal - shTotal).toFixed(2));   95             $('#summarySubtotal').text((subTotal - shTotal).toFixed(2));
94             $('#summaryTax').text(tax.toFixed(2));   96             $('#summaryTax').text(tax.toFixed(2));
95             $('#summarySH').text(shTotal.toFixed(2));   97             $('#summarySH').text(shTotal.toFixed(2));
96             $('#summaryTotalCharges').text(total.toFixed(2));   98             $('#summaryTotalCharges').text(total.toFixed(2));
97         }   99         }
98     </script>   100     </script>
99 </body>   101 </body>
100 </html>   102 </html>

   
DisavowedUsername.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3 <head>   3 <head>
4     <title>Aeon Logon</title>   4     <title>Aeon Logon</title>
5     <#INCLUDE filename="include_head.html">   5     <#INCLUDE filename="include_head.html">
6 </head>   6 </head>
7 <body>   7 <body>
8     <#INCLUDE filename="include_header.html">   8     <#INCLUDE filename="include_header.html">
9     9  
10     <div id="statusLine" class="container">   10     <div id="statusLine" class="container">
11         <#STATUS>   11         <#STATUS>
12     </div>   12     </div>
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         Please contact the Special Collections office during normal business hours if you have any questions. = 15             Please contact the Special Collections office during normal business hours if you have any questions.
    -+ 16         </main>
15        = 17       
16      <#INCLUDE filename="include_footer.html">   18         <#INCLUDE filename="include_footer.html">
17         19      
18     </div>   20     </div>
19 </body>   21 </body>
20 </html>   22 </html>

   
EADRequest.html  
1 <!-- = 1 <!--
2  Note: Unlike other Aeon web pages, on this page the input elements must have a name of "FormDataField" and    2  Note: Unlike other Aeon web pages, on this page the input elements must have a name of "FormDataField" and 
3        an ID matching the relevant Aeon field name.   3        an ID matching the relevant Aeon field name.
4 -->   4 -->
5 <!DOCTYPE html>   5 <!DOCTYPE html>
6 <html lang="en-US">   6 <html lang="en-US">
7 <head>   7 <head>
8     <title>Aeon - EAD Requests</title>   8     <title>Aeon - EAD Requests</title>
9     <#INCLUDE filename="include_head.html">   9     <#INCLUDE filename="include_head.html">
10     <#INCLUDE filename="include_head_request.html">   10     <#INCLUDE filename="include_head_request.html">
11     <script type="text/javascript" src="js/EADRequest.js"></script>   11     <script type="text/javascript" src="js/EADRequest.js"></script>
12     <script>   12     <script>
13         $(document).ready(function () {   13         $(document).ready(function () {
14             //Initialize the EAD Submission form   14             //Initialize the EAD Submission form
15             InitializeSubmissionForm();   15             InitializeSubmissionForm();
16     16  
17             //Add the onclick handler to the submit request button   17             //Add the onclick handler to the submit request button
18             //Only validate if the button is not a Save button or Cancel button   18             //Only validate if the button is not a Save button or Cancel button
19             $(':submit').click(function (event) {    19             $(':submit').click(function (event) { 
20                 if ((this.id === 'buttonSaveRequest' || this.id === 'buttonCancel') || $(this).closest("form").get(0).reportValidity()) {    20                 if ((this.id === 'buttonSaveRequest' || this.id === 'buttonCancel') || $(this).closest("form").get(0).reportValidity()) { 
21                     SubmitEADForm(this, event);   21                     SubmitEADForm(this, event);
22                 }   22                 }
23             return false;    23             return false; 
24         });   24         });
25         });   25         });
26     </script>   26     </script>
27 </head>   27 </head>
28     28  
29 <body>   29 <body>
30     <#INCLUDE filename="include_header.html">   30     <#INCLUDE filename="include_header.html">
31     <#INCLUDE filename="include_nav.html">   31     <#INCLUDE filename="include_nav.html">
    <> 32     <div class="container">
32     <div id="content" class="container" role="heading" aria-label="Content">   33         <main id="content" aria-label="Content">
33         <!-- = 34             <!--
34                 Commented out original form declaration. New method requires javascript, but can handle large EADs   35                     Commented out original form declaration. New method requires javascript, but can handle large EADs
35                 <form action="aeon.dll" method="post" name="EADRequest" >   36                     <form action="aeon.dll" method="post" name="EADRequest" >
36                 -->   37                     -->
37         <form action="" name="EADRequest_Original">   38             <form action="" name="EADRequest_Original">
38             <input type="hidden" ID="AeonForm" name="FormDataField" value="EADRequest">   39                 <input type="hidden" ID="AeonForm" name="FormDataField" value="EADRequest">
39             <input type="hidden" ID="Username" name="FormDataField" value="<#PARAM name='Username'>">   40                 <input type="hidden" ID="Username" name="FormDataField" value="<#PARAM name='Username'>">
40             <input type="hidden" ID="DocumentType" name="FormDataField" value="Manuscript">   41                 <input type="hidden" ID="DocumentType" name="FormDataField" value="Manuscript">
41     42  
42             <h2>Finding Aid Requests</h2>   43                 <h2>Finding Aid Requests</h2>
43             <div id="statusLine">   44                 <div id="statusLine">
44                 <#STATUS>   45                     <#STATUS>
45             </div>   46                 </div>
46             <span class="note">Click on headings below to display/hide corresponding information.</span>   47                 <span class="note">Click on headings below to display/hide corresponding information.</span>
47     48  
48             <section name="ead-request">   49                 <section name="ead-request">
49                 <#PARAM name="EADRequests">   50                     <#PARAM name="EADRequests">
50             </section>   51                 </section>
51     52  
52             <section name="user-info">   53                 <section name="user-info">
53                 <span>   54                     <span>
54                     <h3 class="section-header">Common Request Information</h3>   55                         <h3 class="section-header">Common Request Information</h3>
55                     <div class="common-note">Note: The notes will be used for all of the submitted requests.</div>   56                         <div class="common-note">Note: The notes will be used for all of the submitted requests.</div>
56                 </span>   57                     </span>
57     58  
58                 <div class="form-group col-md-8">   59                     <div class="form-group col-md-8">
59                     <label for="Notes">   60                         <label for="Notes">
60                         <span class="<#ERROR name='ERRORNotes'>">   61                             <span class="<#ERROR name='ERRORNotes'>">
61                             My Notes   62                                 My Notes
62                         </span>   63                             </span>
63                     </label>   64                         </label>
64                     <textarea class="form-control" name="FormDataField" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>   65                         <textarea class="form-control" name="FormDataField" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>
65                     <div class="small-notes">   66                         <div class="small-notes">
66                         Please include any additional information that might help us locate the specific items requested, as well as other pertinent information.   67                             Please include any additional information that might help us locate the specific items requested, as well as other pertinent information.
67                     </div>   68                         </div>
68                 </div>   69                     </div>
69     70  
70                 <div class="form-group col-md-8">   71                     <div class="form-group col-md-8">
71                     <label for="SpecialRequest">   72                         <label for="SpecialRequest">
72                         <span class="<#ERROR name='ERRORSpecialRequest'>">   73                             <span class="<#ERROR name='ERRORSpecialRequest'>">
73                             Special Requests/Questions?   74                                 Special Requests/Questions?
74                         </span>   75                             </span>
75                     </label>   76                         </label>
76                     <textarea class="form-control" name="FormDataField" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>   77                         <textarea class="form-control" name="FormDataField" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>
77                     <div class="small-notes">Please enter any special requests or questions for library staff.</div>   78                         <div class="small-notes">Please enter any special requests or questions for library staff.</div>
78                 </div>   79                     </div>
79     80  
80                 <div class="form-group col-md-8">   81                     <div class="form-group col-md-8">
81                     <label for="ResearcherTags">   82                         <label for="ResearcherTags">
82                         Researcher Tags   83                             Researcher Tags
83                     </label>   84                         </label>
84                     <input type="text" class="form-control" name="FormDataField" id="ResearcherTags" value="<#PARAM name='ResearcherTags'>">   85                         <input type="text" class="form-control" name="FormDataField" id="ResearcherTags" value="<#PARAM name='ResearcherTags'>">
85                     <div class="small-notes">Enter a comma-separated list of the tags you want associated with this request.</div>   86                         <div class="small-notes">Enter a comma-separated list of the tags you want associated with this request.</div>
86                 </div>   87                     </div>
87     88  
88                 <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">   89                     <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">
89                     <label for="RequestLink">   90                         <label for="RequestLink">
90                         <span class="<#ERROR name='ERRORRequestLink'>">   91                             <span class="<#ERROR name='ERRORRequestLink'>">
91                             Request for   92                                 Request for
92                         </span>   93                             </span>
93                     </label>   94                         </label>
94                     <select class="custom-select mr-sm-2" id="RequestLink" name="FormDataField" size="1">   95                         <select class="custom-select mr-sm-2" id="RequestLink" name="FormDataField" size="1">
95                         <#OPTION name="RequestLinks">   96                             <#OPTION name="RequestLinks">
96                     </select>   97                         </select>
97                 </div>   98                     </div>
98     99  
99                 <div class="form-group col-sm-4">   100                     <div class="form-group col-sm-4">
100                     <label for="ScheduledDate">   101                         <label for="ScheduledDate">
101                         <span class="<#ERROR name='ERRORScheduledDate'>">   102                             <span class="<#ERROR name='ERRORScheduledDate'>">
102                             Date of Visit   103                                 Date of Visit
103                         </span>   104                             </span>
104                     </label>   105                         </label>
105                     <div class="input-group">   106                         <div class="input-group">
106                         <input class="form-control" id="ScheduledDate" name="FormDataField" type="text"  aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">   107                             <input class="form-control" id="ScheduledDate" name="FormDataField" type="text"  aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">
107                         <div class="input-group-append">   108                             <div class="input-group-append">
108                           <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate"  aria-label="Calendar">   109                             <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate"  aria-label="Calendar">
109                             <span class="fas fa-calendar ui-datepicker-trigger"></span>   110                                 <span class="fas fa-calendar ui-datepicker-trigger"></span>
110                           </button>   111                             </button>
111                         </div>   112                             </div>
112                     </div>   113                         </div>
113     114  
114                     <div class="small-notes">   115                         <div class="small-notes">
115                         Select the date you plan to visit.   116                             Select the date you plan to visit.
116                     </div>   117                         </div>
117                 </div>   118                     </div>
118     119  
119             </section>   120                 </section>
120             <#INCLUDE filename="include_request_buttons.html">   121                 <#INCLUDE filename="include_request_buttons.html">
121     122  
122         </form>   123             </form>
    -+ 124         </main>
123         <#INCLUDE filename="include_footer.html"> = 125         <#INCLUDE filename="include_footer.html">
124     126  
125     </div>   127     </div>
126 </body>   128 </body>
127     129  
128 </html>   130 </html>

   
EditDefaultRequest.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3 <head>   3 <head>
4     <title>Aeon - Edit Request</title>   4     <title>Aeon - Edit Request</title>
5     <#INCLUDE filename="include_head.html">   5     <#INCLUDE filename="include_head.html">
6     <#INCLUDE filename="include_head_request.html">   6     <#INCLUDE filename="include_head_request.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     10  
11     <#INCLUDE filename="include_header.html">   11     <#INCLUDE filename="include_header.html">
12     12  
13     <#INCLUDE filename="include_nav.html">   13     <#INCLUDE filename="include_nav.html">
    <> 14     <div class="container">
14     <div id="content" class="container" role="heading" aria-label="Content">   15         <main id="content" aria-label="Content">
15         <form action="aeon.dll" method="post" name="EditDefaultRequest"> = 16             <form action="aeon.dll" method="post" name="EditDefaultRequest">
16             <input type="hidden" name="AeonForm" value="EditDefaultRequest">   17                 <input type="hidden" name="AeonForm" value="EditDefaultRequest">
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="TransactionNumber" value="<#PARAM name='TransactionNumber'>">   19                 <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">
19             <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">   20                 <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">
20             <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">   21                 <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">
21             <input type="hidden" name="RequestType" value="Loan">   22                 <input type="hidden" name="RequestType" value="Loan">
22     23  
23             <h2>Edit the Request</h2>   24                 <h2>Edit the Request</h2>
24             <div id="statusLine"><#STATUS></div>   25                 <div id="statusLine"><#STATUS></div>
25     26  
26             <section name="item-info">   27                 <section name="item-info">
27                 <h3 class="section-header">Item Information</h3>   28                     <h3 class="section-header">Item Information</h3>
28                 <div class="form-group col-md-8">   29                     <div class="form-group col-md-8">
29                     <label for="ItemTitle">   30                         <label for="ItemTitle">
30                         <span class="<#ERROR name='ERRORItemTitle'>">   31                             <span class="<#ERROR name='ERRORItemTitle'>">
31                             Title   32                                 Title
32                             <span class="req">(required)</span>   33                                 <span class="req">(required)</span>
33                         </span>   34                             </span>
34                     </label>   35                         </label>
35                     <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="40" required><#PARAM name="ItemTitle"></textarea>   36                         <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="40" required><#PARAM name="ItemTitle"></textarea>
36                 </div>   37                     </div>
37     38  
38                 <div class="form-group col-md-8">   39                     <div class="form-group col-md-8">
39                     <label for="ItemAuthor">   40                         <label for="ItemAuthor">
40                         <span class="<#ERROR name='ERRORItemAuthor'>">   41                             <span class="<#ERROR name='ERRORItemAuthor'>">
41                             Author/Creator   42                                 Author/Creator
42                         </span>   43                             </span>
43                     </label>   44                         </label>
44                     <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">   45                         <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">
45                 </div>   46                     </div>
46     47  
47                 <div class="form-group col-md-5">   48                     <div class="form-group col-md-5">
48                     <label for="ItemPlace">   49                         <label for="ItemPlace">
49                         <span class="<#ERROR name='ERRORItemPlace'>">   50                             <span class="<#ERROR name='ERRORItemPlace'>">
50                             Place of Publication   51                                 Place of Publication
51                         </span>   52                             </span>
52                     </label>   53                         </label>
53                     <input type="text" class="form-control" name="ItemPlace" id="ItemPlace" value="<#PARAM name='ItemPlace'>">   54                         <input type="text" class="form-control" name="ItemPlace" id="ItemPlace" value="<#PARAM name='ItemPlace'>">
54                 </div>   55                     </div>
55     56  
56                 <div class="form-group col-md-5">   57                     <div class="form-group col-md-5">
57                     <label for="ItemPublisher">   58                         <label for="ItemPublisher">
58                         <span class="<#ERROR name='ERRORItemPublisher'>">   59                             <span class="<#ERROR name='ERRORItemPublisher'>">
59                             Publisher   60                                 Publisher
60                         </span>   61                             </span>
61                     </label>   62                         </label>
62                     <input type="text" class="form-control" name="ItemPublisher" id="ItemPublisher" value="<#PARAM name='ItemPublisher'>">   63                         <input type="text" class="form-control" name="ItemPublisher" id="ItemPublisher" value="<#PARAM name='ItemPublisher'>">
63                 </div>   64                     </div>
64     65  
65                 <div class="form-group col-md-3">   66                     <div class="form-group col-md-3">
66                     <label for="ItemDate">   67                         <label for="ItemDate">
67                         <span class="<#ERROR name='ERRORItemDate'>">   68                             <span class="<#ERROR name='ERRORItemDate'>">
68                             Date   69                                 Date
69                         </span>   70                             </span>
70                     </label>   71                         </label>
71                     <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">   72                         <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">
72                 </div>   73                     </div>
73     74  
74                 <div class="form-group col-md-3">   75                     <div class="form-group col-md-3">
75                     <label for="ItemEdition">   76                         <label for="ItemEdition">
76                         <span class="<#ERROR name='ERRORItemEdition'>">   77                             <span class="<#ERROR name='ERRORItemEdition'>">
77                             Edition   78                                 Edition
78                         </span>   79                             </span>
79                     </label>   80                         </label>
80                     <input type="text" class="form-control" name="ItemEdition" id="ItemEdition" value="<#PARAM name='ItemEdition'>">   81                         <input type="text" class="form-control" name="ItemEdition" id="ItemEdition" value="<#PARAM name='ItemEdition'>">
81                 </div>   82                     </div>
82     83  
83                 <div class="form-group col-md-3">   84                     <div class="form-group col-md-3">
84                     <label for="ItemVolume">   85                         <label for="ItemVolume">
85                         <span class="<#ERROR name='ERRORItemVolume'>">   86                             <span class="<#ERROR name='ERRORItemVolume'>">
86                             Volume/Box   87                                 Volume/Box
87                         </span>   88                             </span>
88                     </label>   89                         </label>
89                     <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">   90                         <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">
90                 </div>   91                     </div>
91     92  
92                 <div class="form-group col-md-3">   93                     <div class="form-group col-md-3">
93                     <label for="ItemIssue">   94                         <label for="ItemIssue">
94                         <span class="<#ERROR name='ERRORItemIssue'>">   95                             <span class="<#ERROR name='ERRORItemIssue'>">
95                             Issue/Copy   96                                 Issue/Copy
96                         </span>   97                             </span>
97                     </label>   98                         </label>
98                     <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">   99                         <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">
99                 </div>   100                     </div>
100     101  
101                 <!--   102                     <!--
102                 <label for="ItemCitation">   103                     <label for="ItemCitation">
103                     <span class="field">   104                         <span class="field">
104                         <span class="<#ERROR name='ERRORItemCitation'>">Size/Physical Description</span>   105                             <span class="<#ERROR name='ERRORItemCitation'>">Size/Physical Description</span>
105                     </span>   106                         </span>
106                     <input id="ItemCitation" name="ItemCitation" type="text" size="40" class="f-name" value="<#PARAM name='ItemCitation'>">                        107                         <input id="ItemCitation" name="ItemCitation" type="text" size="40" class="f-name" value="<#PARAM name='ItemCitation'>">                     
107                 </label>    108                     </label> 
108                 -->   109                     -->
109                 <!--                                                   110                     <!--                                                
110                 <label for="ItemISxN">   111                     <label for="ItemISxN">
111                     <span class="field">   112                         <span class="field">
112                         <span class="<#ERROR name='ERRORItemISxN'>">ISxN</span>   113                             <span class="<#ERROR name='ERRORItemISxN'>">ISxN</span>
113                     </span>   114                         </span>
114                     <input id="ItemISxN" name="ItemISxN" type="text" size="20" class="f-name" value="<#PARAM name='ItemISxN'>">                    115                         <input id="ItemISxN" name="ItemISxN" type="text" size="20" class="f-name" value="<#PARAM name='ItemISxN'>">                 
115                 </label>   116                     </label>
116                 -->   117                     -->
117     118  
118                 <div class="form-group col-md-5">   119                     <div class="form-group col-md-5">
119                     <label for="CallNumber">   120                         <label for="CallNumber">
120                         <span class="<#ERROR name='ERRORCallNumber'>">   121                             <span class="<#ERROR name='ERRORCallNumber'>">
121                             Call Number   122                                 Call Number
122                         </span>   123                             </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-5">   128                     <div class="form-group col-md-5">
128                     <label for="Location">   129                         <label for="Location">
129                         <span class="<#ERROR name='ERRORLocation'>">   130                             <span class="<#ERROR name='ERRORLocation'>">
130                             Collection Name/Location   131                                 Collection Name/Location
131                         </span>   132                             </span>
132                     </label>   133                         </label>
133                     <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">   134                         <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">
134                 </div>   135                     </div>
135             </section>   136                 </section>
136     137  
137             <section name="user-info">   138                 <section name="user-info">
138                 <h3 class="section-header">Request Information</h3>   139                     <h3 class="section-header">Request Information</h3>
139     140  
140                 <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">   141                     <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">
141                     <label for="RequestLink">   142                         <label for="RequestLink">
142                         <span class="<#ERROR name='ERRORRequestLink'>">   143                             <span class="<#ERROR name='ERRORRequestLink'>">
143                             Request for   144                                 Request for
144                         </span>   145                             </span>
145                     </label>   146                         </label>
146                     <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1" >   147                         <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1" >
147                         <#OPTION name="RequestLinks" hideUsernames="true">   148                             <#OPTION name="RequestLinks" hideUsernames="true">
148                     </select>   149                         </select>
149                 </div>   150                     </div>
150     151  
151                 <#INCLUDE type="photoduplication" filename="include_photoduplication.html">   152                     <#INCLUDE type="photoduplication" filename="include_photoduplication.html">
152     153  
153                 <div class="form-group col-md-8">   154                     <div class="form-group col-md-8">
154                     <label for="Notes">   155                         <label for="Notes">
155                         <span class="<#ERROR name='ERRORNotes'>">   156                             <span class="<#ERROR name='ERRORNotes'>">
156                             My Notes   157                                 My Notes
157                         </span>   158                             </span>
158                     </label>   159                         </label>
159                     <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>   160                         <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>
160                     <div class="small-notes">Enter any notes about this request for your personal reference.</div>   161                         <div class="small-notes">Enter any notes about this request for your personal reference.</div>
161                 </div>   162                     </div>
162     163  
163                 <div class="form-group col-md-8">   164                     <div class="form-group col-md-8">
164                     <label for="SpecialRequest">   165                         <label for="SpecialRequest">
165                         <span class="<#ERROR name='ERRORSpecialRequest'>">   166                             <span class="<#ERROR name='ERRORSpecialRequest'>">
166                             Special Requests/Questions?   167                                 Special Requests/Questions?
167                         </span>   168                             </span>
168                     </label>   169                         </label>
169                     <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>   170                         <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>
170                     <div class="small-notes">Please enter any special requests or questions for library staff.</div>   171                         <div class="small-notes">Please enter any special requests or questions for library staff.</div>
171                 </div>   172                     </div>
172     173  
173                 <#INCLUDE filename="include_ResearcherTags.html">   174                     <#INCLUDE filename="include_ResearcherTags.html">
174     175  
175                 <div class="form-group col-sm-4">   176                     <div class="form-group col-sm-4">
176                     <label for="ScheduledDate">   177                         <label for="ScheduledDate">
177                         <span class="<#ERROR name='ERRORScheduledDate'>">   178                             <span class="<#ERROR name='ERRORScheduledDate'>">
178                             Date of Visit   179                                 Date of Visit
179                         </span>   180                             </span>
180                     </label>   181                         </label>
181                     <div class="input-group">   182                         <div class="input-group">
182                         <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text"  aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">   183                             <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text"  aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">
183                         <div class="input-group-append">   184                             <div class="input-group-append">
184                           <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate"  aria-label="Calendar">   185                             <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate"  aria-label="Calendar">
185                             <span class="fas fa-calendar ui-datepicker-trigger"></span>   186                                 <span class="fas fa-calendar ui-datepicker-trigger"></span>
186                           </button>   187                             </button>
187                         </div>   188                             </div>
188                     </div>   189                         </div>
189     190  
190                     <div class="small-notes">   191                         <div class="small-notes">
191                         Select the date you plan to visit.   192                             Select the date you plan to visit.
192                     </div>   193                         </div>
193                 </div>   194                     </div>
194             </section>   195                 </section>
195     196  
196             <#INCLUDE filename="include_request_buttons.html">   197                 <#INCLUDE filename="include_request_buttons.html">
197                198             
198             <#INCLUDE filename="include_footer.html"> +-    
199            =    
200     199  
201         </form>   200             </form>
    -+ 201         </main>
    = 202  
    -+ 203         <#INCLUDE filename="include_footer.html">
202     </div> = 204     </div>
203 </body>   205 </body>
204     206  
205 </html>   207 </html>

   
EditEADRequest.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>Aeon - Edit Request</title>   5     <title>Aeon - Edit Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <#INCLUDE filename="include_head_request.html">   7     <#INCLUDE filename="include_head_request.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     <#INCLUDE filename="include_nav.html">   13     <#INCLUDE filename="include_nav.html">
    <> 14     <div class="container">
14     <div id="content" class="container" role="heading" aria-label="Content">   15         <main id="content" aria-label="Content">
15         <form action="aeon.dll" method="post" name="EditEADRequest"> = 16             <form action="aeon.dll" method="post" name="EditEADRequest">
16             <input type="hidden" name="AeonForm" value="EditEADRequest">   17                 <input type="hidden" name="AeonForm" value="EditEADRequest">
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="TransactionNumber" value="<#PARAM name='TransactionNumber'>">   19                 <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">
19     20  
20               21            
21             <h2>Edit Finding Aid Request - TN <#PARAM name="TransactionNumber"></h2>   22                 <h2>Edit Finding Aid Request - TN <#PARAM name="TransactionNumber"></h2>
22             <div id="statusLine"><#STATUS></div>   23                 <div id="statusLine"><#STATUS></div>
23     24  
24             <section name="item-info">   25                 <section name="item-info">
25                 <h3 class="section-header">Item Information</h3>   26                     <h3 class="section-header">Item Information</h3>
26     27  
27                 <div class="form-group col-md-8">   28                     <div class="form-group col-md-8">
28                     <label for="ItemTitle">   29                         <label for="ItemTitle">
29                         <span class="<#ERROR name='ERRORItemTitle'>">   30                             <span class="<#ERROR name='ERRORItemTitle'>">
30                             Title   31                                 Title
31                             <span class="req">(required)</span>   32                                 <span class="req">(required)</span>
32                         </span>   33                             </span>
33                     </label>   34                         </label>
34                     <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="40" required><#PARAM name="ItemTitle"></textarea>   35                         <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="40" required><#PARAM name="ItemTitle"></textarea>
35                 </div>   36                     </div>
36     37  
37                 <div class="form-group col-md-8">   38                     <div class="form-group col-md-8">
38                     <label for="ItemSubTitle">   39                         <label for="ItemSubTitle">
39                         <span class="<#ERROR name='ERRORItemSubTitle'>">   40                             <span class="<#ERROR name='ERRORItemSubTitle'>">
40                             Series   41                                 Series
41                         </span>   42                             </span>
42                     </label>   43                         </label>
43                     <textarea class="form-control" name="ItemSubTitle" id="ItemSubTitle" rows="2" cols="40" required><#PARAM name="ItemSubTitle"></textarea>   44                         <textarea class="form-control" name="ItemSubTitle" id="ItemSubTitle" rows="2" cols="40" required><#PARAM name="ItemSubTitle"></textarea>
44                 </div>   45                     </div>
45                   46                     
46                 <div class="form-group col-md-8">   47                     <div class="form-group col-md-8">
47                     <label for="ItemAuthor">   48                         <label for="ItemAuthor">
48                         <span class="<#ERROR name='ERRORItemAuthor'>">   49                             <span class="<#ERROR name='ERRORItemAuthor'>">
49                             Author/Creator   50                                 Author/Creator
50                         </span>   51                             </span>
51                     </label>   52                         </label>
52                     <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">   53                         <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">
53                 </div>   54                     </div>
54     55  
55                 <!--   56                     <!--
56                 <div class="form-group col-md-5">   57                     <div class="form-group col-md-5">
57                     <label for="ItemEdition">   58                         <label for="ItemEdition">
58                         <span class="<#ERROR name='ERRORItemEdition'>">   59                             <span class="<#ERROR name='ERRORItemEdition'>">
59                             Place of Publication, Publisher   60                                 Place of Publication, Publisher
60                         </span>   61                             </span>
61                     </label>   62                         </label>
62                     <input type="text" class="form-control" name="ItemEdition" id="ItemEdition" value="<#PARAM name='ItemEdition'>">   63                         <input type="text" class="form-control" name="ItemEdition" id="ItemEdition" value="<#PARAM name='ItemEdition'>">
63                 </div>   64                     </div>
64                 -->   65                     -->
65     66  
66                 <div class="form-group col-md-5">   67                     <div class="form-group col-md-5">
67                     <label for="ItemDate">   68                         <label for="ItemDate">
68                         <span class="<#ERROR name='ERRORItemDate'>">   69                             <span class="<#ERROR name='ERRORItemDate'>">
69                             Date(s)   70                                 Date(s)
70                         </span>   71                             </span>
71                     </label>   72                         </label>
72                     <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">   73                         <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">
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="Location">   77                         <label for="Location">
77                         <span class="<#ERROR name='ERRORLocation'>">   78                             <span class="<#ERROR name='ERRORLocation'>">
78                             Collection Name/Location   79                                 Collection Name/Location
79                         </span>   80                             </span>
80                     </label>   81                         </label>
81                     <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">   82                         <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">
82                 </div>   83                     </div>
83                   84                     
84                 <div class="form-group col-md-3">   85                     <div class="form-group col-md-3">
85                     <label for="CallNumber">   86                         <label for="CallNumber">
86                         <span class="<#ERROR name='ERRORCallNumber'>">   87                             <span class="<#ERROR name='ERRORCallNumber'>">
87                             Call Number   88                                 Call Number
88                         </span>   89                             </span>
89                     </label>   90                         </label>
90                     <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   91                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
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="ItemVolume">   95                         <label for="ItemVolume">
95                         <span class="<#ERROR name='ERRORItemVolume'>">   96                             <span class="<#ERROR name='ERRORItemVolume'>">
96                             Box(es)/Folder(s)   97                                 Box(es)/Folder(s)
97                         </span>   98                             </span>
98                     </label>   99                         </label>
99                     <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">   100                         <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">
100                 </div>   101                     </div>
101             </section>   102                 </section>
102     103  
103             <section name="user-info">   104                 <section name="user-info">
104                 <h3 class="section-header">Request Information</h3>   105                     <h3 class="section-header">Request Information</h3>
105     106  
106                 <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">   107                     <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">
107                     <label for="RequestLink">   108                         <label for="RequestLink">
108                         <span class="<#ERROR name='ERRORRequestLink'>">   109                             <span class="<#ERROR name='ERRORRequestLink'>">
109                             Request for   110                                 Request for
110                         </span>   111                             </span>
111                     </label>   112                         </label>
112                     <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1" >   113                         <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1" >
113                         <#OPTION name="RequestLinks" hideUsernames="true">   114                             <#OPTION name="RequestLinks" hideUsernames="true">
114                     </select>   115                         </select>
115                 </div>   116                     </div>
116     117  
117                 <#INCLUDE type="photoduplication" filename="include_photoduplication.html">   118                     <#INCLUDE type="photoduplication" filename="include_photoduplication.html">
118     119  
119                 <div class="form-group col-md-8">   120                     <div class="form-group col-md-8">
120                     <label for="Notes">   121                         <label for="Notes">
121                         <span class="<#ERROR name='ERRORNotes'>">   122                             <span class="<#ERROR name='ERRORNotes'>">
122                             My Notes   123                                 My Notes
123                         </span>   124                             </span>
124                     </label>   125                         </label>
125                     <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>   126                         <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>
126                     <div class="small-notes">Enter any notes about this request for your personal reference.</div>   127                         <div class="small-notes">Enter any notes about this request for your personal reference.</div>
127                 </div>   128                     </div>
128     129  
129                 <div class="form-group col-md-8">   130                     <div class="form-group col-md-8">
130                     <label for="SpecialRequest">   131                         <label for="SpecialRequest">
131                         <span class="<#ERROR name='ERRORSpecialRequest'>">   132                             <span class="<#ERROR name='ERRORSpecialRequest'>">
132                             Special Requests/Questions?   133                                 Special Requests/Questions?
133                         </span>   134                             </span>
134                     </label>   135                         </label>
135                     <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>   136                         <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>
136                     <div class="small-notes">Please enter any special requests or questions for library staff.</div>   137                         <div class="small-notes">Please enter any special requests or questions for library staff.</div>
137                 </div>   138                     </div>
138     139  
139                 <#INCLUDE filename="include_ResearcherTags.html">   140                     <#INCLUDE filename="include_ResearcherTags.html">
140     141  
141                 <div class="form-group col-sm-4">   142                     <div class="form-group col-sm-4">
142                     <label for="ScheduledDate">   143                         <label for="ScheduledDate">
143                         <span class="<#ERROR name='ERRORScheduledDate'>">   144                             <span class="<#ERROR name='ERRORScheduledDate'>">
144                             Date of Visit   145                                 Date of Visit
145                         </span>   146                             </span>
146                     </label>   147                         </label>
147                     <div class="input-group">   148                         <div class="input-group">
148                         <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text"  aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">   149                             <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text"  aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">
149                         <div class="input-group-append">   150                             <div class="input-group-append">
150                           <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate"  aria-label="Calendar">   151                             <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate"  aria-label="Calendar">
151                             <span class="fas fa-calendar ui-datepicker-trigger"></span>   152                                 <span class="fas fa-calendar ui-datepicker-trigger"></span>
152                           </button>   153                             </button>
153                         </div>   154                             </div>
154                     </div>   155                         </div>
155     156  
156                     <div class="small-notes">   157                         <div class="small-notes">
157                         Select the date you plan to visit.   158                             Select the date you plan to visit.
158                     </div>   159                         </div>
159                 </div>   160                     </div>
160     161  
161             </section>   162                 </section>
162             <#INCLUDE filename="include_request_buttons.html" >   163                 <#INCLUDE filename="include_request_buttons.html" >
163               164            
164         </form>   165             </form>
    -+ 166         </main>
165         <#INCLUDE filename="include_footer.html"> = 167         <#INCLUDE filename="include_footer.html">
166     </div>   168     </div>
167 </body>   169 </body>
168 </html>   170 </html>

   
EditGenericRequestManuscript.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>Aeon - Edit Request</title>   5     <title>Aeon - Edit Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <#INCLUDE filename="include_head_request.html">   7     <#INCLUDE filename="include_head_request.html">
8 </head>   8 </head>
9     9  
10 <body>   10 <body>
11     11  
12     <#INCLUDE filename="include_header.html">   12     <#INCLUDE filename="include_header.html">
13       13    
14     <#INCLUDE filename="include_nav.html">   14     <#INCLUDE filename="include_nav.html">
    <> 15     <div class="container">
15     <div id="content" class="container" role="heading" aria-label="Content">   16         <main id="content" aria-label="Content">
16         <form action="aeon.dll" method="post"> = 17             <form action="aeon.dll" method="post">
17             <input type="hidden" name="AeonForm" value="EditGenericRequestManuscript">   18                 <input type="hidden" name="AeonForm" value="EditGenericRequestManuscript">
18             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   19                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
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="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">   21                 <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">
21             <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">   22                 <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">
22             <input type="hidden" name="RequestType" value="Loan">   23                 <input type="hidden" name="RequestType" value="Loan">
23             <input type="hidden" name="DocumentType" value="Manuscript">   24                 <input type="hidden" name="DocumentType" value="Manuscript">
24     25  
25             <h2>Edit the Manuscript/Archives Request</h2>   26                 <h2>Edit the Manuscript/Archives Request</h2>
26     27  
27             <div id="statusLine"><#STATUS></div>   28                 <div id="statusLine"><#STATUS></div>
28     29  
29             <section name="item-info">   30                 <section name="item-info">
30                 <h3 class="section-header">Item Information</h3>   31                     <h3 class="section-header">Item Information</h3>
31     32  
32                 <div class="form-group col-md-8">   33                     <div class="form-group col-md-8">
33                     <label for="ItemTitle">   34                         <label for="ItemTitle">
34                         <span class="<#ERROR name='ERRORItemTitle'>">   35                             <span class="<#ERROR name='ERRORItemTitle'>">
35                             Title   36                                 Title
36                             <span class="req">(required)</span>   37                                 <span class="req">(required)</span>
37                         </span>   38                             </span>
38                     </label>   39                         </label>
39                     <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="40" required><#PARAM name="ItemTitle"></textarea>   40                         <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="40" required><#PARAM name="ItemTitle"></textarea>
40                 </div>   41                     </div>
41     42  
42                 <div class="form-group col-md-8">   43                     <div class="form-group col-md-8">
43                     <label for="ItemAuthor">   44                         <label for="ItemAuthor">
44                         <span class="<#ERROR name='ERRORItemAuthor'>">   45                             <span class="<#ERROR name='ERRORItemAuthor'>">
45                             Author/Creator   46                                 Author/Creator
46                         </span>   47                             </span>
47                     </label>   48                         </label>
48                     <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">   49                         <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">
49                 </div>   50                     </div>
50     51  
51                 <div class="form-group col-md-3">   52                     <div class="form-group col-md-3">
52                     <label for="ItemDate">   53                         <label for="ItemDate">
53                         <span class="<#ERROR name='ERRORItemDate'>">   54                             <span class="<#ERROR name='ERRORItemDate'>">
54                             Date(s)   55                                 Date(s)
55                         </span>   56                             </span>
56                     </label>   57                         </label>
57                     <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">   58                         <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">
58                 </div>   59                     </div>
59     60  
60                 <div class="form-group col-md-5">   61                     <div class="form-group col-md-5">
61                     <label for="Location">   62                         <label for="Location">
62                         <span class="<#ERROR name='ERRORLocation'>">   63                             <span class="<#ERROR name='ERRORLocation'>">
63                             Collection Name/Location   64                                 Collection Name/Location
64                         </span>   65                             </span>
65                     </label>   66                         </label>
66                     <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">   67                         <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">
67                 </div>   68                     </div>
68     69  
69                 <div class="form-group col-md-5">   70                     <div class="form-group col-md-5">
70                     <label for="CallNumber">   71                         <label for="CallNumber">
71                         <span class="<#ERROR name='ERRORCallNumber'>">   72                             <span class="<#ERROR name='ERRORCallNumber'>">
72                             Call Number   73                                 Call Number
73                         </span>   74                             </span>
74                     </label>   75                         </label>
75                     <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   76                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
76                 </div>   77                     </div>
77     78  
78                 <div class="form-group col-md-3">   79                     <div class="form-group col-md-3">
79                     <label for="ItemVolume">   80                         <label for="ItemVolume">
80                         <span class="<#ERROR name='ERRORItemVolume'>">   81                             <span class="<#ERROR name='ERRORItemVolume'>">
81                             Box(es)/Folder(s)   82                                 Box(es)/Folder(s)
82                         </span>   83                             </span>
83                     </label>   84                         </label>
84                     <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">   85                         <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">
85                 </div>   86                     </div>
86             </section>   87                 </section>
87     88  
88             <section name="user-info">   89                 <section name="user-info">
89                 <h3 class="section-header">Request Information</h3>   90                     <h3 class="section-header">Request Information</h3>
90     91  
91                 <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">   92                     <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">
92                     <label for="RequestLink">   93                         <label for="RequestLink">
93                         <span class="<#ERROR name='ERRORRequestLink'>">   94                             <span class="<#ERROR name='ERRORRequestLink'>">
94                             Request for   95                                 Request for
95                         </span>   96                             </span>
96                     </label>   97                         </label>
97                     <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1" >   98                         <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1" >
98                         <#OPTION name="RequestLinks" hideUsernames="true">   99                             <#OPTION name="RequestLinks" hideUsernames="true">
99                     </select>   100                         </select>
100                 </div>   101                     </div>
101     102  
102                 <#INCLUDE type="photoduplication" filename="include_photoduplication.html">   103                     <#INCLUDE type="photoduplication" filename="include_photoduplication.html">
103     104  
104                 <div class="form-group col-md-8">   105                     <div class="form-group col-md-8">
105                     <label for="Notes">   106                         <label for="Notes">
106                         <span class="<#ERROR name='ERRORNotes'>">   107                             <span class="<#ERROR name='ERRORNotes'>">
107                             My Notes   108                                 My Notes
108                         </span>   109                             </span>
109                     </label>   110                         </label>
110                     <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>   111                         <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>
111                     <div class="small-notes">Enter any notes about this request for your personal reference.</div>   112                         <div class="small-notes">Enter any notes about this request for your personal reference.</div>
112                 </div>   113                     </div>
113     114  
114                 <div class="form-group col-md-8">   115                     <div class="form-group col-md-8">
115                     <label for="SpecialRequest">   116                         <label for="SpecialRequest">
116                         <span class="<#ERROR name='ERRORSpecialRequest'>">   117                             <span class="<#ERROR name='ERRORSpecialRequest'>">
117                             Special Requests/Questions?   118                                 Special Requests/Questions?
118                         </span>   119                             </span>
119                     </label>   120                         </label>
120                     <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>   121                         <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>
121                     <div class="small-notes">Please enter any special requests or questions for library staff.</div>   122                         <div class="small-notes">Please enter any special requests or questions for library staff.</div>
122                 </div>   123                     </div>
123     124  
124                 <#INCLUDE filename="include_ResearcherTags.html">   125                     <#INCLUDE filename="include_ResearcherTags.html">
125     126  
126                 <div class="form-group col-sm-4">   127                     <div class="form-group col-sm-4">
127                     <label for="ScheduledDate">   128                         <label for="ScheduledDate">
128                         <span class="<#ERROR name='ERRORScheduledDate'>">   129                             <span class="<#ERROR name='ERRORScheduledDate'>">
129                             Date of Visit   130                                 Date of Visit
130                         </span>   131                             </span>
131                     </label>   132                         </label>
132                     <div class="input-group">   133                         <div class="input-group">
133                         <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text"  aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">   134                             <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text"  aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">
134                         <div class="input-group-append">   135                             <div class="input-group-append">
135                           <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate"  aria-label="Calendar">   136                             <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate"  aria-label="Calendar">
136                             <span class="fas fa-calendar ui-datepicker-trigger"></span>   137                                 <span class="fas fa-calendar ui-datepicker-trigger"></span>
137                           </button>   138                             </button>
138                         </div>   139                             </div>
139                     </div>   140                         </div>
140     141  
141                     <div class="small-notes">   142                         <div class="small-notes">
142                         Select the date you plan to visit.   143                             Select the date you plan to visit.
143                     </div>   144                         </div>
144                 </div>   145                     </div>
145             </section>   146                 </section>
146     147  
147             <#INCLUDE filename="include_request_buttons.html">   148                 <#INCLUDE filename="include_request_buttons.html">
148              
149             <#INCLUDE filename="include_footer.html"> +-    
150            = 149             
151         </form>   150             </form>
    -+ 151         </main>
      152         <#INCLUDE filename="include_footer.html">
152     </div> = 153     </div>
153 </body>   154 </body>
154     155  
155 </html>   156 </html>

   
EditGenericRequestManuscriptPhotodup.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>Aeon - Edit Manuscript/Archives Photoduplication Request</title>   5     <title>Aeon - Edit Manuscript/Archives Photoduplication Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <#INCLUDE filename="include_head_request.html">   7     <#INCLUDE filename="include_head_request.html">
8 </head>   8 </head>
9     9  
10 <body>   10 <body>
11     11  
12     <#INCLUDE filename="include_header.html">   12     <#INCLUDE filename="include_header.html">
13       13    
14     <#INCLUDE filename="include_nav.html">   14     <#INCLUDE filename="include_nav.html">
    <> 15     <div class="container">
15     <div id="content" class="container" role="heading" aria-label="Content">   16         <main id="content" aria-label="Content">
16         <form action="aeon.dll" method="post" id="RequestForm"> = 17             <form action="aeon.dll" method="post" id="RequestForm">
17             <input type="hidden" name="AeonForm" value="EditGenericRequestManuscriptPhotodup">   18                 <input type="hidden" name="AeonForm" value="EditGenericRequestManuscriptPhotodup">
18             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   19                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
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="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">   21                 <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">
21             <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">   22                 <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">
22             <input type="hidden" name="RequestType" value="Copy">   23                 <input type="hidden" name="RequestType" value="Copy">
23             <input type="hidden" name="DocumentType" value="Manuscript">   24                 <input type="hidden" name="DocumentType" value="Manuscript">
24     25  
25             <h2> Edit the Manuscript/Archives Photoduplication Request</h2>   26                 <h2> Edit the Manuscript/Archives Photoduplication Request</h2>
26             <div id="statusLine"><#STATUS></div>   27                 <div id="statusLine"><#STATUS></div>
27     28  
28             <section name="item-info">   29                 <section name="item-info">
29                  30                 
30                 <h3 class="section-header">Item Information</h3>   31                     <h3 class="section-header">Item Information</h3>
31                       32                         
32                 <div class="form-group col-md-8">   33                     <div class="form-group col-md-8">
33                     <label for="ItemTitle">   34                         <label for="ItemTitle">
34                         <span class="<#ERROR name='ERRORItemTitle'>">   35                             <span class="<#ERROR name='ERRORItemTitle'>">
35                             Title   36                                 Title
36                         </span>   37                             </span>
37                         <span class="req">(required)</span>   38                             <span class="req">(required)</span>
38                     </label>   39                         </label>
39                     <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="40" required><#PARAM name="ItemTitle"></textarea>   40                         <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="40" required><#PARAM name="ItemTitle"></textarea>
40                 </div>   41                     </div>
41                   42                     
42                 <div class="form-group col-md-8">   43                     <div class="form-group col-md-8">
43                     <label for="ItemAuthor">   44                         <label for="ItemAuthor">
44                         <span class="<#ERROR name='ERRORItemAuthor'>">   45                             <span class="<#ERROR name='ERRORItemAuthor'>">
45                             Author/Creator   46                                 Author/Creator
46                         </span>   47                             </span>
47                     </label>   48                         </label>
48                     <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">   49                         <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">
49                 </div>   50                     </div>
50     51  
51                 <div class="form-group col-md-3">   52                     <div class="form-group col-md-3">
52                     <label for="ItemDate">   53                         <label for="ItemDate">
53                         <span class="<#ERROR name='ERRORItemDate'>">   54                             <span class="<#ERROR name='ERRORItemDate'>">
54                             Date(s)   55                                 Date(s)
55                         </span>   56                             </span>
56                     </label>   57                         </label>
57                     <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">   58                         <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">
58                 </div>   59                     </div>
59     60  
60                 <div class="form-group col-md-5">   61                     <div class="form-group col-md-5">
61                     <label for="Location">   62                         <label for="Location">
62                         <span class="<#ERROR name='ERRORLocation'>">   63                             <span class="<#ERROR name='ERRORLocation'>">
63                             Collection Name/Location   64                                 Collection Name/Location
64                         </span>   65                             </span>
65                     </label>   66                         </label>
66                     <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">   67                         <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">
67                 </div>   68                     </div>
68     69  
69                 <div class="form-group col-md-5">   70                     <div class="form-group col-md-5">
70                     <label for="CallNumber">   71                         <label for="CallNumber">
71                         <span class="<#ERROR name='ERRORCallNumber'>">   72                             <span class="<#ERROR name='ERRORCallNumber'>">
72                             Call Number   73                                 Call Number
73                         </span>   74                             </span>
74                     </label>   75                         </label>
75                     <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   76                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
76                 </div>   77                     </div>
77     78  
78                 <div class="form-group col-md-3">   79                     <div class="form-group col-md-3">
79                     <label for="ItemVolume">   80                         <label for="ItemVolume">
80                         <span class="<#ERROR name='ERRORItemVolume'>">   81                             <span class="<#ERROR name='ERRORItemVolume'>">
81                             Box(es)/Folder(s)   82                                 Box(es)/Folder(s)
82                         </span>   83                             </span>
83                     </label>   84                         </label>
84                     <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">   85                         <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">
85                 </div>   86                     </div>
86             </section>   87                 </section>
87     88  
88             <section name="order-info">   89                 <section name="order-info">
89                 <h3 class="section-header">Order Information</h3>   90                     <h3 class="section-header">Order Information</h3>
90                 <#INCLUDE filename="include_photoduplication.html">   91                     <#INCLUDE filename="include_photoduplication.html">
91             </section>   92                 </section>
92     93  
93             <section name="user-info">   94                 <section name="user-info">
94     95  
95                 <h3 class="section-header">Request Information</h3>   96                     <h3 class="section-header">Request Information</h3>
96     97  
97                 <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">   98                     <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">
98                     <label for="RequestLink">   99                         <label for="RequestLink">
99                         <span class="<#ERROR name='ERRORRequestLink'>">   100                             <span class="<#ERROR name='ERRORRequestLink'>">
100                             Request for   101                                 Request for
101                         </span>   102                             </span>
102                     </label>   103                         </label>
103                     <select class="custom-select mr-sm-2"  id="RequestLink" name="RequestLink" size="1">   104                         <select class="custom-select mr-sm-2"  id="RequestLink" name="RequestLink" size="1">
104                         <#OPTION name="RequestLinks" hideUsernames="true" hideEvents="true">   105                             <#OPTION name="RequestLinks" hideUsernames="true" hideEvents="true">
105                     </select>   106                         </select>
106                 </div>   107                     </div>
107     108  
108                 <div class="form-group col-md-4">   109                     <div class="form-group col-md-4">
109                     <span class="<#PARAM name='BillingAccountsVisible' enabled='BillingAccountsEnabled' disabled='BillingAccountsDisabled'>"></span>   110                         <span class="<#PARAM name='BillingAccountsVisible' enabled='BillingAccountsEnabled' disabled='BillingAccountsDisabled'>"></span>
110                     <label for="BillingAccount">   111                         <label for="BillingAccount">
111                         <span class="<#ERROR name='ERRORBillingAccount'>">   112                             <span class="<#ERROR name='ERRORBillingAccount'>">
112                             Billing Account   113                                 Billing Account
113                         </span>   114                             </span>
114                     </label>   115                         </label>
115                     <select class="custom-select mr-sm-2" id="BillingAccountId" name="BillingAccountId">   116                         <select class="custom-select mr-sm-2" id="BillingAccountId" name="BillingAccountId">
116                         <#OPTION name="BillingAccounts">   117                             <#OPTION name="BillingAccounts">
117                     </select>   118                         </select>
118                 </div>   119                     </div>
119     120  
120                 <div class="form-group col-md-8">   121                     <div class="form-group col-md-8">
121                     <label for="Notes">   122                         <label for="Notes">
122                         <span class="<#ERROR name='ERRORNotes'>">   123                             <span class="<#ERROR name='ERRORNotes'>">
123                             My Notes   124                                 My Notes
124                         </span>   125                             </span>
125                     </label>   126                         </label>
126                     <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>   127                         <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>
127                     <div class="small-notes">Enter any notes about this request for your personal reference.</div>   128                         <div class="small-notes">Enter any notes about this request for your personal reference.</div>
128                 </div>   129                     </div>
129     130  
130                 <div class="form-group col-md-8">   131                     <div class="form-group col-md-8">
131                     <label for="SpecialRequest">   132                         <label for="SpecialRequest">
132                         <span class="<#ERROR name='ERRORSpecialRequest'>">   133                             <span class="<#ERROR name='ERRORSpecialRequest'>">
133                             Special Requests/Questions?   134                                 Special Requests/Questions?
134                         </span>   135                             </span>
135                     </label>   136                         </label>
136                     <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>   137                         <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>
137                     <div class="small-notes">Please enter any special requests or questions for library staff.</div>   138                         <div class="small-notes">Please enter any special requests or questions for library staff.</div>
138                 </div>   139                     </div>
139     140  
140             </section>   141                 </section>
141     142  
142             <#INCLUDE filename="include_request_buttons_photoduplication.html">   143                 <#INCLUDE filename="include_request_buttons_photoduplication.html">
143             <#INCLUDE filename="include_footer.html"> +-    
144       = 144         
145         </form>   145             </form>
    -+ 146         </main>
      147         <#INCLUDE filename="include_footer.html">
146     </div> = 148     </div>
147     <script type="text/javascript" src="js/billingContextOptionHandler.js"></script>   149     <script type="text/javascript" src="js/billingContextOptionHandler.js"></script>
148     <script type="text/javascript" src="js/billingAccountsOptionHandler.js"></script>   150     <script type="text/javascript" src="js/billingAccountsOptionHandler.js"></script>
149     151  
150 </body>   152 </body>
151     153  
152 </html>   154 </html>

   
EditGenericRequestMonograph.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>Aeon - Edit Request</title>   5     <title>Aeon - Edit Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <#INCLUDE filename="include_head_request.html">   7     <#INCLUDE filename="include_head_request.html">
8 </head>   8 </head>
9     9  
10 <body>   10 <body>
11        11     
12     <#INCLUDE filename="include_header.html">   12     <#INCLUDE filename="include_header.html">
13     13  
14     <#INCLUDE filename="include_nav.html">   14     <#INCLUDE filename="include_nav.html">
    <> 15     <div class="container">
15     <div id="content" class="container" role="heading" aria-label="Content">   16         <main id="content" aria-label="Content">
16         <form action="aeon.dll" method="post"> = 17             <form action="aeon.dll" method="post">
17             <input type="hidden" name="AeonForm" value="EditGenericRequestMonograph">   18                 <input type="hidden" name="AeonForm" value="EditGenericRequestMonograph">
18             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   19                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
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="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">   21                 <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">
21             <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">   22                 <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">
22             <input type="hidden" name="RequestType" value="Loan">   23                 <input type="hidden" name="RequestType" value="Loan">
23             <input type="hidden" name="DocumentType" value="Monograph">   24                 <input type="hidden" name="DocumentType" value="Monograph">
24     25  
25             <h2>Edit the Monograph Request</h2>   26                 <h2>Edit the Monograph Request</h2>
26     27  
27             <div id="statusLine"><#STATUS></div>   28                 <div id="statusLine"><#STATUS></div>
28     29  
29             <section name="item-info">   30                 <section name="item-info">
30                 <h3 class="section-header">Item Information</h3>   31                     <h3 class="section-header">Item Information</h3>
31     32  
32                 <div class="form-group col-md-8">   33                     <div class="form-group col-md-8">
33                     <label for="ItemTitle">   34                         <label for="ItemTitle">
34                         <span class="<#ERROR name='ERRORItemTitle'>">   35                             <span class="<#ERROR name='ERRORItemTitle'>">
35                             Title   36                                 Title
36                             <span class="req">(required)</span>   37                                 <span class="req">(required)</span>
37                         </span>   38                             </span>
38                     </label>   39                         </label>
39                     <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="50" required><#PARAM name="ItemTitle"></textarea>   40                         <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="50" required><#PARAM name="ItemTitle"></textarea>
40                 </div>   41                     </div>
41     42  
42                 <div class="form-group col-md-8">   43                     <div class="form-group col-md-8">
43                     <label for="ItemAuthor">   44                         <label for="ItemAuthor">
44                         <span class="<#ERROR name='ERRORItemAuthor'>">   45                             <span class="<#ERROR name='ERRORItemAuthor'>">
45                             Author   46                                 Author
46                         </span>   47                             </span>
47                     </label>   48                         </label>
48                     <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">   49                         <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">
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="ItemPlace">   53                         <label for="ItemPlace">
53                         <span class="<#ERROR name='ERRORItemPlace'>">   54                             <span class="<#ERROR name='ERRORItemPlace'>">
54                             Place of Publication   55                                 Place of Publication
55                         </span>   56                             </span>
56                     </label>   57                         </label>
57                     <input type="text" class="form-control" name="ItemPlace" id="ItemPlace" value="<#PARAM name='ItemPlace'>">   58                         <input type="text" class="form-control" name="ItemPlace" id="ItemPlace" value="<#PARAM name='ItemPlace'>">
58                 </div>   59                     </div>
59     60  
60                 <div class="form-group col-md-5">   61                     <div class="form-group col-md-5">
61                     <label for="ItemPublisher">   62                         <label for="ItemPublisher">
62                         <span class="<#ERROR name='ERRORItemPublisher'>">   63                             <span class="<#ERROR name='ERRORItemPublisher'>">
63                             Publisher   64                                 Publisher
64                         </span>   65                             </span>
65                     </label>   66                         </label>
66                     <input type="text" class="form-control" name="ItemPublisher" id="ItemPublisher" value="<#PARAM name='ItemPublisher'>">   67                         <input type="text" class="form-control" name="ItemPublisher" id="ItemPublisher" value="<#PARAM name='ItemPublisher'>">
67                 </div>   68                     </div>
68     69  
69                 <div class="form-group col-md-3">   70                     <div class="form-group col-md-3">
70                     <label for="ItemDate">   71                         <label for="ItemDate">
71                         <span class="<#ERROR name='ERRORItemDate'>">   72                             <span class="<#ERROR name='ERRORItemDate'>">
72                             Date   73                                 Date
73                         </span>   74                             </span>
74                     </label>   75                         </label>
75                     <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">   76                         <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">
76                 </div>   77                     </div>
77     78  
78                 <div class="form-group col-md-4">   79                     <div class="form-group col-md-4">
79                     <label for="ItemEdition">   80                         <label for="ItemEdition">
80                         <span class="<#ERROR name='ERRORItemEdition'>">   81                             <span class="<#ERROR name='ERRORItemEdition'>">
81                             Edition   82                                 Edition
82                         </span>   83                             </span>
83                     </label>   84                         </label>
84                     <input type="text" class="form-control" name="ItemEdition" id="ItemEdition" value="<#PARAM name='ItemEdition'>">   85                         <input type="text" class="form-control" name="ItemEdition" id="ItemEdition" value="<#PARAM name='ItemEdition'>">
85                 </div>   86                     </div>
86     87  
87                 <div class="form-group col-md-4">   88                     <div class="form-group col-md-4">
88                     <label for="ItemVolume">   89                         <label for="ItemVolume">
89                         <span class="<#ERROR name='ERRORItemVolume'>">   90                             <span class="<#ERROR name='ERRORItemVolume'>">
90                             Volume   91                                 Volume
91                         </span>   92                             </span>
92                     </label>   93                         </label>
93                     <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">   94                         <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">
94                 </div>   95                     </div>
95     96  
96                 <div class="form-group col-md-4">   97                     <div class="form-group col-md-4">
97                     <label for="ItemIssue">   98                         <label for="ItemIssue">
98                         <span class="<#ERROR name='ERRORItemIssue'>">   99                             <span class="<#ERROR name='ERRORItemIssue'>">
99                             Copy   100                                 Copy
100                         </span>   101                             </span>
101                     </label>   102                         </label>
102                     <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">   103                         <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">
103                 </div>   104                     </div>
104     105  
105                 <!--   106                     <!--
106                                 <label for="ItemCitation">   107                                     <label for="ItemCitation">
107                                     <span class="field">   108                                         <span class="field">
108                                         <span class="<#ERROR name='ERRORItemCitation'>">Size/Physical Description</span>   109                                             <span class="<#ERROR name='ERRORItemCitation'>">Size/Physical Description</span>
109                                     </span>   110                                         </span>
110                                     <input id="ItemCitation" name="ItemCitation" type="text" size="40" class="f-name" value="<#PARAM name='ItemCitation'>">                        111                                         <input id="ItemCitation" name="ItemCitation" type="text" size="40" class="f-name" value="<#PARAM name='ItemCitation'>">                     
111                                 </label>   112                                     </label>
112                                 -->   113                                     -->
113     114  
114                 <!--   115                     <!--
115                                 <label for="ItemISxN">   116                                     <label for="ItemISxN">
116                                     <span class="field">   117                                         <span class="field">
117                                         <span class="<#ERROR name='ERRORItemISxN'>">ISxN</span>   118                                             <span class="<#ERROR name='ERRORItemISxN'>">ISxN</span>
118                                     </span>   119                                         </span>
119                                     <input id="ItemISxN" name="ItemISxN" type="text" size="20" class="f-name" value="<#PARAM name='ItemISxN'>">                    120                                         <input id="ItemISxN" name="ItemISxN" type="text" size="20" class="f-name" value="<#PARAM name='ItemISxN'>">                 
120                                 </label>   121                                     </label>
121                                 -->   122                                     -->
122     123  
123                 <div class="form-group col-md-5">   124                     <div class="form-group col-md-5">
124                     <label for="CallNumber">   125                         <label for="CallNumber">
125                         <span class="<#ERROR name='ERRORCallNumber'>">   126                             <span class="<#ERROR name='ERRORCallNumber'>">
126                             Call Number   127                                 Call Number
127                         </span>   128                             </span>
128                     </label>   129                         </label>
129                     <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   130                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
130                 </div>   131                     </div>
131     132  
132                 <div class="form-group col-md-5">   133                     <div class="form-group col-md-5">
133                     <label for="Location">   134                         <label for="Location">
134                         <span class="<#ERROR name='ERRORLocation'>">   135                             <span class="<#ERROR name='ERRORLocation'>">
135                             Collection Name/Location   136                                 Collection Name/Location
136                         </span>   137                             </span>
137                     </label>   138                         </label>
138                     <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">   139                         <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">
139                 </div>   140                     </div>
140             </section>   141                 </section>
141     142  
142     143  
143             <section name="user-info">   144                 <section name="user-info">
144                 <h3 class="section-header">Request Information</h3>   145                     <h3 class="section-header">Request Information</h3>
145     146  
146                 <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">   147                     <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">
147                     <label for="RequestLink">   148                         <label for="RequestLink">
148                         <span class="<#ERROR name='ERRORRequestLink'>">   149                             <span class="<#ERROR name='ERRORRequestLink'>">
149                             Request for   150                                 Request for
150                         </span>   151                             </span>
151                     </label>   152                         </label>
152                     <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1" >   153                         <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1" >
153                         <#OPTION name="RequestLinks" hideUsernames="true">   154                             <#OPTION name="RequestLinks" hideUsernames="true">
154                     </select>   155                         </select>
155                 </div>   156                     </div>
156     157  
157                 <#INCLUDE type="photoduplication" filename="include_photoduplication.html">   158                     <#INCLUDE type="photoduplication" filename="include_photoduplication.html">
158     159  
159                 <div class="form-group col-md-8">   160                     <div class="form-group col-md-8">
160                     <label for="Notes">   161                         <label for="Notes">
161                         <span class="<#ERROR name='ERRORNotes'>">   162                             <span class="<#ERROR name='ERRORNotes'>">
162                             My Notes   163                                 My Notes
163                         </span>   164                             </span>
164                     </label>   165                         </label>
165                     <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="50"><#PARAM name="Notes"></textarea>   166                         <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="50"><#PARAM name="Notes"></textarea>
166                     <div class="small-notes">Enter any notes about this request for your personal reference.</div>   167                         <div class="small-notes">Enter any notes about this request for your personal reference.</div>
167                 </div>   168                     </div>
168     169  
169                 <div class="form-group col-md-8">   170                     <div class="form-group col-md-8">
170                     <label for="SpecialRequest">   171                         <label for="SpecialRequest">
171                         <span class="<#ERROR name='ERRORSpecialRequest'>">   172                             <span class="<#ERROR name='ERRORSpecialRequest'>">
172                             Special Requests/Questions?   173                                 Special Requests/Questions?
173                         </span>   174                             </span>
174                     </label>   175                         </label>
175                     <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="50"><#PARAM name="SpecialRequest"></textarea>   176                         <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="50"><#PARAM name="SpecialRequest"></textarea>
176                     <div class="small-notes">Please enter any special requests or questions for library staff.</div>   177                         <div class="small-notes">Please enter any special requests or questions for library staff.</div>
177                 </div>   178                     </div>
178     179  
179                 <#INCLUDE filename="include_ResearcherTags.html">   180                     <#INCLUDE filename="include_ResearcherTags.html">
180     181  
181                 <div class="form-group col-sm-4">   182                     <div class="form-group col-sm-4">
182                     <label for="ScheduledDate">   183                         <label for="ScheduledDate">
183                         <span class="<#ERROR name='ERRORScheduledDate'>">   184                             <span class="<#ERROR name='ERRORScheduledDate'>">
184                             Date of Visit   185                                 Date of Visit
185                         </span>   186                             </span>
186                     </label>   187                         </label>
187                     <div class="input-group">   188                         <div class="input-group">
188                         <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text"  aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">   189                             <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text"  aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">
189                         <div class="input-group-append">   190                             <div class="input-group-append">
190                           <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate"  aria-label="Calendar">   191                             <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate"  aria-label="Calendar">
191                             <span class="fas fa-calendar ui-datepicker-trigger"></span>   192                                 <span class="fas fa-calendar ui-datepicker-trigger"></span>
192                           </button>   193                             </button>
193                         </div>   194                             </div>
194                     </div>   195                         </div>
195     196  
196                     <div class="small-notes">   197                         <div class="small-notes">
197                         Select the date you plan to visit.   198                             Select the date you plan to visit.
198                     </div>   199                         </div>
199                 </div>   200                     </div>
200             </section>   201                 </section>
201     202  
202             <#INCLUDE filename="include_request_buttons.html">   203                 <#INCLUDE filename="include_request_buttons.html">
203             204        
204             <#INCLUDE filename="include_footer.html"> +-    
205       =    
206         </form>   205             </form>
    -+ 206         </main>
      207         <#INCLUDE filename="include_footer.html">
207     </div> = 208     </div>
208 </body>   209 </body>
209 </html>   210 </html>

   
EditGenericRequestMonographPhotodup.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>Aeon - Edit Monograph Photoduplication Request</title>   5     <title>Aeon - Edit Monograph Photoduplication Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <#INCLUDE filename="include_head_request.html">   7     <#INCLUDE filename="include_head_request.html">
8 </head>   8 </head>
9     9  
10 <body>   10 <body>
11     11  
12     <#INCLUDE filename="include_header.html">   12     <#INCLUDE filename="include_header.html">
13       13    
14     <#INCLUDE filename="include_nav.html">   14     <#INCLUDE filename="include_nav.html">
    <> 15     <div class="container">
15     <div id="content" class="container" role="heading" aria-label="Content">   16         <main id="content" aria-label="Content">
16         <form action="aeon.dll" method="post" id="RequestForm"> = 17             <form action="aeon.dll" method="post" id="RequestForm">
17             <input type="hidden" name="AeonForm" value="EditGenericRequestMonographPhotodup">   18                 <input type="hidden" name="AeonForm" value="EditGenericRequestMonographPhotodup">
18             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   19                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
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="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">   21                 <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">
21             <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">   22                 <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">
22             <input type="hidden" name="RequestType" value="Copy">   23                 <input type="hidden" name="RequestType" value="Copy">
23             <input type="hidden" name="DocumentType" value="Monograph">   24                 <input type="hidden" name="DocumentType" value="Monograph">
24     25  
25             <h2> Edit the Monograph Photoduplication Request</h2>   26                 <h2> Edit the Monograph Photoduplication Request</h2>
26             <div id="statusLine"><#STATUS></div>   27                 <div id="statusLine"><#STATUS></div>
27     28  
28             <section name="item-info">   29                 <section name="item-info">
29     30  
30                 <h3 class="section-header">Item Information</h3>   31                     <h3 class="section-header">Item Information</h3>
31     32  
32                 <div class="form-group col-md-8">   33                     <div class="form-group col-md-8">
33                     <label for="ItemTitle">   34                         <label for="ItemTitle">
34                         <span class="<#ERROR name='ERRORItemTitle'>">   35                             <span class="<#ERROR name='ERRORItemTitle'>">
35                             Title   36                                 Title
36                             <span class="req">(required)</span>   37                                 <span class="req">(required)</span>
37                         </span>   38                             </span>
38                     </label>   39                         </label>
39                     <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="50" required><#PARAM name="ItemTitle"></textarea>   40                         <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="50" required><#PARAM name="ItemTitle"></textarea>
40                 </div>   41                     </div>
41                   42                     
42                 <div class="form-group col-md-8">   43                     <div class="form-group col-md-8">
43                     <label for="ItemAuthor">   44                         <label for="ItemAuthor">
44                         <span class="<#ERROR name='ERRORItemAuthor'>">   45                             <span class="<#ERROR name='ERRORItemAuthor'>">
45                             Author   46                                 Author
46                         </span>   47                             </span>
47                     </label>   48                         </label>
48                     <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">   49                         <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">
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="ItemPlace">   53                         <label for="ItemPlace">
53                         <span class="<#ERROR name='ERRORItemPlace'>">   54                             <span class="<#ERROR name='ERRORItemPlace'>">
54                             Place of Publication   55                                 Place of Publication
55                         </span>   56                             </span>
56                     </label>   57                         </label>
57                     <input type="text" class="form-control" name="ItemPlace" id="ItemPlace" value="<#PARAM name='ItemPlace'>">   58                         <input type="text" class="form-control" name="ItemPlace" id="ItemPlace" value="<#PARAM name='ItemPlace'>">
58                 </div>   59                     </div>
59     60  
60                 <div class="form-group col-md-5">   61                     <div class="form-group col-md-5">
61                     <label for="ItemPublisher">   62                         <label for="ItemPublisher">
62                         <span class="<#ERROR name='ERRORItemPublisher'>">   63                             <span class="<#ERROR name='ERRORItemPublisher'>">
63                             Publisher   64                                 Publisher
64                         </span>   65                             </span>
65                     </label>   66                         </label>
66                     <input type="text" class="form-control" name="ItemPublisher" id="ItemPublisher" value="<#PARAM name='ItemPublisher'>">   67                         <input type="text" class="form-control" name="ItemPublisher" id="ItemPublisher" value="<#PARAM name='ItemPublisher'>">
67                 </div>   68                     </div>
68     69  
69                 <div class="form-group col-md-3">   70                     <div class="form-group col-md-3">
70                     <label for="ItemDate">   71                         <label for="ItemDate">
71                         <span class="<#ERROR name='ERRORItemDate'>">   72                             <span class="<#ERROR name='ERRORItemDate'>">
72                             Date   73                                 Date
73                         </span>   74                             </span>
74                     </label>   75                         </label>
75                     <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">   76                         <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">
76                 </div>   77                     </div>
77     78  
78                 <div class="form-group col-md-3">   79                     <div class="form-group col-md-3">
79                     <label for="ItemEdition">   80                         <label for="ItemEdition">
80                         <span class="<#ERROR name='ERRORItemEdition'>">   81                             <span class="<#ERROR name='ERRORItemEdition'>">
81                             Edition   82                                 Edition
82                         </span>   83                             </span>
83                     </label>   84                         </label>
84                     <input type="text" class="form-control" name="ItemEdition" id="ItemEdition" value="<#PARAM name='ItemEdition'>">   85                         <input type="text" class="form-control" name="ItemEdition" id="ItemEdition" value="<#PARAM name='ItemEdition'>">
85                 </div>   86                     </div>
86     87  
87                 <div class="form-group col-md-3">   88                     <div class="form-group col-md-3">
88                     <label for="ItemVolume">   89                         <label for="ItemVolume">
89                         <span class="<#ERROR name='ERRORItemVolume'>">   90                             <span class="<#ERROR name='ERRORItemVolume'>">
90                             Volume   91                                 Volume
91                         </span>   92                             </span>
92                     </label>   93                         </label>
93                     <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">   94                         <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">
94                 </div>   95                     </div>
95     96  
96                 <div class="form-group col-md-3">   97                     <div class="form-group col-md-3">
97                     <label for="ItemIssue">   98                         <label for="ItemIssue">
98                         <span class="<#ERROR name='ERRORItemIssue'>">   99                             <span class="<#ERROR name='ERRORItemIssue'>">
99                             Copy   100                                 Copy
100                         </span>   101                             </span>
101                     </label>   102                         </label>
102                     <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">   103                         <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">
103                 </div>   104                     </div>
104     105  
105                 <div class="form-group col-md-5">   106                     <div class="form-group col-md-5">
106                     <label for="CallNumber">   107                         <label for="CallNumber">
107                         <span class="<#ERROR name='ERRORCallNumber'>">   108                             <span class="<#ERROR name='ERRORCallNumber'>">
108                             Call Number   109                                 Call Number
109                         </span>   110                             </span>
110                     </label>   111                         </label>
111                     <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   112                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
112                 </div>   113                     </div>
113     114  
114                 <div class="form-group col-md-5">   115                     <div class="form-group col-md-5">
115                     <label for="Location">   116                         <label for="Location">
116                         <span class="<#ERROR name='ERRORLocation'>">   117                             <span class="<#ERROR name='ERRORLocation'>">
117                             Collection Name/Location   118                                 Collection Name/Location
118                         </span>   119                             </span>
119                     </label>   120                         </label>
120                     <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">   121                         <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">
121                 </div>   122                     </div>
122             </section>   123                 </section>
123     124  
124             <section name="order-info">   125                 <section name="order-info">
125                 <h3 class="section-header">Order Information</h3>   126                     <h3 class="section-header">Order Information</h3>
126                 <#INCLUDE filename="include_photoduplication.html">   127                     <#INCLUDE filename="include_photoduplication.html">
127             </section>   128                 </section>
128     129  
129             <section name="user-info">   130                 <section name="user-info">
130     131  
131                 <h3 class="section-header">Request Information</h3>   132                     <h3 class="section-header">Request Information</h3>
132     133  
133                 <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">   134                     <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">
134                     <label for="RequestLink">   135                         <label for="RequestLink">
135                         <span class="<#ERROR name='ERRORRequestLink'>">   136                             <span class="<#ERROR name='ERRORRequestLink'>">
136                             Request for   137                                 Request for
137                         </span>   138                             </span>
138                     </label>   139                         </label>
139                     <select class="custom-select mr-sm-2"  id="RequestLink" name="RequestLink" size="1">   140                         <select class="custom-select mr-sm-2"  id="RequestLink" name="RequestLink" size="1">
140                         <#OPTION name="RequestLinks" hideUsernames="true" hideEvents="true">   141                             <#OPTION name="RequestLinks" hideUsernames="true" hideEvents="true">
141                     </select>   142                         </select>
142                 </div>   143                     </div>
143     144  
144                 <div class="form-group col-md-4">   145                     <div class="form-group col-md-4">
145                     <span class="<#PARAM name='BillingAccountsVisible' enabled='BillingAccountsEnabled' disabled='BillingAccountsDisabled'>"></span>   146                         <span class="<#PARAM name='BillingAccountsVisible' enabled='BillingAccountsEnabled' disabled='BillingAccountsDisabled'>"></span>
146                     <label for="BillingAccount">   147                         <label for="BillingAccount">
147                         <span class="<#ERROR name='ERRORBillingAccount'>">   148                             <span class="<#ERROR name='ERRORBillingAccount'>">
148                             Billing Account   149                                 Billing Account
149                         </span>   150                             </span>
150                     </label>   151                         </label>
151                     <select class="custom-select mr-sm-2" id="BillingAccountId" name="BillingAccountId">   152                         <select class="custom-select mr-sm-2" id="BillingAccountId" name="BillingAccountId">
152                         <#OPTION name="BillingAccounts">   153                             <#OPTION name="BillingAccounts">
153                     </select>   154                         </select>
154                 </div>   155                     </div>
155     156  
156                 <div class="form-group col-md-8">   157                     <div class="form-group col-md-8">
157                     <label for="Notes">   158                         <label for="Notes">
158                         <span class="<#ERROR name='ERRORNotes'>">   159                             <span class="<#ERROR name='ERRORNotes'>">
159                             My Notes   160                                 My Notes
160                         </span>   161                             </span>
161                     </label>   162                         </label>
162                     <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>   163                         <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>
163                     <div class="small-notes">Enter any notes about this request for your personal reference.</div>   164                         <div class="small-notes">Enter any notes about this request for your personal reference.</div>
164                 </div>   165                     </div>
165     166  
166                 <div class="form-group col-md-8">   167                     <div class="form-group col-md-8">
167                     <label for="SpecialRequest">   168                         <label for="SpecialRequest">
168                         <span class="<#ERROR name='ERRORSpecialRequest'>">   169                             <span class="<#ERROR name='ERRORSpecialRequest'>">
169                             Special Requests/Questions?   170                                 Special Requests/Questions?
170                         </span>   171                             </span>
171                     </label>   172                         </label>
172                     <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>   173                         <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>
173                     <div class="small-notes">Please enter any special requests or questions for library staff.</div>   174                         <div class="small-notes">Please enter any special requests or questions for library staff.</div>
174                 </div>   175                     </div>
175     176  
176             </section>   177                 </section>
177     178  
178             <#INCLUDE filename="include_request_buttons_photoduplication.html">   179                 <#INCLUDE filename="include_request_buttons_photoduplication.html">
179             <#INCLUDE filename="include_footer.html"> +-    
180        = 180        
181         </form>   181             </form>
    -+ 182         </main>
      183         <#INCLUDE filename="include_footer.html">
182     </div> = 184     </div>
183     <script type="text/javascript" src="js/billingContextOptionHandler.js"></script>   185     <script type="text/javascript" src="js/billingContextOptionHandler.js"></script>
184     <script type="text/javascript" src="js/billingAccountsOptionHandler.js"></script>   186     <script type="text/javascript" src="js/billingAccountsOptionHandler.js"></script>
185     187  
186 </body>   188 </body>
187     189  
188 </html>   190 </html>

   
EditGenericRequestSerial.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>Aeon - Edit Request</title>   5     <title>Aeon - Edit Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <#INCLUDE filename="include_head_request.html">   7     <#INCLUDE filename="include_head_request.html">
8 </head>   8 </head>
9     9  
10 <body>   10 <body>
11     11  
12     <#INCLUDE filename="include_header.html">   12     <#INCLUDE filename="include_header.html">
13     13  
14     <#INCLUDE filename="include_nav.html">   14     <#INCLUDE filename="include_nav.html">
    <> 15     <div class="container">
15     <div id="content" class="container" role="heading" aria-label="Content">   16         <main id="content" aria-label="Content">
16         <form action="aeon.dll" method="post"> = 17             <form action="aeon.dll" method="post">
17             <input type="hidden" name="AeonForm" value="EditGenericRequestSerial">   18                 <input type="hidden" name="AeonForm" value="EditGenericRequestSerial">
18             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   19                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
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="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">   21                 <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">
21             <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">   22                 <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">
22             <input type="hidden" name="RequestType" value="Loan">   23                 <input type="hidden" name="RequestType" value="Loan">
23             <input type="hidden" name="DocumentType" value="Serial">   24                 <input type="hidden" name="DocumentType" value="Serial">
24     25  
25             <h2>Edit the Serial Request</h2>   26                 <h2>Edit the Serial Request</h2>
26     27  
27             <div id="statusLine"><#STATUS></div>   28                 <div id="statusLine"><#STATUS></div>
28     29  
29             <section name="item-info">   30                 <section name="item-info">
30                 <h3 class="section-header">Item Information</h3>   31                     <h3 class="section-header">Item Information</h3>
31     32  
32                 <div class="form-group col-md-8">   33                     <div class="form-group col-md-8">
33                     <label for="ItemTitle">   34                         <label for="ItemTitle">
34                         <span class="<#ERROR name='ERRORItemTitle'>">   35                             <span class="<#ERROR name='ERRORItemTitle'>">
35                             Title   36                                 Title
36                             <span class="req">(required)</span>   37                                 <span class="req">(required)</span>
37                         </span>   38                             </span>
38                     </label>   39                         </label>
39                     <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="50" required><#PARAM name="ItemTitle"></textarea>   40                         <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="50" required><#PARAM name="ItemTitle"></textarea>
40                 </div>   41                     </div>
41     42  
42     43  
43                 <div class="form-group col-md-5">   44                     <div class="form-group col-md-5">
44                     <label for="ItemPlace">   45                         <label for="ItemPlace">
45                         <span class="<#ERROR name='ERRORItemPlace'>">   46                             <span class="<#ERROR name='ERRORItemPlace'>">
46                             Place of Publication   47                                 Place of Publication
47                         </span>   48                             </span>
48                     </label>   49                         </label>
49                     <input type="text" name="ItemPlace" class="form-control" id="ItemPlace" value="<#PARAM name='ItemPlace'>">   50                         <input type="text" name="ItemPlace" class="form-control" id="ItemPlace" value="<#PARAM name='ItemPlace'>">
50                 </div>   51                     </div>
51     52  
52                 <!--   53                     <!--
53                             <label for="ItemPublisher">   54                                 <label for="ItemPublisher">
54                                 <span class="field">   55                                     <span class="field">
55                                     <span class="<#ERROR name='ERRORItemPublisher'>">Publisher</span>   56                                         <span class="<#ERROR name='ERRORItemPublisher'>">Publisher</span>
56                                 </span>   57                                     </span>
57                                 <input id="ItemPublisher" name="ItemPublisher" type="text" size="40" class="f-name" value="<#PARAM name='ItemPublisher'>">                         58                                     <input id="ItemPublisher" name="ItemPublisher" type="text" size="40" class="f-name" value="<#PARAM name='ItemPublisher'>">                      
58                             </label>   59                                 </label>
59                             -->   60                                 -->
60     61  
61                 <div class="form-group col-md-3">   62                     <div class="form-group col-md-3">
62                     <label for="ItemDate">   63                         <label for="ItemDate">
63                         <span class="<#ERROR name='ERRORItemDate'>">   64                             <span class="<#ERROR name='ERRORItemDate'>">
64                             Date   65                                 Date
65                         </span>   66                             </span>
66                     </label>   67                         </label>
67                     <input type="text" name="ItemDate" class="form-control" id="ItemDate" value="<#PARAM name='ItemDate'>">   68                         <input type="text" name="ItemDate" class="form-control" id="ItemDate" value="<#PARAM name='ItemDate'>">
68                 </div>   69                     </div>
69     70  
70                 <div class="form-group col-md-3">   71                     <div class="form-group col-md-3">
71                     <label for="ItemVolume">   72                         <label for="ItemVolume">
72                         <span class="<#ERROR name='ERRORItemVolume'>">   73                             <span class="<#ERROR name='ERRORItemVolume'>">
73                             Volume/Copy   74                                 Volume/Copy
74                         </span>   75                             </span>
75                     </label>   76                         </label>
76                     <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">   77                         <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">
77                 </div>   78                     </div>
78     79  
79                 <div class="form-group col-md-3">   80                     <div class="form-group col-md-3">
80                     <label for="ItemIssue">   81                         <label for="ItemIssue">
81                         <span class="<#ERROR name='ERRORItemIssue'>">   82                             <span class="<#ERROR name='ERRORItemIssue'>">
82                             Issue/Number   83                                 Issue/Number
83                         </span>   84                             </span>
84                     </label>   85                         </label>
85                     <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">   86                         <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">
86                 </div>   87                     </div>
87     88  
88                 <!--   89                     <!--
89                             <label for="ItemPages">   90                                 <label for="ItemPages">
90                                 <span class="field">   91                                     <span class="field">
91                                     <span class="<#ERROR name='ERRORItemPages'>">Inclusive Pages</span>   92                                         <span class="<#ERROR name='ERRORItemPages'>">Inclusive Pages</span>
92                                       93                                         
93                                     <span class="note">Additional citation information can be added as notes.</span>   94                                         <span class="note">Additional citation information can be added as notes.</span>
94                                 </span>   95                                     </span>
95                                 <input id="ItemPages" name="ItemPages" type="text" size="40" class="f-name" value="<#PARAM name='ItemPages'>">   96                                     <input id="ItemPages" name="ItemPages" type="text" size="40" class="f-name" value="<#PARAM name='ItemPages'>">
96                             </label>   97                                 </label>
97                             -->   98                                 -->
98     99  
99                 <!--   100                     <!--
100                             <label for="ItemISxN">   101                                 <label for="ItemISxN">
101                                 <span class="field">   102                                     <span class="field">
102                                     <span class="<#ERROR name='ERRORItemISxN'>">ISxN</span>   103                                         <span class="<#ERROR name='ERRORItemISxN'>">ISxN</span>
103                                 </span>   104                                     </span>
104                                 <input id="ItemISxN" name="ItemISxN" type="text" size="20" class="f-name" value="<#PARAM name='ItemISxN'>">                        105                                     <input id="ItemISxN" name="ItemISxN" type="text" size="20" class="f-name" value="<#PARAM name='ItemISxN'>">                     
105                             </label>   106                                 </label>
106                             -->   107                                 -->
107     108  
108                 <div class="form-group col-md-5">   109                     <div class="form-group col-md-5">
109                     <label for="CallNumber">   110                         <label for="CallNumber">
110                         <span class="<#ERROR name='ERRORCallNumber'>">   111                             <span class="<#ERROR name='ERRORCallNumber'>">
111                             Call Number   112                                 Call Number
112                         </span>   113                             </span>
113                     </label>   114                         </label>
114                     <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   115                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
115                 </div>   116                     </div>
116     117  
117                 <div class="form-group col-md-5">   118                     <div class="form-group col-md-5">
118                     <label for="Location">   119                         <label for="Location">
119                         <span class="<#ERROR name='ERRORLocation'>">   120                             <span class="<#ERROR name='ERRORLocation'>">
120                             Collection Name/Location   121                                 Collection Name/Location
121                         </span>   122                             </span>
122                     </label>   123                         </label>
123                     <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">   124                         <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">
124                 </div>   125                     </div>
125     126  
126             </section>   127                 </section>
127     128  
128             <section name="user-info">   129                 <section name="user-info">
129                 <h3 class="section-header">Request Information</h3>   130                     <h3 class="section-header">Request Information</h3>
130     131  
131                 <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">   132                     <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">
132                     <label for="RequestLink">   133                         <label for="RequestLink">
133                         <span class="<#ERROR name='ERRORRequestLink'>">   134                             <span class="<#ERROR name='ERRORRequestLink'>">
134                             Request for   135                                 Request for
135                         </span>   136                             </span>
136                     </label>   137                         </label>
137                     <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1">   138                         <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1">
138                         <#OPTION name="RequestLinks" hideUsernames="true">   139                             <#OPTION name="RequestLinks" hideUsernames="true">
139                     </select>   140                         </select>
140                 </div>   141                     </div>
141     142  
142                 <#INCLUDE type="photoduplication" filename="include_photoduplication.html">   143                     <#INCLUDE type="photoduplication" filename="include_photoduplication.html">
143     144  
144                 <div class="form-group col-md-8">   145                     <div class="form-group col-md-8">
145                     <label for="Notes">   146                         <label for="Notes">
146                         <span class="<#ERROR name='ERRORNotes'>">   147                             <span class="<#ERROR name='ERRORNotes'>">
147                             My Notes   148                                 My Notes
148                         </span>   149                             </span>
149                     </label>   150                         </label>
150                     <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="50"><#PARAM name="Notes"></textarea>   151                         <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="50"><#PARAM name="Notes"></textarea>
151                     <div class="small-notes">Enter any notes about this request for your personal reference.</div>   152                         <div class="small-notes">Enter any notes about this request for your personal reference.</div>
152                 </div>   153                     </div>
153     154  
154                 <div class="form-group col-md-8">   155                     <div class="form-group col-md-8">
155                     <label for="SpecialRequest">   156                         <label for="SpecialRequest">
156                         <span class="<#ERROR name='ERRORSpecialRequest'>">   157                             <span class="<#ERROR name='ERRORSpecialRequest'>">
157                             Special Requests/Questions?   158                                 Special Requests/Questions?
158                         </span>   159                             </span>
159                     </label>   160                         </label>
160                     <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="50"><#PARAM name="SpecialRequest"></textarea>   161                         <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="50"><#PARAM name="SpecialRequest"></textarea>
161                     <div class="small-notes">Please enter any special requests or questions for library staff.</div>   162                         <div class="small-notes">Please enter any special requests or questions for library staff.</div>
162                 </div>   163                     </div>
163     164  
164                 <#INCLUDE filename="include_ResearcherTags.html">   165                     <#INCLUDE filename="include_ResearcherTags.html">
165     166  
166                 <div class="form-group col-sm-4">   167                     <div class="form-group col-sm-4">
167                     <label for="ScheduledDate">   168                         <label for="ScheduledDate">
168                         <span class="<#ERROR name='ERRORScheduledDate'>">   169                             <span class="<#ERROR name='ERRORScheduledDate'>">
169                             Date of Visit   170                                 Date of Visit
170                         </span>   171                             </span>
171                     </label>   172                         </label>
172                     <div class="input-group">   173                         <div class="input-group">
173                         <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text"  aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">   174                             <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text"  aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">
174                         <div class="input-group-append">   175                             <div class="input-group-append">
175                           <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate"  aria-label="Calendar">   176                             <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate"  aria-label="Calendar">
176                             <span class="fas fa-calendar ui-datepicker-trigger"></span>   177                                 <span class="fas fa-calendar ui-datepicker-trigger"></span>
177                           </button>   178                             </button>
178                         </div>   179                             </div>
179                     </div>   180                         </div>
180     181  
181                     <div class="small-notes">   182                         <div class="small-notes">
182                         Select the date you plan to visit.   183                             Select the date you plan to visit.
183                     </div>   184                         </div>
184                 </div>   185                     </div>
185             </section>   186                 </section>
186     187  
187             <#INCLUDE filename="include_request_buttons.html">   188                 <#INCLUDE filename="include_request_buttons.html">
188            189             
189             <#INCLUDE filename="include_footer.html"> +-    
190           =    
191         </form>   190             </form>
    -+ 191         </main>
      192         <#INCLUDE filename="include_footer.html">
192     </div> = 193     </div>
193 </body>   194 </body>
194     195  
195 </html>   196 </html>

   
EditPhotoduplicationRequest.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>Aeon - Edit Request</title>   5     <title>Aeon - Edit Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <#INCLUDE filename="include_head_request.html">   7     <#INCLUDE filename="include_head_request.html">
8 </head>   8 </head>
9     9  
10 <body>   10 <body>
11     11  
12     <#INCLUDE filename="include_header.html">   12     <#INCLUDE filename="include_header.html">
13     13  
14     <#INCLUDE filename="include_nav.html">   14     <#INCLUDE filename="include_nav.html">
    <> 15     <div class="container">
15     <div id="content" class="container" role="heading" aria-label="Content">   16         <main id="content" aria-label="Content">
16         <form action="aeon.dll" method="post" onsubmit="$('input:disabled, textarea:disabled, select:disabled').addClass('appear-disabled').removeAttr('disabled')"> = 17             <form action="aeon.dll" method="post" onsubmit="$('input:disabled, textarea:disabled, select:disabled').addClass('appear-disabled').removeAttr('disabled')">
17             <input type="hidden" name="AeonForm" value="EditPhotoduplicationRequest">   18                 <input type="hidden" name="AeonForm" value="EditPhotoduplicationRequest">
18             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   19                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
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="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">   21                 <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">
21             <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">   22                 <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">
22             <input type="hidden" name="RequestType" value="Copy">   23                 <input type="hidden" name="RequestType" value="Copy">
23     24  
24             <h2> Edit the Photoduplication Request</h2>   25                 <h2> Edit the Photoduplication Request</h2>
25     26  
26             <div id="statusLine"><#STATUS></div>   27                 <div id="statusLine"><#STATUS></div>
27     28  
28             <section name="item-info">   29                 <section name="item-info">
29                 <h3 class="section-header">Item Information</h3>   30                     <h3 class="section-header">Item Information</h3>
30                 <div class="form-group col-md-8">   31                     <div class="form-group col-md-8">
31                     <label for="ItemTitle">   32                         <label for="ItemTitle">
32                         <span class="<#ERROR name='ERRORItemTitle'>">   33                             <span class="<#ERROR name='ERRORItemTitle'>">
33                             Title   34                                 Title
34                             <span class="req">(required)</span>   35                                 <span class="req">(required)</span>
35                         </span>   36                             </span>
36                     </label>   37                         </label>
37                     <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="40" required><#PARAM name="ItemTitle"></textarea>   38                         <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="40" required><#PARAM name="ItemTitle"></textarea>
38                 </div>   39                     </div>
39     40  
40                 <!--<label for="ItemSubTitle">   41                     <!--<label for="ItemSubTitle">
41                         <span class="field">   42                             <span class="field">
42                             <span class="<#ERROR name='ERRORItemSubTitle'>">Additional Title</span>   43                                 <span class="<#ERROR name='ERRORItemSubTitle'>">Additional Title</span>
43                         </span>   44                             </span>
44                         <textarea id="ItemSubTitle" name="ItemSubTitle" rows="2" cols="40" class="f-name"><#PARAM name="ItemSubTitle"></textarea>   45                             <textarea id="ItemSubTitle" name="ItemSubTitle" rows="2" cols="40" class="f-name"><#PARAM name="ItemSubTitle"></textarea>
45                     </label>     46                         </label>  
46                 -->   47                     -->
47     48  
48                 <div class="form-group col-md-8">   49                     <div class="form-group col-md-8">
49                     <label for="ItemAuthor">   50                         <label for="ItemAuthor">
50                         <span class="<#ERROR name='ERRORItemAuthor'>">   51                             <span class="<#ERROR name='ERRORItemAuthor'>">
51                             Author/Creator   52                                 Author/Creator
52                         </span>   53                             </span>
53                     </label>   54                         </label>
54                     <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">   55                         <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">
55                 </div>   56                     </div>
56     57  
57                 <div class="form-group col-md-5">   58                     <div class="form-group col-md-5">
58                     <label for="ItemPlace">   59                         <label for="ItemPlace">
59                         <span class="<#ERROR name='ERRORItemPlace'>">   60                             <span class="<#ERROR name='ERRORItemPlace'>">
60                             Place of Publication   61                                 Place of Publication
61                         </span>   62                             </span>
62                     </label>   63                         </label>
63                     <input type="text" class="form-control" name="ItemPlace" id="ItemPlace" value="<#PARAM name='ItemPlace'>">   64                         <input type="text" class="form-control" name="ItemPlace" id="ItemPlace" value="<#PARAM name='ItemPlace'>">
64                 </div>   65                     </div>
65     66  
66                 <div class="form-group col-md-5">   67                     <div class="form-group col-md-5">
67                     <label for="ItemPublisher">   68                         <label for="ItemPublisher">
68                         <span class="<#ERROR name='ERRORItemPublisher'>">   69                             <span class="<#ERROR name='ERRORItemPublisher'>">
69                             Publisher   70                                 Publisher
70                         </span>   71                             </span>
71                     </label>   72                         </label>
72                     <input type="text" class="form-control" name="ItemPublisher" id="ItemPublisher" value="<#PARAM name='ItemPublisher'>">   73                         <input type="text" class="form-control" name="ItemPublisher" id="ItemPublisher" value="<#PARAM name='ItemPublisher'>">
73                 </div>   74                     </div>
74     75  
75                 <div class="form-group col-md-3">   76                     <div class="form-group col-md-3">
76                     <label for="ItemDate">   77                         <label for="ItemDate">
77                         <span class="<#ERROR name='ERRORItemDate'>">   78                             <span class="<#ERROR name='ERRORItemDate'>">
78                             Date   79                                 Date
79                         </span>   80                             </span>
80                     </label>   81                         </label>
81                     <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">   82                         <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">
82                 </div>   83                     </div>
83     84  
84                 <div class="form-group col-md-3">   85                     <div class="form-group col-md-3">
85                     <label for="ItemEdition">   86                         <label for="ItemEdition">
86                         <span class="<#ERROR name='ERRORItemEdition'>">   87                             <span class="<#ERROR name='ERRORItemEdition'>">
87                             Edition   88                                 Edition
88                         </span>   89                             </span>
89                     </label>   90                         </label>
90                     <input type="text" class="form-control" name="ItemEdition" id="ItemEdition" value="<#PARAM name='ItemEdition'>">   91                         <input type="text" class="form-control" name="ItemEdition" id="ItemEdition" value="<#PARAM name='ItemEdition'>">
91                 </div>   92                     </div>
92     93  
93                 <div class="form-group col-md-3">   94                     <div class="form-group col-md-3">
94                     <label for="ItemVolume">   95                         <label for="ItemVolume">
95                         <span class="<#ERROR name='ERRORItemVolume'>">   96                             <span class="<#ERROR name='ERRORItemVolume'>">
96                             Volume/Box   97                                 Volume/Box
97                         </span>   98                             </span>
98                     </label>   99                         </label>
99                     <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">   100                         <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">
100                 </div>   101                     </div>
101     102  
102                 <div class="form-group col-md-3">   103                     <div class="form-group col-md-3">
103                     <label for="ItemIssue">   104                         <label for="ItemIssue">
104                         <span class="<#ERROR name='ERRORItemIssue'>">   105                             <span class="<#ERROR name='ERRORItemIssue'>">
105                             Issue/Copy   106                                 Issue/Copy
106                         </span>   107                             </span>
107                     </label>   108                         </label>
108                     <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">   109                         <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">
109                 </div>   110                     </div>
110     111  
111                 <!--   112                     <!--
112                         <label for="ItemCitation">   113                             <label for="ItemCitation">
113                         <span class="field">   114                             <span class="field">
114                         <span class="<#ERROR name='ERRORItemCitation'>">Size/Physical Description</span>   115                             <span class="<#ERROR name='ERRORItemCitation'>">Size/Physical Description</span>
115                         </span>   116                             </span>
116                         <input id="ItemCitation" name="ItemCitation" type="text" size="40" class="f-name" value="<#PARAM name='ItemCitation'>" <#CONDITIONAL type="ConvertingToCopy" true=" DISABLED ">>   117                             <input id="ItemCitation" name="ItemCitation" type="text" size="40" class="f-name" value="<#PARAM name='ItemCitation'>" <#CONDITIONAL type="ConvertingToCopy" true=" DISABLED ">>
117                         </label>   118                             </label>
118                         -->   119                             -->
119     120  
120                 <!--   121                     <!--
121                         <label for="ItemISxN">   122                             <label for="ItemISxN">
122                         <span class="field">   123                             <span class="field">
123                             <span class="<#ERROR name='ERRORItemISxN'>">ISxN</span>   124                                 <span class="<#ERROR name='ERRORItemISxN'>">ISxN</span>
124                         </span>   125                             </span>
125                         <input id="ItemISxN" name="ItemISxN" type="text" size="20" class="f-name" value="<#PARAM name='ItemISxN'>" <#CONDITIONAL type="ConvertingToCopy" true=" DISABLED ">>   126                             <input id="ItemISxN" name="ItemISxN" type="text" size="20" class="f-name" value="<#PARAM name='ItemISxN'>" <#CONDITIONAL type="ConvertingToCopy" true=" DISABLED ">>
126                         </label>   127                             </label>
127                         -->   128                             -->
128     129  
129                 <div class="form-group col-md-5">   130                     <div class="form-group col-md-5">
130                     <label for="CallNumber">   131                         <label for="CallNumber">
131                         <span class="<#ERROR name='ERRORCallNumber'>">   132                             <span class="<#ERROR name='ERRORCallNumber'>">
132                             Call Number   133                                 Call Number
133                         </span>   134                             </span>
134                     </label>   135                         </label>
135                     <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   136                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
136                 </div>   137                     </div>
137     138  
138                 <div class="form-group col-md-5">   139                     <div class="form-group col-md-5">
139                     <label for="Location">   140                         <label for="Location">
140                         <span class="<#ERROR name='ERRORLocation'>">   141                             <span class="<#ERROR name='ERRORLocation'>">
141                             Location   142                                 Location
142                         </span>   143                             </span>
143                     </label>   144                         </label>
144                     <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">   145                         <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">
145                 </div>   146                     </div>
146             </section>   147                 </section>
147     148  
148             <section name="user-info">   149                 <section name="user-info">
149                 <h3 class="section-header">Request Information</h3>   150                     <h3 class="section-header">Request Information</h3>
150     151  
151                 <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">   152                     <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">
152                     <label for="RequestLink">   153                         <label for="RequestLink">
153                         <span class="<#ERROR name='ERRORRequestLink'>">   154                             <span class="<#ERROR name='ERRORRequestLink'>">
154                             Request for   155                                 Request for
155                         </span>   156                             </span>
156                     </label>   157                         </label>
157                     <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1">   158                         <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1">
158                         <#OPTION name="RequestLinks" hideUsernames="true" hideEvents="true">   159                             <#OPTION name="RequestLinks" hideUsernames="true" hideEvents="true">
159                     </select>   160                         </select>
160                 </div>   161                     </div>
161     162  
162                 <div class="form-group col-md-4">   163                     <div class="form-group col-md-4">
163                     <span class="<#PARAM name='BillingAccountsVisible' enabled='BillingAccountsEnabled' disabled='BillingAccountsDisabled'>"></span>   164                         <span class="<#PARAM name='BillingAccountsVisible' enabled='BillingAccountsEnabled' disabled='BillingAccountsDisabled'>"></span>
164                     <label for="BillingAccount">   165                         <label for="BillingAccount">
165                         <span class="<#ERROR name='ERRORBillingAccount'>">   166                             <span class="<#ERROR name='ERRORBillingAccount'>">
166                             Billing Account   167                                 Billing Account
167                         </span>   168                             </span>
168                     </label>   169                         </label>
169                     <select class="custom-select mr-sm-2" id="BillingAccountId" name="BillingAccountId">   170                         <select class="custom-select mr-sm-2" id="BillingAccountId" name="BillingAccountId">
170                         <#OPTION name="BillingAccounts">   171                             <#OPTION name="BillingAccounts">
171                     </select>   172                         </select>
172                 </div>   173                     </div>
173     174  
174                 <div class="form-group col-md-8">   175                     <div class="form-group col-md-8">
175                     <label for="Notes">   176                         <label for="Notes">
176                         <span class="<#ERROR name='ERRORNotes'>">   177                             <span class="<#ERROR name='ERRORNotes'>">
177                             My Notes   178                                 My Notes
178                         </span>   179                             </span>
179                     </label>   180                         </label>
180                     <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>   181                         <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>
181                     <div class="small-notes">Enter any notes about this request for your personal reference.</div>   182                         <div class="small-notes">Enter any notes about this request for your personal reference.</div>
182                 </div>   183                     </div>
183     184  
184                 <div class="form-group col-md-8">   185                     <div class="form-group col-md-8">
185                     <label for="SpecialRequest">   186                         <label for="SpecialRequest">
186                         <span class="<#ERROR name='ERRORSpecialRequest'>">   187                             <span class="<#ERROR name='ERRORSpecialRequest'>">
187                             Special Requests/Questions?   188                                 Special Requests/Questions?
188                         </span>   189                             </span>
189                     </label>   190                         </label>
190                     <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>   191                         <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>
191                     <div class="small-notes">Please enter any special requests or questions for library staff.</div>   192                         <div class="small-notes">Please enter any special requests or questions for library staff.</div>
192                 </div>   193                     </div>
193     194  
194                 <#INCLUDE filename="include_photoduplication.html">   195                     <#INCLUDE filename="include_photoduplication.html">
195     196  
196             </section>   197                 </section>
197     198  
198             <#INCLUDE filename="include_request_buttons_photoduplication.html">   199                 <#INCLUDE filename="include_request_buttons_photoduplication.html">
199             <#INCLUDE filename="include_footer.html"> +-    
200         </form> = 200             </form>
    -+ 201         </main>
      202         <#INCLUDE filename="include_footer.html">
201     </div> = 203     </div>
202     <script type="text/javascript" src="js/billingContextOptionHandler.js"></script>   204     <script type="text/javascript" src="js/billingContextOptionHandler.js"></script>
203     <script type="text/javascript" src="js/billingAccountsOptionHandler.js"></script>   205     <script type="text/javascript" src="js/billingAccountsOptionHandler.js"></script>
204     206  
205 </body>   207 </body>
206     208  
207 </html>   209 </html>

   
Error.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3 <head>   3 <head>
4     <title>Aeon - Error</title>   4     <title>Aeon - Error</title>
5     <#INCLUDE filename="include_head.html">   5     <#INCLUDE filename="include_head.html">
6 </head>   6 </head>
7 <body>   7 <body>
8     <#INCLUDE filename="include_header.html">   8     <#INCLUDE filename="include_header.html">
9     9  
10         <div class="alerts-bar">   10         <div class="alerts-bar">
11             <div class="container" id="webAlerts"></div>   11             <div class="container" id="webAlerts"></div>
12         </div>   12         </div>
13     13  
    -+ 14         <main id="content" aria-label="Content">
14         <div id="statusLine" class="container"> = 15             <div id="statusLine" class="container">
15             <#STATUS>   16                 <#STATUS>
16         </div>   17             </div>
    -+ 18         </main>
17   = 19  
18         <div id="content" class="container" role="heading" aria-label="Content"> <> 20         <div class="container">
19             = 21            
20          <#INCLUDE filename="include_footer.html">   22          <#INCLUDE filename="include_footer.html">
21              23           
22         </div>   24         </div>
23 </body>   25 </body>
24 </html>   26 </html>

   
ExpiredUsers.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>Aeon - Update User Information</title>   5     <title>Aeon - Update 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_nav.html">   11     <#INCLUDE filename="include_nav.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="aeon.dll" method="post" name="ExpiredUsers"> = 15                 <form action="aeon.dll" method="post" name="ExpiredUsers">
15                 <input type="hidden" name="AeonForm" value="ExpiredUsers">   16                     <input type="hidden" name="AeonForm" value="ExpiredUsers">
16                 <input type="hidden" name="NotificationMethod" value="Email">   17                     <input type="hidden" name="NotificationMethod" value="Email">
17                 <#FORMSTATE>   18                     <#FORMSTATE>
18     19  
19                     <h2>Update User Information</h2>   20                         <h2>Update User Information</h2>
20                       21                         
21                     <div id="statusLine"><#STATUS></div>   22                         <div id="statusLine"><#STATUS></div>
22     23  
23                     <div class="mt-3 mb-3">   24                         <div class="mt-3 mb-3">
24                         Your account has expired. Accounts expire once per year. Please confirm or update your information below and click the 'Submit Information' button to continue.   25                             Your account has expired. Accounts expire once per year. Please confirm or update your information below and click the 'Submit Information' button to continue.
25                     </div>   26                         </div>
26                       27                         
27                     <section name="user-info">   28                         <section name="user-info">
28                           29                             
29                         <h3 class="section-header">User Information</h3>   30                             <h3 class="section-header">User Information</h3>
30     31  
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-6">   52                             <div class="form-group col-md-6">
52                             <label for="EMailAddress">   53                                 <label for="EMailAddress">
53                                 <span class="<#ERROR name='ERROREMailAddress'>">   54                                     <span class="<#ERROR name='ERROREMailAddress'>">
54                                     Email Address   55                                         Email Address
55                                     <span class="req">(required)</span>   56                                         <span class="req">(required)</span>
56                                 </span>   57                                     </span>
57                             </label>   58                                 </label>
58                             <input type="email" class="form-control" name="EMailAddress" id="EMailAddress" value="<#PARAM name='EMailAddress'>" autocomplete="off" required>   59                                 <input type="email" class="form-control" name="EMailAddress" id="EMailAddress" value="<#PARAM name='EMailAddress'>" autocomplete="off" required>
59                         </div>   60                             </div>
60     61  
61                         <div class="form-group col-md-3">   62                             <div class="form-group col-md-3">
62                             <label for="Phone">   63                                 <label for="Phone">
63                                 <span class="<#ERROR name='ERRORPhone'>">   64                                     <span class="<#ERROR name='ERRORPhone'>">
64                                     Daytime Phone   65                                         Daytime Phone
65                                     <span class="req">(required)</span>   66                                         <span class="req">(required)</span>
66                                 </span>   67                                     </span>
67                             </label>   68                                 </label>
68                             <input type="text" class="form-control" name="Phone" id="Phone" value="<#PARAM name='Phone'>" required>   69                                 <input type="text" class="form-control" name="Phone" id="Phone" value="<#PARAM name='Phone'>" required>
69                         </div>   70                             </div>
70     71  
71                         <div class="form-group col-md-4">   72                             <div class="form-group col-md-4">
72                             <label for="Status">   73                                 <label for="Status">
73                                 <span class="<#ERROR name='ERRORStatus'>">   74                                     <span class="<#ERROR name='ERRORStatus'>">
74                                     Status   75                                         Status
75                                     <span class="req">(required)</span>   76                                         <span class="req">(required)</span>
76                                 </span>   77                                     </span>
77                             </label>   78                                 </label>
78                             <select class="custom-select mr-sm-2" name="Status" id="Status" required>   79                                 <select class="custom-select mr-sm-2" name="Status" id="Status" required>
79                                 <#OPTION name="Statuses" selectedValue="<#PARAM name='Status'>" defaultName="Choose a Status" defaultValue="">   80                                     <#OPTION name="Statuses" selectedValue="<#PARAM name='Status'>" defaultName="Choose a Status" defaultValue="">
80                             </select>   81                                 </select>
81                         </div>   82                             </div>
82     83  
83                         <div class="form-group col-md-4">   84                             <div class="form-group col-md-4">
84                             <label for="Department">   85                                 <label for="Department">
85                                 <span class="<#ERROR name='ERRORDepartment'>">   86                                     <span class="<#ERROR name='ERRORDepartment'>">
86                                     Department   87                                         Department
87                                     <span class="req">(required)</span>   88                                         <span class="req">(required)</span>
88                                 </span>   89                                     </span>
89                             </label>   90                                 </label>
90                             <select class="custom-select mr-sm-2" name="Department" id="Department" required>   91                                 <select class="custom-select mr-sm-2" name="Department" id="Department" required>
91                                 <#OPTION name="Departments" selectedValue="<#PARAM name='Department'>" defaultName="Choose a Department" defaultValue="">   92                                     <#OPTION name="Departments" selectedValue="<#PARAM name='Department'>" defaultName="Choose a Department" defaultValue="">
92                             </select>   93                                 </select>
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="Organization">   97                                 <label for="Organization">
97                                 <span class="<#ERROR name='ERROROrganization'>">   98                                     <span class="<#ERROR name='ERROROrganization'>">
98                                     Organization   99                                         Organization
99                                 </span>   100                                     </span>
100                             </label>   101                                 </label>
101                             <input type="text" class="form-control" name="Organization" id="Organization" value="<#PARAM name='Organization'>">   102                                 <input type="text" class="form-control" name="Organization" id="Organization" value="<#PARAM name='Organization'>">
102                         </div>   103                             </div>
103                     </section>   104                         </section>
104     105  
105                     <section name="address-info">   106                         <section name="address-info">
106                               107                                 
107                         <h3 class="section-header">Primary Address Information</h3>   108                             <h3 class="section-header">Primary Address Information</h3>
108     109  
109                         <div class="form-group col-md-6">   110                             <div class="form-group col-md-6">
110                             <label for="Address">   111                                 <label for="Address">
111                                 <span class="<#ERROR name='ERRORAddress'>">   112                                     <span class="<#ERROR name='ERRORAddress'>">
112                                     Primary Address Line 1   113                                         Primary Address Line 1
113                                     <span class="req">(required)</span>   114                                         <span class="req">(required)</span>
114                                 </span>   115                                     </span>
115                             </label>   116                                 </label>
116                             <input type="text" class="form-control" name="Address" id="Address" value="<#PARAM name='Address'>" required>   117                                 <input type="text" class="form-control" name="Address" id="Address" value="<#PARAM name='Address'>" required>
117                         </div>   118                             </div>
118     119  
119                         <div class="form-group col-md-6">   120                             <div class="form-group col-md-6">
120                             <label for="Address2">   121                                 <label for="Address2">
121                                 <span class="<#ERROR name='ERRORAddress2'>">   122                                     <span class="<#ERROR name='ERRORAddress2'>">
122                                     Primary Address Line 2   123                                         Primary Address Line 2
123                                 </span>   124                                     </span>
124                             </label>   125                                 </label>
125                             <input type="text" class="form-control" name="Address2" id="Address2" value="<#PARAM name='Address2'>">   126                                 <input type="text" class="form-control" name="Address2" id="Address2" value="<#PARAM name='Address2'>">
126                         </div>   127                             </div>
127     128  
128                         <div class="form-group col-md-4">   129                             <div class="form-group col-md-4">
129                             <label for="City">   130                                 <label for="City">
130                                 <span class="<#ERROR name='ERRORCity'>">   131                                     <span class="<#ERROR name='ERRORCity'>">
131                                     Primary Address City   132                                         Primary Address City
132                                     <span class="req">(required)</span>   133                                         <span class="req">(required)</span>
133                                 </span>   134                                     </span>
134                             </label>   135                                 </label>
135                             <input type="text" class="form-control" name="City" id="City" value="<#PARAM name='City'>" required>   136                                 <input type="text" class="form-control" name="City" id="City" value="<#PARAM name='City'>" required>
136                         </div>   137                             </div>
137     138  
138                         <div class="form-group col-md-4">   139                             <div class="form-group col-md-4">
139                             <label for="State">   140                                 <label for="State">
140                                 <span class="<#ERROR name='ERRORState'>">   141                                     <span class="<#ERROR name='ERRORState'>">
141                                     Primary Address State   142                                         Primary Address State
142                                     <span class="req">(required)</span>   143                                         <span class="req">(required)</span>
143                                 </span>   144                                     </span>
144                             </label>   145                                 </label>
145                             <select class="custom-select mr-sm-2" name="State" id="State" required>   146                                 <select class="custom-select mr-sm-2" name="State" id="State" required>
146                                 <#OPTION name="States" selectedValue="<#PARAM name='State'>" defaultName="Choose a State" defaultValue="">   147                                     <#OPTION name="States" selectedValue="<#PARAM name='State'>" defaultName="Choose a State" defaultValue="">
147                             </select>   148                                 </select>
148                         </div>   149                             </div>
149     150  
150                         <div class="form-group col-md-4">   151                             <div class="form-group col-md-4">
151                             <label for="Zip">   152                                 <label for="Zip">
152                                 <span class="<#ERROR name='ERRORZip'>">   153                                     <span class="<#ERROR name='ERRORZip'>">
153                                     Primary Address Zip   154                                         Primary Address Zip
154                                     <span class="req">(required)</span>   155                                         <span class="req">(required)</span>
155                                 </span>   156                                     </span>
156                             </label>   157                                 </label>
157                             <input type="text" class="form-control" name="Zip" id="Zip" value="<#PARAM name='Zip'>" required>   158                                 <input type="text" class="form-control" name="Zip" id="Zip" value="<#PARAM name='Zip'>" required>
158                         </div>   159                             </div>
159     160  
160                         <div class="form-group col-md-4">   161                             <div class="form-group col-md-4">
161                             <label for="Country">   162                                 <label for="Country">
162                                 <span class="<#ERROR name='ERRORCountry'>">   163                                     <span class="<#ERROR name='ERRORCountry'>">
163                                     Primary Address Country   164                                         Primary Address Country
164                                     <span class="req">(required)</span>   165                                         <span class="req">(required)</span>
165                                 </span>   166                                     </span>
166                             </label>   167                                 </label>
167                             <select class="custom-select mr-sm-2" name="Country" id="Country" required>   168                                 <select class="custom-select mr-sm-2" name="Country" id="Country" required>
168                                 <#OPTION name="Countries" selectedValue="<#PARAM name='Country'>" defaultName="Choose a Country" defaultValue="">   169                                     <#OPTION name="Countries" selectedValue="<#PARAM name='Country'>" defaultName="Choose a Country" defaultValue="">
169                             </select>   170                                 </select>
170                         </div>   171                             </div>
171                     </section>   172                         </section>
172     173  
173                     <section name="alt-address-info" style="<#CONDITIONAL type='CustomizationKey' test='UseSecondaryAddress' false='display:none'>">   174                         <section name="alt-address-info" style="<#CONDITIONAL type='CustomizationKey' test='UseSecondaryAddress' false='display:none'>">
174                         <h3 class="section-header">Alternate Address Information</h3>   175                             <h3 class="section-header">Alternate Address Information</h3>
175     176  
176                         <div class="form-group col-md-6">   177                             <div class="form-group col-md-6">
177                             <label for="SAddress">   178                                 <label for="SAddress">
178                                 <span class="<#ERROR name='ERRORSAddress'>">   179                                     <span class="<#ERROR name='ERRORSAddress'>">
179                                     Alternate Address Line 1   180                                         Alternate Address Line 1
180                                 </span>   181                                     </span>
181                             </label>   182                                 </label>
182                             <input type="text" class="form-control" name="SAddress" id="SAddress" value="<#PARAM name='SAddress'>">   183                                 <input type="text" class="form-control" name="SAddress" id="SAddress" value="<#PARAM name='SAddress'>">
183                         </div>   184                             </div>
184     185  
185                         <div class="form-group col-md-6">   186                             <div class="form-group col-md-6">
186                             <label for="SAddress2">   187                                 <label for="SAddress2">
187                                 <span class="<#ERROR name='ERRORSAddress2'>">   188                                     <span class="<#ERROR name='ERRORSAddress2'>">
188                                     Alternate Address Line 2   189                                         Alternate Address Line 2
189                                 </span>   190                                     </span>
190                             </label>   191                                 </label>
191                             <input type="text" class="form-control" name="SAddress2" id="SAddress2" value="<#PARAM name='SAddress2'>">   192                                 <input type="text" class="form-control" name="SAddress2" id="SAddress2" value="<#PARAM name='SAddress2'>">
192                         </div>   193                             </div>
193     194  
194                         <div class="form-group col-md-4">   195                             <div class="form-group col-md-4">
195                             <label for="SCity">   196                                 <label for="SCity">
196                                 <span class="<#ERROR name='ERRORSCity'>">   197                                     <span class="<#ERROR name='ERRORSCity'>">
197                                     Alternate Address City   198                                         Alternate Address City
198                                 </span>   199                                     </span>
199                             </label>   200                                 </label>
200                             <input type="text" class="form-control" name="SCity" id="SCity" value="<#PARAM name='SCity'>">   201                                 <input type="text" class="form-control" name="SCity" id="SCity" value="<#PARAM name='SCity'>">
201                         </div>   202                             </div>
202     203  
203                         <div class="form-group col-md-4">   204                             <div class="form-group col-md-4">
204                             <label for="SState">   205                                 <label for="SState">
205                                 <span class="<#ERROR name='ERRORSState'>">   206                                     <span class="<#ERROR name='ERRORSState'>">
206                                     Alternate Address State   207                                         Alternate Address State
207                                 </span>   208                                     </span>
208                             </label>   209                                 </label>
209                             <select class="custom-select mr-sm-2" name="SState" id="SState">   210                                 <select class="custom-select mr-sm-2" name="SState" id="SState">
210                                 <#OPTION name="States" selectedValue="<#PARAM name='SState'>" defaultName="Choose a State" defaultValue="">   211                                     <#OPTION name="States" selectedValue="<#PARAM name='SState'>" defaultName="Choose a State" defaultValue="">
211                             </select>   212                                 </select>
212                         </div>   213                             </div>
213     214  
214                         <div class="form-group col-md-4">   215                             <div class="form-group col-md-4">
215                             <label for="SZip">   216                                 <label for="SZip">
216                                 <span class="<#ERROR name='ERRORSZip'>">   217                                     <span class="<#ERROR name='ERRORSZip'>">
217                                     Alternate Address Zip   218                                         Alternate Address Zip
218                                 </span>   219                                     </span>
219                             </label>   220                                 </label>
220                             <input type="text" class="form-control" name="SZip" id="SZip" value="<#PARAM name='SZip'>">   221                                 <input type="text" class="form-control" name="SZip" id="SZip" value="<#PARAM name='SZip'>">
221                         </div>   222                             </div>
222     223  
223                         <div class="form-group col-md-4">   224                             <div class="form-group col-md-4">
224                             <label for="SCountry">   225                                 <label for="SCountry">
225                                 <span class="<#ERROR name='ERRORSCountry'>">   226                                     <span class="<#ERROR name='ERRORSCountry'>">
226                                     Alternate Address Country   227                                         Alternate Address Country
227                                 </span>   228                                     </span>
228                             </label>   229                                 </label>
229                             <select class="custom-select mr-sm-2" name="SCountry" id="SCountry">   230                                 <select class="custom-select mr-sm-2" name="SCountry" id="SCountry">
230                                 <#OPTION name="Countries" selectedValue="<#PARAM name='SCountry'>" defaultName="Choose a Country" defaultValue="">   231                                     <#OPTION name="Countries" selectedValue="<#PARAM name='SCountry'>" defaultName="Choose a Country" defaultValue="">
231                             </select>   232                                 </select>
232                         </div>   233                             </div>
233     234  
234                     </section>   235                         </section>
235     236  
236                     <section name="research-info">   237                         <section name="research-info">
237                         <h3 class="section-header">Research Information</h3>   238                             <h3 class="section-header">Research Information</h3>
238                           239                             
239                         <div class="form-group col-md-6">   240                             <div class="form-group col-md-6">
240                             <label for="ResearchTopics">   241                                 <label for="ResearchTopics">
241                                 <span class="<#ERROR name='ERRORResearchTopics'>">   242                                     <span class="<#ERROR name='ERRORResearchTopics'>">
242                                     Research Topics   243                                         Research Topics
243                                 </span>   244                                     </span>
244                             </label>   245                                 </label>
245                             <textarea class="form-control" name="ResearchTopics" id="ResearchTopics" rows="2" cols="40"><#PARAM name="ResearchTopics"></textarea>   246                                 <textarea class="form-control" name="ResearchTopics" id="ResearchTopics" rows="2" cols="40"><#PARAM name="ResearchTopics"></textarea>
246                         </div>   247                             </div>
247                           248                             
248                         <div class="form-check ml-3">   249                             <div class="form-check ml-3">
249                             <label class="form-check-label <#ERROR name='ERRORResearchTopicsSharing'>" for="ResearchTopicsSharing">   250                                 <label class="form-check-label <#ERROR name='ERRORResearchTopicsSharing'>" for="ResearchTopicsSharing">
250                                 <input class="form-check-input" type="checkbox" id="ResearchTopicsSharing" name="ResearchTopicsSharing" value="Yes" <#CHECKED name="ResearchTopicsSharing" default="true">>May we share your research topics with others?   251                                     <input class="form-check-input" type="checkbox" id="ResearchTopicsSharing" name="ResearchTopicsSharing" value="Yes" <#CHECKED name="ResearchTopicsSharing" default="true">>May we share your research topics with others?
251                             </label>   252                                 </label>
252                         </div>   253                             </div>
253                     </section>   254                         </section>
254     255  
255                     <section name="policies">   256                         <section name="policies">
256                         <div class="info-block ml-3">   257                             <div class="info-block ml-3">
257                             <h2>Terms and Conditions</h2>   258                                 <h2>Terms and Conditions</h2>
258                             <div>   259                                 <div>
259                                 By pressing the button below, you acknowledge and agree to all of the terms and conditions below.   260                                     By pressing the button below, you acknowledge and agree to all of the terms and conditions below.
260                                 Please pay particular attention to the copyright statement and the Aeon FAQ.   261                                     Please pay particular attention to the copyright statement and the Aeon FAQ.
261                                 After reading this information, you can press the "Submit Information" button below.   262                                     After reading this information, you can press the "Submit Information" button below.
262                             </div>   263                                 </div>
263                         </div>   264                             </div>
264     265  
265                         <div class="info-block ml-3">   266                             <div class="info-block ml-3">
266                             <h2>Important Copyright Information</h2>   267                                 <h2>Important Copyright Information</h2>
267                             <div>WARNING CONCERNING COPYRIGHT RESTRICTIONS</div>   268                                 <div>WARNING CONCERNING COPYRIGHT RESTRICTIONS</div>
268                             <div>The copyright law of the United States (Title 17, United States Code) governs the making of photocopies or other reproductions of copyrighted materials.</div>   269                                 <div>The copyright law of the United States (Title 17, United States Code) governs the making of photocopies or other reproductions of copyrighted materials.</div>
269                             <div>Under certain conditions specified in the law, libraries and archives are authorized to furnish a photocopy   270                                 <div>Under certain conditions specified in the law, libraries and archives are authorized to furnish a photocopy
270                                 or other reproduction. One of these specified conditions is that the photocopy or reproduction is not   271                                     or other reproduction. One of these specified conditions is that the photocopy or reproduction is not
271                                 to be &quot;used for any purpose other than private study, scholarship, or research&quot;. If a user   272                                     to be &quot;used for any purpose other than private study, scholarship, or research&quot;. If a user
272                                 makes a request for, or later uses, a photocopy or reproduction for purposes in excess of &quot;fair   273                                     makes a request for, or later uses, a photocopy or reproduction for purposes in excess of &quot;fair
273                                 use&quot;, that user may be liable for copyright infringement.   274                                     use&quot;, that user may be liable for copyright infringement.
274                             </div>   275                                 </div>
275                             <div>This institution reserves the right to refuse to accept a copying order if, in its judgment, fulfillment   276                                 <div>This institution reserves the right to refuse to accept a copying order if, in its judgment, fulfillment
276                                 of the order would involve violation of copyright law.   277                                     of the order would involve violation of copyright law.
277                             </div>   278                                 </div>
278                         </div>   279                             </div>
279     280  
280                         <h2 class="ml-3">Aeon FAQ (Frequently Asked Questions)</h2>   281                             <h2 class="ml-3">Aeon FAQ (Frequently Asked Questions)</h2>
281                         <div class="ml-3">   282                             <div class="ml-3">
282                             Before registering, you may wish to read the Aeon   283                                 Before registering, you may wish to read the Aeon
283                             <a href="<#ACTION action='10' form='4'>">FAQ</a>. The FAQ may answer other questions you have about the Aeon Special Collections Request System.   284                                 <a href="<#ACTION action='10' form='4'>">FAQ</a>. The FAQ may answer other questions you have about the Aeon Special Collections Request System.
284                         </div>   285                             </div>
285     286  
286                         <div class="ml-3 mb-3">   287                             <div class="ml-3 mb-3">
287                             By pressing this button you acknowledge and agree to all of the terms and conditions above. Please pay particular   288                                 By pressing this button you acknowledge and agree to all of the terms and conditions above. Please pay particular
288                             attention to the copyright statement and the Aeon FAQ. After reading this information, you can press   289                                 attention to the copyright statement and the Aeon FAQ. After reading this information, you can press
289                             the &quot;Submit Information&quot; button to continue.   290                                 the &quot;Submit Information&quot; button to continue.
290                         </div>   291                             </div>
291                     </section>   292                         </section>
292                       293                         
293                     <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>   294                         <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>
294                     <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Exit Aeon System" formnovalidate>Cancel - Exit Aeon System</button>   295                         <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Exit Aeon System" formnovalidate>Cancel - Exit Aeon System</button>
295                 </form>   296                     </form>
    -+ 297                 </main>
296   = 298   
297                 <footer> +-    
298                     <#INCLUDE filename="include_footer.html"> = 299                 <#INCLUDE filename="include_footer.html">
299                 </footer> <> 300                
300             </div> = 301             </div>
301 </body>   302 </body>
302 </html>   303 </html>

   
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>Aeon - FAQ</title>   5     <title>Aeon - FAQ</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             <div class="container">   12             <div class="container">
    -+ 13                 <main id="content" aria-label="Content">
13   = 14  
14                 <h2>   15                     <h2>
15                     Answers to Frequently Asked Questions about Aeon   16                         Answers to Frequently Asked Questions about Aeon
16                     <a name="contents"></a>   17                         <a name="contents"></a>
17                 </h2>   18                     </h2>
18     19  
19                 <ul>   20                     <ul>
20                     <li>   21                         <li>
21                         <a href="#what">What is Aeon?</a>   22                             <a href="#what">What is Aeon?</a>
22                     </li>   23                         </li>
23                     <li>   24                         <li>
24                         <a href="#userid">Why do I need a username and password to use Aeon?</a>   25                             <a href="#userid">Why do I need a username and password to use Aeon?</a>
25                     </li>   26                         </li>
26                     <li>   27                         <li>
27                         <a href="#password">What if I forget my password?</a>   28                             <a href="#password">What if I forget my password?</a>
28                     </li>   29                         </li>
29                     <li>   30                         <li>
30                         <a href="#webbrowser">What Web browser should I use?</a>   31                             <a href="#webbrowser">What Web browser should I use?</a>
31                     </li>   32                         </li>
32                     <li>   33                         <li>
33                         <a href="#security">Is security a problem if I use a public workstation?</a>   34                             <a href="#security">Is security a problem if I use a public workstation?</a>
34                     </li>   35                         </li>
35                     <li>   36                         <li>
36                         <a href="#who">Who do I contact if I have problems with or questions about Aeon?</a>   37                             <a href="#who">Who do I contact if I have problems with or questions about Aeon?</a>
37                     </li>   38                         </li>
38                     <li>   39                         <li>
39                         <a href="#cookie">Why does my browser say that you're sending a cookie? What's in it?</a>   40                             <a href="#cookie">Why does my browser say that you're sending a cookie? What's in it?</a>
40                     </li>   41                         </li>
41                 </ul>   42                     </ul>
42     43  
43                 <a name="what"></a>   44                     <a name="what"></a>
44     45  
45                 <h2>What is Aeon?</h2>   46                     <h2>What is Aeon?</h2>
46     47  
47                 <p>   48                     <p>
48                     Aeon is the electronic system you use to request an item through Special Collections as well as track the history   49                         Aeon is the electronic system you use to request an item through Special Collections as well as track the history
49                     of requests you've received previously.   50                         of requests you've received previously.
50                 </p>   51                     </p>
51     52  
52                 <a name="userid"></a>   53                     <a name="userid"></a>
53                 <h2>Why do I need a username and password to use Aeon?</h2>   54                     <h2>Why do I need a username and password to use Aeon?</h2>
54     55  
55                 <p>   56                     <p>
56                     Your username and password allows us to give you secure access to information about your requests. We can also enable   57                         Your username and password allows us to give you secure access to information about your requests. We can also enable
57                     you to edit your personal information such as your address or phone number.   58                         you to edit your personal information such as your address or phone number.
58                 </p>   59                     </p>
59     60  
60                 <p>   61                     <p>
61                     Your username can be anything you like, such as your name, abbreviations, or an alphanumeric code. Your password   62                         Your username can be anything you like, such as your name, abbreviations, or an alphanumeric code. Your password
62                     also can be anything you like. We recommend that you follow good security practice and choose a password that   63                         also can be anything you like. We recommend that you follow good security practice and choose a password that
63                     is different from those you use to access other systems. However, no one but you will know your password, not   64                         is different from those you use to access other systems. However, no one but you will know your password, not
64                     even the special collections staff. The password you set is stored encrypted.   65                         even the special collections staff. The password you set is stored encrypted.
65                 </p>   66                     </p>
66     67  
67                 <a name="password"></a>   68                     <a name="password"></a>
68                 <h2>What if I forget my password?</h2>   69                     <h2>What if I forget my password?</h2>
69     70  
70                 <p>   71                     <p>
71                     In the event that you forget your password, please contact the Special Collections office at (800) 555-1212. We can   72                         In the event that you forget your password, please contact the Special Collections office at (800) 555-1212. We can
72                     then reset your password allowing you access to Aeon. Please change your password once you logon to Aeon.   73                         then reset your password allowing you access to Aeon. Please change your password once you logon to Aeon.
73                 </p>   74                     </p>
74     75  
75                 <a name="webbrowser"></a>   76                     <a name="webbrowser"></a>
76     77  
77                 <h2>What Web browser should I use?</h2>   78                     <h2>What Web browser should I use?</h2>
78     79  
79                 <p>   80                     <p>
80                     You need a Web browser that can handle forms, tables, and preferably cascading style sheets (CSS). We recommend the   81                         You need a Web browser that can handle forms, tables, and preferably cascading style sheets (CSS). We recommend the
81                     current versions of either Microsoft Internet Explorer or Mozilla Firefox.   82                         current versions of either Microsoft Internet Explorer or Mozilla Firefox.
82                 </p>   83                     </p>
83     84  
84                 <a name="security"></a>   85                     <a name="security"></a>
85     86  
86                 <h2>Is security a problem if I use a public workstation?</h2>   87                     <h2>Is security a problem if I use a public workstation?</h2>
87     88  
88                 <p>   89                     <p>
89                     Yes. Web browsers cache information and create a history file on the local workstation. This allows a subsequent   90                         Yes. Web browsers cache information and create a history file on the local workstation. This allows a subsequent
90                     user of the workstation to access the system under your name using the browser's Back button to recall a page   91                         user of the workstation to access the system under your name using the browser's Back button to recall a page
91                     from the cache, or by finding a page with your personal information in the browser's history file. If you are   92                         from the cache, or by finding a page with your personal information in the browser's history file. If you are
92                     concerned about the security of your requests, you can take the following steps:   93                         concerned about the security of your requests, you can take the following steps:
93                 </p>   94                     </p>
94     95  
95                 <ul>   96                     <ul>
96                     <li>Access Aeon only from your personal computer or an otherwise secure workstation.</li>   97                         <li>Access Aeon only from your personal computer or an otherwise secure workstation.</li>
97                     <li>   98                         <li>
98                         Access Aeon from a public workstation in the Special Collections office. These computers are supervised by the   99                             Access Aeon from a public workstation in the Special Collections office. These computers are supervised by the
99                         staff.   100                             staff.
100                     </li>   101                         </li>
101                     <li>   102                         <li>
102                         When using a public access workstation:   103                             When using a public access workstation:
103                         <ol>   104                             <ol>
104                             <li>Delete from the history file those pages that contain your personal information.</li>   105                                 <li>Delete from the history file those pages that contain your personal information.</li>
105                             <li>   106                                 <li>
106                                 Exit from the Web browser before you leave the workstation. This prevents the Back button from accessing   107                                     Exit from the Web browser before you leave the workstation. This prevents the Back button from accessing
107                                 the pages you were using.   108                                     the pages you were using.
108                             </li>   109                                 </li>
109                         </ol>   110                             </ol>
110                     </li>   111                         </li>
111                 </ul>   112                     </ul>
112     113  
113                 <a name="who"></a>   114                     <a name="who"></a>
114     115  
115                 <h2>Who do I contact if I have problems with or questions about Aeon?</h2>   116                     <h2>Who do I contact if I have problems with or questions about Aeon?</h2>
116     117  
117                 <div>System Problems or Questions: Special Collections office at (800) 555-1212 or email to <a href="mailto:contactus@youruniversity.edu">contactus@youruniversity.edu</a></div>   118                     <div>System Problems or Questions: Special Collections office at (800) 555-1212 or email to <a href="mailto:contactus@youruniversity.edu">contactus@youruniversity.edu</a></div>
118                 <div>Technical Support Questions: Email anytime to <a href="mailto:contactus@youruniversity.edu">contactus@youruniversity.edu</a></div>   119                     <div>Technical Support Questions: Email anytime to <a href="mailto:contactus@youruniversity.edu">contactus@youruniversity.edu</a></div>
119     120  
120                 <a name="cookie"></a>   121                     <a name="cookie"></a>
121     122  
122                 <h2>Why does my browser say that you're sending a cookie? What's in it?</h2>   123                     <h2>Why does my browser say that you're sending a cookie? What's in it?</h2>
123     124  
124                 <p>   125                     <p>
125                     The technology that we use sends a Session ID to be stored on your machine. You can refuse this cookie and still   126                         The technology that we use sends a Session ID to be stored on your machine. You can refuse this cookie and still
126                     be able to use Aeon without any problems.   127                         be able to use Aeon without any problems.
127                 </p>   128                     </p>
128     129  
    -+ 130                 </main>
    = 131  
129                 <#INCLUDE filename="include_footer.html">   132                 <#INCLUDE filename="include_footer.html">
130             </div>   133             </div>
131 </body>   134 </body>
132     135  
133 </html>   136 </html>

   
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>Aeon Logon</title>   6     <title>Aeon 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 class="alerts-bar">   13     <div class="alerts-bar">
14         <div class="container" id="webAlerts"></div>   14         <div class="container" id="webAlerts"></div>
15     </div>   15     </div>
16     16  
17     <div id="statusLine" class="container">   17     <div id="statusLine" class="container">
18         By pressing the button below, you acknowledge and agree to all of the terms and conditions below.   18         By pressing the button below, you acknowledge and agree to all of the terms and conditions below.
19         Please pay particular attention to the copyright statement and the Aeon FAQ.   19         Please pay particular attention to the copyright statement and the Aeon FAQ.
20         After reading this information, you can press the "First Time Users Click Here" button below.   20         After reading this information, you can press the "First Time Users Click Here" button below.
21     </div>   21     </div>
22     22  
23     23  
    <> 24     <div class="container">
24     <div id="content" class="container" role="heading" aria-label="Content">   25         <main id="content" aria-label="Content">
25         <form action="aeon.dll" method="post" name="Logon"> = 26             <form action="aeon.dll" method="post" name="Logon">
26             <input type="hidden" name="AeonForm" value="Logon">   27                 <input type="hidden" name="AeonForm" value="Logon">
27             <#FORMSTATE>   28                 <#FORMSTATE>
28     29  
29             <div class="info-block">   30                 <div class="info-block">
30                 <h2>First Time User Registration for Aeon</h2>   31                     <h2>First Time User Registration for Aeon</h2>
31     32  
32                 <div>To request an item, you must first identify yourself to the library's Aeon system. To do this you fill out a registration form using your Web browser.</div>   33                     <div>To request an item, you must first identify yourself to the library's Aeon system. To do this you fill out a registration form using your Web browser.</div>
33                 <div>Registration has three purposes:</div>   34                     <div>Registration has three purposes:</div>
34     35  
35                 <ul>   36                     <ul>
36                     <li>Entering your personal information into the Aeon system means you will not have to supply the information   37                         <li>Entering your personal information into the Aeon system means you will not have to supply the information
37                         again when making future requests.</li>   38                             again when making future requests.</li>
38                     <li>Having your email and regular mail addresses on file with Special Collections enables us to notify you   39                         <li>Having your email and regular mail addresses on file with Special Collections enables us to notify you
39                         promptly and deliver materials accurately.</li>   40                             promptly and deliver materials accurately.</li>
40                     <li>By specifying a Username and Password of your choosing, you will have secure access to information about   41                         <li>By specifying a Username and Password of your choosing, you will have secure access to information about
41                         your requests. You will also be able to review the list of items you have requested in the past.</li>   42                             your requests. You will also be able to review the list of items you have requested in the past.</li>
42                 </ul>   43                     </ul>
43             </div>   44                 </div>
44     45  
45             <div class="info-block">   46                 <div class="info-block">
46                 <h2>About your Username and Password</h2>   47                     <h2>About your Username and Password</h2>
47                 <div>   48                     <div>
48                     During registration, you will be asked to choose a Username and Password. You will use this Username and Password when logging   49                         During registration, you will be asked to choose a Username and Password. You will use this Username and Password when logging
49                     on to the Aeon system in the future.   50                         on to the Aeon system in the future.
50                 </div>   51                     </div>
51     52  
52                 <div>   53                     <div>
53                     <strong>Username</strong>   54                         <strong>Username</strong>
54                     <div>Choose anything you like, such as your name, abbreviations, or an alphanumeric code.</div>   55                         <div>Choose anything you like, such as your name, abbreviations, or an alphanumeric code.</div>
55     56  
56                     <strong>Password</strong>   57                         <strong>Password</strong>
57                     <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>   58                         <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>
58                     <div>Aeon will encrypt your password, so it will remain secure. Only you will know your password.</div>   59                         <div>Aeon will encrypt your password, so it will remain secure. Only you will know your password.</div>
59                 </div>   60                     </div>
60             </div>    61                 </div> 
61     62  
62             <div class="info-block">   63                 <div class="info-block">
63                 <h2>Important Copyright Information</h2>   64                     <h2>Important Copyright Information</h2>
64                 <div>WARNING CONCERNING COPYRIGHT RESTRICTIONS</div>   65                     <div>WARNING CONCERNING COPYRIGHT RESTRICTIONS</div>
65                 <div>The copyright law of the United States (Title 17, United States Code) governs the making of photocopies or   66                     <div>The copyright law of the United States (Title 17, United States Code) governs the making of photocopies or
66                         other reproductions of copyrighted materials.   67                             other reproductions of copyrighted materials.
67                 </div>   68                     </div>
68                 <div>Under certain conditions specified in the law, libraries and archives are authorized to furnish a photocopy   69                     <div>Under certain conditions specified in the law, libraries and archives are authorized to furnish a photocopy
69                         or other reproduction. One of these specified conditions is that the photocopy or reproduction is not   70                             or other reproduction. One of these specified conditions is that the photocopy or reproduction is not
70                         to be &quot;used for any purpose other than private study, scholarship, or research&quot;. If a user   71                             to be &quot;used for any purpose other than private study, scholarship, or research&quot;. If a user
71                         makes a request for, or later uses, a photocopy or reproduction for purposes in excess of &quot;fair   72                             makes a request for, or later uses, a photocopy or reproduction for purposes in excess of &quot;fair
72                         use&quot;, that user may be liable for copyright infringement.   73                             use&quot;, that user may be liable for copyright infringement.
73                 </div>   74                     </div>
74                 <div>This institution reserves the right to refuse to accept a copying order if, in its judgment, fulfillment   75                     <div>This institution reserves the right to refuse to accept a copying order if, in its judgment, fulfillment
75                         of the order would involve violation of copyright law.   76                             of the order would involve violation of copyright law.
76                 </div>   77                     </div>
77             </div>   78                 </div>
78     79  
79             <h2 class="mt-4">Aeon FAQ (Frequently Asked Questions)</h2>   80                 <h2 class="mt-4">Aeon FAQ (Frequently Asked Questions)</h2>
80             <div>Before registering, you may wish to read the Aeon   81                 <div>Before registering, you may wish to read the Aeon
81                 <a href="<#ACTION action='10' form='4'>">FAQ</a>. The FAQ may answer other questions you have about the Aeon Special Collections Management System.   82                     <a href="<#ACTION action='10' form='4'>">FAQ</a>. The FAQ may answer other questions you have about the Aeon Special Collections Management System.
82             </div>   83                 </div>
83     84  
84             <div class="mb-4">By pressing this button you acknowledge and agree to all of the terms and conditions above. Please pay particular   85                 <div class="mb-4">By pressing this button you acknowledge and agree to all of the terms and conditions above. Please pay particular
85                     attention to the copyright statement and the Aeon FAQ. After reading this information, you can press   86                         attention to the copyright statement and the Aeon FAQ. After reading this information, you can press
86                     the &quot;First Time Users Click Here&quot; button to continue.</div>   87                         the &quot;First Time Users Click Here&quot; button to continue.</div>
87     88  
88             <button class="btn btn-primary" type="submit" name="SubmitButton" value="First Time Users Click Here">First Time Users Click Here</button>   89                 <button class="btn btn-primary" type="submit" name="SubmitButton" value="First Time Users Click Here">First Time Users Click Here</button>
89     90  
90         </form>   91             </form>
    -+ 92         </main>
    = 93         
91             <#INCLUDE filename="include_footer.html">   94         <#INCLUDE filename="include_footer.html">
92     95  
93     </div>   96     </div>
94     97  
95 </body>   98 </body>
96     99  
97 </html>   100 </html>

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

   
GenericRequestManuscript.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>Aeon - New Request</title>   5     <title>Aeon - New Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <#INCLUDE filename="include_head_request.html">   7     <#INCLUDE filename="include_head_request.html">
8 </head>   8 </head>
9     9  
10 <body>   10 <body>
11        11     
12     <#INCLUDE filename="include_header.html">   12     <#INCLUDE filename="include_header.html">
13     13  
14     <#INCLUDE filename="include_nav.html">   14     <#INCLUDE filename="include_nav.html">
    <> 15     <div class="container">
15     <div id="content" class="container" role="heading" aria-label="Content">   16         <main id="content" aria-label="Content">
16         <form action="aeon.dll" method="post" id="RequestForm"> = 17             <form action="aeon.dll" method="post" id="RequestForm">
17             <input type="hidden" name="AeonForm" value="GenericRequestManuscript">   18                 <input type="hidden" name="AeonForm" value="GenericRequestManuscript">
18             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   19                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
19             <input type="hidden" name="TransactionLink" value="<#PARAM name='TransactionLink'>">   20                 <input type="hidden" name="TransactionLink" value="<#PARAM name='TransactionLink'>">
20             <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">   21                 <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">
21             <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">   22                 <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">
22             <input type="hidden" name="RequestType" value="Loan">   23                 <input type="hidden" name="RequestType" value="Loan">
23             <input type="hidden" name="DocumentType" value="Manuscript">   24                 <input type="hidden" name="DocumentType" value="Manuscript">
24     25  
25             <h2> Describe a New Manuscript/Archives Request</h2>   26                 <h2> Describe a New Manuscript/Archives Request</h2>
26     27  
27             <div id="statusLine"><#STATUS></div>   28                 <div id="statusLine"><#STATUS></div>
28     29  
29             <section name="item-info">   30                 <section name="item-info">
30               31                 
31                 <div class="d-flex">   32                     <div class="d-flex">
32                     <h3 class="section-header">Item Information</h3>   33                         <h3 class="section-header">Item Information</h3>
33                     <div class="ml-auto">   34                         <div class="ml-auto">
34                         <button id="SwitchToPhotoduplicationRequest" class="btn btn-primary btn-md switchButton switch-request-form float-right" type="button" name="switchButton" data-switchrequest-form="20" data-switchrequest-value="GenericRequestManuscriptPhotodup">   35                             <button id="SwitchToPhotoduplicationRequest" class="btn btn-primary btn-md switchButton switch-request-form float-right" type="button" name="switchButton" data-switchrequest-form="20" data-switchrequest-value="GenericRequestManuscriptPhotodup">
35                             Switch to Photoduplication Request   36                                 Switch to Photoduplication Request
36                         </button>   37                             </button>
37                     </div>   38                         </div>
38                 </div>   39                     </div>
39                   40                     
40                 <div class="form-group col-md-8">   41                     <div class="form-group col-md-8">
41                     <label for="ItemTitle">   42                         <label for="ItemTitle">
42                         <span class="<#ERROR name='ERRORItemTitle'>">   43                             <span class="<#ERROR name='ERRORItemTitle'>">
43                             Title   44                                 Title
44                             <span class="req">(required)</span>   45                                 <span class="req">(required)</span>
45                         </span>   46                             </span>
46                     </label>   47                         </label>
47                     <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="40" required><#PARAM name="ItemTitle"></textarea>   48                         <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="40" required><#PARAM name="ItemTitle"></textarea>
48                 </div>   49                     </div>
49     50  
50                 <div class="form-group col-md-8">   51                     <div class="form-group col-md-8">
51                     <label for="ItemAuthor">   52                         <label for="ItemAuthor">
52                         <span class="<#ERROR name='ERRORItemAuthor'>">   53                             <span class="<#ERROR name='ERRORItemAuthor'>">
53                             Author/Creator   54                                 Author/Creator
54                         </span>   55                             </span>
55                     </label>   56                         </label>
56                     <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">   57                         <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">
57                 </div>   58                     </div>
58     59  
59                 <div class="form-group col-md-3">   60                     <div class="form-group col-md-3">
60                     <label for="ItemDate">   61                         <label for="ItemDate">
61                         <span class="<#ERROR name='ERRORItemDate'>">   62                             <span class="<#ERROR name='ERRORItemDate'>">
62                             Date(s)   63                                 Date(s)
63                         </span>   64                             </span>
64                     </label>   65                         </label>
65                     <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">   66                         <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">
66                 </div>   67                     </div>
67     68  
68                 <div class="form-group col-md-5">   69                     <div class="form-group col-md-5">
69                     <label for="Location">   70                         <label for="Location">
70                         <span class="<#ERROR name='ERRORLocation'>">   71                             <span class="<#ERROR name='ERRORLocation'>">
71                             Collection Name/Location   72                                 Collection Name/Location
72                         </span>   73                             </span>
73                     </label>   74                         </label>
74                     <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">   75                         <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">
75                 </div>   76                     </div>
76     77  
77                 <div class="form-group col-md-5">   78                     <div class="form-group col-md-5">
78                     <label for="CallNumber">   79                         <label for="CallNumber">
79                         <span class="<#ERROR name='ERRORCallNumber'>">   80                             <span class="<#ERROR name='ERRORCallNumber'>">
80                             Call Number   81                                 Call Number
81                         </span>   82                             </span>
82                     </label>   83                         </label>
83                     <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   84                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
84                 </div>   85                     </div>
85     86  
86                 <div class="form-group col-md-3">   87                     <div class="form-group col-md-3">
87                     <label for="ItemVolume">   88                         <label for="ItemVolume">
88                         <span class="<#ERROR name='ERRORItemVolume'>">   89                             <span class="<#ERROR name='ERRORItemVolume'>">
89                             Box(es)/Folder(s)   90                                 Box(es)/Folder(s)
90                         </span>   91                             </span>
91                     </label>   92                         </label>
92                     <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">   93                         <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">
93                 </div>   94                     </div>
94             </section>   95                 </section>
95     96  
96             <section name="user-info">   97                 <section name="user-info">
97                 <h3 class="section-header">Request Information</h3>   98                     <h3 class="section-header">Request Information</h3>
98     99  
99                 <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">   100                     <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">
100                     <label for="RequestLink">   101                         <label for="RequestLink">
101                         <span class="<#ERROR name='ERRORRequestLink'>">   102                             <span class="<#ERROR name='ERRORRequestLink'>">
102                             Request for   103                                 Request for
103                         </span>   104                             </span>
104                     </label>   105                         </label>
105                     <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1">   106                         <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1">
106                         <#OPTION name="RequestLinks" hideUsernames="true">   107                             <#OPTION name="RequestLinks" hideUsernames="true">
107                     </select>   108                         </select>
108                 </div>   109                     </div>
109     110  
110                 <div class="form-group col-md-8">   111                     <div class="form-group col-md-8">
111                     <label for="Notes">   112                         <label for="Notes">
112                         <span class="<#ERROR name='ERRORNotes'>">   113                             <span class="<#ERROR name='ERRORNotes'>">
113                             My Notes   114                                 My Notes
114                         </span>   115                             </span>
115                     </label>   116                         </label>
116                     <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>   117                         <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>
117                     <div class="small-notes">Enter any notes about this request for your personal reference.</div>   118                         <div class="small-notes">Enter any notes about this request for your personal reference.</div>
118                 </div>   119                     </div>
119     120  
120                 <div class="form-group col-md-8">   121                     <div class="form-group col-md-8">
121                     <label for="SpecialRequest">   122                         <label for="SpecialRequest">
122                         <span class="<#ERROR name='ERRORSpecialRequest'>">   123                             <span class="<#ERROR name='ERRORSpecialRequest'>">
123                             Special Requests/Questions?   124                                 Special Requests/Questions?
124                         </span>   125                             </span>
125                     </label>   126                         </label>
126                     <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>   127                         <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>
127                     <div class="small-notes">Please enter any special requests or questions for library staff.</div>   128                         <div class="small-notes">Please enter any special requests or questions for library staff.</div>
128                 </div>   129                     </div>
129     130  
130                 <#INCLUDE filename="include_ResearcherTags.html">   131                     <#INCLUDE filename="include_ResearcherTags.html">
131     132  
132                 <div class="form-group col-sm-4">   133                     <div class="form-group col-sm-4">
133                     <label for="ScheduledDate">   134                         <label for="ScheduledDate">
134                         <span class="<#ERROR name='ERRORScheduledDate'>">   135                             <span class="<#ERROR name='ERRORScheduledDate'>">
135                             Date of Visit   136                                 Date of Visit
136                         </span>   137                             </span>
137                     </label>   138                         </label>
138                     <div class="input-group">   139                         <div class="input-group">
139                         <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text" aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">   140                             <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text" aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">
140                         <div class="input-group-append">   141                             <div class="input-group-append">
141                           <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate" aria-label="Calendar">   142                             <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate" aria-label="Calendar">
142                             <span class="fas fa-calendar ui-datepicker-trigger"></span>   143                                 <span class="fas fa-calendar ui-datepicker-trigger"></span>
143                           </button>   144                             </button>
144                         </div>   145                             </div>
145                     </div>   146                         </div>
146     147  
147                     <div class="small-notes">   148                         <div class="small-notes">
148                         Select the date you plan to visit.   149                             Select the date you plan to visit.
149                     </div>   150                         </div>
150                 </div>   151                     </div>
151             </section>   152                 </section>
152     153  
153             <#INCLUDE filename="include_request_buttons.html">   154                 <#INCLUDE filename="include_request_buttons.html">
154                155             
155             <#INCLUDE filename="include_footer.html"> +-    
156           =    
157         </form>   156             </form>
    -+ 157         </main>
      158         <#INCLUDE filename="include_footer.html">
158     </div> = 159     </div>
159 </body>   160 </body>
160     161  
161 </html>   162 </html>

   
GenericRequestManuscriptPhotodup.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>Aeon - New Manuscript/Archives Photoduplication Request</title>   5     <title>Aeon - New Manuscript/Archives Photoduplication Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <#INCLUDE filename="include_head_request.html">   7     <#INCLUDE filename="include_head_request.html">
8 </head>   8 </head>
9     9  
10 <body>   10 <body>
11     11  
12     <#INCLUDE filename="include_header.html">   12     <#INCLUDE filename="include_header.html">
13       13    
14     <#INCLUDE filename="include_nav.html">   14     <#INCLUDE filename="include_nav.html">
    <> 15     <div class="container">
15     <div id="content" class="container" role="heading" aria-label="Content">   16         <main id="content" aria-label="Content">
16         <form action="aeon.dll" method="post" id="RequestForm"> = 17             <form action="aeon.dll" method="post" id="RequestForm">
17             <input type="hidden" name="AeonForm" value="GenericRequestManuscriptPhotodup">   18                 <input type="hidden" name="AeonForm" value="GenericRequestManuscriptPhotodup">
18             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   19                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
19             <input type="hidden" name="TransactionLink" value="<#PARAM name='TransactionLink'>">   20                 <input type="hidden" name="TransactionLink" value="<#PARAM name='TransactionLink'>">
20             <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">   21                 <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">
21             <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">   22                 <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">
22             <input type="hidden" name="RequestType" value="Copy">   23                 <input type="hidden" name="RequestType" value="Copy">
23             <input type="hidden" name="DocumentType" value="Manuscript">   24                 <input type="hidden" name="DocumentType" value="Manuscript">
24     25  
25             <h2> Describe a New Manuscript/Archives Photoduplication Request</h2>   26                 <h2> Describe a New Manuscript/Archives Photoduplication Request</h2>
26             <div id="statusLine"><#STATUS></div>   27                 <div id="statusLine"><#STATUS></div>
27     28  
28             <section name="item-info">   29                 <section name="item-info">
29     30  
30                 <div class="d-flex">   31                     <div class="d-flex">
31                     <h3 class="section-header">Item Information</h3>   32                         <h3 class="section-header">Item Information</h3>
32                     <div class="ml-auto">   33                         <div class="ml-auto">
33                         <button id="SwitchToDefault" class="btn btn-primary btn-md switchButton switch-request-form float-right" type="button" name="switchButton" data-switchrequest-form="20" data-switchrequest-value="GenericRequestManuscript">   34                             <button id="SwitchToDefault" class="btn btn-primary btn-md switchButton switch-request-form float-right" type="button" name="switchButton" data-switchrequest-form="20" data-switchrequest-value="GenericRequestManuscript">
34                         Switch to Manuscript/Archives Request   35                             Switch to Manuscript/Archives Request
35                         </button>   36                             </button>
36                     </div>   37                         </div>
37                 </div>   38                     </div>
38     39  
39                 <div class="form-group col-md-8">   40                     <div class="form-group col-md-8">
40                     <label for="ItemTitle">   41                         <label for="ItemTitle">
41                         <span class="<#ERROR name='ERRORItemTitle'>">   42                             <span class="<#ERROR name='ERRORItemTitle'>">
42                             Title   43                                 Title
43                             <span class="req">(required)</span>   44                                 <span class="req">(required)</span>
44                         </span>   45                             </span>
45                         <span class="req">(required)</span> +-    
46                     </label> = 46                         </label>
47                     <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="40" required><#PARAM name="ItemTitle"></textarea>   47                         <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="40" required><#PARAM name="ItemTitle"></textarea>
48                 </div>   48                     </div>
49                   49                     
50                 <div class="form-group col-md-8">   50                     <div class="form-group col-md-8">
51                     <label for="ItemAuthor">   51                         <label for="ItemAuthor">
52                         <span class="<#ERROR name='ERRORItemAuthor'>">   52                             <span class="<#ERROR name='ERRORItemAuthor'>">
53                             Author/Creator   53                                 Author/Creator
54                         </span>   54                             </span>
55                     </label>   55                         </label>
56                     <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">   56                         <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">
57                 </div>   57                     </div>
58     58  
59                 <div class="form-group col-md-3">   59                     <div class="form-group col-md-3">
60                     <label for="ItemDate">   60                         <label for="ItemDate">
61                         <span class="<#ERROR name='ERRORItemDate'>">   61                             <span class="<#ERROR name='ERRORItemDate'>">
62                             Date(s)   62                                 Date(s)
63                         </span>   63                             </span>
64                     </label>   64                         </label>
65                     <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">   65                         <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">
66                 </div>   66                     </div>
67     67  
68                 <div class="form-group col-md-5">   68                     <div class="form-group col-md-5">
69                     <label for="Location">   69                         <label for="Location">
70                         <span class="<#ERROR name='ERRORLocation'>">   70                             <span class="<#ERROR name='ERRORLocation'>">
71                             Collection Name/Location   71                                 Collection Name/Location
72                         </span>   72                             </span>
73                     </label>   73                         </label>
74                     <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">   74                         <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">
75                 </div>   75                     </div>
76     76  
77                 <div class="form-group col-md-5">   77                     <div class="form-group col-md-5">
78                     <label for="CallNumber">   78                         <label for="CallNumber">
79                         <span class="<#ERROR name='ERRORCallNumber'>">   79                             <span class="<#ERROR name='ERRORCallNumber'>">
80                             Call Number   80                                 Call Number
81                         </span>   81                             </span>
82                     </label>   82                         </label>
83                     <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   83                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
84                 </div>   84                     </div>
85     85  
86                 <div class="form-group col-md-3">   86                     <div class="form-group col-md-3">
87                     <label for="ItemVolume">   87                         <label for="ItemVolume">
88                         <span class="<#ERROR name='ERRORItemVolume'>">   88                             <span class="<#ERROR name='ERRORItemVolume'>">
89                             Box(es)/Folder(s)   89                                 Box(es)/Folder(s)
90                         </span>   90                             </span>
91                     </label>   91                         </label>
92                     <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">   92                         <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">
93                 </div>   93                     </div>
94             </section>   94                 </section>
95     95  
96             <section name="order-info">   96                 <section name="order-info">
97                 <h3 class="section-header">Order Information</h3>   97                     <h3 class="section-header">Order Information</h3>
98                 <#INCLUDE filename="include_photoduplication.html">   98                     <#INCLUDE filename="include_photoduplication.html">
99             </section>   99                 </section>
100     100  
101             <section name="user-info">   101                 <section name="user-info">
102     102  
103                 <h3 class="section-header">Request Information</h3>   103                     <h3 class="section-header">Request Information</h3>
104     104  
105                 <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">   105                     <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">
106                     <label for="RequestLink">   106                         <label for="RequestLink">
107                         <span class="<#ERROR name='ERRORRequestLink'>">   107                             <span class="<#ERROR name='ERRORRequestLink'>">
108                             Request for   108                                 Request for
109                         </span>   109                             </span>
110                     </label>   110                         </label>
111                     <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1">   111                         <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1">
112                         <#OPTION name="RequestLinks" hideUsernames="true" hideEvents="true">   112                             <#OPTION name="RequestLinks" hideUsernames="true" hideEvents="true">
113                     </select>   113                         </select>
114                 </div>   114                     </div>
115     115  
116                 <div class="form-group col-md-4">   116                     <div class="form-group col-md-4">
117                     <span class="<#PARAM name='BillingAccountsVisible' enabled='BillingAccountsEnabled' disabled='BillingAccountsDisabled'>"></span>   117                         <span class="<#PARAM name='BillingAccountsVisible' enabled='BillingAccountsEnabled' disabled='BillingAccountsDisabled'>"></span>
118                     <label for="BillingAccount">   118                         <label for="BillingAccount">
119                         <span class="<#ERROR name='ERRORBillingAccount'>">   119                             <span class="<#ERROR name='ERRORBillingAccount'>">
120                             Billing Account   120                                 Billing Account
121                         </span>   121                             </span>
122                     </label>   122                         </label>
123                     <select class="custom-select mr-sm-2" id="BillingAccountId" name="BillingAccountId">   123                         <select class="custom-select mr-sm-2" id="BillingAccountId" name="BillingAccountId">
124                         <#OPTION name="BillingAccounts">   124                             <#OPTION name="BillingAccounts">
125                     </select>   125                         </select>
126                 </div>   126                     </div>
127     127  
128                 <div class="form-group col-md-8">   128                     <div class="form-group col-md-8">
129                     <label for="Notes">   129                         <label for="Notes">
130                         <span class="<#ERROR name='ERRORNotes'>">   130                             <span class="<#ERROR name='ERRORNotes'>">
131                             My Notes   131                                 My Notes
132                         </span>   132                             </span>
133                     </label>   133                         </label>
134                     <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>   134                         <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>
135                     <div class="small-notes">Enter any notes about this request for your personal reference.</div>   135                         <div class="small-notes">Enter any notes about this request for your personal reference.</div>
136                 </div>   136                     </div>
137     137  
138                 <div class="form-group col-md-8">   138                     <div class="form-group col-md-8">
139                     <label for="SpecialRequest">   139                         <label for="SpecialRequest">
140                         <span class="<#ERROR name='ERRORSpecialRequest'>">   140                             <span class="<#ERROR name='ERRORSpecialRequest'>">
141                             Special Requests/Questions?   141                                 Special Requests/Questions?
142                         </span>   142                             </span>
143                     </label>   143                         </label>
144                     <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>   144                         <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>
145                     <div class="small-notes">Please enter any special requests or questions for library staff.</div>   145                         <div class="small-notes">Please enter any special requests or questions for library staff.</div>
146                 </div>   146                     </div>
147     147  
148             </section>   148                 </section>
149     149  
150             <#INCLUDE filename="include_request_buttons_photoduplication.html">   150                 <#INCLUDE filename="include_request_buttons_photoduplication.html">
151             <#INCLUDE filename="include_footer.html"> +-    
152       = 151         
153         </form>   152             </form>
    -+ 153         </main>
      154         <#INCLUDE filename="include_footer.html">
154     </div> = 155     </div>
155     <script type="text/javascript" src="js/billingContextOptionHandler.js"></script>   156     <script type="text/javascript" src="js/billingContextOptionHandler.js"></script>
156     <script type="text/javascript" src="js/billingAccountsOptionHandler.js"></script>   157     <script type="text/javascript" src="js/billingAccountsOptionHandler.js"></script>
157     158  
158 </body>   159 </body>
159     160  
160 </html>   161 </html>

   
GenericRequestMonograph.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>Aeon - New Request</title>   5     <title>Aeon - New Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <#INCLUDE filename="include_head_request.html">   7     <#INCLUDE filename="include_head_request.html">
8 </head>   8 </head>
9     9  
10 <body>   10 <body>
11        11     
12     <#INCLUDE filename="include_header.html">   12     <#INCLUDE filename="include_header.html">
13       13    
14     <#INCLUDE filename="include_nav.html">   14     <#INCLUDE filename="include_nav.html">
    <> 15     <div class="container">
15     <div id="content" class="container" role="heading" aria-label="Content">   16         <main id="content" aria-label="Content">
16         <form action="aeon.dll" method="post" name="DefaultRequest" id="RequestForm"> = 17             <form action="aeon.dll" method="post" name="DefaultRequest" id="RequestForm">
17             <input type="hidden" name="AeonForm" value="GenericRequestMonograph">   18                 <input type="hidden" name="AeonForm" value="GenericRequestMonograph">
18             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   19                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
19             <input type="hidden" name="TransactionLink" value="<#PARAM name='TransactionLink'>">   20                 <input type="hidden" name="TransactionLink" value="<#PARAM name='TransactionLink'>">
20             <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">   21                 <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">
21             <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">   22                 <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">
22             <input type="hidden" name="RequestType" value="Loan">   23                 <input type="hidden" name="RequestType" value="Loan">
23             <input type="hidden" name="DocumentType" value="Monograph">   24                 <input type="hidden" name="DocumentType" value="Monograph">
24     25  
25             <h2> Describe a New Monograph Request</h2>   26                 <h2> Describe a New Monograph Request</h2>
26     27  
27             <div id="statusLine"><#STATUS></div>   28                 <div id="statusLine"><#STATUS></div>
28     29  
29             <section name="item-info">   30                 <section name="item-info">
30               31                 
31                 <div class="d-flex">   32                     <div class="d-flex">
32                     <h3 class="section-header">Item Information</h3>   33                         <h3 class="section-header">Item Information</h3>
33                     <div class="ml-auto">   34                         <div class="ml-auto">
34                         <button id="SwitchToPhotoduplicationRequest" class="btn btn-primary btn-md switchButton switch-request-form float-right" type="button" name="switchButton" data-switchrequest-form="20" data-switchrequest-value="GenericRequestMonographPhotodup">   35                             <button id="SwitchToPhotoduplicationRequest" class="btn btn-primary btn-md switchButton switch-request-form float-right" type="button" name="switchButton" data-switchrequest-form="20" data-switchrequest-value="GenericRequestMonographPhotodup">
35                             Switch to Photoduplication Request   36                                 Switch to Photoduplication Request
36                         </button>   37                             </button>
37                     </div>   38                         </div>
38                 </div>   39                     </div>
39                   40                     
40                 <div class="form-group col-md-8">   41                     <div class="form-group col-md-8">
41                     <label for="ItemTitle">   42                         <label for="ItemTitle">
42                         <span class="<#ERROR name='ERRORItemTitle'>">   43                             <span class="<#ERROR name='ERRORItemTitle'>">
43                             Title   44                                 Title
44                             <span class="req">(required)</span>   45                                 <span class="req">(required)</span>
45                         </span>   46                             </span>
46                     </label>   47                         </label>
47                     <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="50" required><#PARAM name="ItemTitle"></textarea>   48                         <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="50" required><#PARAM name="ItemTitle"></textarea>
48                 </div>   49                     </div>
49                   50                     
50                 <div class="form-group col-md-8">   51                     <div class="form-group col-md-8">
51                     <label for="ItemAuthor">   52                         <label for="ItemAuthor">
52                         <span class="<#ERROR name='ERRORItemAuthor'>">   53                             <span class="<#ERROR name='ERRORItemAuthor'>">
53                             Author   54                                 Author
54                         </span>   55                             </span>
55                     </label>   56                         </label>
56                     <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">   57                         <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">
57                 </div>   58                     </div>
58     59  
59                 <div class="form-group col-md-5">   60                     <div class="form-group col-md-5">
60                     <label for="ItemPlace">   61                         <label for="ItemPlace">
61                         <span class="<#ERROR name='ERRORItemPlace'>">   62                             <span class="<#ERROR name='ERRORItemPlace'>">
62                             Place of Publication   63                                 Place of Publication
63                         </span>   64                             </span>
64                     </label>   65                         </label>
65                     <input type="text" class="form-control" name="ItemPlace" id="ItemPlace" value="<#PARAM name='ItemPlace'>">   66                         <input type="text" class="form-control" name="ItemPlace" id="ItemPlace" value="<#PARAM name='ItemPlace'>">
66                 </div>   67                     </div>
67     68  
68                 <div class="form-group col-md-5">   69                     <div class="form-group col-md-5">
69                     <label for="ItemPublisher">   70                         <label for="ItemPublisher">
70                         <span class="<#ERROR name='ERRORItemPublisher'>">   71                             <span class="<#ERROR name='ERRORItemPublisher'>">
71                             Publisher   72                                 Publisher
72                         </span>   73                             </span>
73                     </label>   74                         </label>
74                     <input type="text" class="form-control" name="ItemPublisher" id="ItemPublisher" value="<#PARAM name='ItemPublisher'>">   75                         <input type="text" class="form-control" name="ItemPublisher" id="ItemPublisher" value="<#PARAM name='ItemPublisher'>">
75                 </div>   76                     </div>
76     77  
77                 <div class="form-group col-md-3">   78                     <div class="form-group col-md-3">
78                     <label for="ItemDate">   79                         <label for="ItemDate">
79                         <span class="<#ERROR name='ERRORItemDate'>">   80                             <span class="<#ERROR name='ERRORItemDate'>">
80                             Date   81                                 Date
81                         </span>   82                             </span>
82                     </label>   83                         </label>
83                     <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">   84                         <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">
84                 </div>   85                     </div>
85     86  
86                 <div class="form-group col-md-3">   87                     <div class="form-group col-md-3">
87                     <label for="ItemEdition">   88                         <label for="ItemEdition">
88                         <span class="<#ERROR name='ERRORItemEdition'>">   89                             <span class="<#ERROR name='ERRORItemEdition'>">
89                             Edition   90                                 Edition
90                         </span>   91                             </span>
91                     </label>   92                         </label>
92                     <input type="text" class="form-control" name="ItemEdition" id="ItemEdition" value="<#PARAM name='ItemEdition'>">   93                         <input type="text" class="form-control" name="ItemEdition" id="ItemEdition" value="<#PARAM name='ItemEdition'>">
93                 </div>   94                     </div>
94     95  
95                 <div class="form-group col-md-3">   96                     <div class="form-group col-md-3">
96                     <label for="ItemVolume">   97                         <label for="ItemVolume">
97                         <span class="<#ERROR name='ERRORItemVolume'>">   98                             <span class="<#ERROR name='ERRORItemVolume'>">
98                             Volume   99                                 Volume
99                         </span>   100                             </span>
100                     </label>   101                         </label>
101                     <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">   102                         <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">
102                 </div>   103                     </div>
103     104  
104                 <div class="form-group col-md-3">   105                     <div class="form-group col-md-3">
105                     <label for="ItemIssue">   106                         <label for="ItemIssue">
106                         <span class="<#ERROR name='ERRORItemIssue'>">   107                             <span class="<#ERROR name='ERRORItemIssue'>">
107                             Copy   108                                 Copy
108                         </span>   109                             </span>
109                     </label>   110                         </label>
110                     <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">   111                         <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">
111                 </div>   112                     </div>
112     113  
113                 <div class="form-group col-md-5">   114                     <div class="form-group col-md-5">
114                     <label for="CallNumber">   115                         <label for="CallNumber">
115                         <span class="<#ERROR name='ERRORCallNumber'>">   116                             <span class="<#ERROR name='ERRORCallNumber'>">
116                             Call Number   117                                 Call Number
117                         </span>   118                             </span>
118                     </label>   119                         </label>
119                     <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   120                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
120                 </div>   121                     </div>
121     122  
122                 <div class="form-group col-md-5">   123                     <div class="form-group col-md-5">
123                     <label for="Location">   124                         <label for="Location">
124                         <span class="<#ERROR name='ERRORLocation'>">   125                             <span class="<#ERROR name='ERRORLocation'>">
125                             Collection Name/Location   126                                 Collection Name/Location
126                         </span>   127                             </span>
127                     </label>   128                         </label>
128                     <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">   129                         <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">
129                 </div>   130                     </div>
130             </section>   131                 </section>
131     132  
132             <section name="user-info">   133                 <section name="user-info">
133                 <h3 class="section-header">Request Information</h3>   134                     <h3 class="section-header">Request Information</h3>
134     135  
135                 <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">   136                     <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">
136                     <label for="RequestLink">   137                         <label for="RequestLink">
137                         <span class="<#ERROR name='ERRORRequestLink'>">   138                             <span class="<#ERROR name='ERRORRequestLink'>">
138                             Request for   139                                 Request for
139                         </span>   140                             </span>
140                     </label>   141                         </label>
141                     <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1">   142                         <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1">
142                         <#OPTION name="RequestLinks" hideUsernames="true">   143                             <#OPTION name="RequestLinks" hideUsernames="true">
143                     </select>   144                         </select>
144     145  
145                 </div>   146                     </div>
146     147  
147                 <div class="form-group col-md-8">   148                     <div class="form-group col-md-8">
148                     <label for="Notes">   149                         <label for="Notes">
149                         <span class="<#ERROR name='ERRORNotes'>">   150                             <span class="<#ERROR name='ERRORNotes'>">
150                             My Notes   151                                 My Notes
151                         </span>   152                             </span>
152                     </label>   153                         </label>
153                     <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="50"><#PARAM name="Notes"></textarea>   154                         <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="50"><#PARAM name="Notes"></textarea>
154                     <div class="small-notes">Enter any notes about this request for your personal reference.</div>   155                         <div class="small-notes">Enter any notes about this request for your personal reference.</div>
155                 </div>   156                     </div>
156     157  
157                 <div class="form-group col-md-8">   158                     <div class="form-group col-md-8">
158                     <label for="SpecialRequest">   159                         <label for="SpecialRequest">
159                         <span class="<#ERROR name='ERRORSpecialRequest'>">   160                             <span class="<#ERROR name='ERRORSpecialRequest'>">
160                             Special Requests/Questions?   161                                 Special Requests/Questions?
161                         </span>   162                             </span>
162                     </label>   163                         </label>
163                     <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="50"><#PARAM name="SpecialRequest"></textarea>   164                         <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="50"><#PARAM name="SpecialRequest"></textarea>
164                     <div class="small-notes">Please enter any special requests or questions for library staff.</div>   165                         <div class="small-notes">Please enter any special requests or questions for library staff.</div>
165                 </div>   166                     </div>
166     167  
167                 <#INCLUDE filename="include_ResearcherTags.html">   168                     <#INCLUDE filename="include_ResearcherTags.html">
168     169  
169                 <div class="form-group col-sm-4">   170                     <div class="form-group col-sm-4">
170                     <label for="ScheduledDate">   171                         <label for="ScheduledDate">
171                         <span class="<#ERROR name='ERRORScheduledDate'>">   172                             <span class="<#ERROR name='ERRORScheduledDate'>">
172                             Date of Visit   173                                 Date of Visit
173                         </span>   174                             </span>
174                     </label>   175                         </label>
175                     <div class="input-group">   176                         <div class="input-group">
176                         <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text" aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">   177                             <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text" aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">
177                         <div class="input-group-append">   178                             <div class="input-group-append">
178                           <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate" aria-label="Calendar">   179                             <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate" aria-label="Calendar">
179                             <span class="fas fa-calendar ui-datepicker-trigger"></span>   180                                 <span class="fas fa-calendar ui-datepicker-trigger"></span>
180                           </button>   181                             </button>
181                         </div>   182                             </div>
182                     </div>   183                         </div>
183     184  
184                     <div class="small-notes">   185                         <div class="small-notes">
185                         Select the date you plan to visit.   186                             Select the date you plan to visit.
186                     </div>   187                         </div>
187                 </div>   188                     </div>
188             </section>   189                 </section>
189     190  
190             <#INCLUDE filename="include_request_buttons.html">   191                 <#INCLUDE filename="include_request_buttons.html">
191              192             
192             <#INCLUDE filename="include_footer.html"> +-    
193            =    
194         </form>   193             </form>
    -+ 194         </main>
      195         <#INCLUDE filename="include_footer.html">
195     </div> = 196     </div>
196 </body>   197 </body>
197     198  
198 </html>   199 </html>

   
GenericRequestMonographPhotodup.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>Aeon - New Monograph Photoduplication Request</title>   5     <title>Aeon - New Monograph Photoduplication Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <#INCLUDE filename="include_head_request.html">   7     <#INCLUDE filename="include_head_request.html">
8 </head>   8 </head>
9     9  
10 <body>   10 <body>
11     11  
12     <#INCLUDE filename="include_header.html">   12     <#INCLUDE filename="include_header.html">
13       13    
14     <#INCLUDE filename="include_nav.html">   14     <#INCLUDE filename="include_nav.html">
    <> 15     <div class="container">
15     <div id="content" class="container" role="heading" aria-label="Content">   16         <main id="content" aria-label="Content">
16         <form action="aeon.dll" method="post" id="RequestForm"> = 17             <form action="aeon.dll" method="post" id="RequestForm">
17             <input type="hidden" name="AeonForm" value="GenericRequestMonographPhotodup">   18                 <input type="hidden" name="AeonForm" value="GenericRequestMonographPhotodup">
18             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   19                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
19             <input type="hidden" name="TransactionLink" value="<#PARAM name='TransactionLink'>">   20                 <input type="hidden" name="TransactionLink" value="<#PARAM name='TransactionLink'>">
20             <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">   21                 <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">
21             <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">   22                 <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">
22             <input type="hidden" name="RequestType" value="Copy">   23                 <input type="hidden" name="RequestType" value="Copy">
23             <input type="hidden" name="DocumentType" value="Monograph">   24                 <input type="hidden" name="DocumentType" value="Monograph">
24     25  
25             <h2> Describe a New Monograph Photoduplication Request</h2>   26                 <h2> Describe a New Monograph Photoduplication Request</h2>
26             <div id="statusLine"><#STATUS></div>   27                 <div id="statusLine"><#STATUS></div>
27     28  
28             <section name="item-info">   29                 <section name="item-info">
29               30                 
30                 <div class="d-flex">   31                     <div class="d-flex">
31                     <h3 class="section-header">Item Information</h3>   32                         <h3 class="section-header">Item Information</h3>
32                     <div class="ml-auto">   33                         <div class="ml-auto">
33                         <button id="SwitchToDefault" class="btn btn-primary btn-md switchButton switch-request-form float-right" type="button" name="switchButton" data-switchrequest-form="20" data-switchrequest-value="GenericRequestMonograph">   34                             <button id="SwitchToDefault" class="btn btn-primary btn-md switchButton switch-request-form float-right" type="button" name="switchButton" data-switchrequest-form="20" data-switchrequest-value="GenericRequestMonograph">
34                             Switch to Published Materials Request   35                                 Switch to Published Materials Request
35                         </button>   36                             </button>
36                     </div>   37                         </div>
37                 </div>   38                     </div>
38                   39                     
39                 <div class="form-group col-md-8">   40                     <div class="form-group col-md-8">
40                     <label for="ItemTitle">   41                         <label for="ItemTitle">
41                         <span class="<#ERROR name='ERRORItemTitle'>">   42                             <span class="<#ERROR name='ERRORItemTitle'>">
42                             Title   43                                 Title
43                             <span class="req">(required)</span>   44                                 <span class="req">(required)</span>
44                         </span>   45                             </span>
45                     </label>   46                         </label>
46                     <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="50" required><#PARAM name="ItemTitle"></textarea>   47                         <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="50" required><#PARAM name="ItemTitle"></textarea>
47                 </div>   48                     </div>
48                   49                     
49                 <div class="form-group col-md-8">   50                     <div class="form-group col-md-8">
50                     <label for="ItemAuthor">   51                         <label for="ItemAuthor">
51                         <span class="<#ERROR name='ERRORItemAuthor'>">   52                             <span class="<#ERROR name='ERRORItemAuthor'>">
52                             Author   53                                 Author
53                         </span>   54                             </span>
54                     </label>   55                         </label>
55                     <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">   56                         <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">
56                 </div>   57                     </div>
57     58  
58                 <div class="form-group col-md-5">   59                     <div class="form-group col-md-5">
59                     <label for="ItemPlace">   60                         <label for="ItemPlace">
60                         <span class="<#ERROR name='ERRORItemPlace'>">   61                             <span class="<#ERROR name='ERRORItemPlace'>">
61                             Place of Publication   62                                 Place of Publication
62                         </span>   63                             </span>
63                     </label>   64                         </label>
64                     <input type="text" class="form-control" name="ItemPlace" id="ItemPlace" value="<#PARAM name='ItemPlace'>">   65                         <input type="text" class="form-control" name="ItemPlace" id="ItemPlace" value="<#PARAM name='ItemPlace'>">
65                 </div>   66                     </div>
66     67  
67                 <div class="form-group col-md-5">   68                     <div class="form-group col-md-5">
68                     <label for="ItemPublisher">   69                         <label for="ItemPublisher">
69                         <span class="<#ERROR name='ERRORItemPublisher'>">   70                             <span class="<#ERROR name='ERRORItemPublisher'>">
70                             Publisher   71                                 Publisher
71                         </span>   72                             </span>
72                     </label>   73                         </label>
73                     <input type="text" class="form-control" name="ItemPublisher" id="ItemPublisher" value="<#PARAM name='ItemPublisher'>">   74                         <input type="text" class="form-control" name="ItemPublisher" id="ItemPublisher" value="<#PARAM name='ItemPublisher'>">
74                 </div>   75                     </div>
75     76  
76                 <div class="form-group col-md-3">   77                     <div class="form-group col-md-3">
77                     <label for="ItemDate">   78                         <label for="ItemDate">
78                         <span class="<#ERROR name='ERRORItemDate'>">   79                             <span class="<#ERROR name='ERRORItemDate'>">
79                             Date   80                                 Date
80                         </span>   81                             </span>
81                     </label>   82                         </label>
82                     <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">   83                         <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">
83                 </div>   84                     </div>
84     85  
85                 <div class="form-group col-md-3">   86                     <div class="form-group col-md-3">
86                     <label for="ItemEdition">   87                         <label for="ItemEdition">
87                         <span class="<#ERROR name='ERRORItemEdition'>">   88                             <span class="<#ERROR name='ERRORItemEdition'>">
88                             Edition   89                                 Edition
89                         </span>   90                             </span>
90                     </label>   91                         </label>
91                     <input type="text" class="form-control" name="ItemEdition" id="ItemEdition" value="<#PARAM name='ItemEdition'>">   92                         <input type="text" class="form-control" name="ItemEdition" id="ItemEdition" value="<#PARAM name='ItemEdition'>">
92                 </div>   93                     </div>
93     94  
94                 <div class="form-group col-md-3">   95                     <div class="form-group col-md-3">
95                     <label for="ItemVolume">   96                         <label for="ItemVolume">
96                         <span class="<#ERROR name='ERRORItemVolume'>">   97                             <span class="<#ERROR name='ERRORItemVolume'>">
97                             Volume   98                                 Volume
98                         </span>   99                             </span>
99                     </label>   100                         </label>
100                     <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">   101                         <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">
101                 </div>   102                     </div>
102     103  
103                 <div class="form-group col-md-3">   104                     <div class="form-group col-md-3">
104                     <label for="ItemIssue">   105                         <label for="ItemIssue">
105                         <span class="<#ERROR name='ERRORItemIssue'>">   106                             <span class="<#ERROR name='ERRORItemIssue'>">
106                             Copy   107                                 Copy
107                         </span>   108                             </span>
108                     </label>   109                         </label>
109                     <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">   110                         <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">
110                 </div>   111                     </div>
111     112  
112                 <div class="form-group col-md-5">   113                     <div class="form-group col-md-5">
113                     <label for="CallNumber">   114                         <label for="CallNumber">
114                         <span class="<#ERROR name='ERRORCallNumber'>">   115                             <span class="<#ERROR name='ERRORCallNumber'>">
115                             Call Number   116                                 Call Number
116                         </span>   117                             </span>
117                     </label>   118                         </label>
118                     <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   119                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
119                 </div>   120                     </div>
120     121  
121                 <div class="form-group col-md-5">   122                     <div class="form-group col-md-5">
122                     <label for="Location">   123                         <label for="Location">
123                         <span class="<#ERROR name='ERRORLocation'>">   124                             <span class="<#ERROR name='ERRORLocation'>">
124                             Collection Name/Location   125                                 Collection Name/Location
125                         </span>   126                             </span>
126                     </label>   127                         </label>
127                     <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">   128                         <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">
128                 </div>   129                     </div>
129             </section>   130                 </section>
130     131  
131             <section name="order-info">   132                 <section name="order-info">
132                 <h3 class="section-header">Order Information</h3>   133                     <h3 class="section-header">Order Information</h3>
133                 <#INCLUDE filename="include_photoduplication.html">   134                     <#INCLUDE filename="include_photoduplication.html">
134             </section>   135                 </section>
135     136  
136             <section name="user-info">   137                 <section name="user-info">
137     138  
138                 <h3 class="section-header">Request Information</h3>   139                     <h3 class="section-header">Request Information</h3>
139     140  
140                 <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">   141                     <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">
141                     <label for="RequestLink">   142                         <label for="RequestLink">
142                         <span class="<#ERROR name='ERRORRequestLink'>">   143                             <span class="<#ERROR name='ERRORRequestLink'>">
143                             Request for   144                                 Request for
144                         </span>   145                             </span>
145                     </label>   146                         </label>
146                     <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1">   147                         <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1">
147                         <#OPTION name="RequestLinks" hideUsernames="true" hideEvents="true">   148                             <#OPTION name="RequestLinks" hideUsernames="true" hideEvents="true">
148                     </select>   149                         </select>
149                 </div>   150                     </div>
150     151  
151                 <div class="form-group col-md-4">   152                     <div class="form-group col-md-4">
152                     <span class="<#PARAM name='BillingAccountsVisible' enabled='BillingAccountsEnabled' disabled='BillingAccountsDisabled'>"></span>   153                         <span class="<#PARAM name='BillingAccountsVisible' enabled='BillingAccountsEnabled' disabled='BillingAccountsDisabled'>"></span>
153                     <label for="BillingAccount">   154                         <label for="BillingAccount">
154                         <span class="<#ERROR name='ERRORBillingAccount'>">   155                             <span class="<#ERROR name='ERRORBillingAccount'>">
155                             Billing Account   156                                 Billing Account
156                         </span>   157                             </span>
157                     </label>   158                         </label>
158                     <select class="custom-select mr-sm-2" id="BillingAccountId" name="BillingAccountId">   159                         <select class="custom-select mr-sm-2" id="BillingAccountId" name="BillingAccountId">
159                         <#OPTION name="BillingAccounts">   160                             <#OPTION name="BillingAccounts">
160                     </select>   161                         </select>
161                 </div>   162                     </div>
162     163  
163                 <div class="form-group col-md-8">   164                     <div class="form-group col-md-8">
164                     <label for="Notes">   165                         <label for="Notes">
165                         <span class="<#ERROR name='ERRORNotes'>">   166                             <span class="<#ERROR name='ERRORNotes'>">
166                             My Notes   167                                 My Notes
167                         </span>   168                             </span>
168                     </label>   169                         </label>
169                     <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>   170                         <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>
170                     <div class="small-notes">Enter any notes about this request for your personal reference.</div>   171                         <div class="small-notes">Enter any notes about this request for your personal reference.</div>
171                 </div>   172                     </div>
172     173  
173                 <div class="form-group col-md-8">   174                     <div class="form-group col-md-8">
174                     <label for="SpecialRequest">   175                         <label for="SpecialRequest">
175                         <span class="<#ERROR name='ERRORSpecialRequest'>">   176                             <span class="<#ERROR name='ERRORSpecialRequest'>">
176                             Special Requests/Questions?   177                                 Special Requests/Questions?
177                         </span>   178                             </span>
178                     </label>   179                         </label>
179                     <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>   180                         <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>
180                     <div class="small-notes">Please enter any special requests or questions for library staff.</div>   181                         <div class="small-notes">Please enter any special requests or questions for library staff.</div>
181                 </div>   182                     </div>
182     183  
183             </section>   184                 </section>
184     185  
185             <#INCLUDE filename="include_request_buttons_photoduplication.html">   186                 <#INCLUDE filename="include_request_buttons_photoduplication.html">
186             <#INCLUDE filename="include_footer.html"> +-    
187        = 187        
188         </form>   188             </form>
    -+ 189         </main>
      190         <#INCLUDE filename="include_footer.html">
189     </div> = 191     </div>
190     <script type="text/javascript" src="js/billingContextOptionHandler.js"></script>   192     <script type="text/javascript" src="js/billingContextOptionHandler.js"></script>
191     <script type="text/javascript" src="js/billingAccountsOptionHandler.js"></script>   193     <script type="text/javascript" src="js/billingAccountsOptionHandler.js"></script>
192     194  
193 </body>   195 </body>
194     196  
195 </html>   197 </html>

   
GenericRequestSerial.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>Aeon - New Request</title>   5     <title>Aeon - New Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <#INCLUDE filename="include_head_request.html">   7     <#INCLUDE filename="include_head_request.html">
8 </head>   8 </head>
9     9  
10 <body>   10 <body>
11       11    
12     <#INCLUDE filename="include_header.html">   12     <#INCLUDE filename="include_header.html">
13        13     
14     <#INCLUDE filename="include_nav.html">   14     <#INCLUDE filename="include_nav.html">
    <> 15     <div class="container">
15     <div id="content" class="container" role="heading" aria-label="Content">   16         <main id="content" aria-label="Content">
16         <form action="aeon.dll" method="post" id="RequestForm"> = 17             <form action="aeon.dll" method="post" id="RequestForm">
17             <input type="hidden" name="AeonForm" value="GenericRequestSerial">   18                 <input type="hidden" name="AeonForm" value="GenericRequestSerial">
18             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   19                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
19             <input type="hidden" name="TransactionLink" value="<#PARAM name='TransactionLink'>">   20                 <input type="hidden" name="TransactionLink" value="<#PARAM name='TransactionLink'>">
20             <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">   21                 <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">
21             <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">   22                 <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">
22             <input type="hidden" name="RequestType" value="Loan">   23                 <input type="hidden" name="RequestType" value="Loan">
23             <input type="hidden" name="DocumentType" value="Serial">   24                 <input type="hidden" name="DocumentType" value="Serial">
24     25  
25             <h2>Describe a New Serial Request</h2>   26                 <h2>Describe a New Serial Request</h2>
26     27  
27             <div id="statusLine"><#STATUS></div>   28                 <div id="statusLine"><#STATUS></div>
28     29  
29             <section name="item-info">   30                 <section name="item-info">
30                 <h3 class="section-header">Item Information</h3>   31                     <h3 class="section-header">Item Information</h3>
31     32  
32                 <div class="form-group col-md-8">   33                     <div class="form-group col-md-8">
33                     <label for="ItemTitle">   34                         <label for="ItemTitle">
34                         <span class="<#ERROR name='ERRORItemTitle'>">   35                             <span class="<#ERROR name='ERRORItemTitle'>">
35                             Title   36                                 Title
36                             <span class="req">(required)</span>   37                                 <span class="req">(required)</span>
37                         </span>   38                             </span>
38                     </label>   39                         </label>
39                     <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="50" required><#PARAM name="ItemTitle"></textarea>   40                         <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="50" required><#PARAM name="ItemTitle"></textarea>
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="ItemPlace">   44                         <label for="ItemPlace">
44                         <span class="<#ERROR name='ERRORItemPlace'>">   45                             <span class="<#ERROR name='ERRORItemPlace'>">
45                             Place of Publication   46                                 Place of Publication
46                         </span>   47                             </span>
47                     </label>   48                         </label>
48                     <input type="text" class="form-control" name="ItemPlace" id="ItemPlace" value="<#PARAM name='ItemPlace'>">   49                         <input type="text" class="form-control" name="ItemPlace" id="ItemPlace" value="<#PARAM name='ItemPlace'>">
49                 </div>   50                     </div>
50     51  
51                 <div class="form-group col-md-3">   52                     <div class="form-group col-md-3">
52                     <label for="ItemDate">   53                         <label for="ItemDate">
53                         <span class="<#ERROR name='ERRORItemDate'>">   54                             <span class="<#ERROR name='ERRORItemDate'>">
54                             Date   55                                 Date
55                         </span>   56                             </span>
56                     </label>   57                         </label>
57                     <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">   58                         <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">
58                 </div>   59                     </div>
59     60  
60                 <div class="form-group col-md-3">   61                     <div class="form-group col-md-3">
61                     <label for="ItemVolume">   62                         <label for="ItemVolume">
62                         <span class="<#ERROR name='ERRORItemVolume'>">   63                             <span class="<#ERROR name='ERRORItemVolume'>">
63                             Volume   64                                 Volume
64                         </span>   65                             </span>
65                     </label>   66                         </label>
66                     <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">   67                         <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">
67                 </div>   68                     </div>
68     69  
69                 <div class="form-group col-md-3">   70                     <div class="form-group col-md-3">
70                     <label for="ItemIssue">   71                         <label for="ItemIssue">
71                         <span class="<#ERROR name='ERRORItemIssue'>">   72                             <span class="<#ERROR name='ERRORItemIssue'>">
72                             Issue/Number   73                                 Issue/Number
73                         </span>   74                             </span>
74                     </label>   75                         </label>
75                     <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">   76                         <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">
76                 </div>   77                     </div>
77     78  
78                 <div class="form-group col-md-5">   79                     <div class="form-group col-md-5">
79                     <label for="CallNumber">   80                         <label for="CallNumber">
80                         <span class="<#ERROR name='ERRORCallNumber'>">   81                             <span class="<#ERROR name='ERRORCallNumber'>">
81                             Call Number   82                                 Call Number
82                         </span>   83                             </span>
83                     </label>   84                         </label>
84                     <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   85                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
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="Location">   89                         <label for="Location">
89                         <span class="<#ERROR name='ERRORLocation'>">   90                             <span class="<#ERROR name='ERRORLocation'>">
90                             Collection Name/Location   91                                 Collection Name/Location
91                         </span>   92                             </span>
92                     </label>   93                         </label>
93                     <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">   94                         <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">
94                 </div>   95                     </div>
95     96  
96             </section>   97                 </section>
97     98  
98             <section name="user-info">   99                 <section name="user-info">
99                 <h3 class="section-header">Request Information</h3>   100                     <h3 class="section-header">Request Information</h3>
100     101  
101                 <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">   102                     <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">
102                     <label for="RequestLink">   103                         <label for="RequestLink">
103                         <span class="<#ERROR name='ERRORRequestLink'>">   104                             <span class="<#ERROR name='ERRORRequestLink'>">
104                             Request for   105                                 Request for
105                         </span>   106                             </span>
106                     </label>   107                         </label>
107                     <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1">   108                         <select class="custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1">
108                         <#OPTION name="RequestLinks" hideUsernames="true">   109                             <#OPTION name="RequestLinks" hideUsernames="true">
109                     </select>   110                         </select>
110                       111                         
111                 </div>   112                     </div>
112     113  
113                 <div class="form-group col-md-8">   114                     <div class="form-group col-md-8">
114                     <label for="Notes">   115                         <label for="Notes">
115                         <span class="<#ERROR name='ERRORNotes'>">   116                             <span class="<#ERROR name='ERRORNotes'>">
116                             My Notes   117                                 My Notes
117                         </span>   118                             </span>
118                     </label>   119                         </label>
119                     <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="50"><#PARAM name="Notes"></textarea>   120                         <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="50"><#PARAM name="Notes"></textarea>
120                     <div class="small-notes">Enter any notes about this request for your personal reference.</div>   121                         <div class="small-notes">Enter any notes about this request for your personal reference.</div>
121                 </div>   122                     </div>
122     123  
123     124  
124                 <div class="form-group col-md-8">   125                     <div class="form-group col-md-8">
125                     <label for="SpecialRequest">   126                         <label for="SpecialRequest">
126                         <span class="<#ERROR name='ERRORSpecialRequest'>">   127                             <span class="<#ERROR name='ERRORSpecialRequest'>">
127                             Special Requests/Questions?   128                                 Special Requests/Questions?
128                         </span>   129                             </span>
129                     </label>   130                         </label>
130                     <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="50"><#PARAM name="SpecialRequest"></textarea>   131                         <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="50"><#PARAM name="SpecialRequest"></textarea>
131                     <div class="small-notes">Please enter any special requests or questions for library staff.</div>   132                         <div class="small-notes">Please enter any special requests or questions for library staff.</div>
132                 </div>   133                     </div>
133     134  
134                 <#INCLUDE filename="include_ResearcherTags.html">   135                     <#INCLUDE filename="include_ResearcherTags.html">
135     136  
136     137  
137                 <div class="form-group col-sm-4">   138                     <div class="form-group col-sm-4">
138                     <label for="ScheduledDate">   139                         <label for="ScheduledDate">
139                         <span class="<#ERROR name='ERRORScheduledDate'>">   140                             <span class="<#ERROR name='ERRORScheduledDate'>">
140                             Date of Visit   141                                 Date of Visit
141                         </span>   142                             </span>
142                     </label>   143                         </label>
143                     <div class="input-group">   144                         <div class="input-group">
144                         <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text" aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">   145                             <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text" aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">
145                         <div class="input-group-append">   146                             <div class="input-group-append">
146                           <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate" aria-label="Calendar">   147                             <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate" aria-label="Calendar">
147                             <span class="fas fa-calendar ui-datepicker-trigger"></span>   148                                 <span class="fas fa-calendar ui-datepicker-trigger"></span>
148                           </button>   149                             </button>
149                         </div>   150                             </div>
150                     </div>   151                         </div>
151     152  
152                     <div class="small-notes">   153                         <div class="small-notes">
153                         Select the date you plan to visit.   154                             Select the date you plan to visit.
154                     </div>   155                         </div>
155                 </div>   156                     </div>
156             </section>   157                 </section>
157     158  
158             <#INCLUDE filename="include_request_buttons.html">   159                 <#INCLUDE filename="include_request_buttons.html">
159                160             
160             <#INCLUDE filename="include_footer.html"> +-    
161             =    
162         </form>   161             </form>
    -+ 162         </main>
      163         <#INCLUDE filename="include_footer.html">
163     </div> = 164     </div>
164 </body>   165 </body>
165     166  
166 </html>   167 </html>

   
include_photoduplication.html  
1 <div class="form-group col-md-3"> = 1 <div class="form-group col-md-3">
2         <label for="ItemPages">   2         <label for="ItemPages">
3                 <span class="<#ERROR name='ERRORItemPages'>">   3                 <span class="<#ERROR name='ERRORItemPages'>">
4                         Inclusive Pages   4                         Inclusive Pages
5                 </span>   5                 </span>
6         </label>   6         </label>
7         <input type="text" class="form-control" name="ItemPages" id="ItemPages" value="<#PARAM name='ItemPages'>">   7         <input type="text" class="form-control" name="ItemPages" id="ItemPages" value="<#PARAM name='ItemPages'>">
8         <div class="small-notes">Additional citation information can be added as notes.</div>   8         <div class="small-notes">Additional citation information can be added as notes.</div>
9 </div>   9 </div>
10     10  
11 <div class="form-group col-md-2">   11 <div class="form-group col-md-2">
12         <label for="PageCount">   12         <label for="PageCount">
13                 <span class="<#ERROR name='ERRORPageCount'>">   13                 <span class="<#ERROR name='ERRORPageCount'>">
14                         Page Count   14                         Page Count
15                 </span>   15                 </span>
16         </label>   16         </label>
17         <input type="text" class="form-control" name="PageCount" id="PageCount" value="<#PARAM name='PageCount'>">   17         <input type="text" class="form-control" name="PageCount" id="PageCount" value="<#PARAM name='PageCount'>">
18 </div>   18 </div>
19     19  
20     20  
21 <div class="form-group col-md-4">   21 <div class="form-group col-md-4">
22         <label for="Format">   22         <label for="Format">
23                 <span class="<#ERROR name='ERRORFormat'>">   23                 <span class="<#ERROR name='ERRORFormat'>">
24                         Format   24                         Format
25                 </span>   25                 </span>
26         </label>   26         </label>
27         <select class="custom-select mr-sm-2" id="Format" name="Format" size="1">   27         <select class="custom-select mr-sm-2" id="Format" name="Format" size="1">
28                 <#OPTION name="Formats">   28                 <#OPTION name="Formats">
29         </select>   29         </select>
30 </div>   30 </div>
31     31  
32     32  
33     33  
34 <div class="form-group col-md-4">   34 <div class="form-group col-md-4">
35         <label for="ShippingOption">   35         <label for="ShippingOption">
36                 <span class="<#ERROR name='ERRORShippingOption'>">   36                 <span class="<#ERROR name='ERRORShippingOption'>">
37                         Shipping   37                         Shipping
38                 </span>   38                 </span>
39         </label>   39         </label>
40         <select class="custom-select mr-sm-2" id="ShippingOption" name="ShippingOption" size="1" >   40         <select class="custom-select mr-sm-2" id="ShippingOption" name="ShippingOption" size="1" >
41                 <#OPTION name="ShippingOptions">   41                 <#OPTION name="ShippingOptions">
42         </select>   42         </select>
43 </div>   43 </div>
44     44  
45 <div class="form-group col-md-4">   45 <div class="form-group col-md-4">
46         <label for="ServiceLevel">   46         <label for="ServiceLevel">
47                 <span class="<#ERROR name='ERRORServiceLevel'>">   47                 <span class="<#ERROR name='ERRORServiceLevel'>">
48                         Service Level   48                         Service Level
49                 </span>   49                 </span>
50         </label>   50         </label>
51         <select class="custom-select mr-sm-2" id="ServiceLevel" name="ServiceLevel" size="1" >   51         <select class="custom-select mr-sm-2" id="ServiceLevel" name="ServiceLevel" size="1" >
52                 <#OPTION name="ServiceLevels">   52                 <#OPTION name="ServiceLevels">
53         </select>   53         </select>
54            54         
55 </div>   55 </div>
56     56  
57 <div class="form-check">   57 <div class="form-check">
58         <label for="form-checkbox form-check-label"> <> 58         <label for="ForPublication">
59                 <span class="<#ERROR name='ERRORForPublication'>"> = 59                 <span class="<#ERROR name='ERRORForPublication'>">
60                         <input type="checkbox" class="form-check-input" id="ForPublication" name="ForPublication" value="Yes"  default="false" <#CHECKED name="ForPublication">> For Publication?   60                         <input type="checkbox" class="form-check-input" id="ForPublication" name="ForPublication" value="Yes"  default="false" <#CHECKED name="ForPublication">> For Publication?
61                 </span>   61                 </span>
62         </label>   62         </label>
63 </div>   63 </div>

   
include_ResearcherTagsUpdate.html  
1 <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>"> = 1 <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">
2     2  
3 <h3 class="header-detailed">Researcher Tags</h3> <> 3 <h2 class="h3 header-detailed">Researcher Tags</h2>
4 <div class="row"> = 4 <div class="row">
5     <div class="col-lg-12">   5     <div class="col-lg-12">
6         <div class="list-group-item d-flex justify-content-between">   6         <div class="list-group-item d-flex justify-content-between">
7                 <span>Current Tags </span>   7                 <span>Current Tags </span>
8                 <strong>   8                 <strong>
9                     <span id="currentTag"><#PARAM name="ResearcherTags"></span>   9                     <span id="currentTag"><#PARAM name="ResearcherTags"></span>
10                 </strong>   10                 </strong>
11         </div>   11         </div>
12     </div>   12     </div>
13 </div>   13 </div>
14 <button type="button" class="btn btn-secondary btn-md" data-toggle="modal" data-target="#requestResearcherTags">   14 <button type="button" class="btn btn-secondary btn-md" data-toggle="modal" data-target="#requestResearcherTags">
15      <span aria-hidden="true" class="fas fa-pen"></span>  Update Researcher Tags   15      <span aria-hidden="true" class="fas fa-pen"></span>  Update Researcher Tags
16 </button>   16 </button>
17     17  
18 <div class="modal fade" id="requestResearcherTags" tabindex="-1" role="dialog" aria-labelledby="requestResearcherTagsModalLabel"   18 <div class="modal fade" id="requestResearcherTags" tabindex="-1" role="dialog" aria-labelledby="requestResearcherTagsModalLabel"
19  aria-hidden="true">   19  aria-hidden="true">
20     <div class="modal-dialog modal-dialog-centered" role="document">   20     <div class="modal-dialog modal-dialog-centered" role="document">
21         <div class="modal-content">   21         <div class="modal-content">
22             <div class="modal-header">   22             <div class="modal-header">
23                 <h4 class="modal-title" id="requestResearcherTagsModalLabel">Update Researcher Tags</h4> <> 23                 <h3 class="h4 modal-title" id="requestResearcherTagsModalLabel">Update Researcher Tags</h3>
24                 <button type="button" class="close" data-dismiss="modal" aria-label="Close"> = 24                 <button type="button" class="close" data-dismiss="modal" aria-label="Close">
25                     <span aria-hidden="true">&times;</span>   25                     <span aria-hidden="true">&times;</span>
26                 </button>   26                 </button>
27             </div>   27             </div>
28             <div class="modal-body">   28             <div class="modal-body">
29                 <div id="researcher-tags-update">   29                 <div id="researcher-tags-update">
30                     <div class="form-group">   30                     <div class="form-group">
31                         <label for="ResearcherTags"> <> 31                         <label for="researcher-tags-input">
32                             Researcher Tags = 32                             Researcher Tags
33                         </label>   33                         </label>
34                         <div class="value">   34                         <div class="value">
35                             <input id="researcher-tags-input" name="ResearcherTags" type="text" size="50" value="<#PARAM name='ResearcherTags'>">   35                             <input id="researcher-tags-input" name="ResearcherTags" type="text" size="50" value="<#PARAM name='ResearcherTags'>">
36                             <div class="small-notes">Enter a comma-separated list of the tags you want associated with this request.</div>   36                             <div class="small-notes">Enter a comma-separated list of the tags you want associated with this request.</div>
37                         </div>   37                         </div>
38                     </div>   38                     </div>
39                 </div>   39                 </div>
40             </div>   40             </div>
41             <div class="modal-footer">   41             <div class="modal-footer">
42                 <button class="btn btn-primary btn-sm" type="submit" id="update-researcher-tags-button">Update Tags</button>   42                 <button class="btn btn-primary btn-sm" type="submit" id="update-researcher-tags-button">Update Tags</button>
43                 <button type="button" class="btn btn-secondary btn-sm" data-dismiss="modal">Close</button>   43                 <button type="button" class="btn btn-secondary btn-sm" data-dismiss="modal">Close</button>
44             </div>   44             </div>
45         </div>   45         </div>
46     </div>   46     </div>
47 </div>   47 </div>
48     48  
49 <script language="javascript">   49 <script language="javascript">
50     $(document).ready(function () {   50     $(document).ready(function () {
51         var updateResearcherTagsButton = $("#update-researcher-tags-button");   51         var updateResearcherTagsButton = $("#update-researcher-tags-button");
52         var researcherTagsInput = $("#researcher-tags-input");   52         var researcherTagsInput = $("#researcher-tags-input");
53         var transactionNumberInput = $("input[name=TransactionNumber]");   53         var transactionNumberInput = $("input[name=TransactionNumber]");
54     54  
55         function checkExistingTags() {   55         function checkExistingTags() {
56             if ($('#currentTag').text().trim() == '') {   56             if ($('#currentTag').text().trim() == '') {
57                 $('#currentTag').html('There are no tags');   57                 $('#currentTag').html('There are no tags');
58             }   58             }
59         }   59         }
60         checkExistingTags();   60         checkExistingTags();
61         if (updateResearcherTagsButton && researcherTagsInput && transactionNumberInput) {   61         if (updateResearcherTagsButton && researcherTagsInput && transactionNumberInput) {
62             updateResearcherTagsButton.click(function () {   62             updateResearcherTagsButton.click(function () {
63                 updateResearcherTagsButton.attr("disabled", "disabled");   63                 updateResearcherTagsButton.attr("disabled", "disabled");
64                 $.ajax({   64                 $.ajax({
65                     type: "POST",   65                     type: "POST",
66                     url: "aeon.dll/ajax?query=UpdateResearcherTags",   66                     url: "aeon.dll/ajax?query=UpdateResearcherTags",
67                     data: {   67                     data: {
68                         transactionNumber: transactionNumberInput.attr("value"),   68                         transactionNumber: transactionNumberInput.attr("value"),
69                         tags: encodeURIComponent(researcherTagsInput.val())   69                         tags: encodeURIComponent(researcherTagsInput.val())
70                     },   70                     },
71                     success: function (data, textStatus, jqXHR) {   71                     success: function (data, textStatus, jqXHR) {
72                         updateResearcherTagsButton.removeAttr("disabled");   72                         updateResearcherTagsButton.removeAttr("disabled");
73     73  
74                         if (typeof data === "string" && data.indexOf("Error:") == 0) {   74                         if (typeof data === "string" && data.indexOf("Error:") == 0) {
75                             alert(data);   75                             alert(data);
76                         } else {   76                         } else {
77                             if (typeof data.tags !== 'undefined') {   77                             if (typeof data.tags !== 'undefined') {
78                                 $('#currentTag').html(data.tags);   78                                 $('#currentTag').html(data.tags);
79                             }   79                             }
80                             else {   80                             else {
81                                 $('#currentTag').html('');   81                                 $('#currentTag').html('');
82                                 checkExistingTags();   82                                 checkExistingTags();
83                             }   83                             }
84                             $('#requestResearcherTags').modal('hide');   84                             $('#requestResearcherTags').modal('hide');
85                         }   85                         }
86                     },   86                     },
87                     error: function (jqXHR, textStatus, errorThrown) {   87                     error: function (jqXHR, textStatus, errorThrown) {
88                         updateResearcherTagsButton.removeAttr("disabled");   88                         updateResearcherTagsButton.removeAttr("disabled");
89                         alert('Error updating researcher tags');   89                         alert('Error updating researcher tags');
90                         throw errorThrown;   90                         throw errorThrown;
91                     }   91                     }
92                 });   92                 });
93             });   93             });
94         }   94         }
95     });   95     });
96 </script>   96 </script>

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

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

   
Logout.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>Aeon Logout</title>   5     <title>Aeon Logout</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     <script language="javascript" type="text/javascript">   10     <script language="javascript" type="text/javascript">
11         //This command will wait 5 seconds (5000 milliseconds) and then load the page defined in the WebLogoutURL or RemoteAuthWebLogoutURL customization key, as appropriate.   11         //This command will wait 5 seconds (5000 milliseconds) and then load the page defined in the WebLogoutURL or RemoteAuthWebLogoutURL customization key, as appropriate.
12         window.setTimeout('window.location.replace("<#PARAM name='LogoutUrl'>");', 5000);    12         window.setTimeout('window.location.replace("<#PARAM name='LogoutUrl'>");', 5000); 
13     </script>   13     </script>
14            14         
15     <#INCLUDE filename="include_header.html">   15     <#INCLUDE filename="include_header.html">
16        16     
17     <div class="alerts-bar">   17     <div class="alerts-bar">
18         <div class="container" id="webAlerts"></div>   18         <div class="container" id="webAlerts"></div>
19     </div>   19     </div>
20     20  
21     <div class="container">   21     <div class="container">
22         <div id="statusLine"><#STATUS></div>   22         <div id="statusLine"><#STATUS></div>
23         <div id="content" role="heading" aria-label="Content"> <> 23         <main id="content" aria-label="Content">
24   = 24  
25             <div class="logout-message">If you are not redirected within five seconds,   25             <div class="logout-message">If you are not redirected within five seconds,
26                 <a href="<#PARAM name='LogoutUrl'>">click here.</a>   26                 <a href="<#PARAM name='LogoutUrl'>">click here.</a>
27             </div>   27             </div>
28     28             
    -+ 29         </main>
29             <#INCLUDE filename="include_footer.html"> = 30         <#INCLUDE filename="include_footer.html">
30                   
31         </div> +-    
32     </div> = 31     </div>
33 </body>   32 </body>
34     33  
35 </html>   34 </html>

   
MainMenu.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>Aeon Main Menu</title>   5     <title>Aeon 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'>" rel='alternate' type='application/rss+xml' title='Aeon Alerts'>   8     <link href="<#ACTION action='2' type='40' value='RSSID' valueType='lookup' absolutePath='true'>" rel='alternate' type='application/rss+xml' title='Aeon Alerts'>
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     <#INCLUDE filename="include_menu.html">   15     <#INCLUDE filename="include_menu.html">
16     16  
    <> 17     <div class="container">
17     <div id="content" class="container" role="heading" aria-label="Content">   18         <main id="content" aria-label="Content">
18         <#TAGCLOUD> = 19             <#TAGCLOUD>
19         <h2>Outstanding Requests</h2>   20             <h2>Outstanding Requests</h2>
20         <#DATAREPEATER name="ViewOutstandingRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no outstanding requests" orderby="TransactionNumber DESC">   21             <#DATAREPEATER name="ViewOutstandingRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no outstanding requests" orderby="TransactionNumber DESC">
21   <> 22         </main>
22         <#INCLUDE filename="include_footer.html"> = 23         <#INCLUDE filename="include_footer.html">
23     </div>   24     </div>
24     25  
25 </body>   26 </body>
26     27  
27 </html>   28 </html>

   
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>Aeon - New User Registration</title>   5     <title>Aeon - 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     <#INCLUDE filename="include_menu.html">   11     <#INCLUDE filename="include_menu.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="aeon.dll" method="post" name="NewAuthRegistration"> = 14             <form action="aeon.dll" method="post" name="NewAuthRegistration">
14             <input type="hidden" name="AeonForm" value="NewAuthRegistration">   15                 <input type="hidden" name="AeonForm" value="NewAuthRegistration">
15             <input type="hidden" name="NotificationMethod" value="Email">   16                 <input type="hidden" name="NotificationMethod" value="Email">
16             <#FORMSTATE>   17                 <#FORMSTATE>
17     18  
18             <h2>First Time User Registration for Aeon</h2>   19                 <h2>First Time User Registration for Aeon</h2>
19     20  
20             <div>To request an item, you must first identify yourself to the library's Aeon system. To do this you fill out a registration form using your Web browser.</div>   21                 <div>To request an item, you must first identify yourself to the library's Aeon system. To do this you fill out a registration form using your Web browser.</div>
21             <div>Registration has two purposes:</div>   22                 <div>Registration has two purposes:</div>
22              23             
23             <ul>   24                 <ul>
24                 <li>Entering your personal information into the Aeon system means you will not have to supply the information again when making future requests.</li>   25                     <li>Entering your personal information into the Aeon system means you will not have to supply the information again when making future requests.</li>
25                 <li>Having your email and regular mail addresses on file with Special Collections enables us to notify you promptly and deliver materials accurately.</li>   26                     <li>Having your email and regular mail addresses on file with Special Collections enables us to notify you promptly and deliver materials accurately.</li>
26             </ul>   27                 </ul>
27     28  
28             <h2 data-toggle="collapse" data-target="#copyright" title="Click to expand section">Important Copyright Information</h2>   29                 <h2 data-toggle="collapse" data-target="#copyright" title="Click to expand section">Important Copyright Information</h2>
29             <div id="copyright" class="collapse">   30                 <div id="copyright" class="collapse">
30                <div class="mb-3">WARNING CONCERNING COPYRIGHT RESTRICTIONS</div>   31                 <div class="mb-3">WARNING CONCERNING COPYRIGHT RESTRICTIONS</div>
31                <div class="mb-3">The copyright law of the United States (Title 17, United States Code) governs the making of photocopies or other reproductions of copyrighted materials.</div>   32                 <div class="mb-3">The copyright law of the United States (Title 17, United States Code) governs the making of photocopies or other reproductions of copyrighted materials.</div>
32                <div class="mb-3">Under certain conditions specified in the law, libraries and archives are authorized to furnish a photocopy   33                 <div class="mb-3">Under certain conditions specified in the law, libraries and archives are authorized to furnish a photocopy
33                     or other reproduction. One of these specified conditions is that the photocopy or reproduction is   34                         or other reproduction. One of these specified conditions is that the photocopy or reproduction is
34                     not to be &quot;used for any purpose other than private study, scholarship, or research&quot;. If   35                         not to be &quot;used for any purpose other than private study, scholarship, or research&quot;. If
35                     a user makes a request for, or later uses, a photocopy or reproduction for purposes in excess of   36                         a user makes a request for, or later uses, a photocopy or reproduction for purposes in excess of
36                     &quot;fair use&quot;, that user may be liable for copyright infringement.   37                         &quot;fair use&quot;, that user may be liable for copyright infringement.
37                </div>   38                 </div>
38                <div class="mb-4">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>   39                 <div class="mb-4">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>
39             </div>   40                 </div>
40     41  
41             <h2 data-toggle="collapse" data-target="#faq" title="Click to expand section">Aeon FAQ (Frequently Asked Questions)</h2>   42                 <h2 data-toggle="collapse" data-target="#faq" title="Click to expand section">Aeon FAQ (Frequently Asked Questions)</h2>
42             <div id="faq" class="collapse">   43                 <div id="faq" class="collapse">
43                 <div class="mb-3">Before registering, you may wish to read the Aeon <a href="<#ACTION action='10' form='4'>">FAQ</a>. The FAQ may answer other questions you have about the Aeon Special Collections ManagementSystem.</div>   44                     <div class="mb-3">Before registering, you may wish to read the Aeon <a href="<#ACTION action='10' form='4'>">FAQ</a>. The FAQ may answer other questions you have about the Aeon Special Collections ManagementSystem.</div>
44     45  
45                 <div class="mb-5">By submitting this form you acknowledge and agree to all of the terms and conditions above. Please pay particular attention to the copyright statement and the Aeon FAQ.    46                     <div class="mb-5">By submitting this form you acknowledge and agree to all of the terms and conditions above. Please pay particular attention to the copyright statement and the Aeon FAQ. 
46                     After reading this information, you can fill out your personal details and click the &quot;Submit Information&quot; button to continue.   47                         After reading this information, you can fill out your personal details and click the &quot;Submit Information&quot; button to continue.
47                 </div>   48                     </div>
48             </div>   49                 </div>
49     50     
50             <section name="user-info">   51                 <section name="user-info">
51     52  
52                 <h3 class="section-header">User Information</h3>   53                     <h3 class="section-header">User Information</h3>
53     54  
54                 <div class="form-group col-md-5">   55                     <div class="form-group col-md-5">
55                     <label for="FirstName">   56                         <label for="FirstName">
56                         <span class="<#ERROR name='ERRORFirstName'>">   57                             <span class="<#ERROR name='ERRORFirstName'>">
57                             First Name   58                                 First Name
58                             <span class="req">(required)</span>   59                                 <span class="req">(required)</span>
59                         </span>   60                             </span>
60                     </label>   61                         </label>
61                     <input type="text" class="form-control" name="FirstName" id="FirstName" value="<#PARAM name='FirstName'>" required>   62                         <input type="text" class="form-control" name="FirstName" id="FirstName" value="<#PARAM name='FirstName'>" required>
62                 </div>   63                     </div>
63     64  
64                 <div class="form-group col-md-5">   65                     <div class="form-group col-md-5">
65                     <label for="LastName">   66                         <label for="LastName">
66                         <span class="<#ERROR name='ERRORLastName'>">   67                             <span class="<#ERROR name='ERRORLastName'>">
67                             Last Name   68                                 Last Name
68                             <span class="req">(required)</span>   69                                 <span class="req">(required)</span>
69                         </span>   70                             </span>
70                     </label>   71                         </label>
71                     <input type="text" class="form-control" name="LastName" id="LastName" value="<#PARAM name='LastName'>" required>   72                         <input type="text" class="form-control" name="LastName" id="LastName" value="<#PARAM name='LastName'>" required>
72                 </div>   73                     </div>
73     74  
74                         <div class="form-group col-md-5">   75                             <div class="form-group col-md-5">
75                             <label for="PreferredName">   76                                 <label for="PreferredName">
76                                 <span class="<#ERROR name='ERRORPreferredName'>">   77                                     <span class="<#ERROR name='ERRORPreferredName'>">
77                                     Preferred Name   78                                         Preferred Name
78                                 </span>   79                                     </span>
79                             </label>   80                                 </label>
80                             <input type="text" class="form-control" name="PreferredName" id="PreferredName" value="<#PARAM name='PreferredName'>">   81                                 <input type="text" class="form-control" name="PreferredName" id="PreferredName" value="<#PARAM name='PreferredName'>">
81                         </div>   82                             </div>
82     83  
83                         <div class="form-group col-md-6">   84                             <div class="form-group col-md-6">
84                             <label for="EMailAddress">   85                                 <label for="EMailAddress">
85                                 <span class="<#ERROR name='ERROREMailAddress'>">   86                                     <span class="<#ERROR name='ERROREMailAddress'>">
86                                     Email Address   87                                         Email Address
87                                     <span class="req">(required)</span>   88                                         <span class="req">(required)</span>
88                                 </span>   89                                     </span>
89                             </label>   90                                 </label>
90                             <input type="text" class="form-control" name="EMailAddress" id="EMailAddress" value="<#PARAM name='EMailAddress'>" required>   91                                 <input type="text" class="form-control" name="EMailAddress" id="EMailAddress" value="<#PARAM name='EMailAddress'>" required>
91                         </div>   92                             </div>
92     93  
93                 <div class="form-group col-md-3">   94                     <div class="form-group col-md-3">
94                     <label for="Phone">   95                         <label for="Phone">
95                         <span class="<#ERROR name='ERRORPhone'>">   96                             <span class="<#ERROR name='ERRORPhone'>">
96                             Daytime Phone   97                                 Daytime Phone
97                             <span class="req">(required)</span>   98                                 <span class="req">(required)</span>
98                         </span>   99                             </span>
99                     </label>   100                         </label>
100                     <input type="text" class="form-control" name="Phone" id="Phone" value="<#PARAM name='Phone'>" required>   101                         <input type="text" class="form-control" name="Phone" id="Phone" value="<#PARAM name='Phone'>" required>
101                 </div>   102                     </div>
102     103  
103                 <div class="form-group col-md-4">   104                     <div class="form-group col-md-4">
104                     <label for="Status">   105                         <label for="Status">
105                         <span class="<#ERROR name='ERRORStatus'>">   106                             <span class="<#ERROR name='ERRORStatus'>">
106                             Status   107                                 Status
107                             <span class="req">(required)</span>   108                                 <span class="req">(required)</span>
108                         </span>   109                             </span>
109                     </label>   110                         </label>
110                     <select class="custom-select mr-sm-2" name="Status" id="Status" required>   111                         <select class="custom-select mr-sm-2" name="Status" id="Status" required>
111                         <#OPTION name="Statuses" selectedValue="<#PARAM name='Status'>" defaultName="Choose a Status" defaultValue="">   112                             <#OPTION name="Statuses" selectedValue="<#PARAM name='Status'>" defaultName="Choose a Status" defaultValue="">
112                     </select>   113                         </select>
113                 </div>   114                     </div>
114     115  
115                 <div class="form-group col-md-4">   116                     <div class="form-group col-md-4">
116                     <label for="Department">   117                         <label for="Department">
117                         <span class="<#ERROR name='ERRORDepartment'>">   118                             <span class="<#ERROR name='ERRORDepartment'>">
118                             Department   119                                 Department
119                             <span class="req">(required)</span>   120                                 <span class="req">(required)</span>
120                         </span>   121                             </span>
121                     </label>   122                         </label>
122                     <select class="custom-select mr-sm-2" name="Department" id="Department" required>   123                         <select class="custom-select mr-sm-2" name="Department" id="Department" required>
123                         <#OPTION name="Departments" selectedValue="<#PARAM name='Department'>" defaultName="Choose a Department" defaultValue="">   124                             <#OPTION name="Departments" selectedValue="<#PARAM name='Department'>" defaultName="Choose a Department" defaultValue="">
124                     </select>   125                         </select>
125                 </div>   126                     </div>
126     127  
127                 <div class="form-group col-md-5">   128                     <div class="form-group col-md-5">
128                     <label for="Organization">   129                         <label for="Organization">
129                         <span class="<#ERROR name='ERROROrganization'>">   130                             <span class="<#ERROR name='ERROROrganization'>">
130                             Organization   131                                 Organization
131                             <span class="req">(required)</span>   132                                 <span class="req">(required)</span>
132                         </span>   133                             </span>
133                     </label>   134                         </label>
134                     <input type="text" class="form-control" name="Organization" id="Organization" value="<#PARAM name='Organization'>" required>   135                         <input type="text" class="form-control" name="Organization" id="Organization" value="<#PARAM name='Organization'>" required>
135                 </div>   136                     </div>
136             </section>   137                 </section>
137     138  
138             <section name="address-info">   139                 <section name="address-info">
139     140  
140                 <h3 class="section-header">Primary Address Information</h3>   141                     <h3 class="section-header">Primary Address Information</h3>
141     142  
142                 <div class="form-group col-md-6">   143                     <div class="form-group col-md-6">
143                     <label for="Address">   144                         <label for="Address">
144                         <span class="<#ERROR name='ERRORAddress'>">   145                             <span class="<#ERROR name='ERRORAddress'>">
145                             Primary Address Line 1   146                                 Primary Address Line 1
146                             <span class="req">(required)</span>   147                                 <span class="req">(required)</span>
147                         </span>   148                             </span>
148                     </label>   149                         </label>
149                     <input type="text" class="form-control" name="Address" id="Address" value="<#PARAM name='Address'>" required>   150                         <input type="text" class="form-control" name="Address" id="Address" value="<#PARAM name='Address'>" required>
150                 </div>   151                     </div>
151     152  
152                 <div class="form-group col-md-6">   153                     <div class="form-group col-md-6">
153                     <label for="Address2">   154                         <label for="Address2">
154                         <span class="<#ERROR name='ERRORAddress2'>">   155                             <span class="<#ERROR name='ERRORAddress2'>">
155                             Primary Address Line 2   156                                 Primary Address Line 2
156                         </span>   157                             </span>
157                     </label>   158                         </label>
158                     <input type="text" class="form-control" name="Address2" id="Address2" value="<#PARAM name='Address2'>">   159                         <input type="text" class="form-control" name="Address2" id="Address2" value="<#PARAM name='Address2'>">
159                 </div>   160                     </div>
160     161  
161                 <div class="form-group col-md-4">   162                     <div class="form-group col-md-4">
162                     <label for="City">   163                         <label for="City">
163                         <span class="<#ERROR name='ERRORCity'>">   164                             <span class="<#ERROR name='ERRORCity'>">
164                             Primary Address City   165                                 Primary Address City
165                             <span class="req">(required)</span>   166                                 <span class="req">(required)</span>
166                         </span>   167                             </span>
167                     </label>   168                         </label>
168                     <input type="text" class="form-control" name="City" id="City" value="<#PARAM name='City'>" required>   169                         <input type="text" class="form-control" name="City" id="City" value="<#PARAM name='City'>" required>
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="State">   173                         <label for="State">
173                         <span class="<#ERROR name='ERRORState'>">   174                             <span class="<#ERROR name='ERRORState'>">
174                             Primary Address State   175                                 Primary Address State
175                             <span class="req">(required)</span>   176                                 <span class="req">(required)</span>
176                         </span>   177                             </span>
177                     </label>   178                         </label>
178                     <select class="custom-select mr-sm-2" name="State" id="State" required>   179                         <select class="custom-select mr-sm-2" name="State" id="State" required>
179                         <#OPTION name="States" selectedValue="<#PARAM name='State'>" defaultName="Choose a State" defaultValue="">   180                             <#OPTION name="States" selectedValue="<#PARAM name='State'>" defaultName="Choose a State" defaultValue="">
180                     </select>   181                         </select>
181                 </div>   182                     </div>
182     183  
183                 <div class="form-group col-md-4">   184                     <div class="form-group col-md-4">
184                     <label for="Zip">   185                         <label for="Zip">
185                         <span class="<#ERROR name='ERRORZip'>">   186                             <span class="<#ERROR name='ERRORZip'>">
186                             Primary Address Zip   187                                 Primary Address Zip
187                             <span class="req">(required)</span>   188                                 <span class="req">(required)</span>
188                         </span>   189                             </span>
189                     </label>   190                         </label>
190                     <input type="text" class="form-control" name="Zip" id="Zip" value="<#PARAM name='Zip'>" required>   191                         <input type="text" class="form-control" name="Zip" id="Zip" value="<#PARAM name='Zip'>" required>
191                 </div>   192                     </div>
192     193  
193                 <div class="form-group col-md-4">   194                     <div class="form-group col-md-4">
194                     <label for="Country">   195                         <label for="Country">
195                         <span class="<#ERROR name='ERRORCountry'>">   196                             <span class="<#ERROR name='ERRORCountry'>">
196                             Primary Address Country   197                                 Primary Address Country
197                             <span class="req">(required)</span>   198                                 <span class="req">(required)</span>
198                         </span>   199                             </span>
199                     </label>   200                         </label>
200                     <select class="custom-select mr-sm-2" name="Country" id="Country" required>   201                         <select class="custom-select mr-sm-2" name="Country" id="Country" required>
201                         <#OPTION name="Countries" selectedValue="<#PARAM name='Country'>" defaultName="Choose a Country" defaultValue="">   202                             <#OPTION name="Countries" selectedValue="<#PARAM name='Country'>" defaultName="Choose a Country" defaultValue="">
202                     </select>   203                         </select>
203                 </div>   204                     </div>
204             </section>   205                 </section>
205     206  
206             <section name="alt-address-info" style="<#CONDITIONAL type='CustomizationKey' test='UseSecondaryAddress' false='display:none'>">   207                 <section name="alt-address-info" style="<#CONDITIONAL type='CustomizationKey' test='UseSecondaryAddress' false='display:none'>">
207               208                 
208                 <h3 class="section-header">Alternate Address Information</h3>   209                     <h3 class="section-header">Alternate Address Information</h3>
209     210  
210                 <div class="form-group col-md-6">   211                     <div class="form-group col-md-6">
211                     <label for="SAddress">   212                         <label for="SAddress">
212                         <span class="<#ERROR name='ERRORSAddress'>">   213                             <span class="<#ERROR name='ERRORSAddress'>">
213                             Alternate Address Line 1   214                                 Alternate Address Line 1
214                         </span>   215                             </span>
215                     </label>   216                         </label>
216                     <input type="text" class="form-control" name="SAddress" id="SAddress" value="<#PARAM name='SAddress'>">   217                         <input type="text" class="form-control" name="SAddress" id="SAddress" value="<#PARAM name='SAddress'>">
217                 </div>   218                     </div>
218     219  
219                 <div class="form-group col-md-6">   220                     <div class="form-group col-md-6">
220                     <label for="SAddress2">   221                         <label for="SAddress2">
221                         <span class="<#ERROR name='ERRORSAddress2'>">   222                             <span class="<#ERROR name='ERRORSAddress2'>">
222                             Alternate Address Line 2   223                                 Alternate Address Line 2
223                         </span>   224                             </span>
224                     </label>   225                         </label>
225                     <input type="text" class="form-control" name="SAddress2" id="SAddress2" value="<#PARAM name='SAddress2'>">   226                         <input type="text" class="form-control" name="SAddress2" id="SAddress2" value="<#PARAM name='SAddress2'>">
226                 </div>   227                     </div>
227     228  
228                 <div class="form-group col-md-4">   229                     <div class="form-group col-md-4">
229                     <label for="SCity">   230                         <label for="SCity">
230                         <span class="<#ERROR name='ERRORSCity'>">   231                             <span class="<#ERROR name='ERRORSCity'>">
231                             Alternate Address City   232                                 Alternate Address City
232                         </span>   233                             </span>
233                     </label>   234                         </label>
234                     <input type="text" class="form-control" name="SCity" id="SCity" value="<#PARAM name='SCity'>">   235                         <input type="text" class="form-control" name="SCity" id="SCity" value="<#PARAM name='SCity'>">
235                 </div>   236                     </div>
236     237  
237                 <div class="form-group col-md-4">   238                     <div class="form-group col-md-4">
238                     <label for="SState">   239                         <label for="SState">
239                         <span class="<#ERROR name='ERRORSState'>">   240                             <span class="<#ERROR name='ERRORSState'>">
240                             Alternate Address State   241                                 Alternate Address State
241                         </span>   242                             </span>
242                     </label>   243                         </label>
243                     <select class="custom-select mr-sm-2" name="SState" id="SState">   244                         <select class="custom-select mr-sm-2" name="SState" id="SState">
244                         <#OPTION name="States" selectedValue="<#PARAM name='SState'>" defaultName="Choose a State" defaultValue="">   245                             <#OPTION name="States" selectedValue="<#PARAM name='SState'>" defaultName="Choose a State" defaultValue="">
245                     </select>   246                         </select>
246                 </div>   247                     </div>
247     248  
248                 <div class="form-group col-md-4">   249                     <div class="form-group col-md-4">
249                     <label for="SZip">   250                         <label for="SZip">
250                         <span class="<#ERROR name='ERRORSZip'>">   251                             <span class="<#ERROR name='ERRORSZip'>">
251                             Alternate Address Zip   252                                 Alternate Address Zip
252                         </span>   253                             </span>
253                     </label>   254                         </label>
254                     <input type="text" class="form-control" name="SZip" id="SZip" value="<#PARAM name='SZip'>">   255                         <input type="text" class="form-control" name="SZip" id="SZip" value="<#PARAM name='SZip'>">
255                 </div>   256                     </div>
256     257  
257                 <div class="form-group col-md-4">   258                     <div class="form-group col-md-4">
258                     <label for="SCountry">   259                         <label for="SCountry">
259                         <span class="<#ERROR name='ERRORSCountry'>">   260                             <span class="<#ERROR name='ERRORSCountry'>">
260                             Alternate Address Country   261                                 Alternate Address Country
261                         </span>   262                             </span>
262                     </label>   263                         </label>
263                     <select class="custom-select mr-sm-2" name="SCountry" id="SCountry">   264                         <select class="custom-select mr-sm-2" name="SCountry" id="SCountry">
264                         <#OPTION name="Countries" selectedValue="<#PARAM name='SCountry'>" defaultName="Choose a Country" defaultValue="">   265                             <#OPTION name="Countries" selectedValue="<#PARAM name='SCountry'>" defaultName="Choose a Country" defaultValue="">
265                     </select>   266                         </select>
266                 </div>   267                     </div>
267             </section>   268                 </section>
268     269  
269             <section name="research-info">   270                 <section name="research-info">
270                   271                     
271                 <h3 class="section-header">Research Information</h3>   272                     <h3 class="section-header">Research Information</h3>
272     273  
273                 <div class="form-group col-md-6">   274                     <div class="form-group col-md-6">
274                     <label for="ResearchTopics">   275                         <label for="ResearchTopics">
275                         <span class="<#ERROR name='ERRORResearchTopics'>">   276                             <span class="<#ERROR name='ERRORResearchTopics'>">
276                             Research Topics</span>   277                                 Research Topics</span>
277                     </label>   278                         </label>
278                     <textarea class="form-control" name="ResearchTopics" id="ResearchTopics" rows="2" cols="40"><#PARAM name="ResearchTopics"></textarea>   279                         <textarea class="form-control" name="ResearchTopics" id="ResearchTopics" rows="2" cols="40"><#PARAM name="ResearchTopics"></textarea>
279                 </div>   280                     </div>
280     281  
281                 <div class="form-check ml-3">   282                     <div class="form-check ml-3">
282                     <label class="form-check-label <#ERROR name='ERRORResearchTopicsSharing'>" for="ResearchTopicsSharing">   283                         <label class="form-check-label <#ERROR name='ERRORResearchTopicsSharing'>" for="ResearchTopicsSharing">
283                         <input class="form-check-input" type="checkbox" id="ResearchTopicsSharing" name="ResearchTopicsSharing" value="Yes" <#CHECKED name="ResearchTopicsSharing" default="true">>May we share your research topics with others?   284                             <input class="form-check-input" type="checkbox" id="ResearchTopicsSharing" name="ResearchTopicsSharing" value="Yes" <#CHECKED name="ResearchTopicsSharing" default="true">>May we share your research topics with others?
284                     </label>   285                         </label>
285                 </div>   286                     </div>
286             </section>   287                 </section>
287     288  
288             <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>   289                 <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>
289             <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Exit Aeon System" formnovalidate>Cancel - Exit Aeon System</button>   290                 <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Exit Aeon System" formnovalidate>Cancel - Exit Aeon System</button>
290     291  
291         </form>   292             </form>
    -+ 293         </main>
292              = 294             
293         <#INCLUDE filename="include_footer.html">   295         <#INCLUDE filename="include_footer.html">
294     </div>   296     </div>
295 </body>   297 </body>
296     298  
297 </html>   299 </html>

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

   
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>Aeon - New User Registration</title>   5     <title>Aeon - 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     10  
11     <#INCLUDE filename="include_header.html">   11     <#INCLUDE filename="include_header.html">
12     12  
13     <div class="alerts-bar">   13     <div class="alerts-bar">
14         <div class="container" id="webAlerts"></div>   14         <div class="container" id="webAlerts"></div>
15     </div>   15     </div>
16     16  
17         <div id="statusLine" class="container"><#STATUS></div>   17         <div id="statusLine" class="container"><#STATUS></div>
    <> 18         <div class="container">
18         <div id="content" class="container" role="heading" aria-label="Content">   19             <main id="content" aria-label="Content">
19             <form action="aeon.dll" method="post" name="Registration"> = 20                 <form action="aeon.dll" method="post" name="Registration">
20                 <input type="hidden" name="AeonForm" value="Registration">   21                     <input type="hidden" name="AeonForm" value="Registration">
21                 <input type="hidden" name="NotificationMethod" value="Email">   22                     <input type="hidden" name="NotificationMethod" value="Email">
22                 <#FORMSTATE>   23                     <#FORMSTATE>
23     24  
24                     <div class="mainContent">   25                         <div class="mainContent">
25                         <h2>New User Registration</h2>   26                             <h2>New User Registration</h2>
26     27  
27                         <section name="user-info">   28                             <section name="user-info">
28     29  
29                             <h3 class="section-header">User Information</h3>   30                                 <h3 class="section-header">User Information</h3>
30     31  
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="PreferredName">   53                                     <label for="PreferredName">
53                                     <span class="<#ERROR name='ERRORPreferredName'>">   54                                         <span class="<#ERROR name='ERRORPreferredName'>">
54                                         Preferred Name   55                                             Preferred Name
55                                     </span>   56                                         </span>
56                                 </label>   57                                     </label>
57                                 <input type="text" class="form-control" name="PreferredName" id="PreferredName" value="<#PARAM name='PreferredName'>">   58                                     <input type="text" class="form-control" name="PreferredName" id="PreferredName" value="<#PARAM name='PreferredName'>">
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-3">   71                                 <div class="form-group col-md-3">
71                                 <label for="Phone">   72                                     <label for="Phone">
72                                     <span class="<#ERROR name='ERRORPhone'>">   73                                         <span class="<#ERROR name='ERRORPhone'>">
73                                         Daytime Phone   74                                             Daytime Phone
74                                         <span class="req">(required)</span>   75                                             <span class="req">(required)</span>
75                                     </span>   76                                         </span>
76                                 </label>   77                                     </label>
77                                 <input type="text" class="form-control" name="Phone" id="Phone" value="<#PARAM name='Phone'>" required>   78                                     <input type="text" class="form-control" name="Phone" id="Phone" value="<#PARAM name='Phone'>" required>
78                             </div>   79                                 </div>
79     80  
80                             <div class="form-group col-md-4">   81                                 <div class="form-group col-md-4">
81                                 <label for="Status">   82                                     <label for="Status">
82                                     <span class="<#ERROR name='ERRORStatus'>">   83                                         <span class="<#ERROR name='ERRORStatus'>">
83                                         Status   84                                             Status
84                                         <span class="req">(required)</span>   85                                             <span class="req">(required)</span>
85                                     </span>   86                                         </span>
86                                 </label>   87                                     </label>
87                                 <select class="custom-select mr-sm-2" name="Status" id="Status" required>   88                                     <select class="custom-select mr-sm-2" name="Status" id="Status" required>
88                                     <#OPTION name="Statuses" selectedValue="<#PARAM name='Status'>" defaultName="Choose a Status" defaultValue="">   89                                         <#OPTION name="Statuses" selectedValue="<#PARAM name='Status'>" defaultName="Choose a Status" defaultValue="">
89                                 </select>   90                                     </select>
90                             </div>   91                                 </div>
91     92  
92                             <div class="form-group col-md-4">   93                                 <div class="form-group col-md-4">
93                                 <label for="Department">   94                                     <label for="Department">
94                                     <span class="<#ERROR name='ERRORDepartment'>">   95                                         <span class="<#ERROR name='ERRORDepartment'>">
95                                         Department   96                                             Department
96                                         <span class="req">(required)</span>   97                                             <span class="req">(required)</span>
97                                     </span>   98                                         </span>
98                                 </label>   99                                     </label>
99                                 <select class="custom-select mr-sm-2" name="Department" id="Department" required>   100                                     <select class="custom-select mr-sm-2" name="Department" id="Department" required>
100                                     <#OPTION name="Departments" selectedValue="<#PARAM name='Department'>" defaultName="Choose a Department" defaultValue="">   101                                         <#OPTION name="Departments" selectedValue="<#PARAM name='Department'>" defaultName="Choose a Department" defaultValue="">
101                                 </select>   102                                     </select>
102                             </div>   103                                 </div>
103     104  
104                             <div class="form-group col-md-5">   105                                 <div class="form-group col-md-5">
105                                 <label for="Organization">   106                                     <label for="Organization">
106                                     <span class="<#ERROR name='ERROROrganization'>">   107                                         <span class="<#ERROR name='ERROROrganization'>">
107                                         Organization   108                                             Organization
108                                     </span>   109                                         </span>
109                                 </label>   110                                     </label>
110                                 <input type="text" class="form-control" name="Organization" id="Organization" value="<#PARAM name='Organization'>">   111                                     <input type="text" class="form-control" name="Organization" id="Organization" value="<#PARAM name='Organization'>">
111                             </div>   112                                 </div>
112     113  
113                         </section>   114                             </section>
114     115  
115                         <section name="address-info">   116                             <section name="address-info">
116     117  
117                             <h3 class="section-header">Primary Address Information</h3>   118                                 <h3 class="section-header">Primary Address Information</h3>
118     119  
119                             <div class="form-group col-md-6">   120                                 <div class="form-group col-md-6">
120                                 <label for="Address">   121                                     <label for="Address">
121                                     <span class="<#ERROR name='ERRORAddress'>">   122                                         <span class="<#ERROR name='ERRORAddress'>">
122                                         Primary Address Line 1   123                                             Primary Address Line 1
123                                         <span class="req">(required)</span>   124                                             <span class="req">(required)</span>
124                                     </span>   125                                         </span>
125                                 </label>   126                                     </label>
126                                 <input type="text" class="form-control" name="Address" id="Address" value="<#PARAM name='Address'>" required>   127                                     <input type="text" class="form-control" name="Address" id="Address" value="<#PARAM name='Address'>" required>
127                             </div>   128                                 </div>
128     129  
129                             <div class="form-group col-md-6">   130                                 <div class="form-group col-md-6">
130                                 <label for="Address2">   131                                     <label for="Address2">
131                                     <span class="<#ERROR name='ERRORAddress2'>">   132                                         <span class="<#ERROR name='ERRORAddress2'>">
132                                         Primary Address Line 2   133                                             Primary Address Line 2
133                                     </span>   134                                         </span>
134                                 </label>   135                                     </label>
135                                 <input type="text" class="form-control" name="Address2" id="Address2" value="<#PARAM name='Address2'>">   136                                     <input type="text" class="form-control" name="Address2" id="Address2" value="<#PARAM name='Address2'>">
136                             </div>   137                                 </div>
137     138  
138                             <div class="form-group col-md-4">   139                                 <div class="form-group col-md-4">
139                                 <label for="City">   140                                     <label for="City">
140                                     <span class="<#ERROR name='ERRORCity'>">   141                                         <span class="<#ERROR name='ERRORCity'>">
141                                         Primary Address City   142                                             Primary Address City
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="City" id="City" value="<#PARAM name='City'>" required>   146                                     <input type="text" class="form-control" name="City" id="City" value="<#PARAM name='City'>" required>
146                             </div>   147                                 </div>
147     148  
148                             <div class="form-group col-md-4">   149                                 <div class="form-group col-md-4">
149                                 <label for="State">   150                                     <label for="State">
150                                     <span class="<#ERROR name='ERRORState'>">   151                                         <span class="<#ERROR name='ERRORState'>">
151                                         Primary Address State   152                                             Primary Address State
152                                         <span class="req">(required)</span>   153                                             <span class="req">(required)</span>
153                                     </span>   154                                         </span>
154                                 </label>   155                                     </label>
155                                 <select class="custom-select mr-sm-2" name="State" id="State" required>   156                                     <select class="custom-select mr-sm-2" name="State" id="State" required>
156                                     <#OPTION name="States" selectedValue="<#PARAM name='State'>" defaultName="Choose a State" defaultValue="">   157                                         <#OPTION name="States" selectedValue="<#PARAM name='State'>" defaultName="Choose a State" defaultValue="">
157                                 </select>   158                                     </select>
158                             </div>   159                                 </div>
159     160  
160                             <div class="form-group col-md-4">   161                                 <div class="form-group col-md-4">
161                                 <label for="Zip">   162                                     <label for="Zip">
162                                     <span class="<#ERROR name='ERRORZip'>">   163                                         <span class="<#ERROR name='ERRORZip'>">
163                                         Primary Address Zip   164                                             Primary Address Zip
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="Zip" id="Zip" value="<#PARAM name='Zip'>" required>   168                                     <input type="text" class="form-control" name="Zip" id="Zip" value="<#PARAM name='Zip'>" required>
168                             </div>   169                                 </div>
169     170  
170                             <div class="form-group col-md-4">   171                                 <div class="form-group col-md-4">
171                                 <label for="Country">   172                                     <label for="Country">
172                                     <span class="<#ERROR name='ERRORCountry'>">   173                                         <span class="<#ERROR name='ERRORCountry'>">
173                                         Primary Address Country   174                                             Primary Address Country
174                                         <span class="req">(required)</span>   175                                             <span class="req">(required)</span>
175                                     </span>   176                                         </span>
176                                 </label>   177                                     </label>
177                                 <select class="custom-select mr-sm-2" name="Country" id="Country" required>   178                                     <select class="custom-select mr-sm-2" name="Country" id="Country" required>
178                                     <#OPTION name="Countries" selectedValue="<#PARAM name='Country'>" defaultName="Choose a Country" defaultValue="">   179                                         <#OPTION name="Countries" selectedValue="<#PARAM name='Country'>" defaultName="Choose a Country" defaultValue="">
179                                 </select>   180                                     </select>
180                             </div>   181                                 </div>
181     182  
182                         </section>   183                             </section>
183     184  
184                         <section name="alt-address-info" style="<#CONDITIONAL type='CustomizationKey' test='UseSecondaryAddress' false='display:none'>">   185                             <section name="alt-address-info" style="<#CONDITIONAL type='CustomizationKey' test='UseSecondaryAddress' false='display:none'>">
185                           186                             
186                             <h3 class="section-header">Alternate Address Information</h3>   187                                 <h3 class="section-header">Alternate Address Information</h3>
187                           188                             
188                             <div class="form-group col-md-6">   189                                 <div class="form-group col-md-6">
189                                 <label for="SAddress">   190                                     <label for="SAddress">
190                                     <span class="<#ERROR name='ERRORSAddress'>">   191                                         <span class="<#ERROR name='ERRORSAddress'>">
191                                         Alternate Address Line 1   192                                             Alternate Address Line 1
192                                     </span>   193                                         </span>
193                                 </label>   194                                     </label>
194                                 <input type="text" class="form-control" name="SAddress" id="SAddress" value="<#PARAM name='SAddress'>">   195                                     <input type="text" class="form-control" name="SAddress" id="SAddress" value="<#PARAM name='SAddress'>">
195                             </div>   196                                 </div>
196     197  
197                             <div class="form-group col-md-6">   198                                 <div class="form-group col-md-6">
198                                 <label for="SAddress2">   199                                     <label for="SAddress2">
199                                     <span class="<#ERROR name='ERRORSAddress2'>">   200                                         <span class="<#ERROR name='ERRORSAddress2'>">
200                                         Alternate Address Line 2   201                                             Alternate Address Line 2
201                                     </span>   202                                         </span>
202                                 </label>   203                                     </label>
203                                 <input type="text" class="form-control" name="SAddress2" id="SAddress2" value="<#PARAM name='SAddress2'>">   204                                     <input type="text" class="form-control" name="SAddress2" id="SAddress2" value="<#PARAM name='SAddress2'>">
204                             </div>   205                                 </div>
205     206  
206                             <div class="form-group col-md-4">   207                                 <div class="form-group col-md-4">
207                                 <label for="SCity">   208                                     <label for="SCity">
208                                     <span class="<#ERROR name='ERRORSCity'>">   209                                         <span class="<#ERROR name='ERRORSCity'>">
209                                         Alternate Address City   210                                             Alternate Address City
210                                     </span>   211                                         </span>
211                                 </label>   212                                     </label>
212                                 <input type="text" class="form-control" name="SCity" id="SCity" value="<#PARAM name='SCity'>">   213                                     <input type="text" class="form-control" name="SCity" id="SCity" value="<#PARAM name='SCity'>">
213                             </div>   214                                 </div>
214     215  
215                             <div class="form-group col-md-4">   216                                 <div class="form-group col-md-4">
216                                 <label for="SState">   217                                     <label for="SState">
217                                     <span class="<#ERROR name='ERRORSState'>">   218                                         <span class="<#ERROR name='ERRORSState'>">
218                                         Alternate Address State   219                                             Alternate Address State
219                                     </span>   220                                         </span>
220                                 </label>   221                                     </label>
221                                 <select class="custom-select mr-sm-2" name="SState" id="SState">   222                                     <select class="custom-select mr-sm-2" name="SState" id="SState">
222                                     <#OPTION name="States" selectedValue="<#PARAM name='SState'>" defaultName="Choose a State" defaultValue="">   223                                         <#OPTION name="States" selectedValue="<#PARAM name='SState'>" defaultName="Choose a State" defaultValue="">
223                                 </select>   224                                     </select>
224                             </div>   225                                 </div>
225     226  
226                             <div class="form-group col-md-4">   227                                 <div class="form-group col-md-4">
227                                 <label for="SZip">   228                                     <label for="SZip">
228                                     <span class="<#ERROR name='ERRORSZip'>">   229                                         <span class="<#ERROR name='ERRORSZip'>">
229                                         Alternate Address Zip   230                                             Alternate Address Zip
230                                     </span>   231                                         </span>
231                                 </label>   232                                     </label>
232                                 <input type="text" class="form-control" name="SZip" id="SZip" value="<#PARAM name='SZip'>">   233                                     <input type="text" class="form-control" name="SZip" id="SZip" value="<#PARAM name='SZip'>">
233                             </div>   234                                 </div>
234     235  
235                             <div class="form-group col-md-4">   236                                 <div class="form-group col-md-4">
236                                 <label for="SCountry">   237                                     <label for="SCountry">
237                                     <span class="<#ERROR name='ERRORSCountry'>">   238                                         <span class="<#ERROR name='ERRORSCountry'>">
238                                         Alternate Address Country   239                                             Alternate Address Country
239                                     </span>   240                                         </span>
240                                 </label>   241                                     </label>
241                                 <select class="custom-select mr-sm-2" name="SCountry" id="SCountry">   242                                     <select class="custom-select mr-sm-2" name="SCountry" id="SCountry">
242                                     <#OPTION name="Countries" selectedValue="<#PARAM name='SCountry'>" defaultName="Choose a Country" defaultValue="">   243                                         <#OPTION name="Countries" selectedValue="<#PARAM name='SCountry'>" defaultName="Choose a Country" defaultValue="">
243                                 </select>   244                                     </select>
244                             </div>   245                                 </div>
245                         </section>   246                             </section>
246     247  
247                         <section name="research-info">   248                             <section name="research-info">
248                               249                                 
249                             <h3 class="section-header">Research Information</h3>   250                                 <h3 class="section-header">Research Information</h3>
250     251  
251                             <div class="form-group col-md-6">   252                                 <div class="form-group col-md-6">
252                                 <label for="ResearchTopics">   253                                     <label for="ResearchTopics">
253                                     <span class="<#ERROR name='ERRORResearchTopics'>">   254                                         <span class="<#ERROR name='ERRORResearchTopics'>">
254                                         Research Topics   255                                             Research Topics
255                                     </span>   256                                         </span>
256                                 </label>   257                                     </label>
257                                 <textarea class="form-control" name="ResearchTopics" id="ResearchTopics" rows="2" cols="40"><#PARAM name="ResearchTopics"></textarea>   258                                     <textarea class="form-control" name="ResearchTopics" id="ResearchTopics" rows="2" cols="40"><#PARAM name="ResearchTopics"></textarea>
258                             </div>   259                                 </div>
259     260  
260                             <div class="form-check ml-3">   261                                 <div class="form-check ml-3">
261                                 <label class="form-check-label <#ERROR name='ERRORResearchTopicsSharing'>" for="ResearchTopicsSharing">   262                                     <label class="form-check-label <#ERROR name='ERRORResearchTopicsSharing'>" for="ResearchTopicsSharing">
262                                     <input class="form-check-input" type="checkbox" id="ResearchTopicsSharing" name="ResearchTopicsSharing" value="Yes" <#CHECKED name="ResearchTopicsSharing" default="true">>May we share your research topics with others?   263                                         <input class="form-check-input" type="checkbox" id="ResearchTopicsSharing" name="ResearchTopicsSharing" value="Yes" <#CHECKED name="ResearchTopicsSharing" default="true">>May we share your research topics with others?
263                                 </label>   264                                     </label>
264                             </div>   265                                 </div>
265     266  
266                         </section>   267                             </section>
267     268  
268                         <section name="password-info">   269                             <section name="password-info">
269     270  
270                             <h3 class="section-header">Create Logon Information</h3>   271                                 <h3 class="section-header">Create Logon Information</h3>
271     272  
272                             <div class="form-group col-md-4">   273                                 <div class="form-group col-md-4">
273                                 <label for="Username">   274                                     <label for="Username">
274                                     <span class="<#ERROR name='ERRORUsername'>">   275                                         <span class="<#ERROR name='ERRORUsername'>">
275                                         Username   276                                             Username
276                                         <span class="req">(required)</span>   277                                             <span class="req">(required)</span>
277                                     </span>   278                                         </span>
278                                 </label>   279                                     </label>
279                                 <input type="text" class="form-control" name="Username" id="Username" value="<#PARAM name='NewUsername'>" autocomplete="off" required>   280                                     <input type="text" class="form-control" name="Username" id="Username" value="<#PARAM name='NewUsername'>" autocomplete="off" required>
280                             </div>   281                                 </div>
281     282  
282                             <div class="form-group col-md-4">   283                                 <div class="form-group col-md-4">
283                                 <label for="Password1">   284                                     <label for="Password1">
284                                     <span class="<#ERROR name='ERRORPassword1'>">   285                                         <span class="<#ERROR name='ERRORPassword1'>">
285                                         Password   286                                             Password
286                                         <span class="req">(required)</span>   287                                             <span class="req">(required)</span>
287                                     </span>   288                                         </span>
288                                 </label>   289                                     </label>
289                                 <input type="password" class="form-control" name="Password1" id="Password1" autocomplete="off" required>   290                                     <input type="password" class="form-control" name="Password1" id="Password1" autocomplete="off" required>
290                                 <div class="small-notes">   291                                     <div class="small-notes">
291                                     Passwords must be at least eight characters long and contain a lowercase letter, an uppercase letter, and a number.   292                                         Passwords must be at least eight characters long and contain a lowercase letter, an uppercase letter, and a number.
292                                 </div>   293                                     </div>
293                             </div>   294                                 </div>
294     295  
295                             <div class="form-group col-md-4">   296                                 <div class="form-group col-md-4">
296                                 <label for="Password2">   297                                     <label for="Password2">
297                                     <span class="<#ERROR name='ERRORPassword2'>">   298                                         <span class="<#ERROR name='ERRORPassword2'>">
298                                         Re-enter Password   299                                             Re-enter Password
299                                         <span class="req">(required)</span>   300                                             <span class="req">(required)</span>
300                                     </span>   301                                         </span>
301                                 </label>   302                                     </label>
302                                 <input type="password" class="form-control" name="Password2" id="Password2" autocomplete="off" required>   303                                     <input type="password" class="form-control" name="Password2" id="Password2" autocomplete="off" required>
303                             </div>   304                                 </div>
304     305  
305                         </section>   306                             </section>
306     307  
307                         <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>   308                             <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Submit Information">Submit Information</button>
308                         <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Return to Logon page" formnovalidate>Cancel - Return to Logon page</button>   309                             <button class="btn btn-secondary btn-md" type="submit" name="SubmitButton" value="Cancel - Return to Logon page" formnovalidate>Cancel - Return to Logon page</button>
309     310  
310                         <#INCLUDE filename="include_footer.html"> +-    
311   =    
312                     </div>   311                         </div>
313             </form>   312                 </form>
    -+ 313             </main>
      314             <#INCLUDE filename="include_footer.html">
314         </div> = 315         </div>
315 </body>   316 </body>
316     317  
317 </html>   318 </html>

   
PhotoduplicationRequest.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>Aeon - New Request</title>   5     <title>Aeon - New Request</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <#INCLUDE filename="include_head_request.html">   7     <#INCLUDE filename="include_head_request.html">
8 </head>   8 </head>
9     9  
10 <body>   10 <body>
11     11  
12     <#INCLUDE filename="include_header.html">   12     <#INCLUDE filename="include_header.html">
13       13    
14     <#INCLUDE filename="include_nav.html">   14     <#INCLUDE filename="include_nav.html">
    <> 15     <div class="container">
15     <div id="content" class="container" role="heading" aria-label="Content">   16         <main id="content" aria-label="Content">
16         <form action="aeon.dll" method="post" id="RequestForm"> = 17             <form action="aeon.dll" method="post" id="RequestForm">
17             <input type="hidden" name="AeonForm" value="PhotoduplicationRequest">   18                 <input type="hidden" name="AeonForm" value="PhotoduplicationRequest">
18             <input type="hidden" name="Username" value="<#PARAM name='Username'>">   19                 <input type="hidden" name="Username" value="<#PARAM name='Username'>">
19             <input type="hidden" name="TransactionLink" value="<#PARAM name='TransactionLink'>">   20                 <input type="hidden" name="TransactionLink" value="<#PARAM name='TransactionLink'>">
20             <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">   21                 <input type="hidden" name="ReferenceNumber" value="<#PARAM name='ReferenceNumber'>">
21             <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">   22                 <input type="hidden" name="ItemNumber" value="<#PARAM name='ItemNumber'>">
22             <input type="hidden" name="RequestType" value="Copy">   23                 <input type="hidden" name="RequestType" value="Copy">
23             <input type="hidden" name="DocumentType" value="Photoduplication">   24                 <input type="hidden" name="DocumentType" value="Photoduplication">
24     25  
25             <h2> Describe a New Photoduplication Request</h2>   26                 <h2> Describe a New Photoduplication Request</h2>
26             <div id="statusLine"><#STATUS></div>   27                 <div id="statusLine"><#STATUS></div>
27     28  
28             <section name="item-info">   29                 <section name="item-info">
29     30  
30                 <div class="d-flex">   31                     <div class="d-flex">
31                     <h3 class="section-header">Item Information </h3>   32                         <h3 class="section-header">Item Information </h3>
32                     <div class="ml-auto">   33                         <div class="ml-auto">
33                         <button id="SwitchToPhotoduplicationRequest" class="btn btn-primary btn-md switchButton switch-request-form float-right" type="button" name="switchButton" data-switchrequest-form="21">   34                             <button id="SwitchToPhotoduplicationRequest" class="btn btn-primary btn-md switchButton switch-request-form float-right" type="button" name="switchButton" data-switchrequest-form="21">
34                             Switch to Reading Room Request   35                                 Switch to Reading Room Request
35                         </button>   36                             </button>
36                     </div>   37                         </div>
37                 </div>   38                     </div>
38                   39                     
39                 <div class="form-group col-md-8">   40                     <div class="form-group col-md-8">
40                     <label for="ItemTitle">   41                         <label for="ItemTitle">
41                         <span class="<#ERROR name='ERRORItemTitle'>">   42                             <span class="<#ERROR name='ERRORItemTitle'>">
42                             Title   43                                 Title
43                             <span class="req">(required)</span>   44                                 <span class="req">(required)</span>
44                         </span>   45                             </span>
45                     </label>   46                         </label>
46                     <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="40" required><#PARAM name="ItemTitle"></textarea>   47                         <textarea class="form-control" name="ItemTitle" id="ItemTitle" rows="2" cols="40" required><#PARAM name="ItemTitle"></textarea>
47                 </div>   48                     </div>
48     49  
49                 <div class="form-group col-md-8">   50                     <div class="form-group col-md-8">
50                     <label for="ItemAuthor">   51                         <label for="ItemAuthor">
51                         <span class="<#ERROR name='ERRORItemAuthor'>">   52                             <span class="<#ERROR name='ERRORItemAuthor'>">
52                             Author/Creator   53                                 Author/Creator
53                         </span>   54                             </span>
54                     </label>   55                         </label>
55                     <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">   56                         <input type="text" class="form-control" name="ItemAuthor" id="ItemAuthor" value="<#PARAM name='ItemAuthor'>">
56                 </div>   57                     </div>
57     58  
58                 <div class="form-group col-md-5">   59                     <div class="form-group col-md-5">
59                     <label for="ItemPlace">   60                         <label for="ItemPlace">
60                         <span class="<#ERROR name='ERRORItemPlace'>">   61                             <span class="<#ERROR name='ERRORItemPlace'>">
61                             Place of Publication   62                                 Place of Publication
62                         </span>   63                             </span>
63                     </label>   64                         </label>
64                     <input type="text" class="form-control" name="ItemPlace" id="ItemPlace" value="<#PARAM name='ItemPlace'>">   65                         <input type="text" class="form-control" name="ItemPlace" id="ItemPlace" value="<#PARAM name='ItemPlace'>">
65                 </div>   66                     </div>
66     67  
67                 <div class="form-group col-md-5">   68                     <div class="form-group col-md-5">
68                     <label for="ItemPublisher">   69                         <label for="ItemPublisher">
69                         <span class="<#ERROR name='ERRORItemPublisher'>">   70                             <span class="<#ERROR name='ERRORItemPublisher'>">
70                             Publisher   71                                 Publisher
71                         </span>   72                             </span>
72                     </label>   73                         </label>
73                     <input type="text" class="form-control" name="ItemPublisher" id="ItemPublisher" value="<#PARAM name='ItemPublisher'>">   74                         <input type="text" class="form-control" name="ItemPublisher" id="ItemPublisher" value="<#PARAM name='ItemPublisher'>">
74                 </div>   75                     </div>
75     76  
76                 <div class="form-group col-md-3">   77                     <div class="form-group col-md-3">
77                     <label for="ItemDate">   78                         <label for="ItemDate">
78                         <span class="<#ERROR name='ERRORItemDate'>">   79                             <span class="<#ERROR name='ERRORItemDate'>">
79                             Date   80                                 Date
80                         </span>   81                             </span>
81                     </label>   82                         </label>
82                     <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">   83                         <input type="text" class="form-control" name="ItemDate" id="ItemDate" value="<#PARAM name='ItemDate'>">
83                 </div>   84                     </div>
84     85  
85                 <div class="form-group col-md-3">   86                     <div class="form-group col-md-3">
86                     <label for="ItemEdition">   87                         <label for="ItemEdition">
87                         <span class="<#ERROR name='ERRORItemEdition'>">   88                             <span class="<#ERROR name='ERRORItemEdition'>">
88                             Edition   89                                 Edition
89                         </span>   90                             </span>
90                     </label>   91                         </label>
91                     <input type="text" class="form-control" name="ItemEdition" id="ItemEdition" value="<#PARAM name='ItemEdition'>">   92                         <input type="text" class="form-control" name="ItemEdition" id="ItemEdition" value="<#PARAM name='ItemEdition'>">
92                 </div>   93                     </div>
93     94  
94                 <div class="form-group col-md-3">   95                     <div class="form-group col-md-3">
95                     <label for="ItemVolume">   96                         <label for="ItemVolume">
96                         <span class="<#ERROR name='ERRORItemVolume'>">   97                             <span class="<#ERROR name='ERRORItemVolume'>">
97                             Volume/Box   98                                 Volume/Box
98                         </span>   99                             </span>
99                     </label>   100                         </label>
100                     <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">   101                         <input type="text" class="form-control" name="ItemVolume" id="ItemVolume" value="<#PARAM name='ItemVolume'>">
101                 </div>   102                     </div>
102     103  
103                 <div class="form-group col-md-3">   104                     <div class="form-group col-md-3">
104                     <label for="ItemIssue">   105                         <label for="ItemIssue">
105                         <span class="<#ERROR name='ERRORItemIssue'>">   106                             <span class="<#ERROR name='ERRORItemIssue'>">
106                             Issue/Copy   107                                 Issue/Copy
107                         </span>   108                             </span>
108                     </label>   109                         </label>
109                     <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">   110                         <input type="text" class="form-control" name="ItemIssue" id="ItemIssue" value="<#PARAM name='ItemIssue'>">
110                 </div>   111                     </div>
111     112  
112                 <div class="form-group col-md-5">   113                     <div class="form-group col-md-5">
113                     <label for="CallNumber">   114                         <label for="CallNumber">
114                         <span class="<#ERROR name='ERRORCallNumber'>">   115                             <span class="<#ERROR name='ERRORCallNumber'>">
115                             Call Number   116                                 Call Number
116                         </span>   117                             </span>
117                     </label>   118                         </label>
118                     <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">   119                         <input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
119                 </div>   120                     </div>
120     121  
121                 <div class="form-group col-md-5">   122                     <div class="form-group col-md-5">
122                     <label for="Location">   123                         <label for="Location">
123                         <span class="<#ERROR name='ERRORLocation'>">   124                             <span class="<#ERROR name='ERRORLocation'>">
124                             Location   125                                 Location
125                         </span>   126                             </span>
126                     </label>   127                         </label>
127                     <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">   128                         <input type="text" class="form-control" name="Location" id="Location" value="<#PARAM name='Location'>">
128                 </div>   129                     </div>
129             </section>   130                 </section>
130     131  
131             <section name="order-info">   132                 <section name="order-info">
132                 <h3 class="section-header">Order Information</h3>   133                     <h3 class="section-header">Order Information</h3>
133                 <#INCLUDE filename="include_photoduplication.html">   134                     <#INCLUDE filename="include_photoduplication.html">
134             </section>   135                 </section>
135     136  
136             <section name="user-info">   137                 <section name="user-info">
137     138  
138                 <h3 class="section-header">Request Information</h3>   139                     <h3 class="section-header">Request Information</h3>
139     140  
140                 <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">   141                     <div class="form-group col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">
141                     <label for="RequestLink">   142                         <label for="RequestLink">
142                         <span class="<#ERROR name='ERRORRequestLink'>">   143                             <span class="<#ERROR name='ERRORRequestLink'>">
143                             Request for   144                                 Request for
144                         </span>   145                             </span>
145                     </label>   146                         </label>
146                     <select class="custom-select mr-sm-2"  id="RequestLink" name="RequestLink" size="1">   147                         <select class="custom-select mr-sm-2"  id="RequestLink" name="RequestLink" size="1">
147                         <#OPTION name="RequestLinks" hideUsernames="true" hideEvents="true">   148                             <#OPTION name="RequestLinks" hideUsernames="true" hideEvents="true">
148                     </select>   149                         </select>
149                 </div>   150                     </div>
150     151  
151                 <div class="form-group col-md-4">   152                     <div class="form-group col-md-4">
152                     <span class="<#PARAM name='BillingAccountsVisible' enabled='BillingAccountsEnabled' disabled='BillingAccountsDisabled'>"></span>   153                         <span class="<#PARAM name='BillingAccountsVisible' enabled='BillingAccountsEnabled' disabled='BillingAccountsDisabled'>"></span>
153                     <label for="BillingAccount">   154                         <label for="BillingAccount">
154                         <span class="<#ERROR name='ERRORBillingAccount'>">   155                             <span class="<#ERROR name='ERRORBillingAccount'>">
155                             Billing Account   156                                 Billing Account
156                         </span>   157                             </span>
157                     </label>   158                         </label>
158                     <select class="custom-select mr-sm-2" id="BillingAccountId" name="BillingAccountId" >   159                         <select class="custom-select mr-sm-2" id="BillingAccountId" name="BillingAccountId" >
159                         <#OPTION name="BillingAccounts">   160                             <#OPTION name="BillingAccounts">
160                     </select>   161                         </select>
161                 </div>   162                     </div>
162     163  
163                 <div class="form-group col-md-8">   164                     <div class="form-group col-md-8">
164                     <label for="Notes">   165                         <label for="Notes">
165                         <span class="<#ERROR name='ERRORNotes'>">   166                             <span class="<#ERROR name='ERRORNotes'>">
166                             My Notes   167                                 My Notes
167                         </span>   168                             </span>
168                     </label>   169                         </label>
169                     <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>   170                         <textarea class="form-control" name="Notes" id="Notes" rows="2" cols="40"><#PARAM name="Notes"></textarea>
170                     <div class="small-notes">Enter any notes about this request for your personal reference.</div>   171                         <div class="small-notes">Enter any notes about this request for your personal reference.</div>
171                 </div>   172                     </div>
172     173  
173                 <div class="form-group col-md-8">   174                     <div class="form-group col-md-8">
174                     <label for="SpecialRequest">   175                         <label for="SpecialRequest">
175                         <span class="<#ERROR name='ERRORSpecialRequest'>">   176                             <span class="<#ERROR name='ERRORSpecialRequest'>">
176                             Special Requests/Questions?   177                                 Special Requests/Questions?
177                         </span>   178                             </span>
178                     </label>   179                         </label>
179                     <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>   180                         <textarea class="form-control" name="SpecialRequest" id="SpecialRequest" rows="2" cols="40"><#PARAM name="SpecialRequest"></textarea>
180                     <div class="small-notes">Please enter any special requests or questions for library staff.</div>   181                         <div class="small-notes">Please enter any special requests or questions for library staff.</div>
181                 </div>   182                     </div>
182     183  
183             </section>   184                 </section>
184     185  
185             <#INCLUDE filename="include_request_buttons_photoduplication.html">   186                 <#INCLUDE filename="include_request_buttons_photoduplication.html">
186             <#INCLUDE filename="include_footer.html"> +-    
187       = 187         
188         </form>   188             </form>
    -+ 189         </main>
      190         <#INCLUDE filename="include_footer.html">
189     </div> = 191     </div>
190     <script type="text/javascript" src="js/billingContextOptionHandler.js"></script>   192     <script type="text/javascript" src="js/billingContextOptionHandler.js"></script>
191     <script type="text/javascript" src="js/billingAccountsOptionHandler.js"></script>   193     <script type="text/javascript" src="js/billingAccountsOptionHandler.js"></script>
192     194  
193 </body>   195 </body>
194     196  
195 </html>   197 </html>

   
SiteMap.html  
1 <html lang="en-US"> = 1 <html lang="en-US">
2     2  
3 <head>   3 <head>
4     <title>Aeon Site Map</title>   4     <title>Aeon Site Map</title>
5     <#INCLUDE filename="include_head.html">   5     <#INCLUDE filename="include_head.html">
6     <script src="js/buildSiteMap.js"></script>   6     <script src="js/buildSiteMap.js"></script>
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 id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <div id="site-map"></div> = 15             <div id="site-map"></div>
    -+ 16         </main>
15   = 17  
16         <#INCLUDE filename="include_footer.html">   18         <#INCLUDE filename="include_footer.html">
17     </div>   19     </div>
18     20  
19 </body>   21 </body>
20     22  
21 </html>   23 </html>

   
ViewActivities.html  
1 <!DOCTYPE html> = 1 <!DOCTYPE html>
2 <html lang="en-US">   2 <html lang="en-US">
3 <head>   3 <head>
4     <title>Aeon - Activities</title>   4     <title>Aeon - Activities</title>
5     <#INCLUDE filename="include_head.html">   5     <#INCLUDE filename="include_head.html">
6 </head>   6 </head>
7     7  
8 <body>   8 <body>
9       9    
10     <#INCLUDE filename="include_header.html">   10     <#INCLUDE filename="include_header.html">
11     11  
12     <#INCLUDE filename="include_menu.html">   12     <#INCLUDE filename="include_menu.html">
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">       14         <main id="content" aria-label="Content">    
14         <h2>Activities</h2> = 15             <h2>Activities</h2>
15         <#DATAREPEATER name="ViewActivities" TemplateFile="templates/DataRow_DefaultActivity.html" orderby="BeginDate, EndDate" noDataAction="You have no activities">                 16             <#DATAREPEATER name="ViewActivities" TemplateFile="templates/DataRow_DefaultActivity.html" orderby="BeginDate, EndDate" noDataAction="You have no activities">
    -+ 17         </main>             
16      = 18     
17         <#INCLUDE filename="include_footer.html">   19         <#INCLUDE filename="include_footer.html">
18     20  
19     </div>   21     </div>
20 </body>   22 </body>
21 </html>   23 </html>

   
ViewActivity.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>Aeon - Activity Requests</title>   5     <title>Aeon - Activity 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     10  
11     <#INCLUDE filename="include_header.html">   11     <#INCLUDE filename="include_header.html">
12        12     
13     <#INCLUDE filename="include_menu.html">   13     <#INCLUDE filename="include_menu.html">
    <> 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         <#INCLUDE filename="ActivityInformation.html">   17             <#INCLUDE filename="ActivityInformation.html">
17     18  
18         <h3 class="reqHeader mt-4">Activity Requests</h3> <> 19             <h2 class="h3 reqHeader mt-4 py-0">Activity Requests</h2>
19   = 20  
20         <#DATAREPEATER name="ViewActivityRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no activity requests" orderby="TransactionNumber DESC">   21             <#DATAREPEATER name="ViewActivityRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no activity requests" orderby="TransactionNumber DESC">
21     22  
22         <div>   23             <div>
23             <a class="btn btn-primary btn-md" href="<#ACTION action='10' form='92'>&Value=<#PARAM name='Value'>">Download Excel workbook with all Activity details</a>   24                 <a class="btn btn-primary btn-md" href="<#ACTION action='10' form='92'>&Value=<#PARAM name='Value'>">Download Excel workbook with all Activity details</a>
24             <a class="btn btn-primary btn-md" href="<#ACTION action='10' form='93'>&Value=<#PARAM name='Value'>">Download iCalendar file</a>   25                 <a class="btn btn-primary btn-md" href="<#ACTION action='10' form='93'>&Value=<#PARAM name='Value'>">Download iCalendar file</a>
25         </div>   26             </div>
26     27  
    -+ 28         </main>
27       = 29         
28         <#INCLUDE filename="include_footer.html">   30         <#INCLUDE filename="include_footer.html">
29           31        
30     </div>   32     </div>
31 </body>   33 </body>
32     34  
33 </html>   35 </html>

   
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>Aeon - All Requests</title>   5     <title>Aeon - 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     10  
11     <#INCLUDE filename="include_header.html">   11     <#INCLUDE filename="include_header.html">
12     12  
13     <#INCLUDE filename="include_menu.html">   13     <#INCLUDE filename="include_menu.html">
    <> 14     <div class="container">
14     <div id="content" class="container" role="heading" aria-label="Content">   15         <main id="content" aria-label="Content">
15         <h2>All Requests</h2> = 16             <h2>All Requests</h2>
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     21  
20     </div>   22     </div>
21     23  
22 </body>   24 </body>
23     25  
24 </html>   26 </html>

   
ViewCancelledDetailedInformation.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>Aeon - Transaction <#PARAM name="TransactionNumber"></title>   5     <title>Aeon - Transaction <#PARAM name="TransactionNumber"></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     <#INCLUDE filename="include_menu.html">   12     <#INCLUDE filename="include_menu.html">
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <#INCLUDE filename="include_TransactionMenu.html"> = 15             <#INCLUDE filename="include_TransactionMenu.html">
15         <#INCLUDE type="DetailedDocTypeInformation">   16             <#INCLUDE type="DetailedDocTypeInformation">
16                       17                         
17         <h3 class="header-detailed">Cancellation Information</h3> <> 18             <h2 class="h3 header-detailed">Cancellation Information</h2>
18         <h4>Reason for Cancellation</h4>   19             <h3 class="h4">Reason for Cancellation</h3>
19         <#TRANSACTION field="ReasonforCancellation"> = 20             <#TRANSACTION field="ReasonforCancellation">
20                    21                     
21         <h3 class="header-detailed">Notes</h3> <> 22             <h2 class="h3 header-detailed">Notes</h2>
22         <#DATAREPEATER name="NotesInformation" TemplateFile="templates/DataRow_DefaultNote.html" noDataAction="You have no notes"> = 23             <#DATAREPEATER name="NotesInformation" TemplateFile="templates/DataRow_DefaultNote.html" noDataAction="You have no notes">
23           24             
24     25  
25         <h3 class="header-detailed">Tracking</h3> <> 26             <h2 class="h3 header-detailed">Tracking</h2>
26         <div class="table"> = 27             <div class="table">
27             <#TABLE name="TrackingInformation" noDataAction="ShowMessageRow" noDataMessage="You have no tracking information" column="DateTime:Date/Time" column="ChangedTo:Status" column="ChangedBy:Changed By">   28                 <#TABLE name="TrackingInformation" noDataAction="ShowMessageRow" noDataMessage="You have no tracking information" column="DateTime:Date/Time" column="ChangedTo:Status" column="ChangedBy:Changed By">
28         </div>   29             </div>
    -+ 30         </main>
29              = 31             
30         <footer> +-    
31             <#INCLUDE filename="include_footer.html"> = 32         <#INCLUDE filename="include_footer.html">
32         </footer> +-    
33     </div> = 33     </div>
34 </body>   34 </body>
35     35  
36 </html>   36 </html>

   
ViewCancelledRequests.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>Aeon - Cancelled Requests</title>   5     <title>Aeon - 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     10  
11     <#INCLUDE filename="include_header.html">   11     <#INCLUDE filename="include_header.html">
12     12  
13     <#INCLUDE filename="include_menu.html">   13     <#INCLUDE filename="include_menu.html">
    <> 14     <div class="container">
14     <div id="content" class="container" role="heading" aria-label="Content">   15         <main id="content" aria-label="Content">
15         <h2>Cancelled Requests</h2> = 16             <h2>Cancelled Requests</h2>
16         <#DATAREPEATER name="ViewCancelledItems" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no cancelled requests" orderby="TransactionNumber DESC">   17             <#DATAREPEATER name="ViewCancelledItems" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no cancelled requests" orderby="TransactionNumber DESC">
    -+ 18         </main>
17   = 19  
18         <#INCLUDE filename="include_footer.html">   20         <#INCLUDE filename="include_footer.html">
19     21  
20     </div>   22     </div>
21 </body>   23 </body>
22     24  
23 </html>   25 </html>

   
ViewCheckedOutDetailedInformation.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>Aeon - Transaction   5     <title>Aeon - 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     12  
13     <#INCLUDE filename="include_header.html">   13     <#INCLUDE filename="include_header.html">
14     <#INCLUDE filename="include_menu.html">   14     <#INCLUDE filename="include_menu.html">
    <> 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         <#INCLUDE type="DetailedDocTypeInformation">   18             <#INCLUDE type="DetailedDocTypeInformation">
18     19  
19         <h3 class="header-detailed">Notes</h3> <> 20             <h2 class="h3 header-detailed">Notes</h2>
20         <#DATAREPEATER name="NotesInformation" TemplateFile="templates/DataRow_DefaultNote.html" noDataAction="You have no notes"> = 21             <#DATAREPEATER name="NotesInformation" TemplateFile="templates/DataRow_DefaultNote.html" noDataAction="You have no notes">
21     22  
22         <h3 class="header-detailed">Tracking</h3> <> 23             <h2 class="h3 header-detailed">Tracking</h2>
23         <div class="table"> = 24             <div class="table">
24             <#TABLE name="TrackingInformation" noDataAction="ShowMessageRow" noDataMessage="You have no tracking information" column="DateTime:Date/Time" column="ChangedTo:Status" column="ChangedBy:Changed By">   25                 <#TABLE name="TrackingInformation" noDataAction="ShowMessageRow" noDataMessage="You have no tracking information" column="DateTime:Date/Time" column="ChangedTo:Status" column="ChangedBy:Changed By">
25         </div>   26             </div>
    -+ 27         </main>
26   = 28  
27         <#INCLUDE filename="include_footer.html">   29         <#INCLUDE filename="include_footer.html">
28     30  
29     </div>   31     </div>
30 </body>   32 </body>
31     33  
32 </html>   34 </html>

   
ViewCheckedOutItems.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>Aeon - Checked Out Items</title>   5     <title>Aeon - 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     11  
12     <#INCLUDE filename="include_menu.html">   12     <#INCLUDE filename="include_menu.html">
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <h2>Checked Out Items</h2> = 15             <h2>Checked Out Items</h2>
15         <#TABLE name="ViewCheckedOutItems" noDataAction="ShowMessageRow" noDataMessage="You have no items" sortable="true">   16             <#TABLE name="ViewCheckedOutItems" noDataAction="ShowMessageRow" noDataMessage="You have no items" sortable="true">
    -+ 17         </main>
16   = 18  
17         <#INCLUDE filename="include_footer.html">   19         <#INCLUDE filename="include_footer.html">
18     20  
19     </div>   21     </div>
20 </body>   22 </body>
21     23  
22 </html>   24 </html>

   
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>Aeon - Transaction <#PARAM name="TransactionNumber"></title>   5     <title>Aeon - Transaction <#PARAM name="TransactionNumber"></title>
6     <#INCLUDE filename="include_head.html" >   6     <#INCLUDE filename="include_head.html" >
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     10  
11         <#INCLUDE filename="include_header.html">   11         <#INCLUDE filename="include_header.html">
12     12  
13     <#INCLUDE filename="include_menu.html">   13     <#INCLUDE filename="include_menu.html">
    <> 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         <#INCLUDE filename="include_TransactionMenu.html">   17             <#INCLUDE filename="include_TransactionMenu.html">
17         <#INCLUDE type="DetailedDocTypeInformation">   18             <#INCLUDE type="DetailedDocTypeInformation">
18         <#INCLUDE filename="include_ResearcherTagsUpdate.html">   19             <#INCLUDE filename="include_ResearcherTagsUpdate.html">
19     20  
20         <div id="billingInformation">   21             <div id="billingInformation">
21             <h3 class="header-detailed">Billing</h3> <> 22                 <h2 class="h3 header-detailed">Billing</h2>
22             <#DATAREPEATER name="BillingDetails" TemplateFile="templates/DataRow_BillingDetail.html" noDataAction="This request has no billing information"> = 23                 <#DATAREPEATER name="BillingDetails" TemplateFile="templates/DataRow_BillingDetail.html" noDataAction="This request has no billing information">
23     24  
24             <div class="row" id="billingTotal">   25                 <div class="row" id="billingTotal">
25                 <div class="col-lg-12">   26                     <div class="col-lg-12">
26                     <div class="list-group-item d-flex justify-content-between">   27                         <div class="list-group-item d-flex justify-content-between">
27                         <span>Total</span>   28                             <span>Total</span>
28                         <strong>$   29                             <strong>$
29                             <span id="summaryTotalCharges">0.00</span>   30                                 <span id="summaryTotalCharges">0.00</span>
30                         </strong>   31                             </strong>
31                     </div>   32                         </div>
32                 </div>   33                     </div>
33             </div>   34                 </div>
34         </div>   35             </div>
35     36  
36         <script>   37             <script>
37         $(document).ready(function () {   38             $(document).ready(function () {
38             if (($('#billingInformation .billingDetail').length == 0)) {   39                 if (($('#billingInformation .billingDetail').length == 0)) {
39                 $('#billingTotal').hide();   40                     $('#billingTotal').hide();
40         }   41             }
41             else   42                 else
42             {   43                 {
43                 $('#billingTotal').show();   44                     $('#billingTotal').show();
44             }   45                 }
45             });   46                 });
46         </script>   47             </script>
47     48  
48         <div class="col-lg-12">   49             <div class="col-lg-12">
49             <#DATAREPEATER name="BillingDetails" TemplateFile="templates/DataRow_DefaultBillingDetail.html" noDataAction="This request has no billing information">   50                 <#DATAREPEATER name="BillingDetails" TemplateFile="templates/DataRow_DefaultBillingDetail.html" noDataAction="This request has no billing information">
50         </div>   51             </div>
51     52  
52         <h3 class="header-detailed">Notes</h3> <> 53             <h2 class="h3 header-detailed">Notes</h2>
53         <#DATAREPEATER name="NotesInformation" TemplateFile="templates/DataRow_DefaultNote.html" noDataAction="This request has no notes"> = 54             <#DATAREPEATER name="NotesInformation" TemplateFile="templates/DataRow_DefaultNote.html" noDataAction="This request has no notes">
54     55  
55         <h3 class="header-detailed">Tracking</h3> <> 56             <h2 class="h3 header-detailed">Tracking</h2>
56         <div class="table"> = 57             <div class="table">
57         <#TABLE name="TrackingInformation" noDataAction="ShowMessageRow" noDataMessage="This request has no tracking information" column="ChangedDate:Changed Date" column="ChangedTo:Status" column="ChangedBy:Changed By">   58             <#TABLE name="TrackingInformation" noDataAction="ShowMessageRow" noDataMessage="This request has no tracking information" column="ChangedDate:Changed Date" column="ChangedTo:Status" column="ChangedBy:Changed By">
58         </div>   59             </div>
59     60  
    -+ 61         </main>
    = 62  
60             <#INCLUDE filename="include_footer.html">   63             <#INCLUDE filename="include_footer.html">
61     64  
62     </div>   65     </div>
63     66  
64 </body>   67 </body>
65 </html>   68 </html>

   
ViewDetailedDefaultInformation.html  
1 <h3 class="header-detailed">Transaction Information</h3> <> 1 <h2 class="h3 header-detailed">Transaction Information</h2>
2 <div class="row"> = 2 <div class="row">
3     3  
4     <div class="col-lg-12">   4     <div class="col-lg-12">
5     5  
6         <div class="field list-group-item">   6         <div class="field list-group-item">
7             <div class="d-flex justify-content-between">   7             <div class="d-flex justify-content-between">
8                 <span class="transaction-label">Transaction Number</span>   8                 <span class="transaction-label">Transaction Number</span>
9                 <strong>   9                 <strong>
10                     <span class="field-value mr-1"><#TRANSACTION field="TransactionNumber"></span>   10                     <span class="field-value mr-1"><#TRANSACTION field="TransactionNumber"></span>
11                 </strong>   11                 </strong>
12             </div>   12             </div>
13         </div>   13         </div>
14     14  
15         <div class="field list-group-item">   15         <div class="field list-group-item">
16             <div class="d-flex justify-content-between">   16             <div class="d-flex justify-content-between">
17                 <span class="transaction-label">Title</span>   17                 <span class="transaction-label">Title</span>
18                 <strong>   18                 <strong>
19                     <span class="field-value mr-1"><#TRANSACTION field="ItemTitle"></span>   19                     <span class="field-value mr-1"><#TRANSACTION field="ItemTitle"></span>
20                 </strong>   20                 </strong>
21             </div>   21             </div>
22         </div>   22         </div>
23     23  
24         <div class="field list-group-item">   24         <div class="field list-group-item">
25             <div class="d-flex justify-content-between">   25             <div class="d-flex justify-content-between">
26                 <span class="transaction-label">Author</span>   26                 <span class="transaction-label">Author</span>
27                 <strong>   27                 <strong>
28                     <span class="field-value"><#TRANSACTION field="ItemAuthor"></span>   28                     <span class="field-value"><#TRANSACTION field="ItemAuthor"></span>
29                 </strong>   29                 </strong>
30             </div>   30             </div>
31         </div>   31         </div>
32      32   
33         <div class="field list-group-item">   33         <div class="field list-group-item">
34             <div class="d-flex justify-content-between">   34             <div class="d-flex justify-content-between">
35                 <span class="transaction-label">Place of Publication</span>   35                 <span class="transaction-label">Place of Publication</span>
36                 <strong>   36                 <strong>
37                     <span class="field-value"><#TRANSACTION field="ItemPlace"></span>   37                     <span class="field-value"><#TRANSACTION field="ItemPlace"></span>
38                 </strong>   38                 </strong>
39             </div>   39             </div>
40         </div>   40         </div>
41     41  
42         <div class="field list-group-item">   42         <div class="field list-group-item">
43             <div class="d-flex justify-content-between">   43             <div class="d-flex justify-content-between">
44                 <span class="transaction-label">Publisher</span>   44                 <span class="transaction-label">Publisher</span>
45                 <strong>   45                 <strong>
46                     <span class="field-value"><#TRANSACTION field="ItemPublisher"></span>   46                     <span class="field-value"><#TRANSACTION field="ItemPublisher"></span>
47                 </strong>   47                 </strong>
48             </div>   48             </div>
49         </div>   49         </div>
50            50         
51         <div class="field list-group-item">   51         <div class="field list-group-item">
52             <div class="d-flex justify-content-between">   52             <div class="d-flex justify-content-between">
53                 <span class="transaction-label">Date</span>   53                 <span class="transaction-label">Date</span>
54                 <strong>   54                 <strong>
55                     <span class="field-value"><#TRANSACTION field="ItemDate"></span>   55                     <span class="field-value"><#TRANSACTION field="ItemDate"></span>
56                 </strong>   56                 </strong>
57             </div>   57             </div>
58         </div>   58         </div>
59     59  
60         <div class="field list-group-item">   60         <div class="field list-group-item">
61             <div class="d-flex justify-content-between">   61             <div class="d-flex justify-content-between">
62                 <span class="transaction-label">Edition</span>   62                 <span class="transaction-label">Edition</span>
63                 <strong>   63                 <strong>
64                     <span class="field-value"><#TRANSACTION field="ItemEdition"></span>   64                     <span class="field-value"><#TRANSACTION field="ItemEdition"></span>
65                 </strong>   65                 </strong>
66             </div>   66             </div>
67         </div>   67         </div>
68     68  
69         <div class="field list-group-item">   69         <div class="field list-group-item">
70             <div class="d-flex justify-content-between">   70             <div class="d-flex justify-content-between">
71                 <span class="transaction-label">Volume/Box</span>   71                 <span class="transaction-label">Volume/Box</span>
72                 <strong>   72                 <strong>
73                     <span class="field-value"><#TRANSACTION field="ItemVolume"></span>   73                     <span class="field-value"><#TRANSACTION field="ItemVolume"></span>
74                 </strong>   74                 </strong>
75             </div>   75             </div>
76         </div>   76         </div>
77     77  
78         <div class="field list-group-item">   78         <div class="field list-group-item">
79             <div class="d-flex justify-content-between">   79             <div class="d-flex justify-content-between">
80                 <span class="transaction-label">Issue/Copy</span>   80                 <span class="transaction-label">Issue/Copy</span>
81                 <strong>   81                 <strong>
82                     <span class="field-value"><#TRANSACTION field="ItemIssue"></span>   82                     <span class="field-value"><#TRANSACTION field="ItemIssue"></span>
83                 </strong>   83                 </strong>
84             </div>   84             </div>
85         </div>   85         </div>
86     86  
87         <!--   87         <!--
88         <div class="list-group-item d-flex justify-content-between <#DATAROW display='CheckHasValue' field='CallNumber' disabledValue='d-none'>">   88         <div class="list-group-item d-flex justify-content-between <#DATAROW display='CheckHasValue' field='CallNumber' disabledValue='d-none'>">
89             <span class="transaction-label">Size/Physical Description</span>   89             <span class="transaction-label">Size/Physical Description</span>
90             <strong>   90             <strong>
91                 <#TRANSACTION field="ItemCitation">    91                 <#TRANSACTION field="ItemCitation"> 
92             </strong>   92             </strong>
93         </div>   93         </div>
94         -->   94         -->
95     95  
96         <div class="field list-group-item">   96         <div class="field list-group-item">
97             <div class="d-flex justify-content-between">   97             <div class="d-flex justify-content-between">
98                 <span class="transaction-label">Call Number</span>   98                 <span class="transaction-label">Call Number</span>
99                 <strong>   99                 <strong>
100                     <span class="field-value"><#TRANSACTION field="CallNumber"></span>   100                     <span class="field-value"><#TRANSACTION field="CallNumber"></span>
101                 </strong>   101                 </strong>
102             </div>   102             </div>
103         </div>   103         </div>
104     104  
105         <div class="field list-group-item">   105         <div class="field list-group-item">
106             <div class="d-flex justify-content-between">   106             <div class="d-flex justify-content-between">
107                 <span class="transaction-label">Collection Name/Location</span>   107                 <span class="transaction-label">Collection Name/Location</span>
108                 <strong>   108                 <strong>
109                     <span class="field-value"><#TRANSACTION field="Location"></span>   109                     <span class="field-value"><#TRANSACTION field="Location"></span>
110                 </strong>   110                 </strong>
111             </div>   111             </div>
112         </div>   112         </div>
113     113  
114         <div class="field list-group-item">   114         <div class="field list-group-item">
115             <div class="d-flex justify-content-between">   115             <div class="d-flex justify-content-between">
116                 <span class="transaction-label">Requested For</span>   116                 <span class="transaction-label">Requested For</span>
117                 <strong>   117                 <strong>
118                     <span class="field-value"><#TRANSACTION field="ResearcherUsername"></span>   118                     <span class="field-value"><#TRANSACTION field="ResearcherUsername"></span>
119                 </strong>   119                 </strong>
120             </div>   120             </div>
121         </div>   121         </div>
122     122  
123         <div class="field list-group-item">   123         <div class="field list-group-item">
124             <div class="d-flex justify-content-between">   124             <div class="d-flex justify-content-between">
125                 <span class="transaction-label">Activity Number</span>   125                 <span class="transaction-label">Activity Number</span>
126                 <strong>   126                 <strong>
127                     <span class="field-value"><#TRANSACTION field="ActivityID"></span>   127                     <span class="field-value"><#TRANSACTION field="ActivityID"></span>
128                 </strong>   128                 </strong>
129             </div>   129             </div>
130         </div>   130         </div>
131     131  
132         <div class="field list-group-item">   132         <div class="field list-group-item">
133             <div class="d-flex justify-content-between">   133             <div class="d-flex justify-content-between">
134                 <span class="transaction-label">Scheduled Date</span>   134                 <span class="transaction-label">Scheduled Date</span>
135                 <strong>   135                 <strong>
136                     <span class="field-value"><#TRANSACTION field="ScheduledDate"></span>   136                     <span class="field-value"><#TRANSACTION field="ScheduledDate"></span>
137                 </strong>   137                 </strong>
138             </div>   138             </div>
139         </div>   139         </div>
140     140  
141         <div class="field list-group-item">   141         <div class="field list-group-item">
142             <div class="d-flex justify-content-between">   142             <div class="d-flex justify-content-between">
143                 <span class="transaction-label">Special Request</span>   143                 <span class="transaction-label">Special Request</span>
144                 <strong>   144                 <strong>
145                     <span class="field-value"><#TRANSACTION field="SpecialRequest"></span>   145                     <span class="field-value"><#TRANSACTION field="SpecialRequest"></span>
146                 </strong>   146                 </strong>
147             </div>   147             </div>
148         </div>   148         </div>
149     149  
150         <div class="list-group-item <#TRANSACTION display='CheckHasValue' field='PhotoduplicationQueueName' disabledValue='d-none'>">   150         <div class="list-group-item <#TRANSACTION display='CheckHasValue' field='PhotoduplicationQueueName' disabledValue='d-none'>">
151             <div class="d-flex justify-content-between">   151             <div class="d-flex justify-content-between">
152                 <span class="transaction-label">FOR DUPLICATION ORDERS:</span>   152                 <span class="transaction-label">FOR DUPLICATION ORDERS:</span>
153             </div>   153             </div>
154         </div>   154         </div>
155     155  
156         <div class="field list-group-item">   156         <div class="field list-group-item">
157             <div class="d-flex justify-content-between">   157             <div class="d-flex justify-content-between">
158                 <span class="transaction-label">Pages/Selections to be Reproduced</span>   158                 <span class="transaction-label">Pages/Selections to be Reproduced</span>
159                 <strong>   159                 <strong>
160                     <span class="field-value"><#TRANSACTION field="ItemPages"></span>   160                     <span class="field-value"><#TRANSACTION field="ItemPages"></span>
161                 </strong>   161                 </strong>
162             </div>   162             </div>
163         </div>   163         </div>
164     164  
165         <div class="field list-group-item">   165         <div class="field list-group-item">
166             <div class="d-flex justify-content-between">   166             <div class="d-flex justify-content-between">
167                 <span class="transaction-label">Estimated Number of Images</span>   167                 <span class="transaction-label">Estimated Number of Images</span>
168                 <strong>   168                 <strong>
169                     <span class="field-value"><#TRANSACTION field="PageCount"></span>   169                     <span class="field-value"><#TRANSACTION field="PageCount"></span>
170                 </strong>   170                 </strong>
171             </div>   171             </div>
172         </div>   172         </div>
173     173  
174         <div class="field list-group-item">   174         <div class="field list-group-item">
175             <div class="d-flex justify-content-between">   175             <div class="d-flex justify-content-between">
176                 <span class="transaction-label">For Publication?</span>   176                 <span class="transaction-label">For Publication?</span>
177                 <strong>   177                 <strong>
178                     <span class="field-value"><#TRANSACTION field="ForPublication"></span>   178                     <span class="field-value"><#TRANSACTION field="ForPublication"></span>
179                 </strong>   179                 </strong>
180             </div>   180             </div>
181         </div>   181         </div>
182     182  
183     </div>   183     </div>
184        184     
185 </div>   185 </div>

   
ViewDetailedInformation.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>Aeon - Transaction   5     <title>Aeon - 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 class="container" id="content" 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         <#INCLUDE type="DetailedDocTypeInformation">   19             <#INCLUDE type="DetailedDocTypeInformation">
19         <#INCLUDE filename="include_ResearcherTagsUpdate.html">   20             <#INCLUDE filename="include_ResearcherTagsUpdate.html">
20     21  
21         <h3 class="header-detailed">Notes</h3> <> 22             <h2 class="h3 header-detailed">Notes</h2>
22         <#DATAREPEATER name="NotesInformation" TemplateFile="templates/DataRow_DefaultNote.html" noDataAction="You have no notes"> = 23             <#DATAREPEATER name="NotesInformation" TemplateFile="templates/DataRow_DefaultNote.html" noDataAction="You have no notes">
23     24  
24             <h3 class="header-detailed">Tracking</h3> <> 25             <h2 class="h3 header-detailed">Tracking</h2>
25             <div class="table"> = 26             <div class="table">
26                 <#TABLE name="TrackingInformation" noDataAction="ShowMessageRow" noDataMessage="You have no tracking information" column="ChangedDate:Changed Date" column="ChangedTo:Status" column="ChangedBy:Changed By">   27                 <#TABLE name="TrackingInformation" noDataAction="ShowMessageRow" noDataMessage="You have no tracking information" column="ChangedDate:Changed Date" column="ChangedTo:Status" column="ChangedBy:Changed By">
27             </div>   28             </div>
    -+ 29         </main>
28   = 30  
29             <#INCLUDE filename="include_footer.html">   31             <#INCLUDE filename="include_footer.html">
30     </div>   32     </div>
31     33  
32 </body>   34 </body>
33     35  
34 </html>   36 </html>

   
ViewDetailedManuscriptInformation.html  
1 <h3 class="header-detailed">Manuscript Information</h3> <> 1 <h2 class="h3 header-detailed">Manuscript Information</h2>
2   = 2  
3 <div class="row">   3 <div class="row">
4     <div class="col-lg-12">   4     <div class="col-lg-12">
5         <div class="field list-group-item">   5         <div class="field list-group-item">
6             <div class="d-flex justify-content-between">   6             <div class="d-flex justify-content-between">
7                 <span>Transaction Number</span>   7                 <span>Transaction Number</span>
8                 <strong>   8                 <strong>
9                 <span class="field-value"><#TRANSACTION field="TransactionNumber"></span>   9                 <span class="field-value"><#TRANSACTION field="TransactionNumber"></span>
10                 </strong>   10                 </strong>
11             </div>   11             </div>
12         </div>   12         </div>
13     13  
14         <div class="field list-group-item">   14         <div class="field list-group-item">
15             <div class="d-flex justify-content-between">   15             <div class="d-flex justify-content-between">
16                 <span>Title</span>   16                 <span>Title</span>
17                 <strong>   17                 <strong>
18                     <span class="field-value"><#TRANSACTION field="ItemTitle"></span>   18                     <span class="field-value"><#TRANSACTION field="ItemTitle"></span>
19                 </strong>   19                 </strong>
20             </div>   20             </div>
21         </div>   21         </div>
22     22  
23         <div class="field list-group-item">   23         <div class="field list-group-item">
24             <div class="d-flex justify-content-between">   24             <div class="d-flex justify-content-between">
25                 <span>Author</span>   25                 <span>Author</span>
26                 <strong>   26                 <strong>
27                     <span class="field-value"><#TRANSACTION field="ItemAuthor"></span>   27                     <span class="field-value"><#TRANSACTION field="ItemAuthor"></span>
28                 </strong>   28                 </strong>
29             </div>   29             </div>
30         </div>   30         </div>
31     31  
32         <div class="field list-group-item">   32         <div class="field list-group-item">
33             <div class="d-flex justify-content-between">   33             <div class="d-flex justify-content-between">
34                 <span>Date</span>   34                 <span>Date</span>
35                 <strong>   35                 <strong>
36                     <span class="field-value"><#TRANSACTION field="ItemDate"></span>   36                     <span class="field-value"><#TRANSACTION field="ItemDate"></span>
37                 </strong>   37                 </strong>
38             </div>   38             </div>
39         </div>   39         </div>
40     40  
41         <div class="field list-group-item">   41         <div class="field list-group-item">
42             <div class="d-flex justify-content-between">   42             <div class="d-flex justify-content-between">
43                 <span>Collection Name/Location</span>   43                 <span>Collection Name/Location</span>
44                 <strong>   44                 <strong>
45                     <span class="field-value"><#TRANSACTION field="Location"></span>   45                     <span class="field-value"><#TRANSACTION field="Location"></span>
46                 </strong>   46                 </strong>
47             </div>   47             </div>
48         </div>   48         </div>
49     49  
50         <div class="field list-group-item">   50         <div class="field list-group-item">
51             <div class="d-flex justify-content-between">   51             <div class="d-flex justify-content-between">
52                 <span>Call Number</span>   52                 <span>Call Number</span>
53                 <strong>   53                 <strong>
54                     <span class="field-value"><#TRANSACTION field="CallNumber"></span>   54                     <span class="field-value"><#TRANSACTION field="CallNumber"></span>
55                 </strong>   55                 </strong>
56             </div>   56             </div>
57         </div>   57         </div>
58     58  
59         <div class="field list-group-item">   59         <div class="field list-group-item">
60             <div class="d-flex justify-content-between">   60             <div class="d-flex justify-content-between">
61                 <span>Box(es)/Folder(s)</span>   61                 <span>Box(es)/Folder(s)</span>
62                 <strong>   62                 <strong>
63                     <span class="field-value"><#TRANSACTION field="ItemVolume"></span>   63                     <span class="field-value"><#TRANSACTION field="ItemVolume"></span>
64                 </strong>   64                 </strong>
65             </div>   65             </div>
66         </div>   66         </div>
67     67  
68         <div class="field list-group-item">   68         <div class="field list-group-item">
69             <div class="d-flex justify-content-between">   69             <div class="d-flex justify-content-between">
70                 <span>Requested For</span>   70                 <span>Requested For</span>
71                 <strong>   71                 <strong>
72                     <span class="field-value"><#TRANSACTION field="ResearcherUsername"></span>   72                     <span class="field-value"><#TRANSACTION field="ResearcherUsername"></span>
73                 </strong>   73                 </strong>
74             </div>   74             </div>
75         </div>   75         </div>
76     76  
77         <div class="field list-group-item">   77         <div class="field list-group-item">
78             <div class="d-flex justify-content-between">   78             <div class="d-flex justify-content-between">
79                 <span>Activity Number</span>   79                 <span>Activity Number</span>
80                 <strong>   80                 <strong>
81                     <span class="field-value"><#TRANSACTION field="ActivityID"></span>   81                     <span class="field-value"><#TRANSACTION field="ActivityID"></span>
82                 </strong>   82                 </strong>
83             </div>   83             </div>
84         </div>   84         </div>
85     85  
86         <div class="field list-group-item">   86         <div class="field list-group-item">
87             <div class="d-flex justify-content-between">   87             <div class="d-flex justify-content-between">
88                 <span>Scheduled Date</span>   88                 <span>Scheduled Date</span>
89                 <strong>   89                 <strong>
90                     <span class="field-value"><#TRANSACTION field="ScheduledDate"></span>   90                     <span class="field-value"><#TRANSACTION field="ScheduledDate"></span>
91                 </strong>   91                 </strong>
92             </div>   92             </div>
93         </div>   93         </div>
94     94  
95         <div class="field list-group-item">   95         <div class="field list-group-item">
96             <div class="d-flex justify-content-between">   96             <div class="d-flex justify-content-between">
97                 <span>Special Request</span>   97                 <span>Special Request</span>
98                 <strong>   98                 <strong>
99                     <span class="field-value"><#TRANSACTION field="SpecialRequest"></span>   99                     <span class="field-value"><#TRANSACTION field="SpecialRequest"></span>
100                 </strong>   100                 </strong>
101             </div>   101             </div>
102         </div>   102         </div>
103     </div>   103     </div>
104 </div>   104 </div>

   
ViewDetailedMonographInformation.html  
1 <h3 class="header-detailed">Monograph Information</h3> <> 1 <h2 class="h3 header-detailed">Monograph Information</h2>
2   = 2  
3 <div class="row">   3 <div class="row">
4     <div class="col-lg-12">   4     <div class="col-lg-12">
5         <div class="field list-group-item">   5         <div class="field list-group-item">
6             <div class="d-flex justify-content-between">   6             <div class="d-flex justify-content-between">
7                 <span>Transaction Number</span>   7                 <span>Transaction Number</span>
8                 <strong>   8                 <strong>
9                     <span class="field-value"><#TRANSACTION field="TransactionNumber"></span>   9                     <span class="field-value"><#TRANSACTION field="TransactionNumber"></span>
10                 </strong>   10                 </strong>
11             </div>   11             </div>
12         </div>   12         </div>
13     13  
14         <div class="field list-group-item">   14         <div class="field list-group-item">
15             <div class="d-flex justify-content-between">   15             <div class="d-flex justify-content-between">
16                 <span>Title</span>   16                 <span>Title</span>
17                 <strong>   17                 <strong>
18                     <span class="field-value"><#TRANSACTION field="ItemTitle"></span>   18                     <span class="field-value"><#TRANSACTION field="ItemTitle"></span>
19                 </strong>   19                 </strong>
20             </div>   20             </div>
21         </div>   21         </div>
22     22  
23         <div class="field list-group-item">   23         <div class="field list-group-item">
24             <div class="d-flex justify-content-between">   24             <div class="d-flex justify-content-between">
25                 <span>Author</span>   25                 <span>Author</span>
26                 <strong>   26                 <strong>
27                     <span class="field-value"><#TRANSACTION field="ItemAuthor"></span>   27                     <span class="field-value"><#TRANSACTION field="ItemAuthor"></span>
28                 </strong>   28                 </strong>
29             </div>   29             </div>
30         </div>   30         </div>
31     31  
32         <div class="field list-group-item">   32         <div class="field list-group-item">
33             <div class="d-flex justify-content-between">   33             <div class="d-flex justify-content-between">
34                 <span>Place of Publication</span>   34                 <span>Place of Publication</span>
35                 <strong>   35                 <strong>
36                     <span class="field-value"><#TRANSACTION field="ItemPlace"></span>   36                     <span class="field-value"><#TRANSACTION field="ItemPlace"></span>
37                 </strong>   37                 </strong>
38             </div>   38             </div>
39         </div>   39         </div>
40     40  
41         <div class="field list-group-item">   41         <div class="field list-group-item">
42             <div class="d-flex justify-content-between">   42             <div class="d-flex justify-content-between">
43                 <span>Publisher</span>   43                 <span>Publisher</span>
44                 <strong>   44                 <strong>
45                     <span class="field-value"><#TRANSACTION field="ItemPublisher"></span>   45                     <span class="field-value"><#TRANSACTION field="ItemPublisher"></span>
46                 </strong>   46                 </strong>
47             </div>   47             </div>
48         </div>   48         </div>
49     49  
50         <div class="field list-group-item">   50         <div class="field list-group-item">
51             <div class="d-flex justify-content-between">   51             <div class="d-flex justify-content-between">
52                 <span>Date</span>   52                 <span>Date</span>
53                 <strong>   53                 <strong>
54                     <span class="field-value"><#TRANSACTION field="ItemDate"></span>   54                     <span class="field-value"><#TRANSACTION field="ItemDate"></span>
55                 </strong>   55                 </strong>
56             </div>   56             </div>
57         </div>   57         </div>
58     58  
59         <div class="field list-group-item">   59         <div class="field list-group-item">
60             <div class="d-flex justify-content-between">   60             <div class="d-flex justify-content-between">
61                 <span>Edition</span>   61                 <span>Edition</span>
62                 <strong>   62                 <strong>
63                     <span class="field-value"><#TRANSACTION field="ItemEdition"></span>   63                     <span class="field-value"><#TRANSACTION field="ItemEdition"></span>
64                 </strong>   64                 </strong>
65             </div>   65             </div>
66         </div>   66         </div>
67     67  
68         <div class="field list-group-item">   68         <div class="field list-group-item">
69             <div class="d-flex justify-content-between">   69             <div class="d-flex justify-content-between">
70                 <span>Volume/Box</span>   70                 <span>Volume/Box</span>
71                 <strong>   71                 <strong>
72                     <span class="field-value"><#TRANSACTION field="ItemVolume"></span>   72                     <span class="field-value"><#TRANSACTION field="ItemVolume"></span>
73                 </strong>   73                 </strong>
74             </div>   74             </div>
75         </div>   75         </div>
76     76  
77         <div class="field list-group-item">   77         <div class="field list-group-item">
78             <div class="d-flex justify-content-between">   78             <div class="d-flex justify-content-between">
79                 <span>Issue/Copy</span>   79                 <span>Issue/Copy</span>
80                 <strong>   80                 <strong>
81                     <span class="field-value"><#TRANSACTION field="ItemIssue"></span>   81                     <span class="field-value"><#TRANSACTION field="ItemIssue"></span>
82                 </strong>   82                 </strong>
83             </div>   83             </div>
84         </div>   84         </div>
85     85  
86             <!--   86             <!--
87             <div class="list-group-item d-flex justify-content-between <#DATAROW display='CheckHasValue' field='CallNumber' disabledValue='d-none'>">   87             <div class="list-group-item d-flex justify-content-between <#DATAROW display='CheckHasValue' field='CallNumber' disabledValue='d-none'>">
88             <span>Size/Physical Description</span>   88             <span>Size/Physical Description</span>
89                 <strong>   89                 <strong>
90                     <#TRANSACTION field="ItemCitation">   90                     <#TRANSACTION field="ItemCitation">
91                 </strong>   91                 </strong>
92             </div>   92             </div>
93             -->   93             -->
94     94  
95         <div class="field list-group-item">   95         <div class="field list-group-item">
96             <div class="d-flex justify-content-between">   96             <div class="d-flex justify-content-between">
97                 <span>Call Number</span>   97                 <span>Call Number</span>
98                 <strong>   98                 <strong>
99                     <span class="field-value"><#TRANSACTION field="CallNumber"></span>   99                     <span class="field-value"><#TRANSACTION field="CallNumber"></span>
100                 </strong>   100                 </strong>
101             </div>   101             </div>
102         </div>   102         </div>
103     103  
104         <div class="field list-group-item">   104         <div class="field list-group-item">
105             <div class="d-flex justify-content-between">   105             <div class="d-flex justify-content-between">
106                 <span>Collection Name/Location</span>   106                 <span>Collection Name/Location</span>
107                 <strong>   107                 <strong>
108                     <span class="field-value"><#TRANSACTION field="Location"></span>   108                     <span class="field-value"><#TRANSACTION field="Location"></span>
109                 </strong>   109                 </strong>
110             </div>   110             </div>
111         </div>   111         </div>
112     112  
113         <div class="field list-group-item">   113         <div class="field list-group-item">
114             <div class="d-flex justify-content-between">   114             <div class="d-flex justify-content-between">
115                 <span>Requested For</span>   115                 <span>Requested For</span>
116                 <strong>   116                 <strong>
117                     <span class="field-value"><#TRANSACTION field="ResearcherUsername"></span>   117                     <span class="field-value"><#TRANSACTION field="ResearcherUsername"></span>
118                 </strong>   118                 </strong>
119             </div>   119             </div>
120         </div>   120         </div>
121     121  
122         <div class="field list-group-item">   122         <div class="field list-group-item">
123             <div class="d-flex justify-content-between">   123             <div class="d-flex justify-content-between">
124                 <span>Activity Number</span>   124                 <span>Activity Number</span>
125                 <strong>   125                 <strong>
126                     <span class="field-value"><#TRANSACTION field="ActivityID"></span>   126                     <span class="field-value"><#TRANSACTION field="ActivityID"></span>
127                 </strong>   127                 </strong>
128             </div>   128             </div>
129         </div>   129         </div>
130     130  
131         <div class="field list-group-item">   131         <div class="field list-group-item">
132             <div class="d-flex justify-content-between">   132             <div class="d-flex justify-content-between">
133                 <span>Scheduled Date</span>   133                 <span>Scheduled Date</span>
134                 <strong>   134                 <strong>
135                     <span class="field-value"><#TRANSACTION field="ScheduledDate"></span>   135                     <span class="field-value"><#TRANSACTION field="ScheduledDate"></span>
136                 </strong>   136                 </strong>
137             </div>   137             </div>
138         </div>   138         </div>
139     139  
140         <div class="field list-group-item">   140         <div class="field list-group-item">
141             <div class="d-flex justify-content-between">   141             <div class="d-flex justify-content-between">
142                 <span>Special Request</span>   142                 <span>Special Request</span>
143                 <strong>   143                 <strong>
144                     <span class="field-value"><#TRANSACTION field="SpecialRequest"></span>   144                     <span class="field-value"><#TRANSACTION field="SpecialRequest"></span>
145                 </strong>   145                 </strong>
146             </div>   146             </div>
147         </div>   147         </div>
148     </div>   148     </div>
149 </div>   149 </div>

   
ViewDetailedSerialInformation.html  
1     <h3 class="header-detailed">Serial Information</h3> <> 1     <h2 class="h3 header-detailed">Serial Information</h2>
2   = 2  
3     <div class="row">   3     <div class="row">
4         <div class="col-lg-12">   4         <div class="col-lg-12">
5     5  
6             <div class="field list-group-item">   6             <div class="field list-group-item">
7                 <div class="d-flex justify-content-between">   7                 <div class="d-flex justify-content-between">
8                     <span>Transaction Number</span>   8                     <span>Transaction Number</span>
9                     <strong>   9                     <strong>
10                         <span class="field-value"><#TRANSACTION field="TransactionNumber"></span>   10                         <span class="field-value"><#TRANSACTION field="TransactionNumber"></span>
11                     </strong>   11                     </strong>
12                 </div>   12                 </div>
13             </div>   13             </div>
14     14  
15             <div class="field list-group-item">   15             <div class="field list-group-item">
16                 <div class="d-flex justify-content-between">   16                 <div class="d-flex justify-content-between">
17                     <span>Title</span>   17                     <span>Title</span>
18                     <strong>   18                     <strong>
19                         <span class="field-value"><#TRANSACTION field="ItemTitle"></span>   19                         <span class="field-value"><#TRANSACTION field="ItemTitle"></span>
20                     </strong>   20                     </strong>
21                 </div>   21                 </div>
22             </div>   22             </div>
23     23  
24             <div class="field list-group-item">   24             <div class="field list-group-item">
25                 <div class="d-flex justify-content-between">   25                 <div class="d-flex justify-content-between">
26                     <span>Place of Publication</span>   26                     <span>Place of Publication</span>
27                     <strong>   27                     <strong>
28                         <span class="field-value"><#TRANSACTION field="ItemPlace"></span>   28                         <span class="field-value"><#TRANSACTION field="ItemPlace"></span>
29                     </strong>   29                     </strong>
30                 </div>   30                 </div>
31             </div>   31             </div>
32     32  
33             <div class="field list-group-item">   33             <div class="field list-group-item">
34                 <div class="d-flex justify-content-between">   34                 <div class="d-flex justify-content-between">
35                     <span>Date</span>   35                     <span>Date</span>
36                     <strong>   36                     <strong>
37                         <span class="field-value"><#TRANSACTION field="ItemDate"></span>   37                         <span class="field-value"><#TRANSACTION field="ItemDate"></span>
38                     </strong>   38                     </strong>
39                 </div>   39                 </div>
40             </div>   40             </div>
41     41  
42             <div class="field list-group-item">   42             <div class="field list-group-item">
43                 <div class="d-flex justify-content-between">   43                 <div class="d-flex justify-content-between">
44                     <span>Volume/Box</span>   44                     <span>Volume/Box</span>
45                     <strong>   45                     <strong>
46                         <span class="field-value"><#TRANSACTION field="ItemVolume"></span>   46                         <span class="field-value"><#TRANSACTION field="ItemVolume"></span>
47                     </strong>   47                     </strong>
48                 </div>   48                 </div>
49             </div>   49             </div>
50     50  
51             <div class="field list-group-item">   51             <div class="field list-group-item">
52                 <div class="d-flex justify-content-between">   52                 <div class="d-flex justify-content-between">
53                     <span>Issue/Copy</span>   53                     <span>Issue/Copy</span>
54                     <strong>   54                     <strong>
55                         <span class="field-value"><#TRANSACTION field="ItemIssue"></span>   55                         <span class="field-value"><#TRANSACTION field="ItemIssue"></span>
56                     </strong>   56                     </strong>
57                 </div>   57                 </div>
58             </div>   58             </div>
59     59  
60             <div class="field list-group-item">   60             <div class="field list-group-item">
61                 <div class="d-flex justify-content-between">   61                 <div class="d-flex justify-content-between">
62                     <span>Call Number</span>   62                     <span>Call Number</span>
63                     <strong>   63                     <strong>
64                         <span class="field-value"><#TRANSACTION field="CallNumber"></span>   64                         <span class="field-value"><#TRANSACTION field="CallNumber"></span>
65                     </strong>   65                     </strong>
66                 </div>   66                 </div>
67             </div>   67             </div>
68     68  
69             <div class="field list-group-item">   69             <div class="field list-group-item">
70                 <div class="d-flex justify-content-between">   70                 <div class="d-flex justify-content-between">
71                     <span>Collection Name/Location</span>   71                     <span>Collection Name/Location</span>
72                     <strong>   72                     <strong>
73                         <span class="field-value"><#TRANSACTION field="Location"></span>   73                         <span class="field-value"><#TRANSACTION field="Location"></span>
74                     </strong>   74                     </strong>
75                 </div>   75                 </div>
76             </div>   76             </div>
77     77  
78             <div class="field list-group-item">   78             <div class="field list-group-item">
79                 <div class="d-flex justify-content-between">   79                 <div class="d-flex justify-content-between">
80                     <span>Requested For</span>   80                     <span>Requested For</span>
81                     <strong>   81                     <strong>
82                         <span class="field-value"><#TRANSACTION field="ResearcherUsername"></span>   82                         <span class="field-value"><#TRANSACTION field="ResearcherUsername"></span>
83                     </strong>   83                     </strong>
84                 </div>   84                 </div>
85             </div>   85             </div>
86     86  
87             <div class="field list-group-item">   87             <div class="field list-group-item">
88                 <div class="d-flex justify-content-between">   88                 <div class="d-flex justify-content-between">
89                     <span>Activity Number</span>   89                     <span>Activity Number</span>
90                     <strong>   90                     <strong>
91                         <span class="field-value"><#TRANSACTION field="ActivityID"></span>   91                         <span class="field-value"><#TRANSACTION field="ActivityID"></span>
92                     </strong>   92                     </strong>
93                 </div>   93                 </div>
94             </div>   94             </div>
95     95  
96             <div class="field list-group-item">   96             <div class="field list-group-item">
97                 <div class="d-flex justify-content-between">   97                 <div class="d-flex justify-content-between">
98                     <span>Scheduled Date</span>   98                     <span>Scheduled Date</span>
99                     <strong>   99                     <strong>
100                         <span class="field-value"><#TRANSACTION field="ScheduledDate"></span>   100                         <span class="field-value"><#TRANSACTION field="ScheduledDate"></span>
101                     </strong>   101                     </strong>
102                 </div>   102                 </div>
103             </div>   103             </div>
104     104  
105             <div class="field list-group-item">   105             <div class="field list-group-item">
106                 <div class="d-flex justify-content-between">   106                 <div class="d-flex justify-content-between">
107                     <span>Special Request</span>   107                     <span>Special Request</span>
108                     <strong>   108                     <strong>
109                         <span class="field-value"><#TRANSACTION field="SpecialRequest"></span>   109                         <span class="field-value"><#TRANSACTION field="SpecialRequest"></span>
110                     </strong>   110                     </strong>
111                 </div>   111                 </div>
112             </div>   112             </div>
113         </div>   113         </div>
114     </div>   114     </div>

   
ViewElectronicDelivery.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>Aeon - Electronically Delivered Items</title>   5     <title>Aeon - Electronically Delivered 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     11  
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         <h2>Electronically Delivered Items</h2>   17             <h2>Electronically Delivered Items</h2>
17         <#DATAREPEATER name="ViewElectronicDelivery" TemplateFile="templates/DataRow_ElectronicDelivery.html" noDataAction="You have no electronic delivery requests">   18             <#DATAREPEATER name="ViewElectronicDelivery" TemplateFile="templates/DataRow_ElectronicDelivery.html" noDataAction="You have no electronic delivery requests">
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     25  
23 </html>   26 </html>

   
ViewElectronicDeliveryUndelete.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>Aeon - Electronic Delivery Undelete</title>   5     <title>Aeon - Electronic Delivery Undelete</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     <#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         <h2>Deleted Electronically Delivered Items</h2> = 16             <h2>Deleted Electronically Delivered Items</h2>
16         <#DATAREPEATER name="ViewElectronicDelivery" TemplateFile="templates/DataRow_ElectronicDelivery.html" noDataAction="You have no electronic delivery requests"/>   17             <#DATAREPEATER name="ViewElectronicDelivery" TemplateFile="templates/DataRow_ElectronicDelivery.html" noDataAction="You have no electronic delivery requests"/>
    -+ 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     23  
22 </html>   24 </html>

   
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>Aeon - Notifications</title>   5     <title>Aeon - Notifications</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     10  
11     <#INCLUDE filename="include_header.html">   11     <#INCLUDE filename="include_header.html">
12     12  
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         <h2>Notifications</h2> = 17             <h2>Notifications</h2>
17         <div class="table">   18             <div class="table">
18             <#TABLE name="ViewNotifications" noDataAction="ShowMessageRow" noDataMessage="You have no notifications">   19                 <#TABLE name="ViewNotifications" noDataAction="ShowMessageRow" noDataMessage="You have no notifications">
19         </div>   20             </div>
    -+ 21         </main>
20   = 22  
21         <#INCLUDE filename="include_footer.html">   23         <#INCLUDE filename="include_footer.html">
22     24  
23     </div>   25     </div>
24 </body>   26 </body>
25     27  
26 </html>   28 </html>

   
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>Aeon - Notification</title>   5     <title>Aeon - 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     11  
12     <#INCLUDE filename="include_menu.html">   12     <#INCLUDE filename="include_menu.html">
    <> 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="h3 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     24  
23 </html>   25 </html>

   
ViewOrderApprovals.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>Aeon - Order Billing</title>   5     <title>Aeon - Order Billing</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     <div class="container">
12     <div id="content" class="container" role="heading" aria-label="Content">   13         <main id="content" aria-label="Content">
13         <p class="text-muted">If you would like to proceed with placing your order(s), check the corresponding checkbox(es) and click the submit button. = 14             <p class="text-muted">If you would like to proceed with placing your order(s), check the corresponding checkbox(es) and click the submit button.
14             You may also edit and change your order(s) option by clicking on the corresponding transaction number (TN).   15                 You may also edit and change your order(s) option by clicking on the corresponding transaction number (TN).
15         </p>   16             </p>
16         <form action="aeon.dll" method="post" name="ViewOrderApprovals">   17             <form action="aeon.dll" method="post" name="ViewOrderApprovals">
17             <input type="hidden" name="AeonForm" value="ViewOrderApprovals">   18                 <input type="hidden" name="AeonForm" value="ViewOrderApprovals">
18     19  
19             <div class="row">   20                 <div class="row">
20                 <div class="col-lg-9">   21                     <div class="col-lg-9">
21                   22                     
22                     <div class="row">   23                         <div class="row">
23                         <div class="col-lg-7">   24                             <div class="col-lg-7">
24                             <h2 class="header-special">Order Billing</h2>   25                                 <h2 class="header-special">Order Billing</h2>
25                         </div>   26                             </div>
26     27  
27                         <div class="col-lg-5 text-right">   28                             <div class="col-lg-5 text-right">
28                             <button class="selectOptions btn btn-link checkAll" data-form="orderApprovals" aria-label="Select all of the displayed requests." role="button" >Select All</button>   29                                 <button class="selectOptions btn btn-link checkAll" data-form="orderApprovals" aria-label="Select all of the displayed requests." role="button" >Select All</button>
29                             <button class="selectOptions btn btn-link checkNone" data-form="orderApprovals" aria-label="Unselect all of the displayed requests." role="button" >Select None</button>   30                                 <button class="selectOptions btn btn-link checkNone" data-form="orderApprovals" aria-label="Unselect all of the displayed requests." role="button" >Select None</button>
30                         </div>   31                             </div>
31                     </div>   32                         </div>
32     33  
33     34  
34                     <div id="orderApprovals">   35                         <div id="orderApprovals">
35                         <#DATAREPEATER name="ViewOrderBilling" TemplateFile="templates/DataRow_OrderBilling.html" noDataAction="You have no orders to approve/pay" orderby="t.TransactionNumber DESC">   36                             <#DATAREPEATER name="ViewOrderBilling" TemplateFile="templates/DataRow_OrderBilling.html" noDataAction="You have no orders to approve/pay" orderby="t.TransactionNumber DESC">
36                     </div>   37                         </div>
37                 </div>   38                     </div>
38                 <div class="col-lg-3">   39                     <div class="col-lg-3">
39                     <h2 class="header-special">   40                         <h2 class="header-special">
40                         <span>Summary</span>   41                             <span>Summary</span>
41                         <span class="badge badge-primary badge-pill">   42                             <span class="badge badge-primary badge-pill">
42                             <span id="selectedOrdersToSubmit">0</span>   43                                 <span id="selectedOrdersToSubmit">0</span>
43                         </span>   44                             </span>
44                     </h2>   45                         </h2>
45     46  
46                     <div class="list-group-item d-flex justify-content-between">   47                         <div class="list-group-item d-flex justify-content-between">
47                         <span>Charges</span>   48                             <span>Charges</span>
48                         <strong>$   49                             <strong>$
49                             <span id="summaryTotalCharges">0.00</span>   50                                 <span id="summaryTotalCharges">0.00</span>
50                         </strong>   51                             </strong>
51                     </div>   52                         </div>
52                     <button id="approveOrder" disabled type="submit" class="btn btn-primary btn-block" name="SubmitButton" value="Approve Orders">Approve Order</button>   53                         <button id="approveOrder" disabled type="submit" class="btn btn-primary btn-block" name="SubmitButton" value="Approve Orders">Approve Order</button>
53                     <button id="payOrder" disabled type="submit" class="btn btn-primary btn-block" name="SubmitButton" value="Pay Online">Pay Online</button>   54                         <button id="payOrder" disabled type="submit" class="btn btn-primary btn-block" name="SubmitButton" value="Pay Online">Pay Online</button>
54     55  
55                 </div>   56                     </div>
56             </div>   57                 </div>
57     58  
58         </form>   59             </form>
    -+ 60         </main>
59   = 61  
60         <#INCLUDE filename="include_footer.html">   62         <#INCLUDE filename="include_footer.html">
61     </div>   63     </div>
62     64  
63     <script type="text/javascript">   65     <script type="text/javascript">
64         $(document).ready(function () {   66         $(document).ready(function () {
65             $('input[type="checkbox"][name="TransactionSelect"]').change(function () {   67             $('input[type="checkbox"][name="TransactionSelect"]').change(function () {
66                 UpdateCharges();   68                 UpdateCharges();
67             });   69             });
68             $('button.checkAll').click(function (event) {   70             $('button.checkAll').click(function (event) {
69                 event.preventDefault();   71                 event.preventDefault();
70                    72                 
71                 $('#' + $(this).attr('data-form') + ' input:checkbox').prop('checked', true);   73                 $('#' + $(this).attr('data-form') + ' input:checkbox').prop('checked', true);
72                 UpdateCharges();   74                 UpdateCharges();
73     });   75     });
74             $('button.checkNone').click(function (event) {   76             $('button.checkNone').click(function (event) {
75                 event.preventDefault();   77                 event.preventDefault();
76                    78                 
77                 $('#' + $(this).attr('data-form') + ' input:checkbox').prop('checked', false);   79                 $('#' + $(this).attr('data-form') + ' input:checkbox').prop('checked', false);
78                 UpdateCharges();   80                 UpdateCharges();
79     });   81     });
80     82  
81         });   83         });
82         function UpdateCharges() {   84         function UpdateCharges() {
83             var selectedRequests = $('input[type="Checkbox"][name="TransactionSelect"]:checked').length;   85             var selectedRequests = $('input[type="Checkbox"][name="TransactionSelect"]:checked').length;
84             $('#selectedOrdersToSubmit').text(selectedRequests);   86             $('#selectedOrdersToSubmit').text(selectedRequests);
85             var total = 0;   87             var total = 0;
86             $('input[type="Checkbox"][name="TransactionSelect"]:checked').each(function () {   88             $('input[type="Checkbox"][name="TransactionSelect"]:checked').each(function () {
87                 total += Number($(this).attr('data-balanceRemaining'));   89                 total += Number($(this).attr('data-balanceRemaining'));
88             });   90             });
89             $('#summaryTotalCharges').text(total.toFixed(2));   91             $('#summaryTotalCharges').text(total.toFixed(2));
90             $('#approveOrder').prop('disabled', (selectedRequests == 0));   92             $('#approveOrder').prop('disabled', (selectedRequests == 0));
91             $('#payOrder').prop('disabled', (selectedRequests == 0));   93             $('#payOrder').prop('disabled', (selectedRequests == 0));
92         }   94         }
93     </script>   95     </script>
94     96  
95 </body>   97 </body>
96     98  
97 </html>   99 </html>

   
ViewOrderEstimates.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>Aeon - Orders to Submit</title>   5     <title>Aeon - Orders to Submit</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7 </head>   7 </head>
8     8  
9 <body>   9 <body>
10     10  
11     <#INCLUDE filename="include_header.html">   11     <#INCLUDE filename="include_header.html">
12     12  
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         <p class="text-muted">If you would like to proceed with placing your order(s), check the corresponding checkbox(es) and click the submit button. = 17             <p class="text-muted">If you would like to proceed with placing your order(s), check the corresponding checkbox(es) and click the submit button.
17             You may also edit and change your order(s) option by clicking on the corresponding transaction number (TN).   18                 You may also edit and change your order(s) option by clicking on the corresponding transaction number (TN).
18         </p>   19             </p>
19         <form action="aeon.dll" method="post" name="ViewOrderEstimates">   20             <form action="aeon.dll" method="post" name="ViewOrderEstimates">
20             <input type="hidden" name="AeonForm" value="ViewOrderEstimates">   21                 <input type="hidden" name="AeonForm" value="ViewOrderEstimates">
21             <div class="row">   22                 <div class="row">
22     23  
23                 <div class="col-lg-9">   24                     <div class="col-lg-9">
24                     <div class="row">   25                         <div class="row">
25                         <div class="col-lg-7">   26                             <div class="col-lg-7">
26                             <h2 class="header-special">Orders to Submit</h2>   27                                 <h2 class="header-special">Orders to Submit</h2>
27                         </div>   28                             </div>
28                         <div class="col-lg-5 text-right">   29                             <div class="col-lg-5 text-right">
29                             <button class="selectOptions btn btn-link checkAll" data-form="orderEstimates" aria-label="Select all of the displayed requests." role="button">Select All</button>   30                                 <button class="selectOptions btn btn-link checkAll" data-form="orderEstimates" aria-label="Select all of the displayed requests." role="button">Select All</button>
30                             <button class="selectOptions btn btn-link checkNone" data-form="orderEstimates" aria-label="Unselect all of the displayed requests." role="button">Select None</button>   31                                 <button class="selectOptions btn btn-link checkNone" data-form="orderEstimates" aria-label="Unselect all of the displayed requests." role="button">Select None</button>
31                         </div>   32                             </div>
32                     </div>   33                         </div>
33                       34                         
34                     <div id="orderEstimates">   35                         <div id="orderEstimates">
35                         <#DATAREPEATER name="ViewOrderEstimates" TemplateFile="templates/DataRow_OrderEstimate.html" noDataAction="You have no orders to submit" orderby="TransactionNumber DESC">   36                             <#DATAREPEATER name="ViewOrderEstimates" TemplateFile="templates/DataRow_OrderEstimate.html" noDataAction="You have no orders to submit" orderby="TransactionNumber DESC">
36                     </div>   37                         </div>
37                 </div>   38                     </div>
38     39  
39                 <div class="col-lg-3">   40                     <div class="col-lg-3">
40                     <h2 class="header-special">   41                         <h2 class="header-special">
41                         <span>Summary</span>   42                             <span>Summary</span>
42                         <span class="badge badge-primary badge-pill">   43                             <span class="badge badge-primary badge-pill">
43                             <span id="selectedOrdersToSubmit">0</span>   44                                 <span id="selectedOrdersToSubmit">0</span>
44                         </span>   45                             </span>
45                     </h2>   46                         </h2>
46     47  
47                     <div class="list-group-item d-flex justify-content-between">   48                         <div class="list-group-item d-flex justify-content-between">
48                         <span>Estimated Charges</span>   49                             <span>Estimated Charges</span>
49                         <strong>$   50                             <strong>$
50                             <span id="summaryTotalCharges">0.00</span>   51                                 <span id="summaryTotalCharges">0.00</span>
51                         </strong>   52                             </strong>
52                     </div>   53                         </div>
53                     <button id="placeOrder" disabled type="submit" class="btn btn-primary btn-block" name="SubmitButton" value="Submit Information">Place Order</button>   54                         <button id="placeOrder" disabled type="submit" class="btn btn-primary btn-block" name="SubmitButton" value="Submit Information">Place Order</button>
54                 </div>   55                     </div>
55     56  
56             </div>   57                 </div>
57         </form>   58             </form>
    -+ 59         </main>
    = 60  
58         <#INCLUDE filename="include_footer.html">   61         <#INCLUDE filename="include_footer.html">
59     62  
60     </div>   63     </div>
61     64  
62     <script type="text/javascript">   65     <script type="text/javascript">
63         $(document).ready(function () {   66         $(document).ready(function () {
64             $('input[type="checkbox"][name="TransactionSelect"]').change(function () {   67             $('input[type="checkbox"][name="TransactionSelect"]').change(function () {
65                 UpdateCharges();   68                 UpdateCharges();
66             });   69             });
67             $('button.checkAll').click(function (event) {   70             $('button.checkAll').click(function (event) {
68                 event.preventDefault();   71                 event.preventDefault();
69                    72                 
70                 $('#' + $(this).attr('data-form') + ' input:checkbox').prop('checked', true);   73                 $('#' + $(this).attr('data-form') + ' input:checkbox').prop('checked', true);
71                 UpdateCharges();   74                 UpdateCharges();
72     });   75     });
73             $('button.checkNone').click(function (event) {   76             $('button.checkNone').click(function (event) {
74                 event.preventDefault();   77                 event.preventDefault();
75                    78                 
76                 $('#' + $(this).attr('data-form') + ' input:checkbox').prop('checked', false);   79                 $('#' + $(this).attr('data-form') + ' input:checkbox').prop('checked', false);
77                 UpdateCharges();   80                 UpdateCharges();
78     });   81     });
79     82  
80         });   83         });
81         function UpdateCharges() {   84         function UpdateCharges() {
82             var selectedRequests = $('input[type="Checkbox"][name="TransactionSelect"]:checked').length;   85             var selectedRequests = $('input[type="Checkbox"][name="TransactionSelect"]:checked').length;
83             $('#selectedOrdersToSubmit').text(selectedRequests);   86             $('#selectedOrdersToSubmit').text(selectedRequests);
84             var total = 0;   87             var total = 0;
85             $('input[type="Checkbox"][name="TransactionSelect"]:checked').each(function () {   88             $('input[type="Checkbox"][name="TransactionSelect"]:checked').each(function () {
86                 total += Number($(this).attr('data-totalCharge'));   89                 total += Number($(this).attr('data-totalCharge'));
87             });   90             });
88             $('#summaryTotalCharges').text(total.toFixed(2));   91             $('#summaryTotalCharges').text(total.toFixed(2));
89             $('#placeOrder').prop('disabled', (selectedRequests == 0));   92             $('#placeOrder').prop('disabled', (selectedRequests == 0));
90         }   93         }
91     </script>   94     </script>
92 </body>   95 </body>
93     96  
94 </html>   97 </html>

   
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>Aeon - Outstanding Requests</title>   5     <title>Aeon - 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     11  
12     <#INCLUDE filename="include_menu.html">   12     <#INCLUDE filename="include_menu.html">
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <h2>Outstanding Requests</h2> = 15             <h2>Outstanding Requests</h2>
15     16  
16         <#DATAREPEATER name="ViewOutstandingRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no outstanding requests" orderby="TransactionNumber DESC">   17             <#DATAREPEATER name="ViewOutstandingRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no outstanding 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     22  
21 </body>   23 </body>
22     24  
23 </html>   25 </html>

   
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>Aeon - Request History</title>   5     <title>Aeon - 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     11  
12     <#INCLUDE filename="include_menu.html">   12     <#INCLUDE filename="include_menu.html">
    <> 13     <div class="container">
13     <div id="content" class="container" role="heading" aria-label="Content">   14         <main id="content" aria-label="Content">
14         <h2>Request History</h2> = 15             <h2>Request History</h2>
15     16  
16         <#DATAREPEATER name="ViewRequestHistory" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no history requests" orderby="TransactionNumber DESC">   17             <#DATAREPEATER name="ViewRequestHistory" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no history 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     22  
21 </body>   23 </body>
22     24  
23 </html>   25 </html>

   
ViewRequestsByTag.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>Aeon -   5     <title>Aeon -
6         <#PARAM name="ResearcherTag">   6         <#PARAM name="ResearcherTag">
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     <div class="container">
15     <div id="content" class="container" role="heading" aria-label="Content">   16         <main id="content" aria-label="Content">
16         <h2>All Requests - <#PARAM name="ResearcherTag"> </h2> = 17             <h2>All Requests - <#PARAM name="ResearcherTag"> </h2>
17     18  
18         <#DATAREPEATER name="ViewAllRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no requests by tag" researcherTag="<#PARAM name='ResearcherTag'>" orderby="TransactionNumber DESC">   19             <#DATAREPEATER name="ViewAllRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no requests by tag" researcherTag="<#PARAM name='ResearcherTag'>" orderby="TransactionNumber DESC">
    -+ 20         </main>
19   = 21  
20         <#INCLUDE filename="include_footer.html">   22         <#INCLUDE filename="include_footer.html">
21     </div>   23     </div>
22 </body>   24 </body>
23 </html>   25 </html>

   
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>Aeon - Search</title>   5     <title>Aeon - Search</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <script type="text/javascript" src="js/search.js"></script>   7     <script type="text/javascript" src="js/search.js"></script>
8 </head>   8 </head>
9     9  
10 <body>   10 <body>
11     11  
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     <div class="container">
14     <div id="content" class="container" role="heading" aria-label="Content">   15         <main id="content" aria-label="Content">
15         <h2>Search</h2> = 16             <h2>Search</h2>
16     17  
17         <div id="search">   18             <div id="search">
18             <form action="aeon.dll" name="Search" method="post">   19                 <form action="aeon.dll" name="Search" method="post">
19                 <input type="hidden" name="AeonForm" value="Search">   20                     <input type="hidden" name="AeonForm" value="Search">
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" data-button-nodisable>   22                     <input class="btn btn-primary btn-sm" type="submit" name="SubmitButton" value="Search" title="Search" data-button-nodisable>
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="Active" data-persisted-value="<#PARAM name='SearchType'>">   27                         <input type="checkbox" name="SearchType" class="custom-control-input" id="SearchType" value="Active" data-persisted-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" data-persisted-value="<#PARAM name='SearchType'>">   36                         <input checked name="SearchType" type="radio" id="SearchTypeActive" value="Active" data-persisted-value="<#PARAM name='SearchType'>">
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" data-persisted-value="<#PARAM name='SearchType'>">   39                         <input class="ml-3" name="SearchType" type="radio" id="SearchTypeAll" value="All" data-persisted-value="<#PARAM name='SearchType'>">
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 </body>   56 </body>
55 </html>   57 </html>

   
ViewUserReviewRequests.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>Aeon - Saved Requests</title>   5     <title>Aeon - Saved Requests</title>
6     <#INCLUDE filename="include_head.html">   6     <#INCLUDE filename="include_head.html">
7     <#INCLUDE filename="include_head_request.html">   7     <#INCLUDE filename="include_head_request.html">
8     <script type="text/javascript" src="js/KeepInReview.js"></script>   8     <script type="text/javascript" src="js/KeepInReview.js"></script>
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     <div class="container">
14     <div id="content" class="container" role="heading" aria-label="Content">   15         <main id="content" aria-label="Content">
15         <#RETURNLINK linkText="Return to <#SYSTEMNAME>." linkTextAutoRedirect="Return to <#SYSTEMNAME>. You will be automatically redirected within <#REDIRECTSECONDS> seconds."> = 16             <#RETURNLINK linkText="Return to <#SYSTEMNAME>." linkTextAutoRedirect="Return to <#SYSTEMNAME>. You will be automatically redirected within <#REDIRECTSECONDS> seconds.">
16         <form action="aeon.dll" method="post" id="ViewUserReviewRequests" name="ViewUserReviewRequests">   17             <form action="aeon.dll" method="post" id="ViewUserReviewRequests" name="ViewUserReviewRequests">
17     18  
18             <input type="hidden" name="AeonForm" value="ViewUserReviewRequests">   19                 <input type="hidden" name="AeonForm" value="ViewUserReviewRequests">
19             <div class="row">   20                 <div class="row">
20                 <div class="col-lg-7">   21                     <div class="col-lg-7">
21                     <h2 class="header-special">Saved Requests</h2>   22                         <h2 class="header-special">Saved Requests</h2>
22                 </div>   23                     </div>
23           24             
24                 <div class="col-lg-5 text-right">   25                     <div class="col-lg-5 text-right">
25                     <button class="selectOptions btn btn-link checkAll" data-form="ViewUserReviewRequests" aria-label="Select all of the displayed requests." role="button" >Select All</button>   26                         <button class="selectOptions btn btn-link checkAll" data-form="ViewUserReviewRequests" aria-label="Select all of the displayed requests." role="button" >Select All</button>
26                     <button class="selectOptions btn btn-link checkNone" data-form="ViewUserReviewRequests" aria-label="Unselect all of the displayed requests." role="button" >Select None</button>   27                         <button class="selectOptions btn btn-link checkNone" data-form="ViewUserReviewRequests" aria-label="Unselect all of the displayed requests." role="button" >Select None</button>
27                 </div>   28                     </div>
28             </div>   29                 </div>
29     30  
30             <span id="saved-requests" class="new-line">   31                 <span id="saved-requests" class="new-line">
31                 <#DATAREPEATER Name="RequestsInReview" TemplateFile="Templates\DataRow_ReviewRequest.html" NoDataAction="<div class='no-data-message'>You do not currently have any requests in review</div>">   32                     <#DATAREPEATER Name="RequestsInReview" TemplateFile="Templates\DataRow_ReviewRequest.html" NoDataAction="<div class='no-data-message'>You do not currently have any requests in review</div>">
32             </span>   33                 </span>
33                   34                     
34             <div id ="scheduled-date-div" class="visit-date form-group col-sm-4">   35                 <div id ="scheduled-date-div" class="visit-date form-group col-sm-4">
35                     <label for="ScheduledDate">   36                         <label for="ScheduledDate">
36                         <span class="<#ERROR name='ERRORScheduledDate'>">   37                             <span class="<#ERROR name='ERRORScheduledDate'>">
37                             Date of Visit   38                                 Date of Visit
38                         </span>   39                             </span>
39                     </label>   40                         </label>
40                     <div class="input-group">   41                         <div class="input-group">
41                         <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text" aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">   42                             <input class="form-control" id="ScheduledDate" name="ScheduledDate" type="text" aria-describedby="button-datePicker-scheduledDate" value="<#PARAM name='ScheduledDate'>">
42                         <div class="input-group-append">   43                             <div class="input-group-append">
43                           <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate" aria-label="Calendar">   44                             <button class="btn btn-outline-secondary dateTrigger" type="button" role="button" id="button-datePicker-scheduledDate" data-triggerDatePicker="#ScheduledDate" aria-label="Calendar">
44                             <span class="fas fa-calendar ui-datepicker-trigger"></span>   45                                 <span class="fas fa-calendar ui-datepicker-trigger"></span>
45                           </button>   46                             </button>
46                         </div>   47                             </div>
47                     </div>   48                         </div>
48     49  
49                     <div class="small-notes">   50                         <div class="small-notes">
50                         Select the date you plan to visit.   51                             Select the date you plan to visit.
51                     </div>   52                         </div>
52             </div>   53                 </div>
53     54  
54             <div id="request-link-div" class="form-group visit-date col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">   55                 <div id="request-link-div" class="form-group visit-date col-md-5 <#PARAM name='RequestLinksVisible' enabled='RequestForEnabled' disabled='d-none'>">
55                 <label for="RequestLink">   56                     <label for="RequestLink">
56                     <span class="<#ERROR name='ERRORRequestLink'>">   57                         <span class="<#ERROR name='ERRORRequestLink'>">
57                         Request for   58                             Request for
58                     </span>   59                         </span>
59                 </label>   60                     </label>
60                 <select class="form-control custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1" >   61                     <select class="form-control custom-select mr-sm-2" id="RequestLink" name="RequestLink" size="1" >
61                     <#OPTION name="RequestLinks" hideUsernames="true">   62                         <#OPTION name="RequestLinks" hideUsernames="true">
62                 </select>   63                     </select>
63             </div>   64                 </div>
64     65  
65             <script>   66                 <script>
66                 $(document).ready(function () {   67                     $(document).ready(function () {
67                     if (($('#saved-requests .card').length == 0)) {    68                         if (($('#saved-requests .card').length == 0)) { 
68                         $('#scheduled-date-div').hide();   69                             $('#scheduled-date-div').hide();
69                         $('#request-link-div').hide();   70                             $('#request-link-div').hide();
70                     }      71                         }   
71                     else   72                         else
72                     {   73                         {
73                         $('#scheduled-date-div').show();   74                             $('#scheduled-date-div').show();
74                         $('#request-link-div').show();   75                             $('#request-link-div').show();
75                     }   76                         }
76                 });   77                     });
77             </script>   78                 </script>
78     79  
79             <input class="btn btn-primary btn-md" type="submit" name="SubmitButton" id="submitInformation" value="Submit Information">   80                 <input class="btn btn-primary btn-md" type="submit" name="SubmitButton" id="submitInformation" value="Submit Information">
80             <input class="btn btn-secondary btn-md" type="submit" name="SubmitButton" id="submitCancelRequests" formnovalidate value="Cancel Requests">   81                 <input class="btn btn-secondary btn-md" type="submit" name="SubmitButton" id="submitCancelRequests" formnovalidate value="Cancel Requests">
81             <input class="btn btn-secondary btn-md" type="submit" name="SubmitButton" id="submitCancel" formnovalidate value="Cancel - Exit to Main Menu">   82                 <input class="btn btn-secondary btn-md" type="submit" name="SubmitButton" id="submitCancel" formnovalidate value="Cancel - Exit to Main Menu">
82     83  
83         </form>   84             </form>
    -+ 85         </main>
84         <#INCLUDE filename="include_footer.html"> = 86         <#INCLUDE filename="include_footer.html">
85     </div>     87     </div>  
86 </body>   88 </body>
87     89  
88 </html>   90 </html>