Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/administrator/components/com_reservation/models/forms/consultant.xml
Назад
<?xml version="1.0" encoding="utf-8"?> <form addrulepath="/administrator/components/com_reservation/models/rules" addfieldpath="/administrator/components/com_reservation/models/fields" > <fieldset name="details"> <!-- Default Fields.--> <!-- Id Field. Type: Text (joomla)--> <field name="id" type="text" class="readonly" readonly="true" label="JGLOBAL_FIELD_ID_LABEL" description="JGLOBAL_FIELD_ID_DESC" size="10" default="0" /> <!-- Date Created Field. Type: Calendar (joomla)--> <field name="created" type="calendar" label="COM_RESERVATION_CONSULTANT_CREATED_DATE_LABEL" description="COM_RESERVATION_CONSULTANT_CREATED_DATE_DESC" size="22" format="%Y-%m-%d %H:%M:%S" filter="user_utc" /> <!-- User Created Field. Type: User (joomla)--> <field name="created_by" type="user" label="COM_RESERVATION_CONSULTANT_CREATED_BY_LABEL" description="COM_RESERVATION_CONSULTANT_CREATED_BY_DESC" /> <!-- Published Field. Type: List (joomla)--> <field name="published" type="list" label="JSTATUS"> <option value="1">JPUBLISHED</option> <option value="0">JUNPUBLISHED</option> <option value="2">JARCHIVED</option> <option value="-2">JTRASHED</option> </field> <!-- Date Modified Field. Type: Calendar (joomla)--> <field name="modified" type="calendar" class="readonly" label="COM_RESERVATION_CONSULTANT_MODIFIED_DATE_LABEL" description="COM_RESERVATION_CONSULTANT_MODIFIED_DATE_DESC" size="22" readonly="true" format="%Y-%m-%d %H:%M:%S" filter="user_utc" /> <!-- User Modified Field. Type: User (joomla)--> <field name="modified_by" type="user" label="COM_RESERVATION_CONSULTANT_MODIFIED_BY_LABEL" description="COM_RESERVATION_CONSULTANT_MODIFIED_BY_DESC" class="readonly" readonly="true" filter="unset" /> <!-- Access Field. Type: Accesslevel (joomla)--> <field name="access" type="accesslevel" label="JFIELD_ACCESS_LABEL" description="JFIELD_ACCESS_DESC" default="1" required="false" /> <!-- Ordering Field. Type: Numbers (joomla)--> <field name="ordering" type="number" class="inputbox validate-ordering" label="COM_RESERVATION_CONSULTANT_ORDERING_LABEL" description="" default="0" size="6" required="false" /> <!-- Version Field. Type: Text (joomla)--> <field name="version" type="text" class="readonly" label="COM_RESERVATION_CONSULTANT_VERSION_LABEL" description="COM_RESERVATION_CONSULTANT_VERSION_DESC" size="6" readonly="true" filter="unset" /> <!-- Was added due to Permissions JS needing a Title field--> <!-- Let us know at gh-629 should this change--> <!-- https://github.com/vdm-io/Joomla-Component-Builder/issues/629#issuecomment-750117235--> <field name="title" type="hidden" default="reservation consultant" /> <!-- Dynamic Fields.--> <!-- Userid Field. Type: User. (joomla)--> <field type="user" name="userid" label="COM_RESERVATION_CONSULTANT_USERID_LABEL" description="COM_RESERVATION_CONSULTANT_USERID_DESCRIPTION" class="form-control" required="true" /> <!-- Nationalnumber Field. Type: Text. (joomla)--> <field type="text" name="nationalnumber" label="COM_RESERVATION_CONSULTANT_NATIONALNUMBER_LABEL" size="10" maxlength="50" default="" description="COM_RESERVATION_CONSULTANT_NATIONALNUMBER_DESCRIPTION" class="text_area form-control" readonly="false" disabled="false" required="true" filter="INTEGER" message="COM_RESERVATION_CONSULTANT_NATIONALNUMBER_MESSAGE" autocomplete="on" /> <!-- Catid Field. Type: Category. (joomla)--> <field type="category" name="catid" label="COM_RESERVATION_CONSULTANT_CATID_LABEL" extension="com_reservation" required="true" show_root="false" default="" description="COM_RESERVATION_CONSULTANT_CATID_DESCRIPTION" class="inputbox form-control" published="1" multiple="false" exists_table="#__categories" validate="exists" /> <!-- Image Field. Type: Media. (joomla)--> <field type="media" name="image" label="COM_RESERVATION_CONSULTANT_IMAGE_LABEL" directory="" /> <!-- Experience Field. Type: Text. (joomla)--> <field type="text" name="experience" label="COM_RESERVATION_CONSULTANT_EXPERIENCE_LABEL" size="10" maxlength="50" default="" description="COM_RESERVATION_CONSULTANT_EXPERIENCE_DESCRIPTION" class="text_area form-control" readonly="false" disabled="false" required="true" filter="INTEGER" message="COM_RESERVATION_CONSULTANT_EXPERIENCE_MESSAGE" autocomplete="on" /> <!-- Msn Field. Type: Text. (joomla)--> <field type="text" name="msn" label="COM_RESERVATION_CONSULTANT_MSN_LABEL" size="10" maxlength="50" default="" description="COM_RESERVATION_CONSULTANT_MSN_DESCRIPTION" class="text_area form-control" readonly="false" disabled="false" required="true" filter="INTEGER" message="COM_RESERVATION_CONSULTANT_MSN_MESSAGE" autocomplete="on" /> <!-- Phonenumber Field. Type: Text. (joomla)--> <field type="text" name="phonenumber" label="COM_RESERVATION_CONSULTANT_PHONENUMBER_LABEL" size="10" maxlength="50" default="" description="COM_RESERVATION_CONSULTANT_PHONENUMBER_DESCRIPTION" class="text_area form-control" readonly="false" disabled="false" required="true" validated="tel" message="COM_RESERVATION_CONSULTANT_PHONENUMBER_MESSAGE" validate="mobile" /> <!-- Shortlink Field. Type: Text. (joomla)--> <field type="text" name="shortlink" label="COM_RESERVATION_CONSULTANT_SHORTLINK_LABEL" size="255" maxlength="255" description="COM_RESERVATION_CONSULTANT_SHORTLINK_DESCRIPTION" class="text_area" readonly="false" disabled="false" required="false" filter="STRING" message="COM_RESERVATION_CONSULTANT_SHORTLINK_MESSAGE" hint="COM_RESERVATION_CONSULTANT_SHORTLINK_HINT" autocomplete="on" /> <!-- Account Field. Type: List. (joomla)--> <field type="list" name="account" label="COM_RESERVATION_CONSULTANT_ACCOUNT_LABEL" class="list_class" multiple="false" default="0"> <!-- Option Set.--> <option value="consultant">COM_RESERVATION_CONSULTANT_CONSULTANT</option> <option value="doctor">COM_RESERVATION_CONSULTANT_DOCTOR</option> <option value="both">COM_RESERVATION_CONSULTANT_BOTH</option> </field> <!-- Address Field. Type: Editor. (joomla)--> <field type="editor" name="address" label="COM_RESERVATION_CONSULTANT_ADDRESS_LABEL" default="" buttons="no" editor="codemirror|none" filter="safehtml" /> <!-- Presence Field. Type: Editor. (joomla)--> <field type="editor" name="presence" label="COM_RESERVATION_CONSULTANT_PRESENCE_LABEL" default="" description="COM_RESERVATION_CONSULTANT_PRESENCE_DESCRIPTION" buttons="no" editor="codemirror|none" filter="safehtml" /> <!-- Video Field. Type: Media. (joomla)--> <field type="media" name="video" label="COM_RESERVATION_CONSULTANT_VIDEO_LABEL" description="COM_RESERVATION_CONSULTANT_VIDEO_DESCRIPTION" directory="" preview="false" /> <!-- Alt Field. Type: Text. (joomla)--> <field type="text" name="alt" label="COM_RESERVATION_CONSULTANT_ALT_LABEL" size="10" maxlength="50" default="" description="COM_RESERVATION_CONSULTANT_ALT_DESCRIPTION" class="text_area" readonly="false" disabled="false" required="false" filter="STRING" message="COM_RESERVATION_CONSULTANT_ALT_MESSAGE" autocomplete="on" /> <!-- Officephone Field. Type: Text. (joomla)--> <field type="text" name="officephone" label="COM_RESERVATION_CONSULTANT_OFFICEPHONE_LABEL" size="10" maxlength="50" default="" description="COM_RESERVATION_CONSULTANT_OFFICEPHONE_DESCRIPTION" class="text_area form-control" readonly="false" disabled="false" validated="tel" message="COM_RESERVATION_CONSULTANT_OFFICEPHONE_MESSAGE" /> <!-- Capitalid Field. Type: Capital. (custom)--> <field type="capital" name="capitalid" label="COM_RESERVATION_CONSULTANT_CAPITALID_LABEL" class="list_class" multiple="false" default="0" /> <!-- Cityid Field. Type: City. (custom)--> <field type="city" name="cityid" label="COM_RESERVATION_CONSULTANT_CITYID_LABEL" class="list_class" multiple="false" default="0" /> <!-- Introduction Field. Type: Editor. (joomla)--> <field type="editor" name="introduction" label="COM_RESERVATION_CONSULTANT_INTRODUCTION_LABEL" default="" buttons="no" editor="codemirror|none" filter="safehtml" /> </fieldset> <!-- Access Control Fields. --> <fieldset name="accesscontrol"> <!-- Asset Id Field. Type: Hidden (joomla) --> <field name="asset_id" type="hidden" filter="unset" /> <!-- Rules Field. Type: Rules (joomla) --> <field name="rules" type="rules" label="Permissions in relation to this consultant" translate_label="false" filter="rules" validate="rules" class="inputbox" component="com_reservation" section="consultant" /> </fieldset> </form>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка