Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/administrator/components/com_notifly/models/forms/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/administrator/components/com_notifly/models/forms/event.xml

<?xml version="1.0" encoding="utf-8"?>
<form>
	<fieldset>
		<field 
			name="id" 
			type="text" 
			label="JGLOBAL_FIELD_ID_LABEL"
			description="JGLOBAL_FIELD_ID_DESC" 
			class="readonly" 
			size="10" 
			default="0"
			readonly="true" 
		/>

		<field 
			name="template_id" 
			type="hidden" 
		/>

		<field 
			name="extension_id" 
			type="hidden" 
		/>

		<field 
			name="template"
			type="text"
			label="COM_NOTIFLY_FIELD_TEMPLATE_LABEL"
			description="COM_NOTIFLY_FIELD_TEMPLATE_DESC"
			class="input-xxlarge input-large-text"
			readonly="readonly"
			size="40"
		/>
		
		<field 
			name="title" 
			type="text" 
			label="JGLOBAL_TITLE"
			description="JFIELD_TITLE_DESC"
			class="input-xxlarge input-large-text"
			size="40"
			required="true" 
		/>


		<field 
			name="name" 
			type="text" 
			label="JGLOBAL_NAME"
			description="JFIELD_NAME_DESC"
			class="input-xxlarge input-large-text"
			size="40"
			required="true" 
		/>

		<field 
			name="email" 
			type="email" 
			label="JGLOBAL_EMAIL"
			description="JFIELD_EMAIL_DESC"
			class="input-xxlarge input-large-text"
			size="40"
			required="true" 
		/>

		<field 
			name="url" 
			type="text" 
			readonly="true"
			label="COM_NOTIFLY_FIELD_URL_LABEL"
			description="COM_NOTIFLY_FIELD_URL_DESC"
		/>

		<field 
			name="image_url" 
			type="text" 
			readonly="true"
			label="COM_NOTIFLY_FIELD_IMAGE_URL_LABEL"
			description="COM_NOTIFLY_FIELD_IMAGE_URL_DESC"
		/>


		<field 
			name="ip" 
			type="text" 
			readonly="true"
		/>
		
		<field 
			name="city" 
			type="city" 
			label="COM_NOTIFLY_FIELD_CITY_LABEL"
			description="COM_NOTIFLY_FIELD_CITY_DESC"
		/>
		
		<field 
			name="state" 
			type="state" 
			label="COM_NOTIFLY_FIELD_STATE_LABEL"
			description="COM_NOTIFLY_FIELD_STATE_DESC"
		/>
		
		<field 
			name="country" 
			type="country" 
			label="COM_NOTIFLY_FIELD_COUNTRY_LABEL"
			description="COM_NOTIFLY_FIELD_COUNTRY_DESC"
		/>
		
		<field 
			name="published" 
			type="published" 
			label="COM_NOTIFLY_FIELD_PUBLISHED_LABEL"
			description="COM_NOTIFLY_FIELD_PUBLISHED_DESC"
		/>

		<field 
			name="created" 
			type="text" 
			label="COM_NOTIFLY_FIELD_CREATED_LABEL"
			description="COM_NOTIFLY_FIELD_CREATED_DESC"
			readonly="true"
		/>



		<field 
			name="checked_out" 
			type="hidden" 
			filter="unset" 
		/>

		<field 
			name="checked_out_time" 
			type="hidden" 
			filter="unset" 
		/>

		<field 
			name="publish_up"
			type="calendar"
			label="COM_NOTIFLY_FIELD_PUBLISH_UP_LABEL"
			description="COM_NOTIFLY_FIELD_PUBLISH_UP_DESC"
			translateformat="true"
			showtime="true"
			size="22"
			filter="user_utc" 
		/>

		<field 
			name="publish_down"
			type="calendar"
			label="COM_NOTIFLY_FIELD_PUBLISH_DOWN_LABEL"
			description="COM_NOTIFLY_FIELD_PUBLISH_DOWN_DESC"
			translateformat="true"
			showtime="true"
			size="22"
			filter="user_utc" 
		/>

		<field
			name="version" 
			type="text" 
			label="COM_NOTIFLY_FIELD_VERSION_LABEL" 
			description="COM_NOTIFLY_FIELD_VERSION_DESC"
			size="6" 
			class="readonly"
			readonly="true" 
			filter="unset" 
		/>

		<field 
			name="access" 
			type="accesslevel" 
			label="JFIELD_ACCESS_LABEL"
			description="JFIELD_ACCESS_DESC" 
			size="1" 
		/>

		<field 
			name="hits" 
			type="text" 
			label="JGLOBAL_HITS"
			description="COM_NOTIFLY_FIELD_HITS_DESC" 
			class="readonly" 
			size="6"
			readonly="true" 
			filter="unset" 
		/>

		<field 
			name="attribs" 
			type="text" 
			filter="unset" 
		/>

		<field 
			name="params" 
			type="text" 
			filter="unset" 
		/>

		<field 
			name="language" 
			type="contentlanguage" 
			label="JFIELD_LANGUAGE_LABEL"
			description="COM_NOTIFLY_FIELD_LANGUAGE_DESC"
			>
			<option value="*">JALL</option>
		</field>

		<field 
			name="rules" 
			type="rules" 
			label="JFIELD_RULES_LABEL"
			translate_label="false" 
			filter="rules"
			component="com_notifly" 
			section="article" 
			validate="rules"
		/>

	</fieldset>

</form>