Lines Matching full:echo
60 echo $this->locale_xhtml('intro');
62 echo '<form method="post" action="">';
63 echo '<table class="inline" width="100%">';
64 echo '<tr>';
65 echo '<th>' . $this->getLang('ip') . '</th>';
66 echo '<th>' . $this->getLang('date') . '</th>';
67 echo '<th>' . $this->getLang('by') . '</th>';
68 echo '<th>' . $this->getLang('cause') . '</th>';
69 echo '<th>' . $this->getLang('del') . '</th>';
70 echo '</tr>';
75 echo '<tr>';
76 echo '<td>' . hsc($fields[0]) . '</td>';
77 echo '<td>' . strftime($conf['dformat'], $fields[1]) . '</td>';
78 echo '<td>' . hsc($fields[2]) . '</td>';
79 echo '<td>' . hsc($fields[3]) . '</td>';
80 …echo '<td><input type="submit" name="delip[' . $fields[0] . ']" value="' . $this->getLang('del') .…
81 echo '</tr>';
84 echo '<tr>';
85 echo '<th colspan="6">';
86 echo '<div>' . $this->getLang('newban') . ':</div>';
87 echo '<label for="plg__ipban_ip">' . $this->getLang('ip') . ':</label>';
88 echo '<input type="text" name="ip" id="plg__ipban_ip" class="edit" /> ';
89 echo '<label for="plg__ipban_cause">' . $this->getLang('cause') . ':</label>';
90 echo '<input type="text" name="cause" id="plg__ipban_cause" class="edit" /> ';
91 echo '<input type="submit" class="button" value="' . $this->getLang('ban') . '" />';
92 echo '</th>';
93 echo '</tr>';
94 echo '</table>';
95 echo '</form>';