15 lines
643 B
PHP
Executable File
15 lines
643 B
PHP
Executable File
<?php
|
|
$nomFicAppelant = basename(__FILE__);
|
|
echo '<div class="ui-block-a" >';
|
|
echo '<input name="text-12" id="text-12" value="" type="text" class="textSearchvalue_h" />';
|
|
echo '</div>';
|
|
echo '<div class="ui-block-b" >';
|
|
echo '<a href="#" class="searchButtonClickText_h">Search</a>';
|
|
echo '</div>';
|
|
echo '<div class="ui-block-c" >';
|
|
echo '<a href="#" class="next_h">Next</a>';
|
|
echo '</div>';
|
|
echo '<div class="ui-block-d" >';
|
|
echo '<a href="#" class="previous_h">Previous</a>';
|
|
echo '</div>';
|
|
?>
|