Joomla-Sermon-Distributor/admin/models/forms/statistic.xml

218 lines
6.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<form
addrulepath="/administrator/components/com_sermondistributor/models/rules"
addfieldpath="/administrator/components/com_sermondistributor/models/fields"
>
<fieldset name="details">
<!-- [Interpretation 383] Default Fields. -->
<!-- [Interpretation 384] Id Field. Type: Text (joomla) -->
<field
name="id"
type="text" class="readonly" label="JGLOBAL_FIELD_ID_LABEL"
description ="JGLOBAL_FIELD_ID_DESC" size="10" default="0"
readonly="true"
/>
<!-- [Interpretation 391] Date Created Field. Type: Calendar (joomla) -->
<field
name="created"
type="calendar"
label="COM_SERMONDISTRIBUTOR_STATISTIC_CREATED_DATE_LABEL"
description="COM_SERMONDISTRIBUTOR_STATISTIC_CREATED_DATE_DESC"
size="22"
format="%Y-%m-%d %H:%M:%S"
filter="user_utc"
/>
<!-- [Interpretation 402] User Created Field. Type: User (joomla) -->
<field
name="created_by"
type="user"
label="COM_SERMONDISTRIBUTOR_STATISTIC_CREATED_BY_LABEL"
description="COM_SERMONDISTRIBUTOR_STATISTIC_CREATED_BY_DESC"
/>
<!-- [Interpretation 410] Published Field. Type: List (joomla) -->
<field name="published" type="list" label="JSTATUS"
description="JFIELD_PUBLISHED_DESC" class="chzn-color-state"
filter="intval" size="1" default="1" >
<option value="1">
JPUBLISHED</option>
<option value="0">
JUNPUBLISHED</option>
<option value="2">
JARCHIVED</option>
<option value="-2">
JTRASHED</option>
</field>
<!-- [Interpretation 425] Date Modified Field. Type: Calendar (joomla) -->
<field name="modified" type="calendar" class="readonly"
label="JGLOBAL_FIELD_MODIFIED_LABEL" description="COM_CONTENT_FIELD_MODIFIED_DESC"
size="22" readonly="true" format="%Y-%m-%d %H:%M:%S" filter="user_utc" />
<!-- [Interpretation 429] User Modified Field. Type: User (joomla) -->
<field name="modified_by" type="user"
label="JGLOBAL_FIELD_MODIFIED_BY_LABEL"
class="readonly"
readonly="true"
filter="unset"
/>
<!-- [Interpretation 439] Access Field. Type: Accesslevel (joomla) -->
<field name="access"
type="accesslevel"
label="JFIELD_ACCESS_LABEL"
description="JFIELD_ACCESS_DESC"
default="1"
required="false"
/>
<!-- [Interpretation 449] Ordering Field. Type: Numbers (joomla) -->
<field
name="ordering"
type="number"
class="inputbox validate-ordering"
label="COM_SERMONDISTRIBUTOR_STATISTIC_ORDERING_LABEL"
description=""
default="0"
size="6"
required="false"
/>
<!-- [Interpretation 461] Version Field. Type: Text (joomla) -->
<field
name="version"
type="text"
class="readonly"
label="COM_SERMONDISTRIBUTOR_STATISTIC_VERSION_LABEL"
description="COM_SERMONDISTRIBUTOR_STATISTIC_VERSION_DESC"
size="6"
readonly="true"
filter="unset"
/>
<!-- [Interpretation 475] Metakey Field. Type: Textarea (joomla) -->
<field
name="metakey"
type="textarea"
label="JFIELD_META_KEYWORDS_LABEL"
description="JFIELD_META_KEYWORDS_DESC"
rows="3"
cols="30"
/>
<!-- [Interpretation 484] Metadesc Field. Type: Textarea (joomla) -->
<field
name="metadesc"
type="textarea"
label="JFIELD_META_DESCRIPTION_LABEL"
description="JFIELD_META_DESCRIPTION_DESC"
rows="3"
cols="30"
/>
<!-- [Interpretation 494] Dynamic Fields. -->
<!-- [Interpretation 763] Filename Field. Type: Text. (joomla) -->
<field
type="text"
name="filename"
label="COM_SERMONDISTRIBUTOR_STATISTIC_FILENAME_LABEL"
size="80"
maxlength="550"
description="COM_SERMONDISTRIBUTOR_STATISTIC_FILENAME_DESCRIPTION"
class="text_area"
required="true"
filter="STRING"
message="Error! Please add file name here."
hint="COM_SERMONDISTRIBUTOR_STATISTIC_FILENAME_HINT"
/>
<!-- [Interpretation 884] Sermon Field. Type: Sermon. (custom) -->
<field
type="sermon"
name="sermon"
label="COM_SERMONDISTRIBUTOR_STATISTIC_SERMON_LABEL"
description="COM_SERMONDISTRIBUTOR_STATISTIC_SERMON_DESCRIPTION"
class="list_class"
multiple="false"
required="true"
button="true"
/>
<!-- [Interpretation 884] Preacher Field. Type: Preachers. (custom) -->
<field
type="preachers"
name="preacher"
label="COM_SERMONDISTRIBUTOR_STATISTIC_PREACHER_LABEL"
description="COM_SERMONDISTRIBUTOR_STATISTIC_PREACHER_DESCRIPTION"
class="list_class"
multiple="false"
default="0"
button="true"
/>
<!-- [Interpretation 884] Series Field. Type: Series. (custom) -->
<field
type="series"
name="series"
label="COM_SERMONDISTRIBUTOR_STATISTIC_SERIES_LABEL"
description="COM_SERMONDISTRIBUTOR_STATISTIC_SERIES_DESCRIPTION"
class="list_class"
multiple="false"
default="0"
button="true"
/>
<!-- [Interpretation 763] Counter Field. Type: Text. (joomla) -->
<field
type="text"
name="counter"
label="COM_SERMONDISTRIBUTOR_STATISTIC_COUNTER_LABEL"
size="5"
maxlength="15"
description="COM_SERMONDISTRIBUTOR_STATISTIC_COUNTER_DESCRIPTION"
class="text_area"
required="true"
filter="INT"
message="Error! Please add a number."
hint="COM_SERMONDISTRIBUTOR_STATISTIC_COUNTER_HINT"
/>
</fieldset>
<!-- [Interpretation 513] Metadata Fields. -->
<fields name="metadata" label="JGLOBAL_FIELDSET_METADATA_OPTIONS">
<fieldset name="vdmmetadata"
label="JGLOBAL_FIELDSET_METADATA_OPTIONS">
<!-- [Interpretation 517] Robots Field. Type: List (joomla) -->
<field name="robots"
type="list"
label="JFIELD_METADATA_ROBOTS_LABEL"
description="JFIELD_METADATA_ROBOTS_DESC" >
<option value="">JGLOBAL_USE_GLOBAL</option>
<option value="index, follow">JGLOBAL_INDEX_FOLLOW</option>
<option value="noindex, follow">JGLOBAL_NOINDEX_FOLLOW</option>
<option value="index, nofollow">JGLOBAL_INDEX_NOFOLLOW</option>
<option value="noindex, nofollow">JGLOBAL_NOINDEX_NOFOLLOW</option>
</field>
<!-- [Interpretation 528] Author Field. Type: Text (joomla) -->
<field name="author"
type="text"
label="JAUTHOR" description="JFIELD_METADATA_AUTHOR_DESC"
size="20"
/>
<!-- [Interpretation 534] Rights Field. Type: Textarea (joomla) -->
<field name="rights" type="textarea" label="JFIELD_META_RIGHTS_LABEL"
description="JFIELD_META_RIGHTS_DESC" required="false" filter="string"
cols="30" rows="2"
/>
</fieldset>
</fields>
<!-- [Interpretation 9276] Access Control Fields. -->
<fieldset name="accesscontrol">
<!-- [Interpretation 9278] Asset Id Field. Type: Hidden (joomla) -->
<field
name="asset_id"
type="hidden"
filter="unset"
/>
<!-- [Interpretation 9284] Rules Field. Type: Rules (joomla) -->
<field
name="rules"
type="rules"
label="Permissions in relation to this statistic"
translate_label="false"
filter="rules"
validate="rules"
class="inputbox"
component="com_sermondistributor"
section="statistic"
/>
</fieldset>
</form>