Page module UI cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12297 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-26 04:58:34 +00:00
parent 8d9089e602
commit c3caa2d278
10 changed files with 94 additions and 151 deletions

View file

@ -5,8 +5,9 @@
<div class="x_page-header">
<h1>
{$lang->installed_layout}
<span cond="$layout_info" style="font-size:14px">&gt; {$layout_info->title} v{$layout_info->version}({$layout_info->layout})</span>
<span cond="$selected_layout" style="font-size:14px">&gt; {$selected_layout->title} v{$selected_layout->version}({$selected_layout->layout})</span>
<span cond="$layout_info" class="path" title="{$layout_info->layout}">&gt; {$layout_info->title} v{$layout_info->version}</span>
<span cond="$selected_layout" class="path" title="{$selected_layout->layout}">&gt; {$selected_layout->title} v{$selected_layout->version}</span>
<span cond="$selected_layout" class="path">&gt; {$selected_layout->layout_title}</span>
</h1>
</div>

View file

@ -1,9 +1,5 @@
<include target="header.html" />
<load target="js/adminEdit.js" usecdn="true" />
<h2>{$selected_layout->layout_title}</h2>
<h3>{$selected_layout->title} ver {$selected_layout->version} ({$selected_layout->layout})</h3>
<p>{nl2br($lang->about_layout_code)}</p>
<section class="section">
@ -68,7 +64,7 @@
<section class="section">
<h1>HTML</h1>
<div style="margin-right:14px">
<textarea name="code" rows="8" cols="42" style="width:100%;height:300px;font-size:11px;">{$layout_code}</textarea>
<textarea name="code" rows="8" cols="42" style="width:100%;height:300px;font:12px 'Courier New', Courier, monospace">{$layout_code}</textarea>
</div>
<div>
<block loop="$widget_list => $widget"> <i>|</i> <a href="{getUrl('','module','admin','act','dispWidgetAdminGenerateCode','selected_widget',$widget->widget)}" target="_blank">{$widget->title}</a></block>
@ -78,7 +74,7 @@
<section class="section">
<h1>CSS</h1>
<div style="margin-right:14px">
<textarea name="code_css" rows="8" cols="42" style="width:100%;height:300px;font-size:11px;">{$layout_code_css}</textarea>
<textarea name="code_css" rows="8" cols="42" style="width:100%;height:300px;font:12px 'Courier New', Courier, monospace">{$layout_code_css}</textarea>
</div>
</section>

View file

@ -62,7 +62,7 @@
<section class="section">
<h1>HTML</h1>
<div style="margin-right:14px">
<textarea name="code" rows="8" cols="42" style="width:100%;height:300px;font-size:11px;">{$layout_code}</textarea>
<textarea name="code" rows="8" cols="42" style="width:100%;height:300px;font:12px 'Courier New', Courier, monospace">{$layout_code}</textarea>
</div>
<div>
<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>
@ -72,7 +72,7 @@
<section class="section">
<h1>CSS</h1>
<div style="margin-right:14px">
<textarea name="code_css" rows="8" cols="42" style="width:100%;height:300px;font-size:11px;">{$layout_code_css}</textarea>
<textarea name="code_css" rows="8" cols="42" style="width:100%;height:300px;font:12px 'Courier New', Courier, monospace">{$layout_code_css}</textarea>
</div>
</section>