Lines Matching refs:echo
40 echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
111 echo '<div id="footer"><a href="http://qbnz.com/highlighter/">GeSHi</a> © Nigel McNie, 2004, released under the GPL</div></body>
161 echo "Welcome to the GeSHi CSS generator.<br /><pre>Searching for GeSHi... ";
190 echo '<span style="color: green;">Found at ' . realpath($geshi_path) . '</span>';
196 echo '<span style="color: red;">Not found</span>';
203 echo '<span style="color: red;">Not found</span>';
207 echo "\nSearching for language files... ";
211 echo '<span style="color: green;">Found at ' . realpath($geshi_lang_path) . '</span>';
217 echo '<span style="color: red;">Not found</span>';
219 echo "</pre>\n";
224 echo 'Unfortunately CSSGen could not detect the following paths. Please input them and press "submit" to try again.';
225 echo "
229 echo "
234 echo '<input type="hidden" name="geshi-path" value="' . htmlspecialchars($geshi_path) . '" />';
238 echo "
243 echo '<input type="hidden" name="geshi-lang-path" value="' . $geshi_lang_path . '" />';
246 echo "
251 // no errors - echo continue form
252 echo 'Everything seems to be detected successfully. Use the button to continue.
286 echo '<form action="cssgen.php?step=3" method="post" id="step2">
294 echo "<input type=\"checkbox\" name=\"langs[$lang]\" checked=\"checked\" /> $lang<br />\n";
298 echo "Select: <a href=\"javascript:select('true')\">All</a>, <a href=\"javascript:select('false')\">None</a>, <a href=\"javascript:select('invert')\">Invert</a><br />\n";
300 echo 'If you\'d like any other languages not detected here to be supported, please enter
304 echo '<br />Styles:
310 <tr><th>Inbuilt Functions (echo, print etc)</th><td><input type="text" name="keywords-3" value="color: #000066;" /></td></tr>
321 echo '<input type="hidden" name="geshi-path" value="' . realpath($geshi_path) . '" /><input type="hidden" name="geshi-lang-path" value="' . realpath($geshi_lang_path) . '" />
330 echo '<p>Here is your completed stylesheet. Note that it may not be perfect - no regular expression styles are included for one thing,
451 echo "<pre>$stylesheet</pre>";