Advertisement
Guest User

Untitled

a guest
Jul 5th, 2022
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.68 KB | None | 0 0
  1. <head>
  2.  
  3. [% USE Branches %]
  4. [% USE date %]
  5. [% USE ItemTypes %]
  6. [% USE KohaDates %]
  7. [% manip=date.manip %]
  8. [% USE Price %]
  9. [% totalValue=0 %]
  10.  
  11. <style>
  12. /* Styles the Next Search Catalog logo */
  13.  
  14. /* Slip */
  15. /* @media print for slip */
  16. @media print {
  17. .slip {
  18. width: 2.75in;
  19. margin: 0;
  20. color: #000000 !important;
  21. background-color: #ffffff;
  22. font-family: 'Arial Black', 'Arial', sans-serif !important;
  23. }
  24. }
  25.  
  26. .slip {
  27. width: 2.75in;
  28. margin: 0;
  29. font-family: 'Arial Black', 'Arial', sans-serif !important;
  30. font-size: 10pt;
  31. }
  32.  
  33. .slip p {
  34. font-size: 10pt;
  35. }
  36.  
  37. .slip h1 {
  38. font-size: 1.8em;
  39. }
  40.  
  41. .slip h2 {
  42. font-size: 1.6em;
  43. }
  44.  
  45. .slip h3 {
  46. font-size: 1.4em !important;
  47. }
  48.  
  49. .slip h4 {
  50. font-size: 1.3em !important;
  51. }
  52.  
  53. .slip h5 {
  54. font-size: 1.2em !important;
  55. }
  56.  
  57. .slip h6 {
  58. font-size: 1.1em;
  59. }
  60.  
  61. .slip article {
  62. display: inline-block
  63. }
  64.  
  65. .slip .grp-half {
  66. padding-bottom: .5in;
  67. }
  68.  
  69. .slip .grp-1 {
  70. padding-bottom: 1in;
  71. }
  72.  
  73. .slip .grp-2 {
  74. padding-bottom: 2in;
  75. }
  76.  
  77. .slip .grp-3 {
  78. padding-bottom: 3in;
  79. }
  80.  
  81. .slip .grp-4 {
  82. padding-bottom: 4in;
  83. }
  84.  
  85. .slip .endzone-1 {
  86. padding-top: 1in;
  87. }
  88.  
  89. .slip .endzone-2 {
  90. padding-top: 2in;
  91. }
  92.  
  93. .slip .endzone-3 {
  94. padding-top: 3in;
  95. }
  96.  
  97. .slip .endzone-4 {
  98. padding-top: 4in;
  99. }
  100.  
  101. .slip .item-title {
  102. text-transform: uppercase;
  103. }
  104.  
  105. .slip .bcode {
  106. text-transform: uppercase;
  107. }
  108.  
  109. .slip .underline {
  110. text-transform: underline;
  111. }
  112.  
  113. .slip .right {
  114. text-align: right;
  115. }
  116.  
  117. /* notices */
  118. /* notices */
  119. /* @media print for notices */
  120. @media print {
  121. .notices {
  122. width: 7in;
  123. margin: 0in;
  124. color: #000000 !important;
  125. background-color: #ffffff;
  126. font-family: 'Arial Black', 'Arial', sans-serif !important;
  127. }
  128. }
  129.  
  130. .notices {
  131. width: 7in;
  132. margin: .75in;
  133. font-family: 'Arial Black', 'Arial', sans-serif !important;
  134. font-size: 10pt;
  135. }
  136.  
  137. .notices p {
  138. font-size: 10pt;
  139. }
  140.  
  141. .notices h1 {
  142. font-size: 1.8em;
  143. }
  144.  
  145. .notices h2 {
  146. font-size: 1.6em;
  147. }
  148.  
  149. .notices h3 {
  150. font-size: 1.4em !important;
  151. }
  152.  
  153. .notices h4 {
  154. font-size: 1.3em !important;
  155. }
  156.  
  157. .notices h5 {
  158. font-size: 1.2em !important;
  159. }
  160.  
  161. .notices h6 {
  162. font-size: 1.1em;
  163. }
  164.  
  165. .notices article {
  166. display: inline-block
  167. }
  168.  
  169. .notices .grp-half {
  170. padding-bottom: .5in;
  171. }
  172.  
  173. .notices .grp-1 {
  174. padding-bottom: 1in;
  175. }
  176.  
  177. .notices .grp-2 {
  178. padding-bottom: 2in;
  179. }
  180.  
  181. .notices .grp-3 {
  182. padding-bottom: 3in;
  183. }
  184.  
  185. .notices .grp-4 {
  186. padding-bottom: 4in;
  187. }
  188.  
  189. .notices .endzone-1 {
  190. padding-top: 1in;
  191. }
  192.  
  193. .notices .endzone-2 {
  194. padding-top: 2in;
  195. }
  196.  
  197. .notices .endzone-3 {
  198. padding-top: 3in;
  199. }
  200.  
  201. .notices .endzone-4 {
  202. padding-top: 4in;
  203. }
  204.  
  205. .notices .item-title {
  206. text-transform: uppercase;
  207. }
  208.  
  209. .notices .bcode {
  210. text-transform: uppercase;
  211. }
  212.  
  213. .notices .underline {
  214. text-transform: underline;
  215. }
  216.  
  217. .notices .right {
  218. text-align: right;
  219. }
  220.  
  221. /* emails */
  222. /* @media print for emails */
  223. @media print {
  224. .emails {
  225. width: 7in;
  226. margin: 0in;
  227. color: #000000;
  228. background-color: #ffffff;
  229. font-family: 'Arial Black', 'Arial', sans-serif !important;
  230. }
  231.  
  232. img {
  233. display: none;
  234. }
  235. }
  236.  
  237. .emails {
  238. font-family: 'Tahoma', 'Arial', sans-serif !important;
  239. font-size: 12pt;
  240. color: #000000;
  241. background-color: #ffffff;
  242. }
  243.  
  244. .emails p {
  245. font-size: 12pt;
  246. }
  247.  
  248. .emails h1 {
  249. font-size: 1.8em;
  250. color: #000000;
  251. background-color: #ffffff;
  252. }
  253.  
  254. .emails h2 {
  255. font-size: 1.6em;
  256. color: #000000;
  257. background-color: #ffffff;
  258. }
  259.  
  260. .emails h3 {
  261. font-size: 1.4em;
  262. color: #000000 !important;
  263. background-color: #ffffff;
  264. }
  265.  
  266. .emails h4 {
  267. font-size: 1.3em;
  268. color: #000000 !important;
  269. background-color: #ffffff;
  270. }
  271.  
  272. .emails h5 {
  273. font-size: 1.2em;
  274. color: #000000 !important;
  275. background-color: #ffffff;
  276. }
  277.  
  278. .emails h6 {
  279. font-size: 1.1em;
  280. color: #000000;
  281. background-color: #ffffff;
  282. }
  283.  
  284. .emails article {
  285. display: inline-block;
  286. color: #000000;
  287. background-color: #ffffff;
  288. }
  289.  
  290. .emails .grp-half {
  291. padding-bottom: .5in;
  292. }
  293.  
  294. .emails .grp-1 {
  295. padding-bottom: 1in;
  296. }
  297.  
  298. .emails .grp-2 {
  299. padding-bottom: 2in;
  300. }
  301.  
  302. .emails .grp-3 {
  303. padding-bottom: 3in;
  304. }
  305.  
  306. .emails .grp-4 {
  307. padding-bottom: 4in;
  308. }
  309.  
  310. .emails .endzone-1 {
  311. padding-top: 1in;
  312. }
  313.  
  314. .emails .endzone-2 {
  315. padding-top: 2in;
  316. }
  317.  
  318. .emails .endzone-3 {
  319. padding-top: 3in;
  320. }
  321.  
  322. .emails .endzone-4 {
  323. padding-top: 4in;
  324. }
  325.  
  326. .emails .item-title {
  327. text-transform: uppercase;
  328. }
  329.  
  330. .emails .bcode {
  331. text-transform: uppercase;
  332. }
  333.  
  334. .emails .underline {
  335. text-transform: underline;
  336. }
  337.  
  338. .emails .right {
  339. text-align: right;
  340. }
  341. </style>
  342. <title>Title</title>
  343. </head>
  344. <div id="logo" style="font-family: 'Tahoma', 'Arial', sans-serif !important; text-align: left;">
  345. <h1 style="color: #1f9bde; font-weight: 1000; padding-top: 5px; line-height: .25em; font-size: 5em;">NE<span style="color: #0157b9">X</span>T</h1>
  346. <h3 style="color: #838689; text-decoration: underline; padding-left: 5px; font-style: italic;">SEARCH CATALOG</h3>
  347. </div>
  348. <div class="emails" style="color: #000000">
  349. <div id="greeting" class="grp-half">
  350. <h2>[% branch.branchname %] - Items waiting reminder</h2>
  351. </div>
  352. <div id="content" class="grp-half">
  353. <p>The following requested items are still available for pickup at [% branch.branchname %].<br />These items were requested for the library member with the card number ending in [% borrower.cardnumber.substr(-6) FILTER upper %].<br /></p>
  354. <p>The details are:</p>
  355. [% FOREACH hold IN holds %]
  356. <p> Title: [% hold.biblio.title %]<br /> [% IF hold.biblio.author %]Author: [% hold.biblio.author %]<br />[% END %] [% IF hold.item.itemcallnumber %]Call number: [% hold.item.itemcallnumber %]<br />[% END %] BC: [% hold.item.barcode %]<br />Waiting since [% hold.waitingdate | $KohaDates %]<br /><ins>Available until [% hold.expirationdate %]</ins></p>
  357. [% END %]
  358. </div>
  359. <footer>
  360. <p>Thank you,</p>
  361. <p> [% branch.branchname %]<br /> [% branch.branchaddress1 %]<br /> [% branch.branchcity %], [% branch.branchstate %] [% branch.branchzip %] </p>
  362. <p>You can access your account on-line at <a href="https://nextkansas.org">https://nextkansas.org</a> 24 hours a day.</p>
  363. <p>Visit our library's website at: <a href="[% branch.branchurl %]">[% branch.branchurl %]</a></p>
  364. <p>If you no longer wish to receive these e-mails or if you have any questions, please contact us by phone at <strong><ins>[% branch.branchphone %]</ins></strong>.</p>
  365. <div id="slip_datestamp" class="center">
  366. <h6>This notice was generated on <br />[% date.format(date.now, "%Y/%m/%d at %I:%M %p") %]</h6>
  367. </div>
  368. </footer>
  369. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement