Lines Matching full:echo

201             echo $this->lang['badauth'];
213 echo $this->locale_xhtml('intro');
214 echo $this->locale_xhtml('list');
216 echo '<div id="user__manager">';
217 echo '<div class="level2">';
237 echo '<div class="table">';
238 echo '<table class="inline">';
239 echo '<thead>';
240 echo '<tr>';
241 echo '<th>&#160;</th>';
242 echo '<th>' . $this->lang["user_id"] . '</th>';
243 echo '<th>' . $this->lang["user_name"] . '</th>';
244 echo '<th>' . $this->lang["user_mail"] . '</th>';
245 echo '<th>' . $this->lang["user_groups"] . '</th>';
246 echo '</tr>';
248 echo '<tr>';
249 echo '<td class="rightalign"><input type="image" src="' .
252echo '<td><input type="text" name="userid" class="edit" value="' . $this->htmlFilter('user') . '" …
253echo '<td><input type="text" name="username" class="edit" value="' . $this->htmlFilter('name') . '…
254echo '<td><input type="text" name="usermail" class="edit" value="' . $this->htmlFilter('mail') . '…
255echo '<td><input type="text" name="usergroups" class="edit" value="' . $this->htmlFilter('grps') .…
256 echo '</tr>';
257 echo '</thead>';
260 echo '<tbody>';
270 echo '<tr class="user_info">';
271 echo '<td class="centeralign"><input type="checkbox" name="delete[' . hsc($user) .
274 echo '<td><a href="' . wl($ID, ['fn[edit][' . $user . ']' => 1,
280 echo '<td>' . hsc($user) . '</td>';
282echo '<td>' . hsc($name) . '</td><td>' . hsc($mail) . '</td><td>' . hsc($groups) . '</td>';
283 echo '</tr>';
285 echo '</tbody>';
288 echo '<tbody>';
289 echo '<tr><td colspan="5" class="centeralign">';
290 echo '<span class="medialeft">';
291 echo '<button type="submit" name="fn[delete]" id="usrmgr__del" ' . $delete_disable . '>' .
293 echo '</span>';
294 echo '<span class="mediaright">';
295 echo '<button type="submit" name="fn[start]" ' . $page_buttons['start'] . '>' .
297 echo '<button type="submit" name="fn[prev]" ' . $page_buttons['prev'] . '>' .
299 echo '<button type="submit" name="fn[next]" ' . $page_buttons['next'] . '>' .
301 echo '<button type="submit" name="fn[last]" ' . $page_buttons['last'] . '>' .
303 echo '</span>';
305echo '<button type="submit" name="fn[search][clear]">' . $this->lang['clear'] . '</button>';
307 echo '<button type="submit" name="fn[export]">' . $export_label . '</button>';
308 echo '<input type="hidden" name="do" value="admin" />';
309 echo '<input type="hidden" name="page" value="usermanager" />';
313 echo '</td></tr>';
314 echo '</tbody>';
315 echo '</table>';
316 echo '</div>';
318 echo '</form>';
319 echo '</div>';
324 echo '<div' . $style . '>';
325 echo $this->locale_xhtml('add');
326 echo '<div class="level2">';
330 echo '</div>';
331 echo '</div>';
335 echo '<div' . $style . ' id="scroll__here">';
336 echo $this->locale_xhtml('edit');
337 echo '<div class="level2">';
341 echo '</div>';
342 echo '</div>';
348 echo '</div>';
398 echo '<div class="table">';
399 echo '<table class="inline">';
400 echo '<thead>';
401 echo '<tr><th>' . $this->lang["field"] . "</th><th>" . $this->lang["value"] . "</th></tr>";
402 echo '</thead>';
403 echo '<tbody>';
468 echo '<tr><td><label for="' . $cmd . "_usernotify\" >" .
474 echo '</tbody>';
475 echo '<tbody>';
476 echo '<tr>';
477 echo '<td colspan="2">';
478 echo '<input type="hidden" name="do" value="admin" />';
479 echo '<input type="hidden" name="page" value="usermanager" />';
483 echo '<input type="hidden" name="userid_old" value="' . hsc($user) . "\" />";
488 echo '<button type="submit" name="fn[' . $cmd . ']">' . $this->lang[$cmd] . '</button>';
489 echo '</td>';
490 echo '</tr>';
491 echo '</tbody>';
492 echo '</table>';
495 echo '<ul class="notes">';
497 echo '<li><span class="li">' . $note . '</li>';
499 echo '</ul>';
501 echo '</div>';
502 echo '</form>';
520 echo str_pad('', $indent);
534 echo "<tr $class>";
535 echo "<td><label for=\"$id\" >$label: </label></td>";
536 echo '<td>';
540 echo "<input type=\"$fieldtype\" id=\"$id\" name=\"$name\"
543 echo "<input type=\"hidden\" name=\"$name\" value=\"$value\" />";
544 echo "<input type=\"$fieldtype\" id=\"$id\" name=\"$name\"
547 echo '</td>';
548 echo '</tr>';
571 echo '<input type="hidden" name="start" value="' . $this->start . '" />';
574 echo '<input type="hidden" name="filter[' . $key . ']" value="' . hsc($filter) . '" />';
589 echo '<div class="level2 import_users">';
590 echo $this->locale_xhtml('import');
591 echo '<form action="' . wl($ID) . '" method="post" enctype="multipart/form-data">';
593echo '<label>' . $this->lang['import_userlistcsv'] . '<input type="file" name="import" /></label>';
594 echo '<button type="submit" name="fn[import]">' . $this->lang['import'] . '</button>';
595 echo '<input type="hidden" name="do" value="admin" />';
596 echo '<input type="hidden" name="page" value="usermanager" />';
599 echo '</form>';
600 echo '</div>';
605 echo '<div class="level3 import_failures">';
606 echo '<h3>' . $this->lang['import_header'] . '</h3>';
607 echo '<table class="import_failures">';
608 echo '<thead>';
609 echo '<tr>';
610 echo '<th class="line">' . $this->lang['line'] . '</th>';
611 echo '<th class="error">' . $this->lang['error'] . '</th>';
612 echo '<th class="userid">' . $this->lang['user_id'] . '</th>';
613 echo '<th class="username">' . $this->lang['user_name'] . '</th>';
614 echo '<th class="usermail">' . $this->lang['user_mail'] . '</th>';
615 echo '<th class="usergroups">' . $this->lang['user_groups'] . '</th>';
616 echo '</tr>';
617 echo '</thead>';
618 echo '<tbody>';
620 echo '<tr>';
621 echo '<td class="lineno"> ' . sprintf('%0' . $digits . 'd', $line) . ' </td>';
622 echo '<td class="error">' . $failure['error'] . ' </td>';
623 echo '<td class="field userid"> ' . hsc($failure['user'][0]) . ' </td>';
624 echo '<td class="field username"> ' . hsc($failure['user'][2]) . ' </td>';
625 echo '<td class="field usermail"> ' . hsc($failure['user'][3]) . ' </td>';
626 echo '<td class="field usergroups"> ' . hsc($failure['user'][4]) . ' </td>';
627 echo '</tr>';
629 echo '</tbody>';
630 echo '</table>';
631echo '<p><a href="' . $failure_download_link . '">' . $this->lang['import_downloadfailures'] . '</…
632 echo '</div>';