Skip to content
Snippets Groups Projects
Commit c66dfd76 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Added static assets needed and started updating css/js for ckan 2.10

parent cddf35d1
Branches
Tags
No related merge requests found
Showing
with 24615 additions and 4461 deletions
<div class="toolbar"> <div class="toolbar" role="navigation" aria-label="Brotkrumen-Navigation">
<ol class="breadcrumb"> <ol class="breadcrumb">
<li class="home"> <li class="home">
<a href="{{.Site.BaseURL}}"> <a href="/">
<img class="icon-home" src="{{ "images/Icon-Home.png" | relURL }}" alt="home icon" /> <img class="icon-home" src="{{ "/images/Icon-Home.png" | relURL }}" alt="home icon" />
<span>Start</span> <span> Home</span>
</a> </a>
</li>&nbsp; </li>
<li class="active"> <li class="active">
<a href="#">{{ .Title}}</a> <a href="#">{{ .Title}}</a>
</li> </li>
</ol> </ol>
</div> </div>
\ No newline at end of file
<a class="skip-link" href="#content">Zum Inhalt springen.</a> <a class="skip-link" href="#content">Zum Inhalt springen.</a>
<header class="navbar navbar-static-top masthead"> <header class="navbar navbar-static-top masthead">
<div class="container"> <div class="container topline">
<div class='row topline'> <hgroup class="header-image">
<div class='span3 span-navigation'>
<hgroup class="header-image pull-left">
<a class="logo" href="/"> <a class="logo" href="/">
<img class="img-logo-large" src="{{ "images/logo.png" | relURL }}" alt="Logo Schleswig Holstein" <img class="img-logo-large" src="{{ "images/logo.png" | relURL }}" alt="Logo Schleswig Holstein"
title="{{ .Site.Title }}" /> title="{{ .Site.Title }}" />
<img class="img-logo-small" src="{{ "images/logo-quer.png" | relURL }}" alt="Logo Schleswig Holstein" <img class="img-logo-small" src="{{ "images/logo-quer.png" | relURL }}" alt="Logo Schleswig Holstein"
title="{{ .Site.Title }}" /> title="{{ .Site.Title }}" />
</a> </a>
</hgroup> </hgroup>
</div> <h1 class="site-title"> Open-Data Schleswig-Holstein </h1>
<h1 class='site-title'>{{ .Site.Title }}</h1> <div id="menu-button-and-title" aria-label="Menü umschalten" data-module="odsh_toggle_menu">
</div>
<div id="menu-button-and-title" data-module="tpsh_toggle_menu">
<span class="fa fa-bars"></span> <span class="fa fa-bars"></span>
<h1 class='site-title-mobile'>{{ .Site.Title }}</h1> <h1 class="site-title-mobile"> Open-Data Schleswig-Holstein </h1>
</div> </div>
</div> </div>
<div class="container navigation-container"> <div class="container navigation-container">
<div class='row navigation-row'> <div class="row navigation-row">
<nav class="section navigation"> <nav class="section navigation">
<ul class="nav nav-pills"> <ul class="nav nav-pills">
<li class="header-menu-mobile" data-module="tpsh_toggle_menu"> <li class="header-menu-mobile" data-module="tpsh_toggle_menu">
...@@ -41,19 +40,15 @@ ...@@ -41,19 +40,15 @@
<span class="text">Login</span> <span class="text">Login</span>
</a> </a>
</li> </li>
<li class="language-switch"> <li class="language-switch sign-language navbar-right">
<a href="/gebaerdensprache" title="Gebärdensprache" class="navGebaerdensprache"> <a href="/gebaerdensprache" aria-label="Gebärdensprache" title="Gebärdensprache" class="navGebaerdensprache"></a>
</a>
</li> </li>
<li class="language-switch"> <li class="language-switch simple-language">
<a href="/leichtesprache" title="Leichte Sprache" class="navLeichteSprache"> <a href="/leichtesprache" aria-label="Einfache Sprache" title="Einfache Sprache" class="navLeichteSprache"></a>
</a>
</li> </li>
</ul> </ul>
</nav> </nav>
<nav class="section navigation">
<ul class="nav nav-pills"></ul>
</nav>
</div> </div>
</div> </div>
</header> </header>
......
File added
File added
File added
File added
themes/odsh/static/base/images/arrow-right.png

