");
define("TD2", "
");
define("TD3", " | ");
define("TABLE", "");
define("TABLE2", "");
function admin_page_head($title) {
$stylesheet = URL_BASE.STYLESHEET;
echo "$title
".PROJECT.": $title
";
}
function admin_page_tail() {
echo "
Back to Main admin page
";
}
// TODO: get rid of all the following
function print_checkbox($text,$name,$checked) {
echo ""
. "$text\n"
. "\n";
}
function print_radio_button($text,$name,$value,$checked) {
echo ""
. "$text\n"
. " \n";
}
function print_text_field($text,$name,$value) {
echo "$text \n"
. " \n";
}
function row($x, $y) {
echo " $x | \n$y | \n \n";
}
function c_row2($color, $x, $y) {
echo "$x | $y | \n";
}
function show_profile_link_ops($user) {
if ($user->has_profile) {
row2("Profile",
"id\">View"
);
}
}
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
|