Skip to content

Commit

Permalink
Merge branch 'master' into formats
Browse files Browse the repository at this point in the history
  • Loading branch information
margaretha committed Jun 14, 2024
2 parents d4cd7da + 0ddeef0 commit 60e20d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions SIS/clarin/views/api.xq
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ import module namespace app = "http://clarin.ids-mannheim.de/standards/app" at "
</p>
</div>

<!--
<div id="retrieving-centres" style="margin-top:30px;"><span class="subtitle">Retrieving centres</span>
<hr/>
<p><span class="heading">Method: </span> GET</p>
Expand All @@ -147,6 +148,7 @@ import module namespace app = "http://clarin.ids-mannheim.de/standards/app" at "
</code>
</p>
</div>
-->
</div>
<div class="footer">{app:footer()}</div>
</div>
Expand Down
5 changes: 3 additions & 2 deletions SIS/clarin/views/list-formats.xq
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ return
<tr>
<td><!--<span class="heading3">Keyword</span>-->
<select name="keyword" class="inputSelect"
style="width:310px;height:25px;background-color:white;">
style="width:308px;height:25px;background-color:white;padding:4px;
margin-left:2px;">
{rf:print-option("select", "", "Select keyword ...")}
{rf:print-keywords($keyword)}
</select>
Expand All @@ -112,7 +113,7 @@ return
<tr>
<td class ="autocomplete">
<input id="searchId" name="searchFormat"
style="width:300px;padding-left:5px"
style="width:300px;padding:4px 4px 0px 4px;"
class="inputText" type="text"
placeholder="Search format ..." value="{$searchItem}"/>
</td>
Expand Down

0 comments on commit 60e20d8

Please sign in to comment.