Débugage, testé sur dc2.5 et 2.6

This commit is contained in:
brol 2013-11-02 12:43:11 +01:00
parent d1748a0887
commit 13d59a0c91
6 changed files with 19 additions and 22 deletions

View file

@ -1,14 +1,14 @@
<?php
/* -- BEGIN LICENSE BLOCK ----------------------------------
#
# This file is part of Categories Page, a plugin for Dotclear 2.
#
# Copyright (c) 2013 Adjaya and contributors
# Licensed under the GPL version 2.0 license.
# See LICENSE file or
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# -- END LICENSE BLOCK ------------------------------------*/
#
# This file is part of Categories Page, a plugin for Dotclear 2.
#
# Copyright (c) 2013 Pierre Van Glabeke, Bernard Le Roux
# Licensed under the GPL version 2.0 license.
# See LICENSE file or
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# -- END LICENSE BLOCK ------------------------------------ */
if (!defined('DC_RC_PATH')) {
return;
}

View file

@ -3,14 +3,14 @@ CategoriesPage
CategoriesPage est un plugin pour [Dotclear] (http://fr.dotclear.org/).
Ce plugin ajoute un widget permettant d'accèder à la liste des catégories.
Ce plugin ajoute un widget permettant d'accèder à une page listant les catégories.
Ce plugin est basé sur le plugin [CategoriesMode] (http://plugins.dotaddict.org/dc2/details/categoriesMode) de Adjaya, Pierre Van Glabeke.
Ce plugin est basé sur le plugin [CategoriesMode] (http://plugins.dotaddict.org/dc2/details/categoriesMode) de Adjaya, Pierre Van Glabeke.
Compatibilité
============
Ce plugin a été testé avec les versions 2.5 et 2.6 de [Dotclear] (http://fr.dotclear.org/).
Ce plugin a été testé avec les versions 2.5 et 2.6 de [Dotclear] (http://fr.dotclear.org/).
Auteurs
=======

View file

@ -20,7 +20,7 @@ class publicCategoriesPage {
public static function main() {
$core = $GLOBALS['core'];
require_once '/_widgets.php';
require_once '_widgets.php';
// Adds news Categories' templates tags :
$tpl = $core->tpl;

View file

@ -42,7 +42,7 @@ class widgetsCategoriesPage {
if ($widget->class) {
$class = html::escapeHTML($widget->class);
}
if ( $widget->content_only) {
if ( !$widget->content_only) {
$divB = '<div class="categories '. $class . '">';
$divE = '</div>';
}
@ -50,7 +50,7 @@ class widgetsCategoriesPage {
$title = '<h2>' . html::escapeHTML($widget->title) . '</h2>';
}
return $divB .
return $divB . $title .
'<ul><li><strong><a href="' .
$core->blog->url . $core->url->getBase("categories") . '">' .
__('All categories') .
@ -59,7 +59,7 @@ class widgetsCategoriesPage {
}
public static function initWidgets($widget) {
$text = __('Categories page');
$text = __('Categories Page');
$widget->create('CategoriesPage', $text, array('widgetsCategoriesPage', 'categoriesPageWidgets'));
$categoriesPage = $widget->CategoriesPage;
$categoriesPage->setting('title', __('Title:'), $text, 'text');

View file

@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" />
<title>{{tpl:lang Categories page}} - {{tpl:BlogName encode_html="1"}}</title>
<title>{{tpl:lang Categories Page}} - {{tpl:BlogName encode_html="1"}}</title>
<meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
<meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" />
<meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
@ -40,7 +40,7 @@
<div id="content">
<div id="content-info">
<h2>{{tpl:lang Categories}} :</h2>
<h2>{{tpl:lang Categories}}</h2>
<tpl:Categories>
<h3><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> ({{tpl:CategoryCount}})</h3>
@ -75,4 +75,4 @@
{{tpl:include src="_footer.html"}}
</div> <!-- End #page -->
</body>
</html>
</html>

View file

@ -19,8 +19,5 @@ msgstr "Toutes les catégories"
msgid "Categories Page"
msgstr "Page des catégories"
msgid "Enable Categories Pode"
msgstr "Activer la page des catégories"
msgid "Categories"
msgstr "Catégories"