file upload description move to help page

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12545 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2013-01-14 06:11:50 +00:00
parent 49348f24e3
commit 58a8491edc
3 changed files with 18 additions and 9 deletions

View file

@ -406,8 +406,16 @@ body,table,input,textarea,select,button{font-family:나눔고딕,NanumGothic,NG,
<dd>쉬운 설치 사용을 위한 FTP 계정을 설정합니다.</dd> <dd>쉬운 설치 사용을 위한 FTP 계정을 설정합니다.</dd>
<dt id="UMAN_config_admin">관리자 설정</dt> <dt id="UMAN_config_admin">관리자 설정</dt>
<dd>관리자 화면의 제목과 로고, 메뉴를 설정할 수 있습니다.</dd> <dd>관리자 화면의 제목과 로고, 메뉴를 설정할 수 있습니다.</dd>
<dt id="UMAN_config_fileupload">파일 업로드</dt> <dt id="UMAN_config_fileupload">파일 업로드
<dd>사이트에 등록할 수 있는 파일의 종류와 크기 등을 설정할 수 있습니다.</dd> <dd>
<p>사이트에 등록할 수 있는 파일의 종류와 크기 등을 설정할 수 있습니다.</p>
<ul>
<li id="UMAN_config_file_outlink">파일 외부 링크 : 리퍼러에 따라 파일 외부 링크를 차단할 수 있습니다.(*.wmv, *.mp3등 미디어 파일 제외)</li>
<li id="UMAN_config_file_size">파일 제한 크기 : 하나의 파일에 대해 최고 용량을 지정할 수 있습니다.(관리자는 제외)</li>
<li id="UMAN_config_file_document_attach_limit">문서 첨부 제한 : 하나의 문서에 첨부할 수 있는 최고 용량을 지정할 수 있습니다.(관리자는 제외)</li>
</ul>
</dd>
</dt>
<dt id="UMAN_config_filebox">파일박스</dt> <dt id="UMAN_config_filebox">파일박스</dt>
<dd>파일박스를 관리할 수 있습니다. 파일박스는 관리자가 재사용할 수 있는 이미지 파일을 관리하는 기능입니다. 회원 그룹 아이콘을 등록하면 이미지 파일은 파일박스에 업로드됩니다.</dd> <dd>파일박스를 관리할 수 있습니다. 파일박스는 관리자가 재사용할 수 있는 이미지 파일을 관리하는 기능입니다. 회원 그룹 아이콘을 등록하면 이미지 파일은 파일박스에 업로드됩니다.</dd>
</dl> </dl>

View file

@ -14,6 +14,10 @@
<value xml:lang="vi"><![CDATA[Đính kèm]]></value> <value xml:lang="vi"><![CDATA[Đính kèm]]></value>
<value xml:lang="mn"><![CDATA[file]]></value> <value xml:lang="mn"><![CDATA[file]]></value>
</item> </item>
<item name="file_upload">
<value xml:lang="ko"><![CDATA[파일 업로드]]></value>
<value xml:lang="en"><![CDATA[File Upload]]></value>
</item>
<item name="file_name"> <item name="file_name">
<value xml:lang="ko"><![CDATA[파일 이름]]></value> <value xml:lang="ko"><![CDATA[파일 이름]]></value>
<value xml:lang="en"><![CDATA[File Name]]></value> <value xml:lang="en"><![CDATA[File Name]]></value>

View file

@ -1,5 +1,5 @@
<div class="x_page-header"> <div class="x_page-header">
<h1>File Upload <a class="x_icon-question-sign" href="./help/index.html#UMAN_config_fileupload" target="_blank">{$lang->help}</a></h1> <h1>{$lang->file_upload} <a class="x_icon-question-sign" href="./help/index.html#UMAN_config_fileupload" target="_blank">{$lang->help}</a></h1>
</div> </div>
<div cond="$XE_VALIDATOR_MESSAGE" class="x_alert x_alert-{$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE" class="x_alert x_alert-{$XE_VALIDATOR_MESSAGE_TYPE}">
@ -10,11 +10,10 @@
<input type="hidden" name="module" value="file" /> <input type="hidden" name="module" value="file" />
<input type="hidden" name="act" value="procFileAdminInsertConfig" /> <input type="hidden" name="act" value="procFileAdminInsertConfig" />
<div class="x_control-group"> <div class="x_control-group">
<label class="x_control-label">{$lang->allow_outlink}</label> <label class="x_control-label">{$lang->allow_outlink} <a class="x_icon-question-sign" href="./help/index.html#UMAN_config_file_outlink" target="_blank">{$lang->help}</a></label>
<div class="x_controls"> <div class="x_controls">
<label class="x_inline"><input type="radio" name="allow_outlink" id="allow_outlink_y" value="Y" checked="checked"|cond="$config->allow_outlink == 'Y'" /> {$lang->cmd_yes}</label> <label class="x_inline"><input type="radio" name="allow_outlink" id="allow_outlink_y" value="Y" checked="checked"|cond="$config->allow_outlink == 'Y'" /> {$lang->cmd_yes}</label>
<label class="x_inline"><input type="radio" name="allow_outlink" value="N" checked="checked"|cond="$config->allow_outlink == 'N'" /> {$lang->cmd_no}</label> <label class="x_inline"><input type="radio" name="allow_outlink" value="N" checked="checked"|cond="$config->allow_outlink == 'N'" /> {$lang->cmd_no}</label>
<p class="x_help-block">{$lang->about_allow_outlink}</p>
</div> </div>
</div> </div>
<div class="x_control-group"> <div class="x_control-group">
@ -32,17 +31,15 @@
</div> </div>
</div> </div>
<div class="x_control-group"> <div class="x_control-group">
<label for="filesize" class="x_control-label">{$lang->allowed_filesize}</label> <label for="filesize" class="x_control-label">{$lang->allowed_filesize} <a class="x_icon-question-sign" href="./help/index.html#UMAN_config_file_size" target="_blank">{$lang->help}</a></label>
<div class="x_controls"> <div class="x_controls">
<input id="filesize" type="number" name="allowed_filesize" value="{$config->allowed_filesize}" style="width:40px" /> MB/{ini_get('upload_max_filesize')} <input id="filesize" type="number" name="allowed_filesize" value="{$config->allowed_filesize}" style="width:40px" /> MB/{ini_get('upload_max_filesize')}
<p class="x_help-inline">{$lang->about_allowed_filesize}</p>
</div> </div>
</div> </div>
<div class="x_control-group"> <div class="x_control-group">
<label for="attachSize" class="x_control-label">{$lang->allowed_attach_size}</label> <label for="attachSize" class="x_control-label">{$lang->allowed_attach_size} <a class="x_icon-question-sign" href="./help/index.html#UMAN_config_file_document_attach_limit" target="_blank">{$lang->help}</a></label>
<div class="x_controls"> <div class="x_controls">
<input id="attachSize" type="number" name="allowed_attach_size" value="{$config->allowed_attach_size}" style="width:40px" /> MB <input id="attachSize" type="number" name="allowed_attach_size" value="{$config->allowed_attach_size}" style="width:40px" /> MB
<p class="x_help-inline">{$lang->about_allowed_attach_size}</p>
</div> </div>
</div> </div>
<div class="x_control-group"> <div class="x_control-group">