Lines 71-164
VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New suggestion','<h3>Su
Link Here
|
71 |
</ul> |
71 |
</ul> |
72 |
</p>',1, 'email'); |
72 |
</p>',1, 'email'); |
73 |
INSERT INTO `letter` (module, code, name, title, content, is_html) |
73 |
INSERT INTO `letter` (module, code, name, title, content, is_html) |
74 |
VALUES ('circulation','ISSUESLIP','Utlån','Utlån', '<h3><<branches.branchname>></h3> |
74 |
VALUES ('circulation','ISSUESLIP','Utlån','Utlån', '[% USE KohaDates %] |
75 |
Utlånt til <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br /> |
75 |
<h3>[% branch.branchname %]</h3> |
76 |
(<<borrowers.cardnumber>>) <br /> |
76 |
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br /> |
77 |
|
77 |
([% borrower.cardnumber %]) <br /> |
78 |
<<today>><br /> |
78 |
|
79 |
|
79 |
[% today | $KohaDates %]<br /> |
80 |
<h4>Utlånt</h4> |
80 |
|
81 |
<checkedout> |
81 |
<h4>Checked Out</h4> |
82 |
<p> |
82 |
[% FOREACH checkout IN borrower.checkouts %] |
83 |
<<biblio.title>> <br /> |
83 |
[% IF ! checkout.is_overdue %] |
84 |
Strekkode: <<items.barcode>><br /> |
84 |
<p> |
85 |
Innleveringsfrist: <<issues.date_due>><br /> |
85 |
[% checkout.item.biblio.title %] <br /> |
86 |
</p> |
86 |
Barcode: [% checkout.item.barcode %]<br /> |
87 |
</checkedout> |
87 |
Date due: [% checkout.date_due | $KohaDates %]<br /> |
88 |
|
88 |
</p> |
89 |
<h4>Forfalte lån</h4> |
89 |
[% END %] |
90 |
<overdue> |
90 |
[% END %] |
91 |
<p> |
|
|
92 |
<<biblio.title>> <br /> |
93 |
Strekkode: <<items.barcode>><br /> |
94 |
Innleveringsfrist: <<issues.date_due>><br /> |
95 |
</p> |
96 |
</overdue> |
97 |
|
98 |
<hr> |
99 |
|
100 |
<h4 style="text-align: center; font-style:italic;">Nyheter</h4> |
101 |
<news> |
102 |
<div class="newsitem"> |
103 |
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5> |
104 |
<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.content>></p> |
105 |
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Publisert <<opac_news.timestamp>></p> |
106 |
<hr /> |
107 |
</div> |
108 |
</news>', 1), |
109 |
('circulation','ISSUEQSLIP','Utlån (enkel)','Utlån (enkel)', '<h3><<branches.branchname>></h3> |
110 |
Utlånt til <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br /> |
111 |
(<<borrowers.cardnumber>>) <br /> |
112 |
|
113 |
<<today>><br /> |
114 |
|
115 |
<h4>Utlånt i dag</h4> |
116 |
<checkedout> |
117 |
<p> |
118 |
<<biblio.title>> <br /> |
119 |
Strekkode: <<items.barcode>><br /> |
120 |
Innleveringsfrist: <<issues.date_due>><br /> |
121 |
</p> |
122 |
</checkedout>', 1), |
123 |
('circulation','HOLD_SLIP','Reservasjon','Reservasjon', '<h5>Dato: <<today>></h5> |
124 |
|
125 |
<h3> Overfør til/Reservasjon hos <<branches.branchname>></h3> |
126 |
|
127 |
<h3><<borrowers.surname>>, <<borrowers.firstname>></h3> |
128 |
|
129 |
<ul> |
130 |
<li><<borrowers.cardnumber>></li> |
131 |
<li><<borrowers.phone>></li> |
132 |
<li> <<borrowers.address>><br /> |
133 |
<<borrowers.address2>><br /> |
134 |
<<borrowers.city >> <<borrowers.zipcode>> |
135 |
</li> |
136 |
<li><<borrowers.email>></li> |
137 |
</ul> |
138 |
<br /> |
139 |
<h3>RESERVERT</h3> |
140 |
<h4><<biblio.title>></h4> |
141 |
<h5><<biblio.author>></h5> |
142 |
<ul> |
143 |
<li><<items.barcode>></li> |
144 |
<li><<items.itemcallnumber>></li> |
145 |
<li><<reserves.waitingdate>></li> |
146 |
</ul> |
147 |
<p>Kommentarer: |
148 |
<pre><<reserves.reservenotes>></pre> |
149 |
</p> |
150 |
', 1), |
151 |
('circulation','TRANSFERSLIP','Overføringslapp','Overføringslapp', '<h5>Dato: <<today>></h5> |
152 |
|
153 |
<h3>Overføres til <<branches.branchname>></h3> |
154 |
|
91 |
|
155 |
<h3>EKSEMPLAR</h3> |
92 |
<h4>Overdues</h4> |
156 |
<h4><<biblio.title>></h4> |
93 |
[% FOREACH checkout IN borrower.checkouts %] |
157 |
<h5><<biblio.author>></h5> |
94 |
[% IF checkout.is_overdue %] |
158 |
<ul> |
95 |
<p> |
159 |
<li><<items.barcode>></li> |
96 |
[% checkout.item.biblio.title %] <br /> |
160 |
<li><<items.itemcallnumber>></li> |
97 |
Barcode: [% checkout.item.barcode %]<br /> |
161 |
</ul>', 1); |
98 |
Date due: [% checkout.date_due | $KohaDates %]<br /> |
|
|
99 |
</p> |
100 |
[% END %] |
101 |
[% END %] |
102 |
|
103 |
<hr> |
104 |
|
105 |
<h4 style="text-align: center; font-style:italic;">News</h4> |
106 |
<news> |
107 |
<div class="newsitem"> |
108 |
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5> |
109 |
<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p> |
110 |
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p> |
111 |
<hr /> |
112 |
</div> |
113 |
</news> |
114 |
', 1), |
162 |
|
115 |
|
163 |
INSERT INTO `letter` (`module`,`code`,`branchcode`,`name`,`is_html`,`title`,`content`) |
116 |
INSERT INTO `letter` (`module`,`code`,`branchcode`,`name`,`is_html`,`title`,`content`) |
164 |
VALUES ( |
117 |
VALUES ( |