Lines Matching full:echo

184         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>';
199 echo '<div class="level2">';
201 echo '</div>';
203 echo '<div class="footnotes"><div class="fn">';
204 echo '<sup><a id="fn__1" class="fn_bot" href="#fnt__1">1)</a></sup>';
205 echo '<div class="content">' . $this->getLang('p_include') . '</div>';
206 echo '</div></div>';
208 echo '</div>';
257 echo html_buildlist(
351 echo '<form action="' . wl() . '" method="post" accept-charset="utf-8"><div class="no">';
353 echo '<div id="acl__user">';
354 echo $this->getLang('acl_perms') . ' ';
356 echo sprintf(
360 echo '<button type="submit">' . $this->getLang('btn_select') . '</button>';
361 echo '</div>';
363 echo '<div id="acl__info">';
365 echo '</div>';
367 echo '<input type="hidden" name="ns" value="' . hsc($this->ns) . '" />';
368 echo '<input type="hidden" name="id" value="' . hsc($ID) . '" />';
369 echo '<input type="hidden" name="do" value="admin" />';
370 echo '<input type="hidden" name="page" value="acl" />';
371 echo '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />';
372 echo '</div></form>';
392 echo '<p>';
398 echo '</p>';
400 echo $this->locale_xhtml('help');
413 echo '<fieldset>';
415 echo '<legend>' . $this->getLang('acl_new') . '</legend>';
417 echo '<legend>' . $this->getLang('acl_mod') . '</legend>';
420 echo $this->makeCheckboxes($current, empty($this->ns), 'acl');
423 echo '<button type="submit" name="cmd[save]">' . $lang['btn_save'] . '</button>';
425 echo '<button type="submit" name="cmd[save]">' . $lang['btn_update'] . '</button>';
426 echo '<button type="submit" name="cmd[del]">' . $lang['btn_delete'] . '</button>';
429 echo '</fieldset>';
489 echo '<p>';
501 echo '</p>';
505 echo '<p>' . $this->getLang('p_isadmin') . '</p>';
507 echo '<p>' . $this->getLang('p_inherited') . '</p>';
640 echo '<form action="' . wl() . '" method="post" accept-charset="utf-8"><div class="no">';
642 echo '<input type="hidden" name="ns" value="' . hsc($this->ns) . '" />';
644 echo '<input type="hidden" name="id" value="' . hsc($ID) . '" />';
646 echo '<input type="hidden" name="acl_w" value="' . hsc($this->who) . '" />';
647 echo '<input type="hidden" name="do" value="admin" />';
648 echo '<input type="hidden" name="page" value="acl" />';
649 echo '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />';
650 echo '<div class="table">';
651 echo '<table class="inline">';
652 echo '<tr>';
653 echo '<th>' . $this->getLang('where') . '</th>';
654 echo '<th>' . $this->getLang('who') . '</th>';
655echo '<th>' . $this->getLang('perm') . '<sup><a id="fnt__1" class="fn_top" href="#fn__1">1)</a></s…
656 echo '<th>' . $lang['btn_delete'] . '</th>';
657 echo '</tr>';
660 echo '<tr>';
661 echo '<td>';
663 echo '<span class="aclns">' . hsc($where) . '</span>';
666 echo '<span class="aclpage">' . hsc($where) . '</span>';
669 echo '</td>';
671 echo '<td>';
673 echo '<span class="aclgroup">' . hsc($who) . '</span>';
675 echo '<span class="acluser">' . hsc($who) . '</span>';
677 echo '</td>';
679 echo '<td>';
680 echo $this->makeCheckboxes($perm, $ispage, 'acl[' . $where . '][' . $who . ']');
681 echo '</td>';
683 echo '<td class="check">';
684echo '<input type="checkbox" name="del[' . hsc($where) . '][]" value="' . hsc($who) . '" />';
685 echo '</td>';
686 echo '</tr>';
690 echo '<tr>';
691 echo '<th class="action" colspan="4">';
692 echo '<button type="submit" name="cmd[update]">' . $lang['btn_update'] . '</button>';
693 echo '</th>';
694 echo '</tr>';
695 echo '</table>';
696 echo '</div>';
697 echo '</div></form>';
832 echo '<select name="acl_t" class="edit">';
833echo ' <option value="__g__" class="aclgroup"' . $gsel . '>' . $this->getLang('acl_group') . '</o…
834echo ' <option value="__u__" class="acluser"' . $usel . '>' . $this->getLang('acl_user') . '</op…
836 echo ' <optgroup label="&#160;">';
846echo ' <option value="' . hsc($ug) . '" class="aclgroup"' . $sel . '>' . hsc($ug) . '</option>';
848echo ' <option value="' . hsc($ug) . '" class="acluser"' . $sel . '>' . hsc($ug) . '</option>';
851 echo ' </optgroup>';
854 echo ' <optgroup label="&#160;">';
864echo ' <option value="' . hsc($ug) . '" class="aclgroup"' . $sel . '>' . hsc($ug) . '</option>';
866echo ' <option value="' . hsc($ug) . '" class="acluser"' . $sel . '>' . hsc($ug) . '</option>';
869 echo ' </optgroup>';
871 echo '</select>';