mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
css/html setup panel updated
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12386 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
65d7f1e2d1
commit
3bee1e720e
4 changed files with 41 additions and 10 deletions
|
|
@ -834,7 +834,7 @@
|
|||
<value xml:lang="vi"><![CDATA[Nơi chứa giao diện]]></value>
|
||||
</item>
|
||||
<item name="about_layout_image_repository">
|
||||
<value xml:lang="ko"><![CDATA[선택된 레이아웃에 사용될 이미지/플래시파일 등을 올릴 수 있습니다. 내보내기에 같이 포함 됩니다.]]></value>
|
||||
<value xml:lang="ko"><![CDATA[선택한 레이아웃에 사용될 이미지/플래시파일 등을 올릴 수 있습니다. 내보내기에 같이 포함 됩니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[You can upload image/flash files for the selected layout. They will be included in exports.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[選択したレイアウトに使う画像・Flashファイル等のアップロードできます。また、エクスポートする際、一緒に含まれます。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[可以上传要在所选布局中使用的图片/FLASH文件(导出时包含此库文件)。]]></value>
|
||||
|
|
|
|||
|
|
@ -31,14 +31,14 @@
|
|||
<input type="hidden" name="act" value="procLayoutAdminUserImageUpload" />
|
||||
<input type="hidden" name="layout_srl" value="{$layout_srl}" />
|
||||
<p>
|
||||
<span class="x_btn fileBtn">
|
||||
{$lang->uploaded_file} <input type="file" name="user_layout_image" value="" title="{$lang->uploaded_file}" />
|
||||
<span class="x_btn fileBtn0">
|
||||
{$lang->uploaded_file} <input style="background: none" type="file" name="user_layout_image" value="" title="{$lang->uploaded_file}" />
|
||||
</span>
|
||||
<span class="x_help-inline">{$lang->msg_layout_image_target}</span>
|
||||
<div><span class="x_help-inline">{$lang->msg_layout_image_target}</span></div>
|
||||
</p>
|
||||
<div class="x_clearfix btnArea">
|
||||
<div class="x_pull-right">
|
||||
<button type="submit" class="x_btn x_btn-primary">{$lang->cmd_save}</button>
|
||||
<button type="submit" class="x_btn x_btn-primary">{$lang->cmd_upload}</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
@ -58,6 +58,7 @@
|
|||
<input type="hidden" name="module" value="layout" />
|
||||
<input type="hidden" name="layout_srl" value="{$layout_srl}" />
|
||||
<input type="hidden" name="act" value="procLayoutAdminCodeUpdate" />
|
||||
<textarea name="code_css" rows="8" cols="42" style="display:none;width:100%;height:300px;font:12px 'Courier New', Courier, monospace">{$layout_code_css}</textarea>
|
||||
|
||||
<section class="section">
|
||||
<h1>HTML</h1>
|
||||
|
|
@ -68,7 +69,21 @@
|
|||
<block loop="$widget_list => $widget"> <i class="vr">|</i> <a href="{getUrl('','module','admin','act','dispWidgetAdminGenerateCode','selected_widget',$widget->widget)}" target="_blank">{$widget->title}</a></block>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="x_clearfix btnArea">
|
||||
<span class="x_pull-left">
|
||||
<button type="submit" class="x_btn" name="mode" value="reset">{$lang->cmd_reset}</button>
|
||||
</span>
|
||||
<span class="x_pull-right">
|
||||
<button type="submit" class="x_btn x_btn-primary" name="mode" value="save">{$lang->cmd_save}</button>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
<form id="fo_layout" ruleset="codeUpdate" action="./" method="post">
|
||||
<input type="hidden" name="module" value="layout" />
|
||||
<input type="hidden" name="layout_srl" value="{$layout_srl}" />
|
||||
<input type="hidden" name="act" value="procLayoutAdminCodeUpdate" />
|
||||
<textarea name="code" rows="8" cols="42" style="display:none;width:100%;height:300px;font:12px 'Courier New', Courier, monospace">{$layout_code}</textarea>
|
||||
|
||||
<section class="section">
|
||||
<h1>CSS</h1>
|
||||
<div style="margin-right:14px">
|
||||
|
|
@ -84,5 +99,4 @@
|
|||
<button type="submit" class="x_btn x_btn-primary" name="mode" value="save">{$lang->cmd_save}</button>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue