Lines Matching full:echo
54 echo $this->_lookupform();
75 echo '<table class="inline">';
76 echo '<tr>';
77 echo '<th>'.$this->getLang('percent').'</th>';
78 echo '<th>'.$this->getLang('count').'</th>';
79 echo '<th>'.$this->getLang('reason').'</th>';
80 echo '</tr>';
83 echo '<tr>';
84 echo '<td>';
86 echo '</td>';
87 echo '<td>';
88 echo $count;
89 echo '</td>';
90 echo '<td>';
91 echo $resp['log'];
92 echo '</td>';
93 echo '</tr>';
95 echo '</table>';
120 echo '<table class="inline">';
124 echo '<tr>';
125 echo '<td>'.strftime($conf['dformat'],$fields[0]).'</td>';
126 echo '<td>'.hsc($fields[1]).'</td>';
127 echo '<td>'.hsc($fields[2]).'</td>';
128 echo '<td>'.hsc($fields[3]).'</td>';
129 echo '<td>'.hsc($fields[4]).'</td>';
130 echo '<td>'.hsc($fields[5]).'</td>';
131 echo '<td>'.$resp['log'].'</td>';
132 echo '</tr>';
134 echo '</table>';
136 echo '<p><i>'.$lang['nothingfound'].'</i></p>';
142 echo '<div>';
143 echo '<form action="" method="get">';
144 echo '<input type="hidden" name="do" value="admin" />';
145 echo '<input type="hidden" name="page" value="badbehaviour" />';
146 echo '<label for="key__lookup">'.$this->getLang('lookup').':</label> ';
147 … echo '<input type="text" id="key__lookup" name="lookup" value="'.hsc($_REQUEST['lookup']).'" />';
148 echo '<input type="submit" value="'.$lang['btn_search'].'" class="button" />';
149 echo '</form>';
150 echo '</div>';