tidy appdb html to make it validate - try 4
This commit is contained in:
committed by
Chris Morgan
parent
ccbc842d5c
commit
16949bb71c
@@ -22,15 +22,15 @@ if($ItemsPerPage > 100) $ItemsPerPage = 100;
|
||||
|
||||
/* display page selection links */
|
||||
echo "<center>";
|
||||
echo "<b>Page $currentPage of $totalPages</b><br />";
|
||||
echo "<b>Page $currentPage of $totalPages</b><br>";
|
||||
display_page_range($currentPage, $pageRange, $totalPages, $_SERVER['PHP_SELF']."?iItemsPerPage=".$ItemsPerPage);
|
||||
echo "<br />";
|
||||
echo "<br />";
|
||||
echo "<br>";
|
||||
echo "<br>";
|
||||
|
||||
/* display the option to choose how many comments per-page to display */
|
||||
echo "<form method=\"get\" name=\"sMessage\" action=\"".$_SERVER['PHP_SELF']."\">";
|
||||
echo "<b>Number of comments per page:</b>";
|
||||
echo " <select name='iItemsPerPage'>";
|
||||
echo " <select name='iItemsPerPage'>";
|
||||
|
||||
$ItemsPerPageArray = array(10, 20, 50, 100, 500);
|
||||
foreach($ItemsPerPageArray as $i => $value)
|
||||
@@ -43,7 +43,7 @@ foreach($ItemsPerPageArray as $i => $value)
|
||||
echo "</select>";
|
||||
|
||||
echo "<input type=hidden name=iPage value=$currentPage>";
|
||||
echo " <input type=submit value='Refresh'>";
|
||||
echo " <input type=submit value='Refresh'>";
|
||||
echo "</form>";
|
||||
|
||||
echo "</center>";
|
||||
|
||||
Reference in New Issue
Block a user