git-svn-id: http://xe-core.googlecode.com/svn/trunk@612 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-22 09:43:47 +00:00
parent 3c14b0936d
commit 0602985e32
3 changed files with 7 additions and 3 deletions

View file

@ -9,5 +9,6 @@
$lang->width = "가로크기";
$lang->height = "세로크기";
$lang->image_list = "이미지 목록";
$lang->cmd_make_thumbnail = "썸네일 생성";
$lang->about_image_list = "슬라이드쇼에 추가할 파일을 선택하세요. 선택후 드래그 또는 shift+클릭(범위선택), ctrl+클릭(개별선택) 가능합니다";
?>

View file

@ -1,5 +1,5 @@
.editor_window {
width:500px;
width:550px;
text-align:center;
}

View file

@ -9,10 +9,13 @@
<div class="editor_title">{$lang->slide_show}</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="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="body">