|
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/files/cache/template_compiled/ |
Upload File : |
<?php if(!defined("__ZBXE__")) exit();?>
<?php
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/trackback/tpl/filter/","send_trackback.xml");
$oXmlFilter->compile();
?>
<div id="popHeader" class="wide">
<h3 class="xeAdmin"><?php @print($__Context->lang->cmd_send_trackback);?></h3>
</div>
<form action="./" method="get" onsubmit="return procFilter(this, send_trackback)">
<input type="hidden" name="target_srl" value="<?php @print($__Context->oDocument->document_srl);?>" />
<div id="popBody">
<table cellspacing="0" class="rowTable">
<tr>
<th scope="row"><div><label><?php @print($__Context->lang->title);?></label></div></th>
<td><?php @print($__Context->oDocument->getTitleText());?></td>
</tr>
<tr>
<th scope="row"><div><label><?php @print($__Context->lang->content);?></label></div></th>
<td><?php @print($__Context->oDocument->getSummary());?></td>
</tr>
<tr>
<th scope="row"><div><label for="textfield1"><?php @print($__Context->lang->send_trackback_url);?></label></div></th>
<td>
<input type="text" id="textfield1" name="trackback_url" value="" class="inputTypeText w300" />
<select name="charset">
<option value='UTF-8'>UTF-8</option>
<option value='EUC-KR'>EUC-KR</option>
<option value='EUC-JP'>EUC-JP</option>
<option value='SHIFT_JIS'>SHIFT_JIS</option>
<option value='EUC-CN'>EUC-CN</option>
<option value='HZ'>HZ</option>
<option value='BIG5'>BIG5</option>
</select>
</td>
</tr>
</table>
</div>
<div id="popFooter">
<span class="button black strong"><input type="submit" value="<?php @print($__Context->lang->cmd_send_trackback);?>" /></span>
</div>
</form>