Home
last modified time | relevance | path

Searched refs:html (Results 1 – 25 of 882) sorted by relevance

12345678910>>...36

/template/mikio/
H A Dmikio.php8 * @license GPLv2 (http://www.gnu.org/licenses/gpl-2.0.html)
222 $html = '';
225 $html .= '<script type="text/javascript">function mikioFooterRun() {';
227 $html .= $script . ';';
229 $html .= '}</script>';
234 echo $html;
236 return $html;
413 tpl_includeFile($page . '.html');
414 $html = ob_get_contents();
417 if (empty($html)
[all...]
/template/ospyramid/css/blueprint/
H A Die.css17html .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/
H A DTemplate.php10 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
1093 * @param string $html
1099 public function toBootstrapNav($html, $type = '', $stacked = false, $optional_class = '')
1126 $html
1142 * @param string $html
1152 $html = new \simple_html_dom;
1153 $html->load($list, true, false);
1156 foreach ($html->find('span.curid') as $elm) {
1162 foreach ($html->find('div.li') as $elm) {
1166 $list = $html
1097 toBootstrapNav($html, $type = '', $stacked = false, $optional_class = '') global() argument
[all...]
H A DEventHandlers.php10 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
129 if ($type == 'html') {
199 $html = new \simple_html_dom;
200 $html->load($event->result, true, false);
203 foreach ($html->find('[type=submit]') as $elm) {
208 foreach ($html->find('.editbutton_section button') as $elm) {
212 foreach ($html->find('.editbutton_table button') as $elm) {
216 $event->result = $html->save();
217 $html->clear();
218 unset($html);
[all...]
/template/bootstrap3/compat/inc/Menu/
H A DMobileMenu.php61 $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
[all...]
H A DAbstractMenu.php80 $html = '';
88 $html .= "<li$class>";
89 $html .= $item->asHtmlLink(false, $svg);
90 $html .= '</li>';
92 return $html;
/template/notos/
H A DCustomController.php36 $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
[all...]
/template/myown/
H A Dtpl_functions.php21 $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/
H A Dtpl_functions.php21 $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/
H A Dtpl_functions.php21 $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/bootstrap3/tpl/
H A Dpage-icons.php7 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
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;
H A Dmenu-user.php8 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
162 $html = new simple_html_dom; variable
163 $html->load($TPL->includePage($usermenu_pageid, true), true, false);
165 foreach ($html->find('h1,h2,h3,h4,h5,h6') as $elm) {
168 foreach ($html->find('hr') as $elm) {
171 foreach ($html->find('ul') as $elm) {
174 foreach ($html->find('div') as $elm) {
178 $content = $html->save();
180 $html->clear();
181 unset($html);
[all...]
/template/bootstrap3/inc/Menu/Item/
H A DShareOn.php58 $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') . ' ' . $data['label'] . '">' . iconify("mdi:$provider") . ' ' . $data['label'] . '</a></li>';
73 $html .= '</ul>';
75 return $html;
/template/mnml-blog/css/
H A Dmnml-blog_screen_iehacks.css13 * 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/prsnl10/css/
H A Dprsnl10_screen_iehacks.css16 * 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/monobook/static/css/
H A Dscreen_iehacks.css23 * 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/readthedokus/
H A DREADME.md85 <html><div class="admonition note">
87 </div></html>
120 This theme supports a fixed header and footer. On the "Template Style Setting" page, enter a header height in the "Header height" option, a footer height in the "Footer height" option. The theme will add paddings according to those options on top for header, bottom for footer. You can put your own header/footer in "header.html"/"footer.html" in the "lib/tbl/readthedokus/" directory.
128 #### 2. Create header.html/footer.html ####
130 Create a file "header.html"/"footer.html" under (DokuWiki folder)/lib/tpl/readthedokus/.
132 Here is a sample header.html. This example also shows how to toggle a sidebar. Clicking the string "Header" toggles the sidebar.
195 [1] ... header.html
[all...]
/template/bootstrap3/compat/inc/Menu/Item/
H A DAbstractItem.php157 $html = "<a $attr>";
159 $html .= '<span>' . hsc($this->getLabel()) . '</span>';
160 $html .= inlineSVG($this->getSvg());
162 $html .= hsc($this->getLabel());
164 $html .= "</a>";
166 return $html;
/template/white/
H A Dtpl_functions.php27 foreach($evt->data['items'] as $k => $html) {
29 $html = str_replace(' '.$k, ' plugin_'.$k, $html);
31 echo $html;
/template/gtopia/
H A Dsystem.css292 html.js input.form-autocomplete {
297 html.js input.throbbing {
304 html.js fieldset.collapsed {
311 html.js fieldset.collapsed * {
314 html.js fieldset.collapsed legend {
321 html.js fieldset.collapsed legend a {
326 * html.js fieldset.collapsed legend,
327 * html.js fieldset.collapsed legend *,
332 html.js fieldset.collapsible {
412 html.js .no-js {
[all …]
/template/icke/css/
H A Dpopouts.less131 *html #icke__quicknav div.sec_level {
135 *html #icke__quicknav div.sec_level div.popup_content {
140 * html #icke__quicknav div.sec_level h1 {
143 *:first-child+html #icke__quicknav div.sec_level {
147 *:first-child+html #icke__quicknav div.sec_level h1 {
151 * html #icke__quicknav div.sec_level ul li a {
156 *:first-child+html #icke__quicknav div.sec_level ul li a {
/template/sugna/
H A Dskin.green.css39 html>body div.dokuwiki input.button,
40 html>body div.dokuwiki button.button {
43 * html div.dokuwiki input.button,
44 * html div.dokuwiki button.button {
/template/lisps/
H A Dmain.php46 $html = p_wiki_xhtml($pageid, $rev, false);
49 if(!$print) return $html;
50 echo $html;
51 return $html;
/template/icke/
H A Dscript.js9 var content = $div.html();
11 $div.html('<span id="widthMeasure">' + content + '</span>');
13 $div.html(content);
52 $newPopout.html('');
/template/parallax/lib/js/
H A Dmetabox-tabs.js22 jQuery("#url_validation_msg1").html("Please enter a valid URL");
26 jQuery("#url_validation_msg1").html("")
37 jQuery("#url_validation_msg2").html("Please enter a valid URL");
41 jQuery("#url_validation_msg2").html("")
52 jQuery("#url_validation_msg3").html("Please enter a valid URL");
56 jQuery("#url_validation_msg3").html("")
67 jQuery("#url_validation_msg4").html("Please enter a valid URL");
71 jQuery("#url_validation_msg4").html("")

12345678910>>...36