Lines Matching full:echo
83 echo $this->locale_xhtml('intro');
85 echo '<div id="config__manager">';
88 echo '<div class="info">' . $this->getLang('locked') . '</div>';
94 … echo '<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>';
123 echo '<div class="table">';
124 echo '<table class="inline">';
140 echo '<tr' . $class . '>';
141 echo '<td class="label">';
142 echo '<span class="outkey">' . $setting->getPrettyKey() . '</span>';
143 echo $icon . $label;
144 echo '</td>';
145 echo '<td' . $error . '>' . $input . '</td>';
146 echo '</tr>';
150 echo '</table>';
151 echo '</div>';
153 echo '</fieldset>';
173 echo '<fieldset>';
174 echo '<div class="table">';
175 echo '<table class="inline">';
178 echo '<tr>';
179 echo '<td class="label">' . $label . '</td>';
180 echo '<td>' . $input . '</td>';
181 echo '</tr>';
183 echo '</table>';
184 echo '</div>';
185 echo '</fieldset>';
189 echo '<p>';
190 echo '<input type="hidden" name="do" value="admin" />';
191 echo '<input type="hidden" name="page" value="config" />';
194 echo '<input type="hidden" name="save" value="1" />';
195 … echo '<button type="submit" name="submit" accesskey="s">' . $lang['btn_save'] . '</button>';
196 echo '<button type="reset">' . $lang['btn_reset'] . '</button>';
199 echo '</p>';
201 echo '</form>';
202 echo '</div>';
276 echo '<h1 id="' . $id . '">' . $text . '</h1>';