0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: profile.xml.tar
home/academiac/www/administrator/components/com_admin/models/forms/profile.xml 0000644 00000006575 15137241500 0024010 0 ustar 00 <?xml version="1.0" encoding="utf-8"?> <form> <fieldset name="user_details"> <field name="name" type="text" class="inputbox" description="COM_ADMIN_USER_FIELD_NAME_DESC" label="COM_ADMIN_USER_HEADING_NAME" required="true" size="30" /> <field name="username" type="text" class="inputbox" description="COM_ADMIN_USER_FIELD_USERNAME_DESC" label="COM_ADMIN_USER_FIELD_USERNAME_LABEL" required="true" size="30" /> <field name="password" type="password" autocomplete="off" class="inputbox validate-password" description="COM_ADMIN_USER_FIELD_PASSWORD_DESC" filter="raw" label="JGLOBAL_PASSWORD" size="30" validate="equals" field="password2" /> <field name="password2" type="password" autocomplete="off" class="inputbox validate-password" description="COM_ADMIN_USER_FIELD_PASSWORD2_DESC" filter="raw" label="COM_ADMIN_USER_FIELD_PASSWORD2_LABEL" size="30" /> <field name="email" type="email" class="inputbox" description="COM_ADMIN_USER_FIELD_EMAIL_DESC" label="JGLOBAL_EMAIL" required="true" size="30" validate="email" /> <field name="registerDate" type="calendar" class="readonly" label="COM_ADMIN_USER_FIELD_REGISTERDATE_LABEL" description="COM_ADMIN_USER_FIELD_REGISTERDATE_DESC" readonly="true" format="%Y-%m-%d %H:%M:%S" size="22" filter="user_utc" /> <field name="lastvisitDate" type="calendar" class="readonly" label="COM_ADMIN_USER_FIELD_LASTVISIT_LABEL" description="COM_ADMIN_USER_FIELD_LASTVISIT_DESC" readonly="true" format="%Y-%m-%d %H:%M:%S" size="22" filter="user_utc" /> <field name="id" type="text" class="readonly" label="JGLOBAL_FIELD_ID_LABEL" description ="JGLOBAL_FIELD_ID_DESC" default="0" readonly="true" filter="unset" /> </fieldset> <fields name="params"> <!-- Basic user account settings. --> <fieldset name="settings" label="COM_ADMIN_USER_SETTINGS_FIELDSET_LABEL"> <field name="admin_style" type="templatestyle" client="administrator" description="COM_ADMIN_USER_FIELD_BACKEND_TEMPLATE_DESC" label="COM_ADMIN_USER_FIELD_BACKEND_TEMPLATE_LABEL" > <option value="">JOPTION_USE_DEFAULT</option> </field> <field name="admin_language" type="language" client="administrator" description="COM_ADMIN_USER_FIELD_BACKEND_LANGUAGE_DESC" label="COM_ADMIN_USER_FIELD_BACKEND_LANGUAGE_LABEL" > <option value="">JOPTION_USE_DEFAULT</option> </field> <field name="language" type="language" client="site" description="COM_ADMIN_USER_FIELD_FRONTEND_LANGUAGE_DESC" label="COM_ADMIN_USER_FIELD_FRONTEND_LANGUAGE_LABEL" > <option value="">JOPTION_USE_DEFAULT</option> </field> <field name="editor" type="plugins" folder="editors" description="COM_ADMIN_USER_FIELD_EDITOR_DESC" label="COM_ADMIN_USER_FIELD_EDITOR_LABEL" > <option value="">JOPTION_USE_DEFAULT</option> </field> <field name="helpsite" type="helpsite" label="COM_ADMIN_USER_FIELD_HELPSITE_LABEL" description="COM_ADMIN_USER_FIELD_HELPSITE_DESC" > <option value="">JOPTION_USE_DEFAULT</option> </field> <field name="timezone" type="timezone" label="COM_ADMIN_USER_FIELD_TIMEZONE_LABEL" description="COM_ADMIN_USER_FIELD_TIMEZONE_DESC" > <option value="">JOPTION_USE_DEFAULT</option> </field> </fieldset> </fields> </form> home/academiac/www/plugins/user/profile/profiles/profile.xml 0000644 00000006153 15137553660 0020333 0 ustar 00 <?xml version="1.0" encoding="utf-8"?> <form> <fields name="profile"> <fieldset name="profile" label="PLG_USER_PROFILE_SLIDER_LABEL" > <field name="address1" type="text" id="address1" description="PLG_USER_PROFILE_FIELD_ADDRESS1_DESC" filter="string" label="PLG_USER_PROFILE_FIELD_ADDRESS1_LABEL" message="PLG_USER_PROFILE_FIELD_ADDRESS1_MESSAGE" size="30" /> <field name="address2" type="text" id="address2" description="PLG_USER_PROFILE_FIELD_ADDRESS2_DESC" filter="string" label="PLG_USER_PROFILE_FIELD_ADDRESS2_LABEL" message="PLG_USER_PROFILE_FIELD_ADDRESS1_MESSAGE" size="30" /> <field name="city" type="text" id="city" description="PLG_USER_PROFILE_FIELD_CITY_DESC" filter="string" label="PLG_USER_PROFILE_FIELD_CITY_LABEL" message="PLG_USER_PROFILE_FIELD_CITY_MESSAGE" size="30" /> <field name="region" type="text" id="region" description="PLG_USER_PROFILE_FIELD_REGION_DESC" filter="string" label="PLG_USER_PROFILE_FIELD_REGION_LABEL" message="PLG_USER_PROFILE_FIELD_REGION_MESSAGE" size="30" /> <field name="country" type="text" id="country" description="PLG_USER_PROFILE_FIELD_COUNTRY_DESC" filter="string" label="PLG_USER_PROFILE_FIELD_COUNTRY_LABEL" message="PLG_USER_PROFILE_FIELD_COUNTRY_MESSAGE" size="30" /> <field name="postal_code" type="text" id="postal_code" description="PLG_USER_PROFILE_FIELD_POSTAL_CODE_DESC" filter="string" label="PLG_USER_PROFILE_FIELD_POSTAL_CODE_LABEL" message="PLG_USER_PROFILE_FIELD_POSTAL_CODE_MESSAGE" size="30" /> <field name="phone" type="tel" id="phone" description="PLG_USER_PROFILE_FIELD_PHONE_DESC" filter="string" label="PLG_USER_PROFILE_FIELD_PHONE_LABEL" message="PLG_USER_PROFILE_FIELD_PHONE_MESSAGE" size="30" /> <field name="website" type="url" id="website" description="PLG_USER_PROFILE_FIELD_WEB_SITE_DESC" filter="string" label="PLG_USER_PROFILE_FIELD_WEB_SITE_LABEL" message="PLG_USER_PROFILE_FIELD_WEB_SITE_MESSAGE" size="30" /> <field name="favoritebook" type="text" description="PLG_USER_PROFILE_FIELD_FAVORITE_BOOK_DESC" filter="string" label="PLG_USER_PROFILE_FIELD_FAVORITE_BOOK_LABEL" message="PLG_USER_PROFILE_FIELD_FAVORITE_BOOK_MESSAGE" size="30" /> <field name="aboutme" type="textarea" description="PLG_USER_PROFILE_FIELD_ABOUT_ME_DESC" label="PLG_USER_PROFILE_FIELD_ABOUT_ME_LABEL" message="PLG_USER_PROFILE_FIELD_ABOUT_ME_MESSAGE" cols="30" rows="5" filter="safehtml" /> <field name="dob" type="calendar" label="PLG_USER_PROFILE_FIELD_DOB_LABEL" description="PLG_USER_PROFILE_FIELD_DOB_DESC" /> <field name="tos" type="tos" default="" label="PLG_USER_PROFILE_FIELD_TOS_LABEL" description="PLG_USER_PROFILE_FIELD_TOS_DESC"> <option value="1">PLG_USER_PROFILE_OPTION_AGREE</option> <option value="">JNO</option> </field> </fieldset> </fields> </form> home/academiac/www/components/com_users/models/forms/profile.xml 0000644 00000003416 15140125407 0021171 0 ustar 00 <?xml version="1.0" encoding="utf-8"?> <form> <fieldset name="core" label="COM_USERS_PROFILE_DEFAULT_LABEL"> <field name="id" type="hidden" filter="integer" /> <field name="name" type="text" description="COM_USERS_PROFILE_NAME_DESC" filter="string" label="COM_USERS_PROFILE_NAME_LABEL" message="COM_USERS_PROFILE_NAME_MESSAGE" required="true" size="30" /> <field name="username" type="text" class="validate-username" description="COM_USERS_DESIRED_USERNAME" filter="username" label="COM_USERS_PROFILE_USERNAME_LABEL" message="COM_USERS_PROFILE_USERNAME_MESSAGE" required="true" size="30" validate="username" /> <field name="password1" type="password" autocomplete="off" class="validate-password" description="COM_USERS_DESIRED_PASSWORD" field="password2" filter="raw" label="COM_USERS_PROFILE_PASSWORD1_LABEL" message="COM_USERS_PROFILE_PASSWORD1_MESSAGE" size="30" validate="equals" /> <field name="password2" type="password" autocomplete="off" class="validate-password" description="COM_USERS_PROFILE_PASSWORD2_DESC" filter="raw" label="COM_USERS_PROFILE_PASSWORD2_LABEL" message="COM_USERS_PROFILE_PASSWORD2_MESSAGE" size="30" /> <field name="email1" type="email" description="COM_USERS_PROFILE_EMAIL1_DESC" filter="string" label="COM_USERS_PROFILE_EMAIL1_LABEL" message="COM_USERS_PROFILE_EMAIL1_MESSAGE" required="true" size="30" unique="true" validate="email" /> <field name="email2" type="email" description="COM_USERS_PROFILE_EMAIL2_DESC" field="email1" filter="string" label="COM_USERS_PROFILE_EMAIL2_LABEL" message="COM_USERS_PROFILE_EMAIL2_MESSAGE" required="true" size="30" validate="equals" /> </fieldset> </form>