| Server IP : 54.36.91.62 / Your IP : 216.73.217.111 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/newsite/installation/model/forms/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <form> <fieldset> <field name="language" type="installation.language" id="language" class="chzn-select-deselect" label="INSTL_LANGUAGE_LABEL" size="20" default="en-GB" onchange="Install.setlanguage();" /> <field name="site_name" type="text" id="site_name" class="inputbox" label="INSTL_SITE_NAME_LABEL" required="true" /> <field name="admin_email" type="email" id="admin_email" class="inputbox" label="INSTL_ADMIN_EMAIL_LABEL" validate="email" required="true" /> <field name="admin_user" type="text" id="admin_user" class="inputbox" label="INSTL_ADMIN_USER_LABEL" required="true" /> <field name="admin_password" type="password" id="admin_password" class="inputbox" label="INSTL_ADMIN_PASSWORD_LABEL" required="true" filter="raw" autocomplete="off" /> <field name="admin_password2" type="password" id="admin_password2" class="inputbox" label="INSTL_ADMIN_PASSWORD2_LABEL" required="true" filter="raw" validate="equals" field="admin_password" autocomplete="off" /> <field name="site_metadesc" type="textarea" id="site_metadesc" class="text_area noResize" label="INSTL_SITE_METADESC_LABEL" rows="3" /> <field name="site_offline" type="radio" id="site_offline" class="btn-group" default="0" label="INSTL_SITE_OFFLINE_LABEL" filter="integer" > <option value="1">JYES</option> <option value="0">JNO</option> </field> </fieldset> </form>