Skip to content

Commit

Permalink
Merge branch '652-logoAndLink' of https://github.com/hbz/nwbib
Browse files Browse the repository at this point in the history
Resolves #652

See https://nwbib.de/
  • Loading branch information
fsteeg committed Sep 9, 2024
2 parents fa5c57e + b9d70fb commit e14b864
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
15 changes: 12 additions & 3 deletions app/views/main.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<li @if(title=="NWBib: Kontakt"){class="active"} class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" title="Info"><span class="glyphicon glyphicon-info-sign"></span><b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://www.landesbibliothek-nrw.de/aufgaben-der-landesbibliotheken/nordrhein-westfaelische-bibliographie">Über die NWBib</a></li>
<li><a href="https://www.landesbibliotheken.nrw">Über die Landesbibliotheken</a></li>
<li><a href="@nwbib.routes.Application.journals()">Ausgewertete Zeitschriften</a></li>
<li><a href="mailto:lobid-admin@@hbz-nrw.de?subject=Feedback%20zur%20NWBib,%20aktuelle%20URL%[email protected]()">Feedback</a></li>
<li class="divider"></li>
Expand Down Expand Up @@ -101,12 +101,21 @@ <h1>Die Nordrhein-Westfälische Bibliographie<br/><small>Mehr als 400.000 Publik
<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">
Die NWBib bietet @if(hits>0){aktuell @hits}else{mehr als 400.000 (Stand: Januar 2018)} Literaturnachweise. Sie wird von der <a href="http://www.ulb.hhu.de/">Universitäts- und Landesbibliothek (ULB) Düsseldorf</a> und der <a href="http://www.ulb.uni-muenster.de/">ULB Münster</a> in Zusammenarbeit mit der <a href="http://www.ulb.uni-bonn.de/">ULB Bonn</a> und dem <a href="http://www.hbz-nrw.de/">Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)</a> herausgegeben.
}
</div>
</div>
<div class="logos">
<p class="h5" style="margin-top:10px"><strong>
<a target="_blank" style="color: inherit; text-decoration: inherit" href="https://www.landesbibliotheken.nrw">
Landesbibliotheken.<span style="color:#109039">N</span><span style="color:#BDBCBC">R</span><span style="color:#E00A1D">W</span>
</a>
</strong></p>
&nbsp;&nbsp;&nbsp;
<a target="_blank" href="https://www.hbz-nrw.de">
<img class="media-object hbz-logo" src="@controllers.routes.Assets.at("images/hbz.png")" alt="hbz-Logo">
</a>
</div>
</div>
</body>
</html>
15 changes: 8 additions & 7 deletions public/stylesheets/nwbib.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,9 @@ table {
height: 80px;
}

.nrw-wappen {
height: 40px;
padding: 5px;
}

.hbz-logo {
height: 40px;
padding: 5px;
height: 30px;
padding: 5px 0px 5px 0px;
}

.intro {
Expand All @@ -138,9 +133,15 @@ table {

.nwbib-footer {
margin-top: 15px;
margin-bottom: 0px;
text-align: center;
}

.logos{
display: flex;
justify-content: center;
}

.pagination {
margin-top: 0px !important;
margin-bottom: 0px !important;
Expand Down

0 comments on commit e14b864

Please sign in to comment.