HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //opt/alt/php54/usr/share/pear/RVSeagullMod/modules/default/templates/moduleEditForm.html
<dl class="onSide" flexy:ignore>
    <dt>
        <label class="tipOwner" for="module_name">{translate(#Name#)}
            <span class="tipText">{translate(#The name of the module must be the exact name of the folder containing files, beware of case sensitivity#)}</span>
        </label>
    </dt>
    <dd>
        <div class="error" flexy:if="error[name]">{translate(error[name])}</div>
        <input type="text" class="text" name="module[name]" id="module_name" value="{module.name}" />
    </dd>
    <dt>
        <label class="tipOwner" for="module[title">{translate(#Title#)}
            <span class="tipText">{translate(#Here you can write what you want#)}</span>
        </label>
    </dt>
    <dd>
        <div class="error" flexy:if="error[title]">{translate(error[title])}</div>
        <input type="text" class="text" name="module[title]" id="module_title" value="{module.title}" />
    </dd>
    <dt>
        <label for="module_description">{translate(#Description#)}</label>
    </dt>
    <dd>
        <div class="error" flexy:if="error[description]">{translate(error[description])}</div>
        <textarea class="longText" name="module[description]" id="module_description">{module.description}</textarea>
    </dd>
    <dt>
        <label>{translate(#Icon#)}</label>
    </dt>
    <dd>
        <span>{translate(#Simply provide an icon#)}</span>
    </dd>
</dl>