Changeset 3 for trunk/format_html.php
- Timestamp:
- Jul 27, 2016, 8:36:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/format_html.php
r1 r3 1 1 <?php 2 2 3 include('global.php'); 3 ShowHeader(array('Formátovaè HTML' => '/format_html.php'), 'Formátovaè HTML kódu'); 4 5 ShowHeader(array('Formátovač HTML' => '/format_html.php'), 'Formátovač HTML kódu'); 4 6 5 7 if(array_key_exists('code', $_POST)) … … 7 9 $Output .= '<pre>'.htmlspecialchars(FormatOutput($_POST['code'])).'</pre>'; 8 10 } else 9 $Output .= '<strong>Vlo ¾te kód, který chcete zformátovat</strong><br>'.11 $Output .= '<strong>Vložte kód, který chcete zformátovat</strong><br>'. 10 12 '<form method="post" action="format_html.php"> 11 13 <textarea name="code" cols="80" rows="30"></textarea><br> … … 14 16 15 17 ShowFooter(); 16 ?> 18
Note:
See TracChangeset
for help on using the changeset viewer.