mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2734 201d5d3c-b55e-5fd7-737f-ddc643e51545
24 lines
1 KiB
HTML
24 lines
1 KiB
HTML
<!--#include("header.html")-->
|
|
<!--%import("filter/insert_config.xml")-->
|
|
|
|
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
|
|
<table cellspacing="0" class="tableType2 gap1">
|
|
<col width="200" />
|
|
<col />
|
|
<tr>
|
|
<th scope="col">{$lang->thumbnail_type}</th>
|
|
<td>
|
|
<input type="radio" name="thumbnail_type" value="crop" <!--@if($config->thumbnail_type != 'ratio')-->checked="checked"<!--@end-->/> {$lang->thumbnail_crop} <br />
|
|
<input type="radio" name="thumbnail_type" value="ratio" <!--@if($config->thumbnail_type == 'ratio')-->checked="checked"<!--@end-->/> {$lang->thumbnail_ratio}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<!-- 버튼 -->
|
|
<div class="fl gap1">
|
|
<span class="button"><input type="button" value="{$lang->cmd_delete_all_thumbnail}" onclick="doDeleteAllThumbnail(); return false;"/></span>
|
|
</div>
|
|
<div class="fr gap1">
|
|
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
|
</div>
|
|
</form>
|