|
Lines 143-148
Link Here
|
| 143 |
</li> |
143 |
</li> |
| 144 |
<li><label for="rank">Rank (display order): </label> <input type="text" name="rank" id="rank" size="4" value="[% server.rank %]" /> |
144 |
<li><label for="rank">Rank (display order): </label> <input type="text" name="rank" id="rank" size="4" value="[% server.rank %]" /> |
| 145 |
</li> |
145 |
</li> |
|
|
146 |
<li><label for="attributes">Attributes (additional PQF attributes added to each query): </label><input type="text" name="attributes" id="attributes" size="30" value="[% server.attributes %]" /> |
| 147 |
</li> |
| 148 |
|
| 146 |
|
149 |
|
| 147 |
<li><label for="syntax">Syntax (z3950 can send<br /> records in various format. Choose one): </label> |
150 |
<li><label for="syntax">Syntax (z3950 can send<br /> records in various format. Choose one): </label> |
| 148 |
<select name="syntax" id="syntax"> |
151 |
<select name="syntax" id="syntax"> |
|
Lines 219-225
Link Here
|
| 219 |
You searched for [% searchfield %] |
222 |
You searched for [% searchfield %] |
| 220 |
[% END %] |
223 |
[% END %] |
| 221 |
<table id="serverst"> |
224 |
<table id="serverst"> |
| 222 |
<thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Options</th> |
225 |
<thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Attributes</th><th>Options</th> |
| 223 |
</tr></thead> |
226 |
</tr></thead> |
| 224 |
<tbody> |
227 |
<tbody> |
| 225 |
[% FOREACH loo IN loop %] |
228 |
[% FOREACH loo IN loop %] |
|
Lines 232-237
Link Here
|
| 232 |
<span>Authority</span> |
235 |
<span>Authority</span> |
| 233 |
[% END %] |
236 |
[% END %] |
| 234 |
</td> |
237 |
</td> |
|
|
238 |
<td>[% loo.attributes %]</td> |
| 235 |
<td><a href="[% loo.script_name %]?op=edit&id=[% loo.id %]">Edit</a> <a href="[% loo.script_name %]?op=add&id=[% loo.id %]">Copy</a> <a href="javascript:void(0);" onclick="ConfirmDelete('[% loo.servername | replace("['\"]","") %]','[% loo.id %]');">Delete</a></td> |
239 |
<td><a href="[% loo.script_name %]?op=edit&id=[% loo.id %]">Edit</a> <a href="[% loo.script_name %]?op=add&id=[% loo.id %]">Copy</a> <a href="javascript:void(0);" onclick="ConfirmDelete('[% loo.servername | replace("['\"]","") %]','[% loo.id %]');">Delete</a></td> |
| 236 |
</tr> |
240 |
</tr> |
| 237 |
[% END %] |
241 |
[% END %] |
| 238 |
- |
|
|