-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set up initial BiblioVino prototype (RPB-37)
- Loading branch information
Showing
6 changed files
with
29 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
<link rel="stylesheet" media="all" href="@controllers.routes.Assets.at("stylesheets/jquery-ui.min.css")"> | ||
<link rel="stylesheet" media="all" href="@controllers.routes.Assets.at("stylesheets/font-awesome.min.css")"> | ||
<link rel="stylesheet" media="all" href="@controllers.routes.Assets.at("stylesheets/nwbib.css")"> | ||
<link rel="shortcut icon" type="image/png" href="@controllers.routes.Assets.at("images/favicon.png")"> | ||
<link rel="shortcut icon" type="image/png" href="@controllers.routes.Assets.at("images/bibliovino.png")"> | ||
<script src="@controllers.routes.Assets.at("javascripts/jquery-1.10.2.min.js")"></script> | ||
<script src="@controllers.routes.Assets.at("javascripts/jquery-ui.min.js")"></script> | ||
<script src="@controllers.routes.Assets.at("javascripts/bootstrap.min.js")"></script> | ||
|
@@ -35,13 +35,17 @@ | |
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="@nwbib.routes.Application.index()"><span class="glyphicon glyphicon-home"></span> RPB</a> | ||
<a class="navbar-brand" href="@nwbib.routes.Application.index()"><span class="glyphicon glyphicon-home"></span> BiblioVino</a> | ||
</div> | ||
<div class="navbar-collapse collapse" id="nwbib-nav"> | ||
<ul class="nav navbar-nav"> | ||
<li @if(title=="RPB - Ergebnisliste"){class="active"}> | ||
<li @if(title=="BiblioVino - Ergebnisliste"){class="active"}> | ||
<a href="@nwbib.routes.Application.search()">Suche</a> | ||
</li> | ||
<li @if(title=="BiblioVino - Erweiterte Suche"){class="active"}> | ||
<a href="@nwbib.routes.Application.advanced()">Erweiterte Suche</a> | ||
</li> | ||
@* | ||
<li @if(title=="NWBib - Themensuche"){class="active"}> | ||
<a href="@nwbib.routes.Application.topics()">Themensuche</a> | ||
</li> | ||
|
@@ -51,10 +55,6 @@ | |
<li @if(title.contains("Sachsystematik")){class="active"}> | ||
<a href="@nwbib.routes.Application.subjects()">Sachgebiete</a> | ||
</li> | ||
@* | ||
<li @if(title=="NWBib - Erweiterte Suche"){class="active"}> | ||
<a href="@nwbib.routes.Application.advanced()">Erweiterte Suche</a> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Ergänzende Suche<b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
|
@@ -80,7 +80,7 @@ | |
<li><a href="http://www.landesbibliothek-nrw.de/aufgaben/nrw_bibliographie/">Über die NWBib</a></li> | ||
<li><a href="@nwbib.routes.Application.journals()">Ausgewertete Zeitschriften</a></li> | ||
*@ | ||
<li><a href="mailto:lobid-admin@@hbz-nrw.de?subject=Feedback%20zum%20RPB-Prototyp,%20aktuelle%20URL%[email protected]()">Feedback</a></li> | ||
<li><a href="mailto:lobid-admin@@hbz-nrw.de?subject=Feedback%20zum%20BiblioVino-Prototyp,%20aktuelle%20URL%[email protected]()">Feedback</a></li> | ||
@* | ||
<li class="divider"></li> | ||
<li class="dropdown-header">Fachliche Kontakte</li> | ||
|
@@ -103,16 +103,16 @@ | |
</div><!--/.container-fluid --> | ||
</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 & hbz <span class="label label-default">Prototyp</span></small></h1> | ||
<img class="media-object nrw-logo pull-right" src="@controllers.routes.Assets.at("images/bibliovino.png")" alt="BiblioVino"> | ||
<h1>BiblioVino<br/><small>Bibliographie zur Geschichte und Kultur des Weines <span class="label label-default">Prototyp</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> & <a href="http://www.hbz-nrw.de/">hbz</a> | ||
Dieser BiblioVino-Prototyp enthält aktuell @hits Literaturnachweise | Ein Entwicklungsprojekt von <a href="https://lbz.rlp.de/">lbz</a> & <a href="http://www.hbz-nrw.de/">hbz</a> | ||
} | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.