Lines Matching full:echo

51         echo $this->locale_xhtml('intro');
53 echo '<form action="' . wl($ID) . '" id="plugin__tplinc" method="POST">';
54 echo '<input type="hidden" name="do" value="admin" />';
55 echo '<input type="hidden" name="page" value="tplinc" />';
56 echo '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />';
58 echo '<table class="inline">';
61 echo '<thead>';
62 echo '<tr>';
63 echo '<th>' . $this->getLang('pattern') . '</th>';
64 echo '<th>' . $this->getLang('page') . '</th>';
65 echo '<th>' . $this->getLang('location') . '</th>';
66 echo '<th>' . $this->getLang('skipacl') . '</th>';
67 echo '<th></th>';
68 echo '</tr>';
69 echo '</thead>';
71 echo '<tbody>';
85 echo '<tbody>';
89 echo '<tfoot>';
90 echo '<tr>';
91echo '<td colspan="5"><button type="submit" name="action" value="save">' . $this->getLang('save') …
92 echo '</tr>';
93 echo '</tfoot>';
95 echo '</table>';
96 echo '</form>';
98 echo $this->locale_xhtml('help');
111 echo '<tr>';
112echo '<td><input type="text" name="a[x' . $row . '][0]" value="' . hsc($pattern) . '" /></td>';
113 echo '<td><input type="text" name="a[x' . $row . '][1]" value="' . hsc($page) . '" /></td>';
114 echo '<td>';
117 echo '<td>';
119 echo '<label>';
120 echo '<input type="checkbox" name="a[x' . $row . '][3]" value="1" ' . $checked . '/> ';
121 echo $this->getLang('skipacl');
122 echo '</label>';
123 echo '</td>';
125 echo '<td class="drag">' . inlineSVG(__DIR__ . '/drag.svg') . '</td>';
126 echo '</tr>';
142 echo '<select name="' . $name . '">';
145 echo '<option value="' . hsc($location) . '" ' . $selected . '>';
146 echo hsc($label);
147 echo '</option>';
149 echo '</select>';