Lines Matching full:echo
58 echo $this->locale_xhtml('intro');
60 echo '<form method="post" action="">';
61 echo '<table class="inline" width="100%">';
62 echo '<tr>';
63 echo '<th>'.$this->getLang('username').'</th>';
64 echo '<th>'.$this->getLang('date').'</th>';
65 echo '<th>'.$this->getLang('by').'</th>';
66 echo '<th>'.$this->getLang('cause').'</th>';
67 echo '<th>'.$this->getLang('del').'</th>';
68 echo '</tr>';
72 echo '<tr>';
73 echo '<td>'.hsc($fields[0]).'</td>';
74 echo '<td>'.strftime($conf['dformat'],$fields[1]).'</td>';
75 echo '<td>'.hsc($fields[2]).'</td>';
76 echo '<td>'.hsc($fields[3]).'</td>';
77 …echo '<td><input type="submit" name="delusername['.$fields[0].']" value="'.$this->getLang('del').'…
78 echo '</tr>';
80 echo '<tr>';
81 echo '<th colspan="6">';
82 echo '<div>'.$this->getLang('newban').':</div>';
83 echo '<label for="plg__unameban_username">'.$this->getLang('username').':</label>';
84 echo '<input type="text" name="banusername" id="plg__unameban_username" class="edit" /> ';
85 echo '<label for="plg__unameban_cause">'.$this->getLang('cause').':</label>';
86 echo '<input type="text" name="cause" id="plg__unameban_cause" class="edit" /> ';
87 echo '<input type="submit" class="button" value="'.$this->getLang('ban').'" />';
88 echo '</th>';
89 echo '</tr>';
90 echo '</table>';
91 echo '</form>';