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

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

@ -11,7 +11,7 @@
<div id="popBody">
<table cellspacing="0" class="tableType5">
<table cellspacing="0" class="adminTable">
<col width="120" />
<col />
<tr>

View file

@ -70,7 +70,7 @@
if($width) $style_output[] = "width:".$width."px";
if($height) $style_output[] = "height:".$height."px";
if(!$align) $style_output[] = "display:block";
//if(!$align) $style_output[] = "display:block";
if($border) $style_output[] = "border:".$border."px";
$code = sprintf("<img %s style=\"%s\" />", implode(" ",$attr_output), implode(";",$style_output));

View file

@ -9,7 +9,7 @@
<form action="./" method="get" onSubmit="return false" id="fo">
<div id="popBody">
<table cellspacing="0" class="tableType5">
<table cellspacing="0" class="adminTable">
<col width="100" />
<col />

View file

@ -8,7 +8,7 @@
<form action="./" method="get" onSubmit="return false" id="fo">
<div id="popBody">
<table cellspacing="0" class="tableType5">
<table cellspacing="0" class="adminTable">
<col width="150" />
<col />
<tr>

View file

@ -19,7 +19,7 @@
<div id="popBody">
<table cellspacing="0" class="tableType5">
<table cellspacing="0" class="adminTable">
<col width="100" />
<col />
<tr>
@ -47,46 +47,46 @@
<!--@end-->
</select>
</li>
<li><a href="#" onclick="doPollAdd(); return false;"><span>{$lang->cmd_add_poll}</span></a></li>
<li><a href="#" onclick="doPollAdd(); return false;">{$lang->cmd_add_poll}</a></li>
</ul>
</td>
</tr>
</table>
<div id="poll_source" class="clear" style="display:none">
<div class="clear"></div>
<table cellspacing="0" class="tableType5 gap1 clear">
<table cellspacing="0" class="adminTable gap1">
<col width="100" />
<col />
<tr>
<th scope="row">{$lang->poll_title}</th>
<td><input type="text" name="title_tidx" class="inputTypeText w100" /></td>
<td><input type="text" name="title_tidx" class="inputTypeText w400" /></td>
</tr>
<tr>
<th scope="row">{$lang->poll_item} 1</th>
<td><input type="text" name="item_tidx_1" class="inputTypeText w100" /></td>
<td><input type="text" name="item_tidx_1" class="inputTypeText w400" /></td>
</tr>
<tr>
<th scope="row">{$lang->poll_item} 2</th>
<td><input type="text" name="item_tidx_2" class="inputTypeText w100" /></td>
<td><input type="text" name="item_tidx_2" class="inputTypeText w400" /></td>
</tr>
</table>
<div class="pollButton clear">
<ul class="fl">
<li><a href="#" onclick="doPollAddItem(this); return false;" >{$lang->cmd_add_item}</a></li>
<li><a href="#" onclick="doPollAddItem(this); return false;">{$lang->cmd_add_item}</a></li>
</ul>
<ul class="fr">
<li><a href="#" onclick="doPollDelete(this); return false;" >{$lang->cmd_del_poll}</a></li>
<li><a href="#" onclick="doPollDelete(this); return false;">{$lang->cmd_del_poll}</a></li>
</ul>
<ul class="fr">
<li><label>{$lang->poll_chk_count}</label></li>
<li><input type="text" name="checkcount_tidx" value="1" size="1" class="inputTypeText" /></li>
</ul>
</div>
</div>
</div>

View file

@ -8,7 +8,7 @@
<form action="./" method="get" onSubmit="return false" id="fo">
<div id="popBody">
<table cellspacing="0" class="tableType5">
<table cellspacing="0" class="adminTable">
<col width="120" />
<col />
<col />
@ -21,7 +21,9 @@
<input type="checkbox" id="quotation_use" value="Y" onclick="toggle_folder(this)" />
<div id="folder_area" style="display:none">
<table>
<table cellspacing="0" class="adminTable gap1">
<col width="150" />
<col />
<tr>
<th scope="row">{$lang->quotation_opener}</th>
<td><input type="text" class="inputTypeText" id="quotation_opener" value="{$lang->quotation_cmd_opener}" /></td>

View file

@ -14,10 +14,11 @@
<input name="attr" type="radio" value="table" id="table_attribute_select" onclick="doSelectOption('table');"/> <label for="table_attribute_select">{$lang->table_attribute}</label>
<input name="attr" type="radio" value="cell" id="cell_attribute_select" onclick="doSelectOption('cell');"/> <label for="cell_attribute_select">{$lang->cell_attribute}</label>
</div>
<div class="gap1"></div>
<div id="table_attribute" style="display:none">
<div class="" id="col_row_area" style="display:none" >
<table cellspacing="0" class="tableType5 gap1">
<table cellspacing="0" class="adminTable">
<col width="25%" />
<col width="25%" />
<col width="25%" />
@ -31,7 +32,7 @@
</table>
</div>
<table cellspacing="0" class="tableType5 gap1">
<table cellspacing="0" class="adminTable">
<col width="25%" />
<col />
<tr>
@ -46,7 +47,7 @@
</div>
<table cellspacing="0" class="tableType5 gap1">
<table cellspacing="0" class="adminTable">
<col width="25%" />
<col width="25%" />
<col width="25%" />
@ -66,7 +67,7 @@
</table>
<div id="cell_attribute" style="display:none">
<table cellspacing="0" class="tableType5 gap1">
<table cellspacing="0" class="adminTable">
<col width="25%" />
<col width="25%" />
<col width="25%" />
@ -85,7 +86,7 @@
</div>
<div id="border_color_area" style="display:none">
<table cellspacing="0" class="tableType5 gap1">
<table cellspacing="0" class="adminTable">
<col width="25%" />
<col />
<tr>
@ -107,7 +108,7 @@
</div>
<div id="bg_color_area" style="display:none">
<table cellspacing="0" class="tableType5 gap1">
<table cellspacing="0" class="adminTable">
<col width="25%" />
<col />
<tr>

View file

@ -9,7 +9,7 @@
<form action="./" method="get" id="fo_component" onSubmit="return false">
<div id="popBody">
<table cellspacing="0" class="tableType5">
<table cellspacing="0" class="adminTable">
<col width="100" />
<col />