"id", "id_r" => "id/reverse", "name" => "name", "name_r" => "name/reverse", "type" => "type", "type_r" => "type/reverse", "stat" => "status", "stat_r" => "status/reverse", "desc" => "description", "desc_r" => "description/reverse"); if (! $sort) $sort = "id_r"; if (! $id) { echo "

The LAR is displayed sorted by $sort_types[$sort].\n"; echo "Alternatively, you may browse it sorted by:\n"; while (list($a, $b) = each($sort_types)) { if ($a != $sort) echo "$b;\n"; } echo "just click the link.\n\n"; } ?>

If you want to see all fields of an entry, click its id. To show all information of all records, check the `all' button below and click `Go!' "show_i", "text" => "show_t", "link" => "show_l", "changelog" => "show_c", "all" => "show_a"); echo "

\n"; hrow("Show...", "left"); $text = ""; while (list($a, $b) = each($fields)) { $text .= ""; } lrow($text, "", ""); // Search for a string in the LAR (unfortunately, we can't use lrow here // because of the colspan) echo "\t\t"; echo " fields of records containing\n"; echo "\t\t\t\n"; echo "\t\t \n"; erow(); echo "
"; ?>