Lines Matching full:echo

147         echo '<script src="' . DOKU_BASE . 'lib/plugins/statistics/js/chart.js"></script>';
148echo '<script src="' . DOKU_BASE . 'lib/plugins/statistics/js/chartjs-plugin-datalabels.js"></scri…
150 echo '<div id="plugin__statistics">';
151 echo '<h1>' . $this->getLang('menu') . '</h1>';
158 echo '<div class="plg_stats_' . $this->opt . '">';
159 echo '<h2>' . $this->getLang($this->opt) . '</h2>';
161 echo '</div>';
163 echo '</div>';
231 echo '<div class="plg_stats_pager">';
235echo '<a href="?' . buildURLparams($params) . '" class="prev button">' . $this->getLang('prev') . …
241echo '<a href="?' . buildURLparams($params) . '" class="next button">' . $this->getLang('next') . …
243 echo '</div>';
259 echo '<div class="plg_stats_timeselect">';
260 echo '<span>' . $this->getLang('time_select') . '</span> ';
262 echo '<form action="' . DOKU_SCRIPT . '" method="get">';
263 echo '<input type="hidden" name="do" value="admin" />';
264 echo '<input type="hidden" name="page" value="statistics" />';
265 echo '<input type="hidden" name="opt" value="' . $this->opt . '" />';
266 echo '<input type="date" name="f" value="' . $this->from . '" class="edit" />';
267 echo '<input type="date" name="t" value="' . $this->to . '" class="edit" />';
268 echo '<input type="submit" value="go" class="button" />';
269 echo '</form>';
271 echo '<ul>';
284 echo '<li>';
285 echo '<a href="?' . $url . '">';
286 echo $this->getLang('time_' . $name);
287 echo '</a>';
288 echo '</li>';
290 echo '</ul>';
292 echo '</div>';
302 echo '<p>' . $this->getLang('intro_dashboard') . '</p>';
305 echo '<div class="plg_stats_top">';
308 echo '<ul>';
310echo '<li><div class="li">' . sprintf($this->getLang('dash_' . $name), $result[$name]) . '</div></…
312 echo '</ul>';
314 echo '<ul>';
316echo '<li><div class="li">' . sprintf($this->getLang('dash_' . $name), $result[$name]) . '</div></…
318 echo '</ul>';
322 echo '</div>';
339 echo '<div>';
340 echo '<h2>' . $this->getLang($graph['lbl']) . '</h2>';
343echo '<p><a href="?' . buildURLparams($params) . '" class="more">' . $this->getLang('more') . '…</…
344 echo '</div>';
350 echo '<p>' . $this->getLang('intro_history') . '</p>';
360 echo '<p>' . $this->getLang("intro_$name") . '</p>';
372 echo '<p>' . $this->getLang('intro_resolution') . '</p>';
380 echo '<p>' . $this->getLang("intro_$name") . '</p>';
388 echo '<p>' . $this->getLang('intro_images') . '</p>';
391 echo '<p>';
392echo sprintf($this->getLang('trafficsum'), $result[0]['cnt'], filesize_h($result[0]['filesize']));
393 echo '</p>';
401 echo '<p>' . $this->getLang('intro_downloads') . '</p>';
404 echo '<p>';
405echo sprintf($this->getLang('trafficsum'), $result[0]['cnt'], filesize_h($result[0]['filesize']));
406 echo '</p>';
441 echo '<table class="inline">';
443 echo '<tr>';
445 echo '<th>' . hsc($h) . '</th>';
447 echo '</tr>';
452 echo '<tr>';
457 echo '<td class="plg_stats_X' . $k . '">';
459 echo '<a href="' . wl($v) . '" class="wikilink1">';
460 echo hsc($v);
461 echo '</a>';
463 echo '<a href="' . ml($v) . '" class="wikilink1">';
464 echo hsc($v);
465 echo '</a>';
467 echo filesize_h($v);
474 echo '<a href="' . $v . '" class="urlextern">';
475 echo $url;
476 echo '</a>';
478 echo '<a href="' . wl('', ['id' => $v, 'do' => 'search']) . '">Search</a>';
483 echo '<a href="' . $url . '">' . hsc($name) . '</a>';
485 echo hsc($name);
488 echo $v;
490 echo hsc($v);
492 echo '</td>';
494 echo '</tr>';
499 echo '</table>';