Theme switcher
Pluralism
Intro
This page how each of the major HTML elements will look when rendered using the chosen theme. A theme may choose not to provide styling for some elements, in which case what you see is your browsers default rendering.
Headers
Header 1
Header 2
Header 3
Header 4
Header 5
Header 6
An image

A link
Blockquotes
Standard Blockquote
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque sed felis. Aliquam sit amet felis. Mauris semper, velit semper laoreet dictum, quam diam dictum urna, nec placerat elit nisl in quam. Etiam augue pede, molestie eget, rhoncus at, convallis ut, eros. Aliquam pharetra. Nulla in tellus eget odio sagittis blandit. Maecenas at nisl. Nullam lorem mi, eleifend a, fringilla vel, semper at, ligula. Mauris eu wisi. Ut ante dui, aliquet nec, congue non, accumsan sit amet, lectus. Mauris et mauris. Duis sed massa id mauris pretium venenatis. Suspendisse cursus velit vel ligula. Mauris elit. Donec neque. Phasellus nec sapien quis pede facilisis suscipit. Aenean quis risus sit amet eros volutpat ullamcorper. Ut a mi. Etiam nulla. Mauris interdum.
Nested Blockquotes
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque sed felis. Aliquam sit amet felis. Mauris semper, velit semper laoreet dictum, quam diam dictum urna, nec placerat elit nisl in quam. Etiam augue pede, molestie eget, rhoncus at, convallis ut, eros. Aliquam pharetra.
This is a blockquote within a blockquote
Nulla in tellus eget odio sagittis blandit. Maecenas at nisl. Nullam lorem mi, eleifend a, fringilla vel, semper at, ligula. Mauris eu wisi. Ut ante dui, aliquet nec, congue non, accumsan sit amet, lectus. Mauris et mauris. Duis sed massa id mauris pretium venenatis. Suspendisse cursus velit vel ligula. Mauris elit. Donec neque. Phasellus nec sapien quis pede facilisis suscipit. Aenean quis risus sit amet eros volutpat ullamcorper. Ut a mi. Etiam nulla. Mauris interdum.
Tables
| Column 1 header | Column 2 header |
|---|---|
| Column 1 footer | Column 2 footer |
| Row 1, Colum 1 | Row 1, Colum 2 |
| Row 2, Colum 1 | Row 2, Colum 2 |
| Row 3, Colum 1 | Row 3, Colum 2 |
Lists
An ordered list
- a list item
- another list item
- yet another list item
- this list is getting pointless now...
An unordered list
- a list item
- another list item
- yet another list item
- this list is getting pointless now...
A definition list
- Term 1
- Term 1 definition
- Term 2
- Term 2 definition
Active tickets
- #30: bt_htmloutput should use PageUtil::addVar
Hi,
is it possible to change the head-part so that it uses PageUtil::addVar? I think it is better for the JS/CSS combining.
case 'head': // head stylesheets $output = '<link rel="stylesheet" href="'.$smarty->themepath.'/yaml/core/slim_base.css" type="text/css" /> <link rel="stylesheet" href="'.$smarty->stylepath.'/screen/basemod'.($usepacked == 'y' ? '_packed' : '').'.css" type="text/css"/> <link rel="stylesheet" href="'.$smarty->stylepath.'/screen/content'.($usepacked == 'y' ? '_packed' : '').'.css" type="text/css"/> <!--[if lte IE 7]>' // .'<link rel="stylesheet" href="'.$smarty->stylepath.'/patches/patch_'.$base.'.css" type="text/css" />' .'<link rel="stylesheet" href="'.$smarty->themepath.'/yaml/core/slim_iehacks.css" type="text/css" /> <![endif]-->'; /* .'<!--[if lte IE 6]> <style type="text/css"> img, div, a, input { behavior: url('.$smarty->stylepath.'/patches/iepngfix.htc) } </style>' .'<script type="text/javascript" src="'.$smarty->scriptpath.'/iepngfix_tilebg.js"></script>' .'<![endif]--> '; */ // Add more header content if needed if (isset($smarty->_tpl_vars['additionalhead'])) { $output .= $smarty->_tpl_vars['additionalhead']; } break; - #29: YAML 3.2.1 is out
A minor update to 3.2 is out
http://www.yaml.de/de/dokumentation/changelog/version-3x.html
- #28: Show 'home' link in bt_adminlinks for non-admins.
If non-admin user create e.g. an news article, it will automatically be switched to the admin theme template. But the user won't see any link in the upper navigation now. Please add a link to 'home' for non-admins in function.bt_adminlinks.php for that use case. I think News v2.4 is not the only module, which switch you to the admin theme template.
Latest commits
- Revision 464: Added the navtoplinks section in the bt_htmloutput to centralize the links ...
Added the navtoplinks section in the bt_htmloutput to centralize the links there.
- Revision 463: Defines not converted. Gettext conversion seems finished
Defines not converted. Gettext conversion seems finished
- Revision 462: moved submenus for dynamicdrive menu to footer of page to prevent div ...
moved submenus for dynamicdrive menu to footer of page to prevent div nesting and offset problems
Recent wiki changes
-
MenutreeTemplates
by espaan (Nov 29)
[ upped ddlevels menu from dd ]
-
ExtMenuTemplates
by nestormateo (Sep 30)
[ Initial version ]
-
Home
by nestormateo (Sep 29)
[ OpenTemplates link fixed ]

Latest comments