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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/queenjbs/xe/modules/document/tpl/document_alias.html
<!--#include("header.html")-->
<!--%import("css/document.css")-->
<!--%import("filter/insert_alias.xml")-->
<!--%import("filter/delete_alias.xml")-->

<form id="deleteForm" action="./" method="POST">
<input type="hidden" id="target_srl" name="target_srl" value="" />
</form>

<form action="{Context::getRequestUri()}" method="post" onsubmit="return procFilter(this, insert_alias)">
<input type="hidden" name="document_srl" value="{$document_srl}" />
<input type="hidden" name="module_srl" value="{$oDocument->get('module_srl')}" />

<h4 class="xeAdmin">{$lang->alias}</h4>

<table cellspacing="0" class="crossTable">
<thead>
<tr>
    <th scope="col" class="half_wide"><div>{$lang->title}</div></th>
    <th scope="col" class="half_wide"><div>{$lang->alias}</div></th>
    <th scope="col"></th>
</tr>
</thead>
<tbody>
<tr>
    <td rowspan="{count($aliases)+1}">{$oDocument->getTitle()}</td>
    {@ $bFirst = true; }
    <!--@foreach($aliases as $val)-->
    <!--@if(!$bFirst)-->
<tr>
    {@ $bFirst = false; }
    <!--@end-->
    <td>{$val->alias_title}</td>
    <td><a href="#" onclick="deleteByFilter('{$val->alias_srl}', delete_alias);"><img src="images/buttonDeleteX.gif" alt="" /></a>
    </td>
</tr>
    <!--@end-->
    <!--@if(!$bFirst)-->
<tr>
    <!--@end-->
    <td>
    <input type="text" class="inputTypeText fixWidth" name="alias_title" />
    </td>
    <td><span class="button black strong"><input type="submit" value="{$lang->cmd_registration}" accesskey="s"class="btnSubmit" /></span></td>
</tr>
</tbody>
</table>

</form>

Anon7 - 2021