Lines 151-196
Link Here
|
151 |
<li> |
151 |
<li> |
152 |
<label for="fav_itemtypes">Preferred materials:</label> |
152 |
<label for="fav_itemtypes">Preferred materials:</label> |
153 |
[% IF ( housebound_profile ) %] |
153 |
[% IF ( housebound_profile ) %] |
154 |
<input id="fav_itemtypes" type="text" size="50" name="fav_itemtypes" |
154 |
<textarea id="fav_itemtypes" name="fav_itemtypes" cols="110" rows="10">[% housebound_profile.fav_itemtypes | html %]</textarea> |
155 |
value="[% housebound_profile.fav_itemtypes | html %]"> |
|
|
156 |
[% ELSE %] |
155 |
[% ELSE %] |
157 |
<input id="fav_itemtypes" type="text" value="" size="50" name="fav_itemtypes"> |
156 |
<textarea id="fav_itemtypes" name="fav_itemtypes" cols="110" rows="10"></textarea> |
158 |
[% END %] |
157 |
[% END %] |
159 |
</li> |
158 |
</li> |
160 |
<li> |
159 |
<li> |
161 |
<label for="fav_subjects">Subjects:</label> |
160 |
<label for="fav_subjects">Subjects:</label> |
162 |
[% IF ( housebound_profile ) %] |
161 |
[% IF ( housebound_profile ) %] |
163 |
<input id="fav_subjects" type="text" size="50" name="fav_subjects" |
162 |
<textarea id="fav_subjects" name="fav_subjects" cols="110" rows="10">[% housebound_profile.fav_subjects | html %]</textarea> |
164 |
value="[% housebound_profile.fav_subjects | html %]"> |
|
|
165 |
[% ELSE %] |
163 |
[% ELSE %] |
166 |
<input id="fav_subjects" type="text" value="" size="50" name="fav_subjects"> |
164 |
<textarea id="fav_subjects" name="fav_subjects" cols="110" rows="10"></textarea> |
167 |
[% END %] |
165 |
[% END %] |
168 |
</li> |
166 |
</li> |
169 |
<li> |
167 |
<li> |
170 |
<label for="fav_authors">Authors:</label> |
168 |
<label for="fav_authors">Authors:</label> |
171 |
[% IF ( housebound_profile ) %] |
169 |
[% IF ( housebound_profile ) %] |
172 |
<input id="fav_authors" type="text" size="50" name="fav_authors" |
170 |
<textarea id="fav_authors" name="fav_authors" cols="110" rows="10">[% housebound_profile.fav_authors | html %]</textarea> |
173 |
value="[% housebound_profile.fav_authors | html %]"> |
|
|
174 |
[% ELSE %] |
171 |
[% ELSE %] |
175 |
<input id="fav_authors" type="text" value="" size="50" name="fav_authors"> |
172 |
<textarea id="fav_authors" name="fav_authors" cols="110" rows="10"></textarea> |
176 |
[% END %] |
173 |
[% END %] |
177 |
</li> |
174 |
</li> |
178 |
<li> |
175 |
<li> |
179 |
<label for="referral">Referral:</label> |
176 |
<label for="referral">Referral:</label> |
180 |
[% IF ( housebound_profile ) %] |
177 |
[% IF ( housebound_profile ) %] |
181 |
<input id="referral" type="text" size="50" name="referral" |
178 |
<textarea id="referral" name="referral" cols="110" rows="10">[% housebound_profile.referral | html %]</textarea> |
182 |
value="[% housebound_profile.referral | html %]"> |
|
|
183 |
[% ELSE %] |
179 |
[% ELSE %] |
184 |
<input id="referral" type="text" value="" size="50" name="referral"> |
180 |
<textarea id="referral" name="referral" cols="110" rows="10"></textarea> |
185 |
[% END %] |
181 |
[% END %] |
186 |
</li> |
182 |
</li> |
187 |
<li> |
183 |
<li> |
188 |
<label for="notes">Notes:</label> |
184 |
<label for="notes">Notes:</label> |
189 |
[% IF ( housebound_profile ) %] |
185 |
[% IF ( housebound_profile ) %] |
190 |
<input id="notes" type="text" size="50" name="notes" |
186 |
<textarea id="notes" name="notes" cols="110" rows="10">[% housebound_profile.notes | html %]</textarea> |
191 |
value="[% housebound_profile.notes | html %]"> |
|
|
192 |
[% ELSE %] |
187 |
[% ELSE %] |
193 |
<input id="notes" type="text" value="" size="50" name="notes"> |
188 |
<textarea id="notes" name="notes" cols="110" rows="10"></textarea> |
194 |
[% END %] |
189 |
[% END %] |
195 |
</li> |
190 |
</li> |
196 |
</ol> |
191 |
</ol> |
Lines 360-383
Link Here
|
360 |
[% AuthorisedValues.GetByCode( 'HSBND_FREQ', housebound_profile.frequency, 0 ) || housebound_profile.frequency | html %] |
355 |
[% AuthorisedValues.GetByCode( 'HSBND_FREQ', housebound_profile.frequency, 0 ) || housebound_profile.frequency | html %] |
361 |
</li> |
356 |
</li> |
362 |
<li> |
357 |
<li> |
363 |
<span class="label">Material:</span> |
358 |
<span class="label">Material:</span><br /> |
364 |
[% housebound_profile.fav_itemtypes | html %] |
359 |
[% housebound_profile.fav_itemtypes | html | html_line_break %] |
365 |
</li> |
360 |
</li> |
366 |
<li> |
361 |
<li> |
367 |
<span class="label">Subjects:</span> |
362 |
<span class="label">Subjects:</span><br /> |
368 |
[% housebound_profile.fav_subjects | html %] |
363 |
[% housebound_profile.fav_subjects | html | html_line_break %] |
369 |
</li> |
364 |
</li> |
370 |
<li> |
365 |
<li> |
371 |
<span class="label">Authors:</span> |
366 |
<span class="label">Authors:</span><br /> |
372 |
[% housebound_profile.fav_authors | html %] |
367 |
[% housebound_profile.fav_authors | html | html_line_break %] |
373 |
</li> |
368 |
</li> |
374 |
<li> |
369 |
<li> |
375 |
<span class="label">Referral:</span> |
370 |
<span class="label">Referral:</span><br /> |
376 |
[% housebound_profile.referral | html %] |
371 |
[% housebound_profile.referral | html | html_line_break %] |
377 |
</li> |
372 |
</li> |
378 |
<li> |
373 |
<li> |
379 |
<span class="label">Notes:</span> |
374 |
<span class="label">Notes:</span><br /> |
380 |
[% housebound_profile.notes | html %] |
375 |
[% housebound_profile.notes | html | html_line_break %] |
381 |
</li> |
376 |
</li> |
382 |
</ol> |
377 |
</ol> |
383 |
<div class="action"> |
378 |
<div class="action"> |
384 |
- |
|
|