Lines 82-88
Link Here
|
82 |
<li><label for="rank">Rank (display order): </label> <input type="text" name="rank" id="rank" size="4" value="[% server.rank | html %]" /> |
82 |
<li><label for="rank">Rank (display order): </label> <input type="text" name="rank" id="rank" size="4" value="[% server.rank | html %]" /> |
83 |
</li> |
83 |
</li> |
84 |
[% IF (server.servertype||type) == 'zed' %] |
84 |
[% IF (server.servertype||type) == 'zed' %] |
85 |
<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 %]" /> |
85 |
<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 | html %]" /> |
86 |
</li> |
86 |
</li> |
87 |
[% END %] |
87 |
[% END %] |
88 |
|
88 |
|
Lines 175-181
Link Here
|
175 |
<span>Authority</span> |
175 |
<span>Authority</span> |
176 |
[% END %] |
176 |
[% END %] |
177 |
</td> |
177 |
</td> |
178 |
<td>[% loo.attributes %]</td> |
178 |
<td>[% loo.attributes | html %]</td> |
179 |
<td> |
179 |
<td> |
180 |
<div class="dropdown"> |
180 |
<div class="dropdown"> |
181 |
<a class="btn btn-default btn-xs dropdown-toggle" id="reportactions[% savedreport.id | html %]" role="button" data-toggle="dropdown" href="#"> |
181 |
<a class="btn btn-default btn-xs dropdown-toggle" id="reportactions[% savedreport.id | html %]" role="button" data-toggle="dropdown" href="#"> |
182 |
- |
|
|