Lines Matching full:echo
53 echo '<div id="plugin__styling" class="' . $class . '">';
54 echo '<h1>' . $this->getLang('menu') . '</h1>';
56 echo '</div>';
78 echo '<p class="error">' . $this->getLang('error') . '</p>';
80 echo $this->locale_xhtml('intro');
82 echo '<form class="styling" method="post" action="' . $target . '">';
85 echo '<table><tbody>';
91 echo '<tr>';
92 echo '<td><label for="tpl__' . hsc($key) . '">' . $name . '</label></td>';
93 … echo '<td><input type="' . $this->colorType($value) . '" name="tpl[' . hsc($key) . ']" ' .
96 echo '</tr>';
98 echo '</tbody></table>';
100 echo '<p>';
101 echo '<button type="submit" name="run[preview]" class="btn_preview primary">' .
104 … echo '<button type="submit" name="run[reset]">' . $this->getLang('btn_reset') . '</button>';
105 echo '</p>';
107 echo '<p>';
108 …echo '<button type="submit" name="run[save]" class="primary">' . $this->getLang('btn_save') . '</b…
109 echo '</p>';
111 echo '<p>';
113 … echo '<button type="submit" name="run[revert]">' . $this->getLang('btn_revert') . '</button>';
114 echo '</p>';
116 echo '</form>';
118 echo tpl_locale_xhtml('style');