Lines Matching full:echo

47     <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";
195 <input type="hidden" name="l" value="<?php echo $LC ?>"/>
197 <label for="title"><?php echo $lang['i_wikiname'] ?>
198 …<input type="text" name="d[title]" id="title" value="<?php echo $d['title'] ?>" style="width: 20em…
204 id="acl" <?php echo(($d['acl'] ? ' checked="checked"' : '')); ?> />
205 <?php echo $lang['i_enableacl'] ?></label>
208 <label for="superuser"><?php echo $lang['i_superuser'] ?></label>
210 value="<?php echo $d['superuser'] ?>"/>
212 <label for="fullname"><?php echo $lang['fullname'] ?></label>
214 value="<?php echo $d['fullname'] ?>"/>
216 <label for="email"><?php echo $lang['email'] ?></label>
217 … <input class="text" type="text" name="d[email]" id="email" value="<?php echo $d['email'] ?>"/>
219 <label for="password"><?php echo $lang['pass'] ?></label>
222 <label for="confirm"><?php echo $lang['passchk'] ?></label>
225 <label for="policy"><?php echo $lang['i_policy'] ?></label>
227 … <option value="0" <?php echo ($d['policy'] == 0) ? 'selected="selected"' : '' ?>><?php
228 echo $lang['i_pol0'] ?></option>
229 … <option value="1" <?php echo ($d['policy'] == 1) ? 'selected="selected"' : '' ?>><?php
230 echo $lang['i_pol1'] ?></option>
231 … <option value="2" <?php echo ($d['policy'] == 2) ? 'selected="selected"' : '' ?>><?php
232 echo $lang['i_pol2'] ?></option>
237 echo(($d['allowreg'] ? ' checked="checked"' : '')); ?> />
238 <?php echo $lang['i_allowreg'] ?>
244 <p><?php echo $lang['i_license'] ?></p>
249 echo '<label for="lic_' . $key . '">';
250echo '<input type="radio" name="d[license]" value="' . hsc($key) . '" id="lic_' . $key . '"' .
252 echo hsc($lic['name']);
253 … if ($lic['url']) echo ' <a href="' . $lic['url'] . '" target="_blank"><sup>[?]</sup></a>';
254 echo '</label>';
260 <p><?php echo $lang['i_pop_field'] ?></p>
263 echo(($d['pop'] ? ' checked="checked"' : '')); ?> />
264 <?php echo $lang['i_pop_label'] ?>
271 <button type="submit" name="submit"><?php echo $lang['btn_save'] ?></button>
284 <input type="hidden" name="l" value="<?php echo $LC ?>"/>
285 <button type="submit"><?php echo $lang['i_retry']; ?></button>
678 echo '<form action="">';
679 echo $lang['i_chooselang'];
680 echo ': <select name="l" onchange="submit()">';
683 echo '<option value="' . $l . '" ' . $sel . '>' . $l . '</option>';
685 echo '</select> ';
686 echo '<button type="submit">' . $lang['btn_update'] . '</button>';
687 echo '</form>';
699 echo '<ul>';
701 echo "<li>$err</li>";
703 echo '</ul>';