mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
위젯 검출 정규 표현식을 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2892 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f9896fe51a
commit
90aa62a6ac
993 changed files with 9190 additions and 10457 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue