git-svn-id: http://xe-core.googlecode.com/svn/trunk@1772 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-26 09:18:42 +00:00
parent fbbad5e79e
commit 898eb99469
26 changed files with 214 additions and 135 deletions

View file

@ -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&amp;act=dispWidgetGenerateCode&amp;selected_widget={$widget->widget}&amp;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&amp;act=dispWidgetGenerateCode&amp;selected_widget={$widget->widget}&amp;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">