위젯 검출 정규 표현식을 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2892 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-01 10:28:42 +00:00
parent f9896fe51a
commit 90aa62a6ac
993 changed files with 9190 additions and 10457 deletions

View file

@ -3,29 +3,21 @@
<!--#include("header.html")-->
<table cellspacing="0" class="tableType3 gap1">
<thead>
<tr>
<th scope="col">{$selected_layout->title} ver {$selected_layout->version} ({$selected_layout->layout})</th>
</tr>
</thead>
<table cellspacing="0" class="adminTable">
<caption>{$selected_layout->title} ver {$selected_layout->version} ({$selected_layout->layout})</caption>
<tbody>
<tr>
<td class="left blue">{nl2br($lang->about_layout_code)}</td>
<td>{nl2br($lang->about_layout_code)}</td>
</tr>
</tbody>
</table>
<table cellspacing="0" class="widgetBox gap1">
<col width="80" />
<col />
<table cellspacing="0" class="adminTable">
<caption>{$lang->widget}</caption>
<tr>
<th>{$lang->widget}</th>
<td>
<!--@foreach($widget_list as $widget)-->
<div class="fl gap1">
<a href="{getUrl('','module','widget','act','dispWidgetGenerateCode','selected_widget',$widget->widget,'module_srl',$module_srl)}" onclick="popopen(this.href,'GenerateCodeInPage');return false;" class="button"><span>{$widget->title}</span></a>
</div>
<a href="{getUrl('','module','widget','act','dispWidgetGenerateCode','selected_widget',$widget->widget,'module_srl',$module_srl)}" onclick="popopen(this.href,'GenerateCodeInPage');return false;" class="button"><span>{$widget->title}</span></a>
<!--@end-->
</td>
</tr>