|
4 | 4 | <head> |
5 | 5 | <meta charset="utf-8"> |
6 | 6 | <title>MoveIt</title> |
7 | | - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> |
8 | | - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> |
| 7 | + <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> |
| 8 | + <script>window.jQuery = window.$ = require('jquery');</script> |
| 9 | + <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"> |
| 10 | + <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script> |
| 11 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity=" sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin=" anonymous" ></script> |
9 | 12 | <script type="text/javascript"> |
10 | 13 | let shell = require('electron').remote.shell |
11 | 14 | document.addEventListener('click', function (event) { |
|
19 | 22 |
|
20 | 23 | <body> |
21 | 24 | <div id="container" class="container-fluid"> |
22 | | - |
| 25 | + <h2>MoveIt</h2> |
| 26 | + <br/> |
23 | 27 | <div class="row"> |
24 | 28 | <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 "> |
25 | | - <h3>Contact Name</h3> |
26 | | - <input name="contactname" id="contactname" type="text" size="60"/> |
| 29 | + <h4>Contact Name</h4> |
| 30 | + <input name="contactname" id="contactname" type="text" size="56"/> |
27 | 31 | </div> |
28 | 32 | </div> |
29 | | - |
| 33 | + <br/> |
30 | 34 | <div class="row"> |
31 | 35 | <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 "> |
32 | | - <h3>Position / Title</h3> |
33 | | - <input name="jobtitle" id="jobtitle" type="text" size="60"/> |
| 36 | + <h4>Position / Title</h4> |
| 37 | + <input name="jobtitle" id="jobtitle" type="text" size="56"/> |
34 | 38 | </div> |
35 | 39 | </div> |
36 | | - |
| 40 | + <br/> |
37 | 41 | <div class="row"> |
38 | 42 | <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 "> |
39 | | - <h3>Department / Organization</h3> |
40 | | - <input name="department" id="department" type="text" size="60"/> |
| 43 | + <h4>Department / Organization</h4> |
| 44 | + <input name="department" id="department" type="text" size="56"/> |
41 | 45 | </div> |
42 | 46 | </div> |
43 | | - |
| 47 | + <br/> |
44 | 48 | <div class="row"> |
45 | 49 | <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 "> |
46 | | - <h3>Email Address</h3> |
47 | | - <input name="email" id="email" type="text" size="60"/> |
| 50 | + <h4>Email Address</h4> |
| 51 | + <input name="email" id="email" type="text" size="56"/> |
48 | 52 | </div> |
49 | 53 | </div> |
50 | | - |
| 54 | + <br/> |
51 | 55 | <div class="row"> |
52 | 56 | <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 "> |
53 | | - <h3>Telephone</h3> |
54 | | - <input name="phone" id="phone" type="text" size="60"/> |
| 57 | + <h4>Telephone</h4> |
| 58 | + <input name="phone" id="phone" type="text" size="56"/> |
55 | 59 | </div> |
56 | 60 | </div> |
57 | 61 |
|
58 | 62 | <br/><hr/> |
59 | 63 |
|
60 | 64 | <div class="row"> |
61 | 65 | <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 "> |
62 | | - <h3>Record Creator</h3> |
63 | | - <input name="creator" id="creator" type="text" size="60"/> |
64 | | - <img class="exp_icon0" src="icon_explanation.png" width="25" height="25" data-tooltip="The name of the department or unit responsible for creating and maintaing the records." > |
| 66 | + <h4>Record Creator</h4> |
| 67 | + <input name="creator" id="creator" type="text" size="56"/> |
| 68 | + <img class="exp_icon0" src="icon_explanation.png" data-toggle="tooltip" data-placement="right" width="25" height="25" title="The name of the department or unit responsible for creating and maintaing the records." > |
65 | 69 | </div> |
66 | 70 | </div> |
67 | | - |
| 71 | + <br/> |
68 | 72 | <div class="row"> |
69 | 73 | <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 "> |
70 | | - <h3>RRSDA Number</h3> |
| 74 | + <h4>RRSDA Number</h4> |
71 | 75 | Internal SFU Users Only. See <a href="http://www.sfu.ca/archives2/dur/rrsdas.html">Overview</a>. |
72 | | - <input name="rrsda" id="rrsda" type="text" size="60"/> |
73 | | - <img class="exp_icon0" src="icon_explanation.png" width="25" height="25" data-tooltip="The Records Retention Schedule and Disposal Authority (RRSDA) number that applies to the records." > |
| 76 | + <input name="rrsda" id="rrsda" type="text" size="56"/> |
| 77 | + <img class="exp_icon0" src="icon_explanation.png" data-toggle="tooltip" data-placement="right" width="25" height="25" title="The Records Retention Schedule and Disposal Authority (RRSDA) number that applies to the records." > |
74 | 78 | </div> |
75 | 79 | </div> |
76 | | - |
| 80 | + <br/> |
77 | 81 | <div class="row"> |
78 | 82 | <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 "> |
79 | | - <h3>Transfer Title</h3> |
80 | | - <input name="title" id="title" type="text" size="60"/> |
81 | | - <img class="exp_icon0" src="icon_explanation.png" width="25" height="25" data-tooltip="The name of the records series if known, or a brief descriptor." > |
| 83 | + <h4>Transfer Title</h4> |
| 84 | + <input name="title" id="title" type="text" size="56"/> |
| 85 | + <img class="exp_icon0" src="icon_explanation.png" data-toggle="tooltip" data-placement="right" width="25" height="25" title="The name of the records series if known, or a brief descriptor." > |
82 | 86 | </div> |
83 | 87 | </div> |
84 | | - |
| 88 | + <br/> |
85 | 89 | <div class="row"> |
86 | 90 | <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 "> |
87 | | - <h3>Date Range</h3> |
| 91 | + <h4>Date Range</h4> |
88 | 92 | From: <select name="datefrom" id="datefrom"></select> To <select name="dateto" id="dateto"></select> |
89 | 93 | </div> |
90 | 94 | </div> |
91 | | - |
| 95 | + <br/> |
92 | 96 | <div class="row"> |
93 | 97 | <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 "> |
94 | | - <h3>Records Description</h3> |
95 | | - <textarea name="description" id="description" rows="4" wrap="soft" cols="60"></textarea> |
| 98 | + <h4>Records Description</h4> |
| 99 | + <textarea name="description" id="description" rows="4" wrap="soft" cols="56"></textarea> |
96 | 100 | </div> |
97 | 101 | </div> |
98 | | - |
| 102 | + <br/> |
99 | 103 | <div class="row"> |
100 | 104 | <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 "> |
101 | | - <h3>Other Metadata Available?</h3> |
| 105 | + <h4>Other Metadata Available?</h4> |
102 | 106 | e.g. file lists, indices, documentation.<br/> |
103 | 107 | If so, please provide a brief description. |
104 | | - <textarea name="metadata" id="metadata" rows="4" wrap="soft" cols="60"></textarea> |
| 108 | + <textarea name="metadata" id="metadata" rows="4" wrap="soft" cols="56"></textarea> |
105 | 109 | </div> |
106 | 110 | </div> |
107 | 111 |
|
|
0 commit comments