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/cpanel/ea-php54/root/usr/share/pear/RVSeagullMod/modules/block/templates/admin_blockList.html
<div id="manager-actions">
    <span>{translate(#Action#)}: &nbsp;</span>
    <a class="action add" href="{makeUrl(#add#,#block#,#block#)}">{translate(#New block#)}</a>
    <select flexy:ignore name="position" onchange="javascript:document.location.href='{makeUrl(#reorder#,#block#,#block#)}position/'+this.value">
        <option>- {translate(#Reorder blocks#)} -</option>
        {generateSelect(aBlocksNames,##):h}
    </select>
</div>
<div id="content">
    <div id="content-header">
        <h2>{translate(pageTitle)} :: {translate(mode)}</h2>
        <div class="message">{msgGet()}</div>
    </div>
    <form name="frmBlockMgr" method="post" flexy:ignore id="frmBlockMgr">
        <h3>{translate(#Block list#)}</h3>
        <fieldset class="noBorder">
        <input type="hidden" name="action" value="delete" />
            <table class="full">
                <thead>
                    <tr class="infos">
                        <td class="right" colspan="9">
                        {if:pager}<flexy:include src="admin_pager_table.html" />{end:}
                        </td>
                    </tr>
                    <tr>
                        <th width="3%">
                            <span class="tipOwner">
                                <span class="tipText" id="becareful">{translate(#Be Careful!#)}</span>
                                <input type="checkbox" name="checkAll" id="checkAll" onClick="javascript:applyToAllCheckboxes('frmBlockMgr', 'frmDelete[]', this.checked)" />
                            </span>
                        </th>
                        <th width="5%"><a href="{makeUrl(#list#,#block#,#block#,##,#frmSortBy|block_id||frmSortOrder|sortOrder#)}" title="{translate(#Sort by#)} {translate(#ID#)}">{translate(#ID#)}</a>
                            {if:sort_block_id}<img src="{webRoot}/themes/{theme}/images/sort_{sortOrder}.gif" alt="" />{end:}</th>
                        <th width="18%" class="left"><a href="{makeUrl(#list#,#block#,#block#,##,#frmSortBy|title||frmSortOrder|sortOrder#)}" title="{translate(#Sort by#)} {translate(#Title#)}">{translate(#Title#)}</a>
                            {if:sort_title}<img src="{webRoot}/themes/{theme}/images/sort_{sortOrder}.gif" alt="" />{end:}</th>
                        <th width="18%" class="left"><a href="{makeUrl(#list#,#block#,#block#,##,#frmSortBy|name||frmSortOrder|sortOrder#)}" title="{translate(#Sort by#)} {translate(#Name#)}">{translate(#Name#)}</a>
                            {if:sort_name}<img src="{webRoot}/themes/{theme}/images/sort_{sortOrder}.gif" alt="" />{end:}</th>
                        <th width="30%">{translate(#Sections#)}</th>
                        <th width="10%"><a href="{makeUrl(#list#,#block#,#block#,##,#frmSortBy|position||frmSortOrder|sortOrder#)}" title="{translate(#Sort by#)} {translate(#Position#)}">{translate(#Position#)}</a>
                            {if:sort_position}<img src="{webRoot}/themes/{theme}/images/sort_{sortOrder}.gif" alt="" />{end:}</th>

                        <th width="8%"><a href="{makeUrl(#list#,#block#,#block#,##,#frmSortBy|blk_order||frmSortOrder|sortOrder#)}" title="{translate(#Sort by#)} {translate(#Order#)}">{translate(#Order#)}</a>
                            {if:sort_blk_order}<img src="{webRoot}/themes/{theme}/images/sort_{sortOrder}.gif" alt="" />{end:}</th>

                        <th width="8%"><a href="{makeUrl(#list#,#block#,#block#,##,#frmSortBy|is_enabled||frmSortOrder|sortOrder#)}" title="{translate(#Sort by#)} {translate(#Status#)}">{translate(#Status#)}</a>
                            {if:sort_is_enabled}<img src="{webRoot}/themes/{theme}/images/sort_{sortOrder}.gif" alt="" />{end:}</th>
                    </tr>
                </thead>
                <tfoot>
                    <tr class="infos">
                        <td class="right" colspan="9">
                        {if:pager}<flexy:include src="admin_pager_table.html" />{end:}
                        </td>
                    </tr>
                </tfoot>
                <tbody>
                    <tr class="{switchRowClass()}" flexy:foreach="aPagedData[data],key,aValue">
                        <td><input type="checkbox" name="frmDelete[]" id="frmDelete[]" value="{aValue[block_id]}" /></td>
                        <td>{aValue[block_id]}</td>
                        <td class="left">
                            <a href="{makeUrl(#edit#,#block#,#block#,aPagedData[data],#frmBlockId|block_id#,aValue[block_id])}">{aValue[title]}</a></td>
                        <td class="left">{aValue[name]}</td>
                        <td>{if:aValue[sections]} {foreach:aValue[sections],key,section} {section}. {end:} {else:} {translate(#No section#)} {end:}</td>
                        <td>{aValue[position]}</td>
                        <td>{aValue[blk_order]}</td>
                        <td>{if:aValue[is_enabled]}<img src="{webRoot}/themes/{theme}/images/16/status_enabled.gif" alt="{translate(#Enabled#)}" title="{translate(#Enabled#)}" />{else:}<img src="{webRoot}/themes/{theme}/images/16/status_disabled.gif" alt="{translate(#Disabled#)}" title="{translate(#Disabled#)}" />{end:}</td>
                    </tr>
                </tbody>
            </table>
            <input type="submit" class="sgl-button" name="Delete" value="{translate(#delete selected#)}" onclick="return confirmSubmit('block', 'frmBlockMgr')" />
        </fieldset>
    </form>
    <div class="spacer"></div>
</div>