').prepend($toggler);
// wrap all following siblings til the next element in a wrapper
var $wrap = jQuery('
')
@@ -135,7 +135,7 @@ jQuery(function () {
* Initialize the open/close toggling of menu entries
*/
initMenuHandling = function () {
- $nav.on('click', 'a.nav', function (e) {
+ $nav.on('click', 'div.nav a', function (e) {
toggleNav(jQuery(this));
e.preventDefault();
});
diff --git a/lang/de/lang.php b/lang/de/lang.php
index 62db31d..1dd858a 100755
--- a/lang/de/lang.php
+++ b/lang/de/lang.php
@@ -20,9 +20,10 @@ $lang['head_magic_matcher'] = 'MagicMatcher';
$lang['head_quick_search'] = 'wikiübergreifende Schnellsuche';
$lang['head_menu_main'] = 'Hauptmenü';
$lang['head_menu_status'] = 'Seitenstatus';
-$lang['head_breadcrumb'] = 'Standortanzeiger';
+$lang['head_breadcrumb_youarehere'] = 'Standortanzeiger';
$lang['head_menu_trace'] = 'Zuletzt Angesehen';
$lang['head_meta_box'] = 'Metainformationen zur Seite';
+$lang['head_menu_starred'] = 'gemerkte Seite';
$lang['jump_to_quicksearch'] = 'Springe zur Schnellsuche';
@@ -31,12 +32,17 @@ $lang['meta_box_tags_none'] = 'Keine Tags verknüpft';
$lang['js']['meta_box_toc_none'] = 'kein Inhaltsverzeichnis vorhanden';
$lang['tab_tags'] = 'Tags';
+$lang['tab_issues'] = 'Issues';
$lang['quality_trigger'] = 'Seitenanalyse ein- bzw. ausblenden';
$lang['prefix_tasks'] = 'offene Aufgaben: ';
$lang['prefix_tasks_page'] = 'offene Aufgaben auf dieser Seite: ';
+$lang['prefix_tasks_user'] = 'Ihre offenen Aufgaben: ';
+
$lang['tasks_page_none'] = 'keine offenen Aufgaben für diese Seite';
+$lang['tasks_page_intime'] = 'Es gibt %1$d offenen Aufgaben für diese Seite.';
+$lang['tasks_page_late'] = 'Es gibt %1$d offenen Aufgaben für diese Seite, %2$d sind zu spät.';
$lang['discussion'] = 'Diskussion';
$lang['back_to_article'] = 'Zurück zum Artikel';
@@ -48,6 +54,9 @@ $lang['osm_zoom_link_title'] = 'externer Link - öffnet in neuem Fenster'
$lang['image_detail'] = 'Detailinformationen zum Bild';
+$lang['mode_edit'] = 'Seite bearbeiten';
+$lang['mode_detail'] = 'Details zum Bild';
+
/**
* colors
*/
@@ -55,11 +64,11 @@ $lang['image_detail'] = 'Detailinformationen zum Bild';
$lang['__site_width__'] = 'Content - Breite (in %)';
$lang['__background_site__'] = 'Website - Hintergrundfarbe';
-$lang['__text_webframe__'] = 'Website unverlinkt: Claim, Titel, Footer, Navigation - Schriftfarbe';
+$lang['__text_webframe__'] = 'Claim, Titel, Footer (unverlinkt), Navigation (unverlinkt) - Schriftfarbe';
-$lang['__nav_menu_color__'] = 'verlinkt: Navigation, Footer, Pagetools Icons, Tabbox - Schriftfarbe';
-$lang['__nav_menu_hover_color__'] = 'verlinkt: Navigation (hover) - Schriftfarbe, Rahmenfarbe; Wiki Icons - Schriftfarbe; Wiki Icons (hover) - Hintergrundfarbe';
-$lang['__nav_menu_hover_bg__'] = 'verlinkt: Navigation (hover) - Hintergrundfarbe; Wiki Icons - Hintergrundfarbe; Wiki Icons (hover) - Schriftfarbe';
+$lang['__nav_menu_color__'] = 'Navigation (verlinkt), Footer (verlinkt), Pagetools Icons, Tabbox - Schriftfarbe';
+$lang['__nav_menu_hover_color__'] = 'Navigation (hover) - Schriftfarbe, Rahmenfarbe; Wiki Icons - Schriftfarbe; Wiki Icons (hover) - Hintergrundfarbe';
+$lang['__nav_menu_hover_bg__'] = 'Navigation (hover) - Hintergrundfarbe; Wiki Icons - Hintergrundfarbe; Wiki Icons (hover) - Schriftfarbe';
$lang['__background__'] = 'Content, Breadcrumb, Pagetools (hover) - Hintergrundfarbe';
$lang['__text__'] = 'Content: Text - Schriftfarbe';
@@ -82,8 +91,8 @@ $lang['__missing__'] = 'Links zu nicht vorhandenen Wikiseiten - S
$lang['__button_color__'] = 'Buttons - Schriftfarbe';
$lang['__button_background__'] = 'Buttons - Hintergrundfarbe';
-$lang['__background_alt__'] = 'Tabellenkopf, hover: Tabellenzeile, struct Label - Hintergrundfarbe (alternativ)';
-$lang['__text_alt__'] = 'Tabellenkopf unverlinkt, hover: Tabellenzeile, struct Label - Schriftfarbe (alternativ)';
+$lang['__background_alt__'] = 'Tabellenkopf, Tabellenzeile (hover), struct Label (hover) - Hintergrundfarbe (alternativ)';
+$lang['__text_alt__'] = 'Tabellenkopf (unverlinkt), Tabellenzeile (hover), struct Label (hover) - Schriftfarbe (alternativ)';
$lang['__border__'] = 'Tabellen, Formularfelder, Zitate - Rahmenfarbe';
$lang['__default_border_radius__'] = 'Wiki Icons, Content (oben rechts) - Borderradius';
diff --git a/lang/en/lang.php b/lang/en/lang.php
index 9c7d137..cbbf3c2 100755
--- a/lang/en/lang.php
+++ b/lang/en/lang.php
@@ -20,7 +20,7 @@ $lang['head_magic_matcher'] = 'MagicMatcher';
$lang['head_quick_search'] = 'quick search';
$lang['head_menu_main'] = 'main menu';
$lang['head_menu_status'] = 'site status';
-$lang['head_breadcrumb'] = 'location indicator';
+$lang['head_breadcrumb_youarehere'] = 'location indicator';
$lang['head_menu_trace'] = 'Last Visited Pages';
$lang['head_meta_box'] = 'meta data for this page';
$lang['head_menu_starred'] = 'Starred Pages';
@@ -38,6 +38,8 @@ $lang['quality_trigger'] = 'toggle page analysis';
$lang['prefix_tasks'] = 'open tasks: ';
$lang['prefix_tasks_page'] = 'open tasks for this page: ';
+$lang['prefix_tasks_user'] = 'Your open tasks: ';
+
$lang['tasks_page_none'] = 'There are no open tasks for this page.';
$lang['tasks_page_intime'] = 'There are %1$d open tasks on this page.';
$lang['tasks_page_late'] = 'There are %1$d open tasks on this page, %2$d are late.';
@@ -51,7 +53,8 @@ $lang['osm_zoom_link_text'] = 'view larger map';
$lang['osm_zoom_link_title'] = 'external link opens new window';
$lang['image_detail'] = 'image details';
-
+$lang['mode_edit'] = 'Editing Page';
+$lang['mode_detail'] = 'Image Details';
/**
* colors
@@ -59,14 +62,14 @@ $lang['image_detail'] = 'image details';
$lang['__site_width__'] = 'content - width (in %)';
-$lang['__background__'] = 'website - background color';
-$lang['__text_webframe__'] = 'website unlinked: claim, title, footer, navigation - font color';
+$lang['__background_site__'] = 'website - background color';
+$lang['__text_webframe__'] = 'claim, title, footer (unlinked), navigation (unlinked) - font color';
-$lang['__nav_menu_color__'] = 'link: navigation, footer, pagetools icons, tabbox - font color';
-$lang['__nav_menu_hover_color__'] = 'link: navigation (hover) - font color, border color; wiki icons - font color; wiki icons (hover) - background color';
-$lang['__nav_menu_hover_bg__'] = 'link: navigation (hover) - background color; wiki icons - background color; wiki icons (hover) - font color';
+$lang['__nav_menu_color__'] = 'navigation (link), footer (link), pagetools icons, tabbox - font color';
+$lang['__nav_menu_hover_color__'] = 'navigation (hover) - font color, border color; wiki icons - font color; wiki icons (hover) - background color';
+$lang['__nav_menu_hover_bg__'] = 'navigation (hover) - background color; wiki icons - background color; wiki icons (hover) - font color';
-$lang['__background_content__'] = 'content, breadcrumb, pagetools (hover) - background color';
+$lang['__background__'] = 'content, breadcrumb, pagetools (hover) - background color';
$lang['__text__'] = 'content: text - font color';
$lang['__background_neu__'] = 'Content neutral (not too different from the content background) - background color';
@@ -87,8 +90,8 @@ $lang['__missing__'] = 'links to non-existing pages - font color'
$lang['__button_color__'] = 'buttons - font color';
$lang['__button_background__'] = 'buttons - background color';
-$lang['__background_alt__'] = 'table head, hover: table cell, struct Label - background color (alternative)';
-$lang['__text_alt__'] = 'table head unlinked, hover: table cell, struct Label - font color (alternative)';
+$lang['__background_alt__'] = 'table head, table cell (hover), struct Label (hover) - background color (alternative)';
+$lang['__text_alt__'] = 'table head (unlinked), table cell (hover), struct Label (hover) - font color (alternative)';
$lang['__border__'] = 'tables, form fields, blockquotes - border color';
-$lang['__default_border_radius__'] = 'wiki icons, content (top right) - border radius';
+$lang['__default_border_radius__'] = 'wiki icons, content (top right) - border radius';
\ No newline at end of file
diff --git a/script.js b/script.js
index 11e9ce9..503fea9 100755
--- a/script.js
+++ b/script.js
@@ -8,4 +8,3 @@
/* DOKUWIKI:include js/meta-box.js */
/* DOKUWIKI:include js/sidebar.js */
-/* DOKUWIKI:include js/breadcrumb.js */
diff --git a/style.ini b/style.ini
index f18bae7..4dc2e5d 100755
--- a/style.ini
+++ b/style.ini
@@ -145,19 +145,19 @@ __nav_menu_color__ = "#696969" ; @ini_nav_menu_color
__nav_menu_hover_color__ = "#286da8" ; @ini_nav_menu_hover_color
__nav_menu_hover_bg__ = "#FFF" ; @ini_nav_menu_hover_bg
-__background __ = "#FFF" ; @ini_background (guaranteed for every plugin)
+__background__ = "#FFF" ; @ini_background (guaranteed for every plugin)
__text__ = "#252525" ; @ini_text (guaranteed for every plugin)
-__background_neu__ = "#ffffff" ; @ini_background_neu (guaranteed for every plugin)
+__background_neu__ = "#FFF" ; @ini_background_neu (guaranteed for every plugin)
__text_neu__ = "#656565" ; @ini_text_neu (guaranteed for every plugin)
__background_page_header__ = "#F6F6F6" ; @ini_background_page_header
-__border_light__ = "#dadada" ; @ini_border_light
+__border_light__ = "#DADADA" ; @ini_border_light
__background_page_footer__ = "#252525" ; @ini_background_page_footer
; highlighted text (e.g. search snippets)
-__highlight__ = "#efefef" ; @ini_highlight (guaranteed for every plugin)
+__highlight__ = "#EFEFEF" ; @ini_highlight (guaranteed for every plugin)
__highlight_text__ = "#252525" ; @ini_highlight_text
@@ -171,12 +171,12 @@ __link__ = "#286DA8" ; @ini_link
__button_color__ = "#FFF" ; @ini_button_color
__button_background__ = "#286DA8" ; @ini_button_background
-__background_alt__ = "#f6f6f6" ; @ini_background_alt (guaranteed for every plugin)
+__background_alt__ = "#F6F6F6" ; @ini_background_alt (guaranteed for every plugin)
__text_alt__ = "#454545" ; @ini_text_alt (guaranteed for every plugin)
; border color
-__border__ = "#bbbbbb" ; @ini_border (guaranteed for every plugin)
+__border__ = "#BBB" ; @ini_border (guaranteed for every plugin)
__default_border_radius__ = "3px" ; @ini_default_border_radius
diff --git a/tpl/main-sidebar-nav.php b/tpl/main-sidebar-nav.php
index 7998827..a084504 100644
--- a/tpl/main-sidebar-nav.php
+++ b/tpl/main-sidebar-nav.php
@@ -5,12 +5,12 @@