Lines Matching full:echo
71 echo $this->locale_xhtml('intro');
75 echo '<h2>' . $this->getLang('rules') . '</h2>';
77 echo '<table>';
78 echo '<tr>';
79 echo '<th>' . $this->getLang('item') . '</th>';
80 echo '<th>' . $this->getLang('members') . '</th>';
81 echo '<th>' . $this->getLang('type') . '</th>';
82 echo '<th></th>';
83 echo '</tr>';
86 echo '<tr>';
87 echo '<td>' . hsc($item) . '</td>';
88 echo '<td>' . hsc($data[1]) . '</td>';
89 echo '<td>' . $this->getLang($data[0]) . '</td>';
90 echo '<td>';
92 echo '<form method="post" action="' . $url . '">';
93 echo '<input type="hidden" name="rm" value="' . hsc($item) . '" />';
94 echo '<button type="submit">' . $this->getLang('remove') . '</button>';
95 echo '</form>';
97 echo '</td>';
98 echo '</tr>';
101 echo '</table>';
103 echo '<h2>' . $this->getLang('legend') . '</h2>';
105 echo '<form method="post" action="' . $url . '" class="plugin_submgr">';
106 echo '<fieldset>';
107 …echo '<label class="block"><span>' . $this->getLang('item') . '</span> <input type="text" name="d[…
108 …echo '<label class="block"><span>' . $this->getLang('members') . '</span> <input type="text" name=…
109 echo '<label class="block"><span>' . $this->getLang('type') . '</span>
116 echo '<button type="submit">' . $this->getLang('add') . '</button>';
117 echo '</fieldset>';
118 echo '</form>';
120 echo $this->locale_xhtml('help');
136 echo $this->locale_xhtml('nosubs');
141 echo $this->locale_xhtml('nousers');