mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1772 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fbbad5e79e
commit
898eb99469
26 changed files with 214 additions and 135 deletions
|
|
@ -11,26 +11,24 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="left">{nl2br($lang->about_layout_code)}</td>
|
||||
<td class="left blue">{nl2br($lang->about_layout_code)}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" class="tableType3 gap1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->widget}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="left">
|
||||
<!--@foreach($widget_list as $widget)-->
|
||||
<div class="widget_item">[<a href="#" onclick="popopen('./?module=widget&act=dispWidgetGenerateCode&selected_widget={$widget->widget}&module_srl={$module_srl}','GenerateCodeInPage');return false;">{$widget->title}</a>]</div>
|
||||
<!--@end-->
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<table cellspacing="0" class="widgetBox gap1">
|
||||
<col width="80" />
|
||||
<col />
|
||||
<tr>
|
||||
<th>{$lang->widget}</th>
|
||||
<td>
|
||||
<ul class="buttonLeft nospace">
|
||||
<!--@foreach($widget_list as $widget)-->
|
||||
<li class="widget_item"><a href="#" onclick="popopen('./?module=widget&act=dispWidgetGenerateCode&selected_widget={$widget->widget}&module_srl={$module_srl}','GenerateCodeInPage');return false;" class="buttonTypeA"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" />{$widget->title}<img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class="gap1">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue