mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
42 lines
1.5 KiB
HTML
42 lines
1.5 KiB
HTML
<!--%import("filter/send_trackback.xml")-->
|
|
|
|
<div id="popHeader" class="wide">
|
|
<h3 class="xeAdmin">{$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="rowTable">
|
|
<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">
|
|
<span class="button black strong"><input type="submit" value="{$lang->cmd_send_trackback}" /></span>
|
|
</div>
|
|
|
|
</form>
|