mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +09:00
Admin HTML Markup Clean.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9378 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
024a234f6a
commit
6b10611d1b
16 changed files with 194 additions and 230 deletions
|
|
@ -12,7 +12,7 @@
|
|||
</script>
|
||||
|
||||
<div class="x" style="padding: 0 10px;">
|
||||
<h2 class="h2">{$lang->widgetstyle}</h2>
|
||||
<h1 class="h1">{$lang->widgetstyle}</h1>
|
||||
|
||||
<form class="form" action="./" method="post" id="fo_widget">
|
||||
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
<a loop="$widgetStyle_list => $key, $widgetStyle" cond="$widgetStyle->preview" href="{getUrl('widgetstyle',$widgetStyle->widgetStyle)}" class="widgetStyle <!--@if($widgetStyle->widgetStyle==$widgetstyle)-->selected<!--@end-->"><img src="{getUrl()}{$widgetStyle->preview}" title="{$widgetStyle->title}" /><span>{$widgetStyle->title}</span></a>
|
||||
<block cond="$widgetstyle_info">
|
||||
|
||||
<h3 class="h3">{$widgetstyle_info->title} ver {$widgetstyle_info->version}</h3>
|
||||
<h2 class="h2">{$widgetstyle_info->title} ver {$widgetstyle_info->version}</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p class="q">{$lang->description}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue