Theme switcher
Notice: file information could not be cached.
Notice: file information could not be cached.
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; - #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.
- #26: DOCTYPE mismatch
Some of the templates in the same theme have a DOCTYPE of XHTML 1.0 STRICT and some 1.1 Transitional.
If using 1.0 you additionally need lang="<!--[lang]-->" as well as xml:lang="<!--[lang]-->" in the html tag.
Latest commits
- Revision 484: Folder rename to BlankTheme
Folder rename to BlankTheme
- Revision 483: POT regeneration
POT regeneration
- Revision 482: Content paddings fixes and 3col column resize
Content paddings fixes and 3col column resize
Recent wiki changes
-
MenutreeTemplates
by espaan (Aug 01)
[ added protofish dd menu ]
-
ExtMenuTemplates
by nestormateo (Sep 30)
[ Initial version ]
-
Home
by nestormateo (Sep 29)
[ OpenTemplates link fixed ]

Latest comments