|
Lines 118-123
Link Here
|
| 118 |
<li><label for="name">Server name: </label><input type="text" name="servername" id="servername" size="65" maxlength="100" onblur="toUC(this)" value="[% server.servername | html %]"/></li> |
118 |
<li><label for="name">Server name: </label><input type="text" name="servername" id="servername" size="65" maxlength="100" onblur="toUC(this)" value="[% server.servername | html %]"/></li> |
| 119 |
|
119 |
|
| 120 |
<li><label for="host" class="required">Hostname: </label> <input type="text" name="host" id="host" size="30" value="[% server.host %]" required="required" /> <span class="required">Required</span> |
120 |
<li><label for="host" class="required">Hostname: </label> <input type="text" name="host" id="host" size="30" value="[% server.host %]" required="required" /> <span class="required">Required</span> |
|
|
121 |
[% IF (server.servertype||type) == 'sru' %] |
| 122 |
<div class="hint">Includes the domain part, but the path part of the URL should go into Database.</div> |
| 123 |
[% END %] |
| 121 |
</li> |
124 |
</li> |
| 122 |
<li><label for="port" class="required">Port: </label> <input type="text" name="port" id="port" size="5" value="[% server.port %]" required="required" /> <span class="required">Required</span> |
125 |
<li><label for="port" class="required">Port: </label> <input type="text" name="port" id="port" size="5" value="[% server.port %]" required="required" /> <span class="required">Required</span> |
| 123 |
</li> |
126 |
</li> |
|
Lines 179-185
Link Here
|
| 179 |
<li> |
182 |
<li> |
| 180 |
<label for="sru_options">Additional SRU options: </label> |
183 |
<label for="sru_options">Additional SRU options: </label> |
| 181 |
<input type="text" name="sru_options" id="sru_options" size="50" value="[% server.sru_options %]"/> |
184 |
<input type="text" name="sru_options" id="sru_options" size="50" value="[% server.sru_options %]"/> |
| 182 |
<span>( Separate options by commas. Example: sru=get,sru_version=1.1. See also http://www.indexdata.com/yaz/doc/zoom.html.)</span> |
185 |
<div class="hint">Separate options by commas. Example: sru=get,sru_version=1.1. See also http://www.indexdata.com/yaz/doc/zoom.html.</div> |
| 183 |
</li> |
186 |
</li> |
| 184 |
<li> |
187 |
<li> |
| 185 |
<label for="sru_fields">SRU Search fields mapping: </label> |
188 |
<label for="sru_fields">SRU Search fields mapping: </label> |
|
Lines 190-196
Link Here
|
| 190 |
<li> |
193 |
<li> |
| 191 |
<label for="add_xslt">XSLT File(s) for transforming results: </label> |
194 |
<label for="add_xslt">XSLT File(s) for transforming results: </label> |
| 192 |
<input type="text" name="add_xslt" id="add_xslt" size="100" value="[% server.add_xslt %]"/> |
195 |
<input type="text" name="add_xslt" id="add_xslt" size="100" value="[% server.add_xslt %]"/> |
| 193 |
<span>(comma-separated filenames)</span> |
196 |
<div class="hint">Separate multiple filenames by commas.</span> |
| 194 |
</li> |
197 |
</li> |
| 195 |
|
198 |
|
| 196 |
</ol> |
199 |
</ol> |
| 197 |
- |
|
|