Lines Matching full:echo

202             echo $this->lang['badauth'];
214 echo $this->locale_xhtml('intro');
215 echo $this->locale_xhtml('list');
217 echo '<div id="user__manager">';
218 echo '<div class="level2">';
238 echo '<div class="table">';
239 echo '<table class="inline">';
240 echo '<thead>';
241 echo '<tr>';
242 echo '<th>&#160;</th>';
243 echo '<th>' . $this->lang["user_id"] . '</th>';
244 echo '<th>' . $this->lang["user_name"] . '</th>';
245 echo '<th>' . $this->lang["user_mail"] . '</th>';
246 echo '<th>' . $this->lang["user_groups"] . '</th>';
247 echo '</tr>';
249 echo '<tr>';
250 echo '<td class="rightalign"><input type="image" src="' .
253echo '<td><input type="text" name="userid" class="edit" value="' . $this->htmlFilter('user') . '" …
254echo '<td><input type="text" name="username" class="edit" value="' . $this->htmlFilter('name') . '…
255echo '<td><input type="text" name="usermail" class="edit" value="' . $this->htmlFilter('mail') . '…
256echo '<td><input type="text" name="usergroups" class="edit" value="' . $this->htmlFilter('grps') .…
257 echo '</tr>';
258 echo '</thead>';
261 echo '<tbody>';
271 echo '<tr class="user_info">';
272 echo '<td class="centeralign"><input type="checkbox" name="delete[' . hsc($user) .
275 echo '<td><a href="' . wl($ID, ['fn[edit][' . $user . ']' => 1,
281 echo '<td>' . hsc($user) . '</td>';
283echo '<td>' . hsc($name) . '</td><td>' . hsc($mail) . '</td><td>' . hsc($groups) . '</td>';
284 echo '</tr>';
286 echo '</tbody>';
289 echo '<tbody>';
290 echo '<tr><td colspan="5" class="centeralign">';
291 echo '<span class="medialeft">';
292 echo '<button type="submit" name="fn[delete]" id="usrmgr__del" ' . $delete_disable . '>' .
294 echo '</span>';
295 echo '<span class="mediaright">';
296 echo '<button type="submit" name="fn[start]" ' . $page_buttons['start'] . '>' .
298 echo '<button type="submit" name="fn[prev]" ' . $page_buttons['prev'] . '>' .
300 echo '<button type="submit" name="fn[next]" ' . $page_buttons['next'] . '>' .
302 echo '<button type="submit" name="fn[last]" ' . $page_buttons['last'] . '>' .
304 echo '</span>';
306echo '<button type="submit" name="fn[search][clear]">' . $this->lang['clear'] . '</button>';
308 echo '<button type="submit" name="fn[export]">' . $export_label . '</button>';
309 echo '<input type="hidden" name="do" value="admin" />';
310 echo '<input type="hidden" name="page" value="usermanager" />';
314 echo '</td></tr>';
315 echo '</tbody>';
316 echo '</table>';
317 echo '</div>';
319 echo '</form>';
320 echo '</div>';
325 echo '<div' . $style . '>';
326 echo $this->locale_xhtml('add');
327 echo '<div class="level2">';
331 echo '</div>';
332 echo '</div>';
336 echo '<div' . $style . ' id="scroll__here">';
337 echo $this->locale_xhtml('edit');
338 echo '<div class="level2">';
342 echo '</div>';
343 echo '</div>';
349 echo '</div>';
399 echo '<div class="table">';
400 echo '<table class="inline">';
401 echo '<thead>';
402 echo '<tr><th>' . $this->lang["field"] . "</th><th>" . $this->lang["value"] . "</th></tr>";
403 echo '</thead>';
404 echo '<tbody>';
469 echo '<tr><td><label for="' . $cmd . "_usernotify\" >" .
475 echo '</tbody>';
476 echo '<tbody>';
477 echo '<tr>';
478 echo '<td colspan="2">';
479 echo '<input type="hidden" name="do" value="admin" />';
480 echo '<input type="hidden" name="page" value="usermanager" />';
484 echo '<input type="hidden" name="userid_old" value="' . hsc($user) . "\" />";
489 echo '<button type="submit" name="fn[' . $cmd . ']">' . $this->lang[$cmd] . '</button>';
490 echo '</td>';
491 echo '</tr>';
492 echo '</tbody>';
493 echo '</table>';
496 echo '<ul class="notes">';
498 echo '<li><span class="li">' . $note . '</li>';
500 echo '</ul>';
502 echo '</div>';
503 echo '</form>';
521 echo str_pad('', $indent);
535 echo "<tr $class>";
536 echo "<td><label for=\"$id\" >$label: </label></td>";
537 echo '<td>';
541 echo "<input type=\"$fieldtype\" id=\"$id\" name=\"$name\"
544 echo "<input type=\"hidden\" name=\"$name\" value=\"$value\" />";
545 echo "<input type=\"$fieldtype\" id=\"$id\" name=\"$name\"
548 echo '</td>';
549 echo '</tr>';
572 echo '<input type="hidden" name="start" value="' . $this->start . '" />';
575 echo '<input type="hidden" name="filter[' . $key . ']" value="' . hsc($filter) . '" />';
590 echo '<div class="level2 import_users">';
591 echo $this->locale_xhtml('import');
592 echo '<form action="' . wl($ID) . '" method="post" enctype="multipart/form-data">';
594echo '<label>' . $this->lang['import_userlistcsv'] . '<input type="file" name="import" /></label>';
595 echo '<button type="submit" name="fn[import]">' . $this->lang['import'] . '</button>';
596 echo '<input type="hidden" name="do" value="admin" />';
597 echo '<input type="hidden" name="page" value="usermanager" />';
600 echo '</form>';
601 echo '</div>';
606 echo '<div class="level3 import_failures">';
607 echo '<h3>' . $this->lang['import_header'] . '</h3>';
608 echo '<table class="import_failures">';
609 echo '<thead>';
610 echo '<tr>';
611 echo '<th class="line">' . $this->lang['line'] . '</th>';
612 echo '<th class="error">' . $this->lang['error'] . '</th>';
613 echo '<th class="userid">' . $this->lang['user_id'] . '</th>';
614 echo '<th class="username">' . $this->lang['user_name'] . '</th>';
615 echo '<th class="usermail">' . $this->lang['user_mail'] . '</th>';
616 echo '<th class="usergroups">' . $this->lang['user_groups'] . '</th>';
617 echo '</tr>';
618 echo '</thead>';
619 echo '<tbody>';
621 echo '<tr>';
622 echo '<td class="lineno"> ' . sprintf('%0' . $digits . 'd', $line) . ' </td>';
623 echo '<td class="error">' . $failure['error'] . ' </td>';
624 echo '<td class="field userid"> ' . hsc($failure['user'][0]) . ' </td>';
625 echo '<td class="field username"> ' . hsc($failure['user'][2]) . ' </td>';
626 echo '<td class="field usermail"> ' . hsc($failure['user'][3]) . ' </td>';
627 echo '<td class="field usergroups"> ' . hsc($failure['user'][4]) . ' </td>';
628 echo '</tr>';
630 echo '</tbody>';
631 echo '</table>';
632echo '<p><a href="' . $failure_download_link . '">' . $this->lang['import_downloadfailures'] . '</…
633 echo '</div>';