Skip to content

Commit

Permalink
Merge pull request #54 from hbz/rpb-98-uiText
Browse files Browse the repository at this point in the history
Add alert, tweaks
  • Loading branch information
fsteeg authored Oct 25, 2023
2 parents 0751e34 + 866e257 commit 88594fe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/views/details.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
}
}
*@
@tags.search_form(q)
<div class="row" id="search-results">
@defining(Lobid.items(doc.toString)) { items =>
@defining(!(doc\\"containedIn").isEmpty && (doc\"type").toString.contains("Article")){superordination =>
Expand Down
4 changes: 2 additions & 2 deletions app/views/main.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@
</div>
<div class="page-header">
<img class="media-object nrw-logo pull-right" src="@controllers.routes.Assets.at("images/wappen.png")" alt="NRW">
<h1>Die Rheinland-Pfälzische Bibliographie<br/><small>Ein Entwicklungsprojekt von lbz &amp; hbz <span class="label label-default">Prototyp</span></small></h1>
<h1>Die Rheinland-Pfälzische Bibliographie<br/><small>Ein Entwicklungsprojekt von lbz &amp; hbz <span class="badge">beta</span></small></h1>
</div>
@content
<div class="panel panel-default nwbib-footer">
<div class="panel-body">
@defining(controllers.nwbib.Lobid.getTotalHits("").get(Lobid.API_TIMEOUT)){ hits =>
<img class="media-object pull-left nrw-wappen" src="@controllers.routes.Assets.at("images/wappen.png")" alt="NRW-Wappen">
<img class="media-object pull-right hbz-logo" src="@controllers.routes.Assets.at("images/hbz.png")" alt="hbz-Logo">
Dieser RPB-Prototyp enthält aktuell @hits Literaturnachweise | Ein Entwicklungsprojekt von <a href="https://lbz.rlp.de/">lbz</a> &amp; <a href="http://www.hbz-nrw.de/">hbz</a>
Die RPB enthält aktuell @hits Literaturnachweise | Ein Entwicklungsprojekt von <a href="https://lbz.rlp.de/">lbz</a> &amp; <a href="http://www.hbz-nrw.de/">hbz</a>
}
</div>
</div>
Expand Down
6 changes: 6 additions & 0 deletions app/views/tags/search_form.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@
<span class="input-group-btn"><button class="btn btn-default" type="submit" title="Suchen">
<span class="glyphicon glyphicon-search"></span></button></span>
</div>
<p/>
<div class="alert alert-warning">
Aufgrund einer technischen Störung musste die Rheinland-Pfälzische Bibliographie in ihrer bisherigen Form abgeschaltet
werden und auf eine neue Oberfläche umziehen. Bitte beachten Sie, dass es sich hierbei um eine Version handelt, in der
noch nicht alle Funktionen umgesetzt sind. Wir sind bestrebt, dies fortlaufend zu verbessern.
</div>
}
4 changes: 2 additions & 2 deletions public/stylesheets/nwbib.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dd {
}

#nwbib-form {
padding-bottom: 1.5em;
padding-bottom: 0em;
}

input#owner {
Expand Down Expand Up @@ -140,7 +140,7 @@ table {
}

.intro {
padding-top: 30px;
padding-top: 5px;
}

.nwbib-footer {
Expand Down

0 comments on commit 88594fe

Please sign in to comment.