KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /home/queenjbs/xe/modules/poll/tpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/queenjbs/xe/modules/poll/tpl/config.html
<!--%import("filter/insert_config.xml")-->
<!--%import("js/poll_admin.js")-->
<!--#include("./header.html")-->

<form action="./" method="get" onsubmit="return procFilter(this, insert_config);" id="fo_poll">

    <table cellspacing="0" class="rowTable">
    <tr>
        <th scope="col" class="half_wide"><div>{$lang->skin}</div></th>
        <td class="center">
            <select name="skin" onchange="doDisplaySkinColorset(this);return false;">
            <!--@foreach($skin_list as $key => $val)-->
                <option value="{$key}" <!--@if($config->skin == $key)-->selected="selected"<!--@end-->>{$val->title} ({$key})</option>
            <!--@end-->
            </select>
        </td>
    </tr>
    <tr>
        <th scope="col" class="half_wide"><div>{$lang->colorset}</div></th>
        <td class="center">
            <select name="colorset" id="poll_colorset">
            <!--@foreach($colorset_list as $key => $val)-->
                <option value="{$val->name}" <!--@if($config->colorset == $val->name)-->selected="selected"<!--@end-->>{$val->title} ({$val->name})</option>
            <!--@end-->
            </select>
        </td>
    </tr>
    <tr class="row2">
        <th scope="row" colspan="2" class="button">
            <span class="button black strong"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
        </th>
    </tr>
    </tbody>
    </table>

</form>

Anon7 - 2021