[ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 $lang['addtemplate'] = 'Añadir Plantilla'; 3 $lang['areyousure'] = '¿Seguro que quiere borrar esto?'; 4 $lang['changelog'] = ' <ul> 5 <li> 6 <p>Versión: 1.0</p> 7 <p>Initial Release.</p> 8 </li> 9 </ul> '; 10 $lang['dbtemplates'] = 'Plantillas de la Base de Datos'; 11 $lang['description'] = 'Gestiona plantillas de menu que mostrarán menus de cualquier clase.'; 12 $lang['deletetemplate'] = 'Borrar Plantilla'; 13 $lang['edittemplate'] = 'Editar Plantilla'; 14 $lang['filename'] = 'Nombre de Archivo'; 15 $lang['filetemplates'] = 'Plantillas de archivos'; 16 $lang['help_collapse'] = 'Activarlo (poner a 1) to have the menu hide items not related to the current selected page.'; 17 $lang['help_items'] = 'Usa esto opción para seleccinar una lista de páginas a mostrar en este menu. El valor debe ser una lista de alias de páginas separadas con coma.'; 18 $lang['help_number_of_levels'] = 'Esta opción permitirá al menu mostrar sólo un cierto número de niveles de despliegue.'; 19 $lang['help_show_all'] = 'Esta opción mostrará todos los nodos del menu, incluso si estan configurados para no mostrarse en el menu.'; 20 $lang['help_show_root_siblings'] = 'Esta opción es válida sólo si se usan start_element or start_page. Básicamente, mostrará los submenus al lado de cada elemento start_page seleccionado.'; 21 $lang['help_start_level'] = 'This option will have the menu only display items starting a the given level. An easy example would be if you had one menu on the page with number_of_levels='1'. Then as a second menu, you have start_level='2'. Now, your second menu will show items based on what is selected in the first menu.'; 22 $lang['help_start_element'] = 'Starts the menu displaying at the given start_element and showing that element and it's children only. Takes a hierarchy position (e.g. 5.1.2).'; 23 $lang['help_start_page'] = 'Starts the menu displaying at the given start_page and showing that element and it's children only. Takes a page alias.'; 24 $lang['help_template'] = 'La plantilla a usar para mostrar el menu. Las plantillas se toman de la tabla de plantillas a menos que el nombre de la misma termine en .tpl, en cuyo caso se tomará del directorio de plantillas del Gestor de Menus.'; 25 $lang['help'] = ' <h3>What does this do?</h3> 26 <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> 27 <h3>How do I use it?</h3> 28 <p>Just insert the tag into your template/page like: <code>{cms_module module='menumanager'}</code>. The parameters that it can accept are listed below.</p> 29 <h3>Why do I care about templates?</h3> 30 <p>Menu Manager uses templates for display logic. It comes with three default templates called bulletmenu.tpl, cssmenu.tpl and ellnav.tpl. They all basically create a simple unordered list of pages, using different classes and ID's for styling with CSS. They are similar to the menu systems included in previous versions: bulletmenu, CSSMenu and EllNav.</p> 31 <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> 32 <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: 33 <ol> 34 <li>Click on the Menu Manager admin.</li> 35 <li>Click on the File Templates tab, and click the Import Template to Database button next to bulletmenu.tpl.</li> 36 <li>Give the template copy a name. We'll call it "Test Template".</li> 37 <li>You should now see the "Test Template" in your list of Database Templates.</li> 38 </ol> 39 </p> 40 <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 {cms_module module='menumanager' template='Test Template'}. Note that the .tpl extension must be included if a file template is used.</p> 41 <p>The parameters for the $node object used in the template are as follows: 42 <ul> 43 <li>$node->id -- Content ID</li> 44 <li>$node->url -- URL of the Content</li> 45 <li>$node->accesskey -- Access Key, if defined</li> 46 <li>$node->tabindex -- Tab Index, if defined</li> 47 <li>$node->titleattribute -- Title Attribute (title), if defined</li> 48 <li>$node->hierarchy -- Hierarchy position, (e.g. 1.3.3)</li> 49 <li>$node->depth -- Depth (level) of this node in the current menu</li> 50 <li>$node->prevdepth -- Depth (level) of the node that was right before this one</li> 51 <li>$node->haschildren -- Returns true if this node has child nodes to be displayed</li> 52 <li>$node->menutext -- Menu Text</li> 53 <li>$node->index -- Count of this node in the whole menu</li> 54 <li>$node->parent -- True if this node is a parent of the currently selected page</li> 55 </ul> 56 </p>'; 57 $lang['importtemplate'] = 'Importar Plantilla a Base de Datos'; 58 $lang['menumanager'] = 'Gestor de Menu'; 59 $lang['newtemplate'] = 'Nombre de Nueva Plantilla'; 60 $lang['nocontent'] = 'Sin Contenido'; 61 $lang['notemplatefiles'] = 'Sin plantillas en %s'; 62 $lang['notemplatename'] = 'No has dado un nombre a la plantilla'; 63 $lang['templatecontent'] = 'Contenido de la Plantilla'; 64 $lang['templatenameexists'] = 'Ya existe una plantilla con este nombre'; 65 $lang['utma'] = '156861353.619180346.1171815579.1171815579.1172697500.2'; 66 $lang['utmb'] = '156861353'; 67 $lang['utmz'] = '156861353.1171815579.1.1.utmccn=(referral)|utmcsr=dev.cmsmadesimple.org|utmcct=/frs/shownotes.php|utmcmd=referral'; 68 ?>
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 |