diff --git a/.gitattributes b/.gitattributes index 5034425..512d6d0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,4 +18,5 @@ www/external/prev.png -text www/external/sprintf.min.js -text www/external/theme.blue.css -text www/external/widget-pager.js -text +www/info.html -text www/logo_RUB_155x30.png -text diff --git a/www/index.html.de b/www/index.html.de old mode 100644 new mode 100755 index 5bcfac1..3411512 --- a/www/index.html.de +++ b/www/index.html.de @@ -53,6 +53,7 @@

Diese Seite benötigt JavaScript. Bitte schalten Sie JavaScript ein.

JavaScript disabled!

This page requires JavaScript to work. Please enable JavaScript.

+
@@ -150,9 +151,9 @@

Download als CSV-Datei.

-
+
-
+
diff --git a/www/info.html b/www/info.html new file mode 100644 index 0000000..c70d553 --- /dev/null +++ b/www/info.html @@ -0,0 +1,21 @@ +
+

Links

+
+ +
+

Copyright / Lizenz

+
+
+

Impressum

+
+
diff --git a/www/misc.js b/www/misc.js index 3afefa4..c4f2e97 100644 --- a/www/misc.js +++ b/www/misc.js @@ -181,9 +181,12 @@ $(document).ready(function() { // create tabs var tabOptions = { active: 0, - disabled: [2, 3], + disabled: [2], activate: function( event, ui ) { ui['newPanel'].find('table').trigger("update", [true]); }, }; $('#tabs').tabs(tabOptions); + // create accordions + $( '#accordion' ).accordion({heightStyle: 'fill'}); + });