version 1.1, 2007/03/01 17:01:01
|
version 1.2, 2007/03/01 17:54:13
|
Line 1
|
Line 1
|
# The LearningOnline Network with CAPA |
# The LearningOnline Network with CAPA |
# Handler to set domain-wide configuration settings |
# Handler to set domain-wide configuration settings |
# |
# |
|
# $Id$ |
|
# |
# Copyright Michigan State University Board of Trustees |
# Copyright Michigan State University Board of Trustees |
# |
# |
# This file is part of the LearningOnline Network with CAPA (LON-CAPA). |
# This file is part of the LearningOnline Network with CAPA (LON-CAPA). |
Line 184 function changePage(formname,newphase) {
|
Line 186 function changePage(formname,newphase) {
|
} |
} |
</script> |
</script> |
|; |
|; |
$r->print(&Apache::loncommon::start_page('View/Modify Domain Settings', $js)); |
$r->print(&Apache::loncommon::start_page('View/Modify Domain Settings', |
|
$js)); |
my $bread_text = "Domain Settings"; |
my $bread_text = "Domain Settings"; |
$r->print(&Apache::lonhtmlcommon::breadcrumbs($bread_text)); |
$r->print(&Apache::lonhtmlcommon::breadcrumbs($bread_text)); |
return; |
return; |