Home
last modified time | relevance | path

Searched full:echo (Results 1 – 25 of 172) sorted by relevance

1234567

/dokuwiki/lib/plugins/revert/
H A Dadmin.php56 echo $this->locale_xhtml('intro');
73 echo '<form action="" method="post"><div class="no">';
74 echo '<label>' . $this->getLang('filter') . ': </label>';
75echo '<input type="text" name="filter" class="edit" value="' . hsc($INPUT->str('filter')) . '" /> …
76 echo '<button type="submit">' . $lang['btn_search'] . '</button> ';
77 echo '<span>' . $this->getLang('note1') . '</span>';
78 echo '</div></form><br /><br />';
86 echo '<hr /><br />';
87 echo '<p>' . $this->getLang('revstart') . '</p>';
89 echo '<ul>';
[all …]
/dokuwiki/inc/Ui/Media/
H A DDisplayTile.php35 echo '<dl title="' . $this->mediaFile->getDisplayName() . '"' . $jump . '>';
36 echo '<dt>';
37echo '<a id="l_:' . $this->mediaFile->getId() . '" class="image thumb" href="' . $this->mmUrl . '"…
38 echo $this->getPreviewHtml(90, 90);
39 echo '</a>';
40 echo '</dt>';
42 echo '<dd class="name">';
43 echo '<a href="' . $this->mmUrl . '" id="h_:' . $this->mediaFile->getId() . '">' .
46 echo '</dd>';
48 echo '<dd class="size">' . $this->formatDimensions() . '</dd>';
[all …]
H A DDisplayRow.php23 echo '<div title="' . $id . '" ' . $jump . '>';
24 echo '<a id="h_:' . $id . '" class="' . $class . '">' .
27 echo '<span class="info">(' . $info . ')</span>' . NL;
31echo ' <a href="' . $link . '" target="_blank"><img src="' . DOKU_BASE . 'lib/images/magnifier.png…
36echo ' <a href="' . $link . '" target="_blank"><img src="' . DOKU_BASE . 'lib/images/mediamanager.…
43 echo ' <a href="' . $link . '" class="btn_media_delete" title="' . $id . '">' .
48 echo '<div class="example" id="ex_' . str_replace(':', '_', $id) . '">';
49 echo $lang['mediausage'] . ' <code>{{:' . $id . '}}</code>';
50 echo '</div>';
52 echo '<div class="clearer"></div>' . NL;
[all …]
/dokuwiki/inc/Ui/
H A DMediaDiff.php137 if ($this->preference['showIntro']) echo p_locale_xhtml('diff');
142 echo '<div id="mediamanager__diff" >';
157 echo '</div>';
170 echo '<div class="diffoptions group">';
184 echo $form->toHTML();
186 echo '</div>'; // .diffoptions
216 echo '<div class="slider" style="max-width: ' . ($rev1Size[0] - 20) . 'px;" ></div>';
219 echo '<div class="imageDiff ' . $type . '">';
220 echo '<div class="image1" style="max-width: ' . $rev1Size[0] . 'px;">';
221 echo '<img src="' . $rev1Src . '" alt="" />';
[all …]
H A DAdmin.php33 echo '<div class="ui-admin">';
34 echo p_locale_xhtml('admin');
41 echo '</div>';
54 echo p_locale_xhtml('adminplugins');
60 echo "<ul class=\"$class\">";
64 echo '</ul>';
72 echo '<div id="admin__version">';
73 echo getVersion();
74 echo '<br>';
75 echo implode('<br>', array_map('hsc', array_values(getRuntimeVersions())));
[all …]
H A DBacklinks.php26 echo p_locale_xhtml('backlinks');
31 echo '<ul class="idx">';
33 echo '<li><div class="li">';
34 echo html_wikilink(':' . $blink, useHeading('navigation') ? null : $blink);
35 echo '</div></li>';
37 echo '</ul>';
39 echo '<div class="level1"><p>' . $lang['nothingfound'] . '</p></div>';
H A DSubscribe.php31 echo p_locale_xhtml('subscr_form');
34 echo '<h2>' . $lang['subscr_m_current_header'] . '</h2>';
35 echo '<div class="level2">';
37 echo '<p>' . $lang['subscr_m_not_subscribed'] . '</p>';
39 echo '<ul>';
41 echo '<li><div class="li">';
43 echo '<code class="ns">' . hsc(prettyprint_id($sub['target'])) . '</code>';
45 echo '<code class="page">' . hsc(prettyprint_id($sub['target'])) . '</code>';
49 echo ' (' . $sstl . ') ';
51 echo '<a href="' . wl(
[all …]
H A DPageView.php51 echo '<br id="scroll__here" />';
54 echo p_locale_xhtml('preview');
55 echo '<div class="preview"><div class="pad">';
58 echo $html;
59 echo '<div class="clearer"></div>';
60 echo '</div></div>';
71 echo $html;
82 echo p_locale_xhtml('showrev');
/dokuwiki/lib/plugins/config/
H A Dadmin.php83 echo $this->locale_xhtml('intro');
85 echo '<div id="config__manager">';
88 echo '<div class="info">' . $this->getLang('locked') . '</div>';
94echo '<form id="dw__configform" action="' . script() . '" method="post" autocomplete="off">';
95 echo '<div class="no"><input type="hidden" name="id" value="' . $ID . '" /></div>';
108 echo '</table>';
109 echo '</div>';
110 echo '</fieldset>';
121 echo '<fieldset id="' . $setting->getKey() . '">';
122 echo '<legend>' . $setting->prompt($this) . '</legend>';
[all …]
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php47 echo '<div id="plugin__logviewer">';
48 echo $this->locale_xhtml('intro');
51 echo '</div>';
68 echo $form->toHTML();
70 echo '<ul class="tabs">';
72 echo '<li>';
74 echo '<strong>' . hsc($facility) . '</strong>';
80 echo '<a href="' . $link . '">' . hsc($facility) . '</a>';
82 echo '</li>';
84 echo '</ul>';
[all …]
/dokuwiki/lib/plugins/styling/
H A Dadmin.php53 echo '<div id="plugin__styling" class="' . $class . '">';
54 echo '<h1>' . $this->getLang('menu') . '</h1>';
56 echo '</div>';
78 echo '<p class="error">' . $this->getLang('error') . '</p>';
80 echo $this->locale_xhtml('intro');
82 echo '<form class="styling" method="post" action="' . $target . '">';
85 echo '<table><tbody>';
91 echo '<tr>';
92 echo '<td><label for="tpl__' . hsc($key) . '">' . $name . '</label></td>';
93echo '<td><input type="' . $this->colorType($value) . '" name="tpl[' . hsc($key) . ']" ' .
[all …]
/dokuwiki/lib/tpl/
H A Dindex.php54 echo '<table>';
55 echo "<caption>" . hsc($conf['template']) . "'s style.ini</caption>";
57 echo '<tr>';
58 echo '<td>' . hsc($key) . '</td>';
59 echo '<td>' . hsc($val) . '</td>';
60 echo '<td>';
62 echo '<div class="color" style="background-color:' . $val . ';">&#160;</div>';
64 echo '</td>';
65 echo '</tr>';
67 echo '</table>';
[all …]
/dokuwiki/lib/plugins/acl/
H A Dadmin.php184 echo '<div id="acl_manager">';
185 echo '<h1>' . $this->getLang('admin_acl') . '</h1>';
186 echo '<div class="level1">';
188 echo '<div id="acl__tree">';
190 echo '</div>';
192 echo '<div id="acl__detail">';
194 echo '</div>';
195 echo '</div>';
197 echo '<div class="clearer"></div>';
198 echo '<h2>' . $this->getLang('current') . '</h2>';
[all …]
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php201 echo $this->lang['badauth'];
213 echo $this->locale_xhtml('intro');
214 echo $this->locale_xhtml('list');
216 echo '<div id="user__manager">';
217 echo '<div class="level2">';
237 echo '<div class="table">';
238 echo '<table class="inline">';
239 echo '<thead>';
240 echo '<tr>';
241 echo '<th>&#160;</th>';
[all …]
/dokuwiki/lib/tpl/dokuwiki/
H A Ddetail.php15 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
19 <?php echo hsc(tpl_img_getTag('IPTC.Headline', $IMG))?>
20 [<?php echo strip_tags($conf['title'])?>]
24 <?php echo tpl_favicon(['favicon', 'mobile']) ?>
29 <div id="dokuwiki__site"><div id="dokuwiki__top" class="site <?php echo tpl_classes(); ?>">
40 … <div class="pageId"><span><?php echo hsc(tpl_img_getTag('IPTC.Headline', $IMG)); ?></span></div>
49 echo '<h1>' . $ERROR . '</h1>';
51 <?php if ($REV) echo p_locale_xhtml('showrev');?>
52 <h1><?php echo nl2br(hsc(tpl_img_getTag('simple.title'))); ?></h1>
60 echo '<dt>' . $lang['reference'] . ':</dt>';
[all …]
H A Dtpl_footer.php20 <a href="https://www.dokuwiki.org/donate" title="Donate" <?php echo $target?>><img
21 …src="<?php echo tpl_basedir(); ?>images/button-donate.gif" width="80" height="15" alt="Donate" /><…
22 <a href="https://php.net" title="Powered by PHP" <?php echo $target?>><img
23 …src="<?php echo tpl_basedir(); ?>images/button-php.gif" width="80" height="15" alt="Powered by PHP…
24 <a href="//validator.w3.org/check/referer" title="Valid HTML5" <?php echo $target?>><img
25 …src="<?php echo tpl_basedir(); ?>images/button-html5.png" width="80" height="15" alt="Valid HTML5"…
26 …jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS" <?php echo $target?>><img
27 …src="<?php echo tpl_basedir(); ?>images/button-css.png" width="80" height="15" alt="Valid CSS" /><…
28 <a href="https://dokuwiki.org/" title="Driven by DokuWiki" <?php echo $target?>><img
29 src="<?php echo tpl_basedir(); ?>images/button-dw.png" width="80" height="15"
H A Dmain.php17 <html lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
20 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
23 <?php echo tpl_favicon(['favicon', 'mobile']) ?>
28 <div id="dokuwiki__site"><div id="dokuwiki__top" class="site <?php echo tpl_classes(); ?> <?php
29echo ($showSidebar) ? 'showSidebar' : ''; ?> <?php echo ($hasSidebar) ? 'hasSidebar' : ''; ?>">
37 <nav id="dokuwiki__aside" aria-label="<?php echo $lang['sidebar']
39 <h3 class="toggle"><?php echo $lang['sidebar'] ?></h3>
53 <div class="pageId"><span><?php echo hsc($ID) ?></span></div>
73 … <h3 class="a11y" id="dokuwiki__pagetools__heading"><?php echo $lang['page_tools']; ?></h3>
76 <?php echo (new \dokuwiki\Menu\PageMenu())->getListItems(); ?>
H A Dmediamanager.php14 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup no-js">
18 <?php echo hsc($lang['mediaselect'])?>
19 [<?php echo strip_tags($conf['title'])?>]
23 <?php echo tpl_favicon(['favicon', 'mobile']) ?>
31 <h1><?php echo hsc($lang['mediaselect'])?></h1>
H A Dtpl_header.php18 <li><a href="#dokuwiki__content"><?php echo $lang['skip_to_content']; ?></a></li>
39 <p class="claim"><?php echo $conf['tagline']; ?></p>
47 <h3 class="a11y"><?php echo $lang['user_tools']; ?></h3>
51 echo '<li class="user">';
53 echo '</li>';
55 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ');
63 <h3 class="a11y"><?php echo $lang['site_tools']; ?></h3>
66 <?php echo (new \dokuwiki\Menu\MobileMenu())->getDropdown($lang['tools']); ?>
69 <?php echo (new \dokuwiki\Menu\SiteMenu())->getListItems('action ', false); ?>
/dokuwiki/lib/exe/
H A Dopensearch.php30 echo '<?xml version="1.0"?>' . NL;
31 echo '<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">' . NL;
32 echo ' <ShortName>' . hsc($conf['title']) . '</ShortName>' . NL;
33 echo ' <Image width="16" height="16" type="image/x-icon">' . $ico . '</Image>' . NL;
34 echo ' <Url type="text/html" template="' . DOKU_URL . DOKU_SCRIPT . '?do=search&amp;id={searchTerm…
35 echo ' <Url type="application/x-suggestions+json" template="' .
37 echo '</OpenSearchDescription>' . NL;
H A Dopenapi.php12 echo $apigen->generate();
31 spec-url="<?php echo DOKU_URL ?>lib/exe/openapi.php?spec=1"
43 … <a href="<?php echo DOKU_BASE ?>lib/exe/openapi.php?spec=1" download="dokuwiki.json">Download
64echo '<tr><td>' . $code['code'] . '</td><td>' . hsc($code['message']) . '</td></tr>';
74echo 'You are currently logged in as <strong>' . hsc($INPUT->server->str('REMOTE_USER')) . '</stro…
75echo '<br>API calls in this tool will be automatically executed with your permissions.';
77 echo 'You are currently not logged in.<br>';
78 echo 'You can provide credentials above.';
/dokuwiki/
H A Dinstall.php47 <html lang="<?php echo $LC ?>" dir="<?php echo $lang['direction'] ?>">
50 <title><?php echo $lang['i_installer'] ?></title>
112 <?php echo $lang['i_installer'] ?>
124 echo "<div lang=\"en\" dir=\"ltr\">\n";
126 echo "</div>\n";
142 echo '<p>' . $lang['i_problems'] . '</p>';
146 echo '<p>' . $lang['i_modified'] . '</p>';
151 echo '<p>' . $lang['i_failure'] . '</p>';
154 echo '<p>' . $lang['i_success'] . '</p>';
161 echo 'Caught exception: ', $e->getMessage(), "\n";
[all …]
/dokuwiki/inc/Action/
H A DLocked.php48 echo p_locale_xhtml('locked');
50 echo '<ul>';
51 echo '<li><div class="li"><strong>' . $lang['lockedby'] . '</strong> ' .
53 echo '<li><div class="li"><strong>' . $lang['lockexpire'] . '</strong> ' .
55 echo '</ul>' . DOKU_LF;
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DFormatterClassic.php79 echo $pre .
82 echo $this->openSingle;
85 echo $this->open . $this->break;
92 echo $inner . implode($glue, $block->lines);
94 echo $this->break;
103 if (!$isSingle && empty($block->children)) echo $this->break;
106 echo $this->closeSingle . $this->break;
108 echo $pre . $this->close . $this->break;
/dokuwiki/vendor/php81_bc/strftime/
H A Dexample.php7 echo strftime('%Y-%m-%d %H:%M:%S'), PHP_EOL;
8 echo strftime('%Y-%m-%d %H:%M:%S', $date), PHP_EOL;
9 echo strftime('%Y-%m-%d %H:%M:%S', strtotime($date)), PHP_EOL;

1234567