| /template/mikio/ |
| H A D | mikio.php | 233 $html = ''; 236 $html .= '<script type="text/javascript">function mikioFooterRun() {'; 238 $html .= $script . ';'; 240 $html .= '}</script>'; 245 echo $html; 247 return $html; 427 $html = ob_get_clean(); 429 if (empty($html) === false) { 461 $html = ob_get_clean(); 463 if (empty($html) === true) { [all …]
|
| /template/ospyramid/css/blueprint/ |
| D | ie.css | 17 …html .column, * html .span-1, * html .span-2, * html .span-3, * html .span-4, * html .span-5, * ht… 18 * html legend {margin:0px -8px 16px 0;padding:0;} 21 html>body p code {*white-space:normal;} 25 * html .clearfix, * html .container {height:1%;}
|
| /template/bootstrap3/compat/inc/Menu/ |
| D | MobileMenu.php | 61 $html = '<form action="' . script() . '" method="get" accept-charset="utf-8">'; 62 $html .= '<div class="no">'; 63 $html .= '<input type="hidden" name="id" value="' . $ID . '" />'; 64 if($REV) $html .= '<input type="hidden" name="rev" value="' . $REV . '" />'; 66 $html .= '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />'; 69 $html .= '<select name="do" class="edit quickselect" title="' . $lang['tools'] . '">'; 70 $html .= '<option value="">' . $empty . '</option>'; 74 $html .= '<optgroup label="' . $lang[$tools . '_tools'] . '">'; 77 $html .= '<option value="' . $params['do'] . '">'; 78 $html .= hsc($item->getLabel()); [all …]
|
| D | AbstractMenu.php | 80 $html = ''; 88 $html .= "<li$class>"; 89 $html .= $item->asHtmlLink(false, $svg); 90 $html .= '</li>'; 92 return $html;
|
| /template/bootstrap3/ |
| D | Template.php | 1091 * @param string $html 1097 public function toBootstrapNav($html, $type = '', $stacked = false, $optional_class = '') argument 1124 $html 1140 * @param string $html 1150 $html = new \simple_html_dom; 1151 $html->load($list, true, false); 1154 foreach ($html->find('span.curid') as $elm) { 1160 foreach ($html->find('div.li') as $elm) { 1164 $list = $html->save(); 1165 $html->clear(); [all …]
|
| /template/notos/ |
| D | CustomController.php | 36 $html = ''; 38 if ($ACT !== 'show') return $html; 41 if (!page_exists($controlPage)) return $html; 45 $html .= '<ul class="navtabs ' . $class . '">'; 53 $html .= '<li class="primary' . $active . '">'; 54 $html .= $this->navItemHTML($page); 55 …$html .= '<span class="opener">' . inlineSVG(__DIR__ . '/ico/plus-circle-outline.svg') . '</span>'; 56 $html .= '</li>'; 60 $html .= '<li class="secondary' . $active . '">'; 61 $html .= '<ul>'; [all …]
|
| /template/strap/ComboStrap/ |
| H A D | BrandListTag.php | 26 $html = <<<EOF 37 $html .= <<<EOF 44 $html .= <<<EOF 62 $html .= "<tr>"; 68 $html .= "<td>" . ucfirst($brandName) . "</td>"; 80 $html .= "<td>"; 87 $html .= $brandTagAttributes->toHtmlEnterTag($buttonTag); 94 $html .= Icon::createFromName($name, $iconAttributes)->toHtml(); 96 $html .= "Icon name is null for brand $brandName"; 100 $html .= "</$buttonTag></td>"; [all …]
|
| H A D | TabsTag.php | 55 $html = "</ul>" . DOKU_LF; 59 $html .= "</div>" . DOKU_LF; 61 return $html; 102 $html = ""; 112 $html = $tagAttributes->toHtmlEnterTag("ul"); 120 $html = $tagAttributes->toHtmlEnterTag("div") . 125 $html .= TagAttributes::createEmpty() 134 return $html; 166 $html = $liTagAttributes->addClassName("nav-item") 179 $html .= $htmlAttributes [all …]
|
| H A D | HistoricalBreadcrumbMenuItem.php | 96 …$html = $this->createLink($actualPageId, $actualPageName, self::HISTORICAL_BREADCRUMB_NAME . "-hom… 98 $html .= '<ol>' . PHP_EOL; 101 $html .= '<li>'; 102 $html .= $this->createLink($id, $name); 103 $html .= '</li>' . PHP_EOL; 106 $html .= '</ol>' . PHP_EOL; 107 $html .= '</nav>' . PHP_EOL; 110 $linkAttributes["data{$dataAttributeNamespace}-content"] = $html;
|
| H A D | PageExplorerTag.php | 90 * @param string $html 95 … public static function treeProcessLeaf(string &$html, MarkupPath $page, array $data, string $type) argument 139 $html .= "{$listItemEnterTag}{$listItemContent}</li>"; 651 * @param string $html - the callstack 657 function treeProcessTree(string &$html, PathTreeNode $pathTreeNode, array $data) argument 708 PageExplorerTag::treeProcessLeaf($html, $homePage, $data, PageExplorerTag::HOME_TYPE); 738 $html .= "<li>"; 747 $html .= TagAttributes::createEmpty() 763 …$html .= MarkupRenderUtility::renderInstructionsToXhtml($namespaceInstructions, $subHomePage->getM… 765 …$html .= LogUtility::wrapInRedForHtml("Error while rendering the child directory. Error: {$e->getM… [all …]
|
| /template/myown/ |
| D | tpl_functions.php | 21 $html = p_wiki_xhtml ('menu1', '', false ); 22 $html = str_replace( '<p>', '', $html ); 23 $html = str_replace( '</p>', '', $html ); 28 $html = str_replace( '<a href="/'.$ID.'"', '<a href="/'.$ID.'" class="activepage"', $html ); 32 …$html = str_replace( '<a href="/'.$IDLINK.'"', '<a href="/'.$IDLINK.'" class="activepage"', $html … 36 $html = str_replace( '<a href="/'.$ID.'"', '<a href="/'.$ID.'" class="activepage"', $html ); 39 echo $html;
|
| /template/darkclean/ |
| D | tpl_functions.php | 21 $html = p_wiki_xhtml ('menu1', '', false ); 22 $html = str_replace( '<p>', '', $html ); 23 $html = str_replace( '</p>', '', $html ); 28 $html = str_replace( '<a href="/'.$ID.'"', '<a href="/'.$ID.'" class="activepage"', $html ); 32 …$html = str_replace( '<a href="/'.$IDLINK.'"', '<a href="/'.$IDLINK.'" class="activepage"', $html … 36 $html = str_replace( '<a href="/'.$ID.'"', '<a href="/'.$ID.'" class="activepage"', $html ); 39 echo $html;
|
| /template/simpleclean/ |
| D | tpl_functions.php | 21 $html = p_wiki_xhtml ('menu1', '', false ); 22 $html = str_replace( '<p>', '', $html ); 23 $html = str_replace( '</p>', '', $html ); 28 $html = str_replace( '<a href="/'.$ID.'"', '<a href="/'.$ID.'" class="activepage"', $html ); 32 …$html = str_replace( '<a href="/'.$IDLINK.'"', '<a href="/'.$IDLINK.'" class="activepage"', $html … 36 $html = str_replace( '<a href="/'.$ID.'"', '<a href="/'.$ID.'" class="activepage"', $html ); 39 echo $html;
|
| /template/readthedokus/ |
| H A D | .gitignore | 1 meta.html 2 header.html 3 pageheader.html 4 pagefooter.html 5 sidebarheader.html 6 sidebarfooter.html 7 util.html
|
| /template/bootstrap3/tpl/ |
| D | page-icons.php | 31 $html = '<li class="' . $class . '">'; variable 32 $html .= "<a $attr>"; 33 $html .= \inlineSVG($item->getSvg()); 34 $html .= '<span>' . hsc($item->getLabel()) . '</span>'; 35 $html .= "</a>"; 38 $html .= $item->getDropDownMenu(); 41 $html .= '</li>'; 43 echo $html;
|
| D | menu-user.php | 181 $html = new simple_html_dom; variable 182 $html->load($TPL->includePage($usermenu_pageid, true), true, false); 184 foreach ($html->find('h1,h2,h3,h4,h5,h6') as $elm) { 187 foreach ($html->find('hr') as $elm) { 190 foreach ($html->find('ul') as $elm) { 193 foreach ($html->find('div') as $elm) { 197 $content = $html->save(); 199 $html->clear(); 200 unset($html);
|
| /template/strap/ComboStrap/Tag/ |
| H A D | RelatedTag.php | 65 $html = $tagAttributes->toHtmlEnterTag("div"); 70 …$html .= "<strong>Plugin " . PluginUtility::PLUGIN_BASE_NAME . " - Component " . syntax_plugin_com… 76 $html .= '<ul>'; 80 $html .= '<li>'; 84 $html .= $linkUtility->toAttributes(self::TAG)->toHtmlEnterTag("a"); 85 $html .= $linkUtility->getDefaultLabel(); 86 $html .= "</a>"; 88 …$html = "Error while trying to create the link for the page ($backlinkId). Error: {$e->getMessage(… 89 LogUtility::msg($html); 93 $html .= [all …]
|
| /template/bootstrap3/inc/Menu/Item/ |
| D | ShareOn.php | 58 $html = ''; 60 $html .= '<ul class="dropdown-menu">'; 61 $html .= '<li class="dropdown-header">'; 62 $html .= iconify('mdi:share-variant') . ' ' . tpl_getLang('share_on') . '...'; 63 $html .= '</li>'; 70 …$html .= '<li><a href="#" class="share share-' . $provider . '" title="' . tpl_getLang('share_on')… 73 $html .= '</ul>'; 75 return $html;
|
| /template/mnml-blog/css/ |
| D | mnml-blog_screen_iehacks.css | 13 * html .dokuwiki div#tmpl_sidebar { 22 * html pre, 23 * html code { 31 * html div#pagewrap { 47 * html .dokuwiki div.toc span.toc_open, 48 * html .dokuwiki div.toc span.toc_close { 52 * html div.insitu-footnote { 60 * html .dokuwiki input.button, 61 * html .dokuwiki button.button { 65 * html .dokuwiki textarea.edit {
|
| /template/dokui/ |
| D | main.php | 34 $html = strip_tags(tpl_include_page('menu',0,0),'<li><a>'); variable 35 echo $html; 36 …if(!$html){echo '<li class="level1">'.strip_tags(html_wikilink('menu','Create main menu'),'<a>').'… 79 $html = strip_tags(tpl_include_page($page,0,0),'<li><a>'); variable 80 echo $html; 81 …if (!$html) { echo '<li>'.strip_tags(html_wikilink($page,'Create navigation menu'),'<a>').'</li>';…
|
| /template/strap/vendor/salesforce/handlebars-php/ |
| H A D | README.md | 59 …mplate string. Alternatively we can have a file containing handlebars (or html, text, etc) express… 69 ```html 105 "extension" => "html" 153 ***$template*** : Template can be the name of the file or a string containing the handlebars/html. 208 ```html 216 ```html 224 ```html 232 ```html 238 ```html 246 ```html [all …]
|
| /template/prsnl10/css/ |
| D | prsnl10_screen_iehacks.css | 16 * html pre, 17 * html code { 27 * html .dokuwiki div.toc span.toc_open, 28 * html .dokuwiki div.toc span.toc_close { 37 * html .dokuwiki input.button, 38 * html .dokuwiki button.button { 43 * html .dokuwiki textarea.edit {
|
| /template/strap/resources/theme/default/pages/partials/ |
| H A D | body-beforeend-partial.hbs | 1 {{!-- The common html at the end of the body element --}} 2 {{{ messages-html }}} 3 {{{ preloaded-stylesheet-html }}} 4 {{{ task-runner-html }}}
|
| /template/monobook/static/css/ |
| D | screen_iehacks.css | 23 * html.popup #media__manager { 27 *:first-child+html div#content .dokuwiki h1 a, 28 *:first-child+html div#content .dokuwiki h2 a, 29 *:first-child+html div#content .dokuwiki h3 a { 32 *:first-child+html div#content .dokuwiki h1 a { 35 *:first-child+html div#content .dokuwiki h2 a, 36 *:first-child+html div#content .dokuwiki h3 a { 40 *:first-child+html #mediamanager__page .panelContent li { 44 *:first-child+html #mediamanager__page .panelContent ul.thumbs dl {
|
| /template/strap/resources/theme/default/components/css/ |
| H A D | rem.css | 1 html { selector 7 html { selector 13 html { selector 19 html { selector
|