-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
384 additions
and
38 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -24,13 +24,14 @@ | |
|
||
<!-- application script --> | ||
<script src="js/app.js?release={!distRelease!}"></script> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | ||
</head> | ||
|
||
<body ng-controller="SnorqlCtrl"> | ||
|
||
|
||
<div class="navbar navbar-fixed-top navbar-snorql" role="navigation"> | ||
<div class=""> | ||
<div class="container-fluid"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> | ||
<span class="sr-only">Toggle navigation</span> | ||
|
@@ -56,10 +57,27 @@ | |
<li ng-class=""><a href="{{'api' | getNeXtProtUrl}}">API</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="/page">Help</a></li> | ||
<li><a ng-href="/page/title/about">About</a></li> | ||
<li><a href="/help/doc/introduction">Help</a></li> | ||
<li><a ng-href="/about">About</a></li> | ||
<li><a href="mailto:[email protected]?subject=[neXtProt%20SnorQL]">Contact us</a></li> | ||
</ul> | ||
</ul> | ||
<ul class="nav navbar-nav navbar-right"> | ||
|
||
<!-- login button --> | ||
<li ng-if="!user.profile.email"> | ||
<a href='' type="button" class="link" ng-click="login()">Login</a> | ||
</li> | ||
|
||
<!-- once logged in user resources --> | ||
<li class="dropdown" ng-if="user.profile.email" ng-cloak> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown"> | ||
{{user.profile.name || user.profile.email}}<span class="caret"></span></a> | ||
<ul class="dropdown-menu" role="menu"> | ||
<li><a href="#" ng-click="logout()">Logout</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div><!-- /.nav-collapse --> | ||
</div><!-- /.container --> | ||
</div><!-- /.navbar --> | ||
|
@@ -89,8 +107,8 @@ <h4 class="list-group-item-heading">List group item heading</h4> | |
<hr> | ||
<footer> | ||
<p><a target="_blank" href="https://github.com/calipho-sib/nextprot-snorql">GitHub fork</a></p> | ||
<p><a href="/pages/legal-disclaimer">Terms of Service</a></p> | ||
<p><a href="/pages/copyright">© SIB 2015</a></p> | ||
<p><a href="/legal-disclaimer">Terms of Service</a></p> | ||
<p><a href="/copyright">© SIB 2015</a></p> | ||
</footer> | ||
--> | ||
|
@@ -100,12 +118,12 @@ <h4 class="list-group-item-heading">List group item heading</h4> | |
<div class="row"> | ||
<div class="col-md-4"> | ||
<ul class="nav nav-pills nav-stacked"> | ||
<li><a href="/pages/legal-disclaimer">Legal disclaimer</a></li> | ||
<li><a href="/legal-disclaimer">Legal disclaimer</a></li> | ||
</ul> | ||
</div> | ||
<div class="col-md-4"> | ||
<ul class="nav nav-pills nav-stacked"> | ||
<li><a href="/pages/copyright">© 2015 SIB</a></li> | ||
<li><a href="/copyright">© 2015 SIB</a></li> | ||
</ul> | ||
</div> | ||
<div class="col-md-4"> | ||
|
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
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
Oops, something went wrong.