|
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/pop_up/tpl/ |
Upload File : |
<!--%import("filter/delete_pop_conn.xml")-->
<!--#include("header.html")-->
<form action="./" method="get" onsubmit="return procFilter(this, delete_pop_conn)">
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="popup_conn_srl" value="{$popup_module->popup_conn_srl}" />
<h3 class="xeAdmin">{$lang->delete}</h3>
<table cellspacing="0" class="rowTable">
<input type="hidden" name="mid" value="{$module_info->mid}" />
<tr>
<th scope="row"><div>{$lang->popup_name}</div></th>
<td colspan="3">{$popup_module->popup_name}</td>
</tr>
<tr>
<th scope="row"><div>{$lang->target_module}</div></th>
<td colspan="3">{$popup_module->target_mid} ({$popup_module->target_type})</td>
</tr>
<tr>
<th scope="row"><div>{$lang->popup_type}</div></th>
<td colspan="3">{$popup_module->popup_type}</td>
</tr>
<tr>
<th scope="row"><div>{$lang->url}</div></th>
<td colspan="3" style="cursor:hand;" onclick="openpop('{$popup_module->popup_url}')">{$popup_module->popup_url} </td>
</tr>
<tr>
<th scope="row"><div>{$lang->start_date}</div></th>
<td colspan="3">{zdate($popup_module->startdate,"Y-m-d")}</td>
</tr>
<tr>
<th scope="row"><div>{$lang->end_date}</div></th>
<td colspan="3">{zdate($popup_module->enddate,"Y-m-d")}</td>
</tr>
<tr>
<th scope="row"><div>{$lang->regdate}</div></th>
<td colspan="3">{zdate($popup_module->regdate,"Y-m-d")}</td>
</tr>
<tr>
<th scope="row"><div>{$lang->disable_period}</div></th>
<td colspan="3">{$popup_module->exp_days}</td>
</tr>
<tr>
<th></th>
<th colspan="3" class="button">
<span class="button black strong"><input type="submit" value="{$lang->cmd_delete}" /></span>
<span class="button"><input type="button" value="{$lang->cmd_back}" onclick="history.back(); return false;" /></span>
</th>
</tr>
</table>
</form>