mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@612 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3c14b0936d
commit
0602985e32
3 changed files with 7 additions and 3 deletions
|
|
@ -9,5 +9,6 @@
|
||||||
$lang->width = "가로크기";
|
$lang->width = "가로크기";
|
||||||
$lang->height = "세로크기";
|
$lang->height = "세로크기";
|
||||||
$lang->image_list = "이미지 목록";
|
$lang->image_list = "이미지 목록";
|
||||||
|
$lang->cmd_make_thumbnail = "썸네일 생성";
|
||||||
$lang->about_image_list = "슬라이드쇼에 추가할 파일을 선택하세요. 선택후 드래그 또는 shift+클릭(범위선택), ctrl+클릭(개별선택) 가능합니다";
|
$lang->about_image_list = "슬라이드쇼에 추가할 파일을 선택하세요. 선택후 드래그 또는 shift+클릭(범위선택), ctrl+클릭(개별선택) 가능합니다";
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.editor_window {
|
.editor_window {
|
||||||
width:500px;
|
width:550px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,10 +9,13 @@
|
||||||
<div class="editor_title">{$lang->slide_show}</div>
|
<div class="editor_title">{$lang->slide_show}</div>
|
||||||
|
|
||||||
<div class="header">{$lang->width}</div>
|
<div class="header">{$lang->width}</div>
|
||||||
<div class="body"><input type="text" class="editor_input" name="width" />px</div>
|
<div class="body"><input type="text" class="editor_input" name="width" value="600" />px</div>
|
||||||
|
|
||||||
<div class="header">{$lang->height}</div>
|
<div class="header">{$lang->height}</div>
|
||||||
<div class="body"><input type="text" class="editor_input" name="height" />px</div>
|
<div class="body"><input type="text" class="editor_input" name="height" value="600" />px</div>
|
||||||
|
|
||||||
|
<div class="header">{$lang->cmd_make_thumbnail}</div>
|
||||||
|
<div class="body"><input type="checkbox" name="make_thumbnail" value="Y" checked="true" /></div>
|
||||||
|
|
||||||
<div class="header">{$lang->image_list}</div>
|
<div class="header">{$lang->image_list}</div>
|
||||||
<div class="body">
|
<div class="body">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue