AnonSec Shell
Server IP : 54.36.91.62  /  Your IP : 216.73.217.112
Web Server : Apache
System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : coopiak ( 151928)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/coopiak/amisdesseniors-fr/administrator/components/com_djmediatools/models/forms/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/coopiak/amisdesseniors-fr/administrator/components/com_djmediatools/models/forms/item.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"
			size="10"
			default="0"
			readonly="true"
			class="readonly"
		/>
		
		<field name="catid"
			type="djalbum"
			label="COM_DJMEDIATOOLS_CATEGORY"
			class="inputbox form-select"
			default=""
			required="true"
			disable_default="true"
			only_component="true"
		/>
		
		<field name="catid_desc" type="djspacer" description="COM_DJMEDIATOOLS_CATEGORY_DESC" />
		
		<field name="title"
			type="text"
			label="JGLOBAL_TITLE"
			description="JGLOBAL_TITLE"
			class="inputbox"
			size="30"
			required="true"
		 />
		 
		 <field name="alias"
			type="hidden"
			label="JFIELD_ALIAS_LABEL"
			description="JFIELD_ALIAS_DESC"
			class="inputbox"
			size="30"
		/>
		
		<field name="video"
			type="djvideo"
			label="COM_DJMEDIATOOLS_VIDEO_LINK"
			description="COM_DJMEDIATOOLS_VIDEO_LINK_DESC"
			short_desc="COM_DJMEDIATOOLS_VIDEO_LINK_DESC_SHORT" 
			thumb_field="image"
			title_field="title"
			class="input-xlarge"
		/>
		
		<field name="bgvideo"
			type="djvideo"
			label="COM_DJMEDIATOOLS_BG_VIDEO"
			description="COM_DJMEDIATOOLS_BG_VIDEO_DESC"
			short_desc="COM_DJMEDIATOOLS_BG_VIDEO_DESC_SHORT"
			thumb_field="image"
			class="input-xlarge"
		/>
		
		<field name="image"
			type="media"
			hide_none="1"
			label="COM_DJMEDIATOOLS_IMAGE"
			description="COM_DJMEDIATOOLS_IMAGE"
			required="true"
		/>
		
		<field name="description" type="editor"
			label="COM_DJMEDIATOOLS_DESCRIPTION"
			description="COM_DJMEDIATOOLS_DESCRIPTION_DESC"
			class="inputbox"
			filter="JComponentHelper::filterText"
			buttons="false"
		/>
		
		<field id="published"
			name="published"
			type="list"
			label="JSTATUS"
			description="JFIELD_PUBLISHED_DESC"
			class="inputbox"
			size="1"
			default="1"
		>
			<option value="1">
				JPUBLISHED</option>
			<option value="0">
				JUNPUBLISHED</option>			
		</field>
		
		<field name="publish_up" type="calendar"
			label="COM_DJMEDIATOOLS_PUBLISH_UP" description="COM_DJMEDIATOOLS_PUBLISH_UP_DESC"
			class="inputbox" format="%Y-%m-%d %H:%M:%S" size="22"
			filter="user_utc" />

		<field name="publish_down" type="calendar"
			label="COM_DJMEDIATOOLS_PUBLISH_DOWN" description="COM_DJMEDIATOOLS_PUBLISH_DOWN_DESC"
			class="inputbox" format="%Y-%m-%d %H:%M:%S" size="22"
			filter="user_utc" />
		
		<field name="checked_out"
			type="hidden"
			filter="unset"
		/>

		<field name="checked_out_time"
			type="hidden"
			filter="unset"
		/>
			
	</fieldset>
	
	<fields name="params" addfieldpath="/administrator/components/com_djmediatools/models/fields">
		<fieldset name="jbasic"	label="COM_DJMEDIATOOLS_LINKING_OPTIONS"
			addfieldpath="/administrator/components/com_content/models/fields"
				  addfieldprefix="Joomla\Component\Content\Administrator\Field"
		>
		
			<field name="link_type"	type="list" default="" label="COM_DJMEDIATOOLS_LINK_TYPE" description="COM_DJMEDIATOOLS_LINK_TYPE_DESC">
				<option value="">COM_DJMEDIATOOLS_DO_NOT_LINK</option>
				<option value="menu">COM_DJMEDIATOOLS_MENU</option>
				<option value="url">COM_DJMEDIATOOLS_URL</option>
				<option value="article">COM_DJMEDIATOOLS_ARTICLE</option>
			</field>
			
			<field name="link_menu" type="menuitem" label="COM_DJMEDIATOOLS_MENU" description="COM_DJMEDIATOOLS_MENU" disable="separator,heading,alias" showon="link_type:menu" />
			<field name="link_url" type="text" label="COM_DJMEDIATOOLS_URL" description="COM_DJMEDIATOOLS_URL" class="inputbox" size="30" showon="link_type:url" />
			<field name="link_article" type="modal_article" label="COM_DJMEDIATOOLS_ARTICLE" description="COM_DJMEDIATOOLS_ARTICLE" showon="link_type:article" />
			
			<field name="link_target" 
				type="list" 
				label="COM_DJMEDIATOOLS_LINK_TARGET"
				description="COM_DJMEDIATOOLS_LINK_TARGET_DESC" 
				default=""
				showon="link_type:menu,url,article"
			>
				<option value="">COM_DJMEDIATOOLS_AUTO</option>
				<option value="_self">COM_DJMEDIATOOLS_PARENT_WINDOW</option>
				<option value="_blank">COM_DJMEDIATOOLS_NEW_WINDOW</option>
			</field>
			
			<field name="link_rel" 
				type="list" 
				label="COM_DJMEDIATOOLS_LINK_REL"
				description="COM_DJMEDIATOOLS_LINK_REL_DESC" 
				default=""
				showon="link_type:menu,url,article"
			>
				<option value="">JNONE</option>
				<option value="alternate">alternate</option>
				<option value="author">author</option>
				<option value="bookmark">bookmark</option>
				<option value="help">help</option>
				<option value="license">license</option>
				<option value="next">next</option>
				<option value="nofollow">nofollow</option>
				<option value="noreferrer">noreferrer</option>
				<option value="prefetch">prefetch</option>
				<option value="prev">prev</option>
				<option value="search">search</option>
				<option value="tag">tag</option>
			</field>
		</fieldset>
		
		<fieldset name="attrs"	label="COM_DJMEDIATOOLS_IMAGE_ATTR_OPTIONS">
			<field name="alt_attr"
				type="text"
				label="COM_DJMEDIATOOLS_ALT_ATTR"
				description="COM_DJMEDIATOOLS_ALT_ATTR_DESC"
				class="inputbox"
				size="30"
			/>
			<field name="title_attr"
				type="text"
				label="COM_DJMEDIATOOLS_TITLE_ATTR"
				description="COM_DJMEDIATOOLS_TITLE_ATTR_DESC"
				class="inputbox"
				size="30"
			/>
		</fieldset>
	</fields>
	<fieldset name="stats" label="COM_DJMEDIATOOLS_COUNTER_STATS">
		<field name="clicks" type="text" label="COM_DJMEDIATOOLS_STATS_CLICKS"
			   class="inputbox" size="30" default="0" readonly="true"/>
		<field name="views" type="text" label="COM_DJMEDIATOOLS_STATS_VIEWS"
			   class="inputbox" size="30" default="0" readonly="true"/>
	</fieldset>
</form>

Anon7 - 2022
AnonSec Team