mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 01:09:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4616 201d5d3c-b55e-5fd7-737f-ddc643e51545
45 lines
1.6 KiB
HTML
45 lines
1.6 KiB
HTML
<!--%import("filter/send_trackback.xml")-->
|
|
|
|
<div id="popHeadder">
|
|
<h3>{$lang->cmd_send_trackback}</h3>
|
|
</div>
|
|
|
|
<form action="./" method="get" onsubmit="return procFilter(this, send_trackback)">
|
|
<input type="hidden" name="target_srl" value="{$oDocument->document_srl}" />
|
|
|
|
<div id="popBody">
|
|
<table cellspacing="0" class="adminTable">
|
|
<tr>
|
|
<th scope="row"><div><label>{$lang->title}</label></div></th>
|
|
<td>{$oDocument->getTitleText()}</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row"><div><label>{$lang->content}</label></div></th>
|
|
<td>{$oDocument->getSummary()}</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row"><div><label for="textfield1">{$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">
|
|
<div class="tCenter gap1">
|
|
<a href="#" onclick="window.close(); return false;" class="button"><span>{$lang->cmd_close}</span></a>
|
|
<span class="button"><input type="submit" value="{$lang->cmd_send_trackback}" /></span>
|
|
</div>
|
|
</div>
|
|
|
|
</form>
|