[ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 $lang['addtemplate'] = 'Sjabloon toevoegen'; 3 $lang['areyousure'] = 'Weet je zeker dat je dit wilt verwijderen?'; 4 $lang['changelog'] = ' <ul> 5 <li>1.1 -- Added handling of target parameter, mainly for the Link content type</li> 6 <li>1.0 -- Initial Release</li> 7 </ul> '; 8 $lang['dbtemplates'] = 'Database sjablonen'; 9 $lang['description'] = 'Beheer menu sjablonen om menus in alle denkbare vormen te vertoonen.'; 10 $lang['deletetemplate'] = 'Verwijder sjabloon'; 11 $lang['edittemplate'] = 'Sjabloon bewerken'; 12 $lang['filename'] = 'Bestandsnaam'; 13 $lang['filetemplates'] = 'Bestandssjablonen'; 14 $lang['help_collapse'] = 'Zet aan (zet op 1) om het menu items onzichtbaar te laten maken die niet gerelateerd zijn aan deze pagina.'; 15 $lang['help_items'] = 'Gebruik dit item om een lijst met pagina's te selecteren die dit menu moeten tonen. De waarde moet een lijst van pagina aliassen zijn gescheiden door komma’s.'; 16 $lang['help_number_of_levels'] = 'Deze instelling zorgt er voor dat het menu tot een bepaald aantal niveaus gaat.'; 17 $lang['help_show_root_siblings'] = 'Deze optie is alleen handig als start_element of start_page is gebruikt. Het laat siblings langs zij van de geselecteerde start_page/element zien.'; 18 $lang['help_start_level'] = 'Deze optie zorgt er voor dat het menu alleen items laat zien vanaf een opgegeven start niveau. Een makkelijk voorbeeld is dat je op een pagina een menu hebt met number_of_levels='1'. En een tweede menu waar start_level='2'. Nu laat je tweede menu items zien die gebaseerd zijn op wat er is geselecteerd in het eerste menu.'; 19 $lang['help_start_element'] = 'Start een menu weergave op elk gegeven start_element en laat alleen dat element zien mijn zijn kinderen. Neemt een hiërarchie positie (b.v. 5.1.2).'; 20 $lang['help_start_page'] = 'Start een menu weergave op elk gegeven start_page element. En laat alleen dat element en zijn kinderen zien. Neemt een pagina alias.'; 21 $lang['help_template'] = 'Het te gebruiken sjabloon voor de weergave van het menu. Sjablonen komen uit de database tenzij de sjabloon naam eindigt op .tpl. In dat geval komt het sjabloon uit een bestand uit de MenuManager sjabloon map.'; 22 $lang['help'] = ' <h3>What does this do?</h3> 23 <p>Menu Manager is a module for abstracting menus into a system that's easily usable and customizable. It abstracts the display portion of menus into smarty templates that can be easily modified to suit the user's needs. That is, the menu manager itself is just an engine that feeds the template. By customizing templates, or make your own ones, you can create virtually any menu you can think of.</p> 24 <h3>How do I use it?</h3> 25 <p>Just insert the tag into your template/page like: <code>{menu}</code>. The parameters that it can accept are listed below.</p> 26 <h3>Why do I care about templates?</h3> 27 <p>Menu Manager uses templates for display logic. It comes with three default templates called cssmenu.tpl, minimal_menu.tpl and simple_navigation.tpl. They all basically create a simple unordered list of pages, using different classes and ID's for styling with CSS.</p> 28 <p>Note that you style the look of the menus with CSS. Stylesheets are not included with Menu Manager, but must be attached to the page template separately. For the cssmenu.tpl template to work in IE you must also insert a link to the JavaScript in the head section of the page template, which is necessary for the hover effect to work in IE.</p> 29 <p>If you would like to make a specialized version of a template, you can easily import into the database and then edit it directly inside the CMSMS admin. To do this: 30 <ol> 31 <li>Click on the Menu Manager admin.</li> 32 <li>Click on the File Templates tab, and click the Import Template to Database button next to i.e. simple_navigation.tpl.</li> 33 <li>Give the template copy a name. We'll call it "Test Template".</li> 34 <li>You should now see the "Test Template" in your list of Database Templates.</li> 35 </ol> 36 </p> 37 <p>Now you can easily modify the template to your needs for this site. Put in classes, id's and other tags so that the formatting is exactly what you want. Now, you can insert it into your site with {menu template='Test Template'}. Note that the .tpl extension must be included if a file template is used.</p> 38 <p>The parameters for the $node object used in the template are as follows: 39 <ul> 40 <li>$node->id -- Content ID</li> 41 <li>$node->url -- URL of the Content</li> 42 <li>$node->accesskey -- Access Key, if defined</li> 43 <li>$node->tabindex -- Tab Index, if defined</li> 44 <li>$node->titleattribute -- Description or Title Attribute (title), if defined</li> 45 <li>$node->hierarchy -- Hierarchy position, (e.g. 1.3.3)</li> 46 <li>$node->depth -- Depth (level) of this node in the current menu</li> 47 <li>$node->prevdepth -- Depth (level) of the node that was right before this one</li> 48 <li>$node->haschildren -- Returns true if this node has child nodes to be displayed</li> 49 <li>$node->menutext -- Menu Text</li> 50 <li>$node->alias -- Page alias</li> 51 <li>$node->target -- Target for the link. Will be empty if content doesn't set it.</li> 52 <li>$node->index -- Count of this node in the whole menu</li> 53 <li>$node->parent -- True if this node is a parent of the currently selected page</li> 54 </ul> 55 </p>'; 56 $lang['importtemplate'] = 'Importeer sjabloon naar de Database'; 57 $lang['menumanager'] = 'Menubeheer'; 58 $lang['newtemplate'] = 'Sjabloon naam'; 59 $lang['nocontent'] = 'Er is geen content ingevoerd'; 60 $lang['notemplatefiles'] = 'Er zijn geen bestandssjablonen in %s'; 61 $lang['notemplatename'] = 'Er is geen sjabloon naam opgegeven.'; 62 $lang['templatecontent'] = 'Sjabloon content'; 63 $lang['templatenameexists'] = 'Er bestaat al een sjabloon met deze naam'; 64 $lang['utmc'] = '156861353'; 65 $lang['utmz'] = '156861353.1154885832.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)'; 66 $lang['utma'] = '156861353.16807.1154885832.1154885832.1155235013.2'; 67 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Tue Apr 3 18:50:37 2007 | par Balluche grâce à PHPXref 0.7 |