예제 #1
0
			/*
			*  These extra steps are needed to add to configuration file.
			*/
	

			if($steps[STEP_CONFIGEXTRAS]['enabled'] && $step == STEP_CONFIGEXTRAS)
			{
				$page->MainTitle($steps[STEP_CONFIGEXTRAS]['title'], 'configextras');

				$page->Paragraph('These settings help configure each individual section.  You may continue installation without having this section perfect, though we recommend doing so now instead of later.  For any step you miss, you may always edit the pedadida-config.php file manually later.');
				
				
				$page->FormStart(array('step'=>GetNextStep(STEP_CONFIGEXTRAS)));
				$page->Label('Select database type:');
				$page->AddDatabaseTypeDropdown('datebase_type', $keywords['special']['database_type']);
				
				$page->Label('University Name:');
				$page->FormInput($keywords['special']['university_name'], 'university_name');
				
				$page->Label('Web Address: (no http:// needed)');
				$page->FormInput($keywords['special']['web_address'], 'web_address');
				
				$page->Label('Server IP Address (Used for Domain Mapping):');
				$page->FormInput($keywords['special']['server_ip'], 'server_ip');

				$page->Label('Database Character Set:');
				$page->FormInput($keywords['special']['charset'], 'charset');

			$page->Label('Database Collation (usually blank):');
			$page->FormInput($keywords['special']['collate'], 'collate');