388 B

themes/odsh/static/base/images/odsh-favicon.ico

894 B

themes/odsh/static/base/images/sprite.png

78.7 KiB

File added
File added
File added
This diff is collapsed.
...@@ -15611,7 +15611,7 @@ notify.el=jQuery('.flash-messages',document.body);notify.create=function(title,m ...@@ -15611,7 +15611,7 @@ notify.el=jQuery('.flash-messages',document.body);notify.create=function(title,m
this.ckan=this.ckan||{};(function(ckan,jQuery){ckan.PRODUCTION='production';ckan.DEVELOPMENT='development';ckan.TESTING='testing';ckan.initialize=function(){var body=jQuery('body');var locale=jQuery('html').attr('lang');var location=window.location;var root=location.protocol+'//'+location.host;function getRootFromData(key){return(body.data(key)||root).replace(/\/$/,'');} this.ckan=this.ckan||{};(function(ckan,jQuery){ckan.PRODUCTION='production';ckan.DEVELOPMENT='development';ckan.TESTING='testing';ckan.initialize=function(){var body=jQuery('body');var locale=jQuery('html').attr('lang');var location=window.location;var root=location.protocol+'//'+location.host;function getRootFromData(key){return(body.data(key)||root).replace(/\/$/,'');}
ckan.SITE_ROOT=getRootFromData('siteRoot');ckan.LOCALE_ROOT=getRootFromData('localeRoot');jQuery('.automatic-local-datetime').each(function(){moment.locale(locale);var date=moment(jQuery(this).data('datetime'));if(date.isValid()){jQuery(this).html(date.format("LL, LT ([UTC]Z)"));} ckan.SITE_ROOT=getRootFromData('siteRoot');ckan.LOCALE_ROOT=getRootFromData('localeRoot');jQuery('.automatic-local-datetime').each(function(){moment.locale(locale);var date=moment(jQuery(this).data('datetime'));if(date.isValid()){jQuery(this).html(date.format("LL, LT ([UTC]Z)"));}
jQuery(this).show();}) jQuery(this).show();})
console.log("bar");ckan.module.initialize(); ckan.module.initialize();
;if(jQuery.fn.popover!==undefined){jQuery('[data-target="popover"]').popover();}};ckan.url=function(path,includeLocale){if(typeof path==='boolean'){includeLocale=path;path=null;} ;if(jQuery.fn.popover!==undefined){jQuery('[data-target="popover"]').popover();}};ckan.url=function(path,includeLocale){if(typeof path==='boolean'){includeLocale=path;path=null;}
path=(path||'').replace(/^\//,'');var root=includeLocale?ckan.LOCALE_ROOT:ckan.SITE_ROOT;return path?root+'/'+path:root;};ckan.sandbox.extend({url:ckan.url});if(ckan.ENV!==ckan.TESTING){jQuery(function(){ckan.initialize();});}})(this.ckan,this.jQuery);$(function(){$(".show-filters").click(function(){$("body").addClass("filters-modal");});$(".hide-filters").click(function(){$("body").removeClass("filters-modal");});}); path=(path||'').replace(/^\//,'');var root=includeLocale?ckan.LOCALE_ROOT:ckan.SITE_ROOT;return path?root+'/'+path:root;};ckan.sandbox.extend({url:ckan.url});if(ckan.ENV!==ckan.TESTING){jQuery(function(){ckan.initialize();});}})(this.ckan,this.jQuery);$(function(){$(".show-filters").click(function(){$("body").addClass("filters-modal");});$(".hide-filters").click(function(){$("body").removeClass("filters-modal");});});
this.ckan.module('select-switch',{options:{target:'select'},initialize:function(){var _this=this;this.el.on('change',this.options.target,function(){_this.el.submit();});}}); this.ckan.module('select-switch',{options:{target:'select'},initialize:function(){var _this=this;this.el.on('change',this.options.target,function(){_this.el.submit();});}});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment