Changeset 3381
- Timestamp:
- 03/30/15 18:37:41 (8 years ago)
- Location:
- plugins/multiToc/trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/multiToc/trunk/_admin.php
r3352 r3381 21 21 preg_match('/plugin.php\?p=multiToc(&.*)?$/', 22 22 $_SERVER['REQUEST_URI']), 23 $core->auth-> isSuperAdmin()23 $core->auth->check('admin',$core->blog->id) 24 24 ); 25 25 -
plugins/multiToc/trunk/_define.php
r3352 r3381 14 14 /* Description*/ "Makes posts or content's tables of content", 15 15 /* Author */ "Tomtom, Kozlika, Franck Paul, Pierre Van Glabeke", 16 /* Version */ '1. 8',16 /* Version */ '1.9', 17 17 /* Properties */ 18 18 array( -
plugins/multiToc/trunk/_widgets.php
r3352 r3381 18 18 public static function initWidgets($w) 19 19 { 20 $w->create('multiToc',__('Table of content'),array('multiTocWidgets','widget')); 20 $w->create('multiToc',__('MultiToc: table of content'),array('multiTocWidgets','widget'), 21 null, 22 __('Contents by category, keyword and alphabetical order')); 21 23 $w->multiToc->setting('title',__('Title:'),__('Table of content')); 22 24 $w->multiToc->setting('homeonly',__('Display on:'),0,'combo', -
plugins/multiToc/trunk/changelog
r3352 r3381 1 v1.9 - 30-03-2015 - Pierre Van Glabeke 2 * modif droits sur le plugin (superadmin -> admin) 3 * modif identification widget + localisation 4 1 5 v1.8 - 06-02-2015 - Pierre Van Glabeke 2 modifs bloc licence et divers6 * modifs bloc licence et divers 3 7 4 8 v1.7 - 20-12-2014 - Pierre Van Glabeke : 5 dc2.7 requis6 mise en compatibilité dc2.77 tickets 668 (http://lab.dotclear.org/ticket/668) et 761 (http://lab.dotclear.org/ticket/761) pris en compte8 modifications icône, localisation, css9 création aide intégrée9 * dc2.7 requis 10 * mise en compatibilité dc2.7 11 * tickets 668 (http://lab.dotclear.org/ticket/668) et 761 (http://lab.dotclear.org/ticket/761) pris en compte 12 * modifications icône, localisation, css 13 * création aide intégrée -
plugins/multiToc/trunk/css/multitoc.css
r3352 r3381 37 37 list-style: none; 38 38 padding: 5px; 39 background:transparent; 39 40 } 40 41 span.toc-item-date { -
plugins/multiToc/trunk/default-templates/currywurst/multitoc.html
r3315 r3381 13 13 14 14 <tpl:Block name="head-linkrel"> 15 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />16 15 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 17 16 … … 52 51 53 52 <tpl:Block name="main-content"> 54 53 <div id="content"> 55 54 56 57 58 59 60 61 62 63 64 65 66 67 55 <div id="content-info"> 56 <tpl:MultiTocIf type="cat"> 57 <h2>{{tpl:lang Table of content by category}}</h2> 58 </tpl:MultiTocIf> 59 <tpl:MultiTocIf type="alpha"> 60 <h2>{{tpl:lang Table of content by alpha list}}</h2> 61 </tpl:MultiTocIf> 62 <tpl:MultiTocIf type="tag"> 63 <h2>{{tpl:lang Table of content by tag}}</h2> 64 </tpl:MultiTocIf> 65 <p class="note">{{tpl:lang Click on each group name to display or hide entries list}}</p> 66 </div> 68 67 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 68 <div class="content-inner"> 69 <dl id="multitoc"> 70 <tpl:MultiTocGroup> 71 <dt>{{tpl:MultiTocGroupTitle}} {{tpl:MultiTocGroupCount}}</dt> 72 <dd> 73 <div class="toc-group-desc">{{tpl:MultiTocGroupDesc}}</div> 74 <ul> 75 <tpl:MultiTocItem> 76 <li> 77 {{tpl:MultiTocItemDate}} 78 <a href="{{tpl:MultiTocItemUrl}}">{{tpl:MultiTocItemTitle}}</a> 79 {{tpl:MultiTocItemAuthor}} 80 {{tpl:MultiTocItemCategory}} 81 {{tpl:MultiTocItemNbComments}} 82 {{tpl:MultiTocItemNbTrackbacks}} 83 <tpl:MultiTocMetaData> 84 <tpl:TagsHeader> - <ul class="post-tags-list"></tpl:TagsHeader> 85 <li class="post-tags-item"><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 86 <tpl:TagsFooter></ul></tpl:TagsFooter> 87 </tpl:MultiTocMetaData> 88 </li> 89 </tpl:MultiTocItem> 90 </ul> 91 </dd> 92 </tpl:MultiTocGroup> 93 </dl> 94 </div> 96 95 97 96 </div> 98 97 </tpl:Block> -
plugins/multiToc/trunk/default-templates/mustek/multitoc.html
r3315 r3381 10 10 <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 11 11 12 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />13 12 <meta property="dc.title" content="{{tpl:MultiTocPageTitle}} - {{tpl:BlogName encode_html="1"}}" /> 14 13 <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> … … 23 22 <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> 24 23 </tpl:Categories> 25 26 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />27 24 28 25 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> -
plugins/multiToc/trunk/locales/fr/main.po
r3353 r3381 11 11 12 12 msgid "Makes posts or content's tables of content" 13 msgstr "Créer des tables des matières pour une liste de billet ou le contenu d'un billet"13 msgstr "Créer des tables des matières pour une liste de billets ou le contenu d'un billet" 14 14 15 15 #: _admin.php:19 … … 18 18 msgid "Tables of content" 19 19 msgstr "Tables des matières" 20 21 msgid "MultiToc: table of content" 22 msgstr "MultiToc : table des matières" 23 24 msgid "Contents by category, keyword and alphabetical order" 25 msgstr "Table des matières par catégorie, mot-clé et ordre alphabétique" 20 26 21 27 #: _prepend.php:45
Note: See TracChangeset
for help on using the changeset viewer.