Private
Server IP : 195.201.23.43  /  Your IP : 18.188.189.204
Web Server : Apache
System : Linux webserver2.vercom.be 5.4.0-192-generic #212-Ubuntu SMP Fri Jul 5 09:47:39 UTC 2024 x86_64
User : kdecoratie ( 1041)
PHP Version : 7.1.33-63+ubuntu20.04.1+deb.sury.org+1
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/kdecoratie/public_html/installation2/model/forms/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/kdecoratie/public_html/installation2/model/forms/site.xml
<?xml version="1.0" encoding="utf-8"?>
<form>
	<fieldset>
		<field
			name="language"
			type="installation.language"
			id="language"
			class="chzn-select-deselect"
			label="INSTL_LANGUAGE_LABEL"
			size="20"
			default="en-GB"
			onchange="Install.setlanguage();"
		/>

		<field
			name="site_name"
			type="text"
			id="site_name"
			class="inputbox"
			label="INSTL_SITE_NAME_LABEL"
			required="true"
		/>

		<field
			name="admin_email"
			type="email"
			id="admin_email"
			class="inputbox"
			label="INSTL_ADMIN_EMAIL_LABEL"
			validate="email"
			required="true"
		/>

		<field
			name="admin_user"
			type="text"
			id="admin_user"
			class="inputbox"
			label="INSTL_ADMIN_USER_LABEL"
			required="true"
		/>

		<field
			name="admin_password"
			type="password"
			id="admin_password"
			class="inputbox"
			label="INSTL_ADMIN_PASSWORD_LABEL"
			required="true"
			filter="raw"
			autocomplete="off"
		/>

		<field
			name="admin_password2"
			type="password"
			id="admin_password2"
			class="inputbox"
			label="INSTL_ADMIN_PASSWORD2_LABEL"
			required="true"
			filter="raw"
			validate="equals"
			field="admin_password"
			autocomplete="off"
		/>

		<field
			name="site_metadesc"
			type="textarea"
			id="site_metadesc"
			class="text_area noResize"
			label="INSTL_SITE_METADESC_LABEL"
			rows="3"
		/>

		<field
			name="site_offline"
			type="radio"
			id="site_offline"
			class="btn-group"
			default="0"
			label="INSTL_SITE_OFFLINE_LABEL"
			filter="integer"
		>
			<option value="1">JYES</option>
			<option value="0">JNO</option>
		</field>
	</fieldset>
</form>
Private