mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-10 04:03:01 +09:00
revert test code.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11215 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
393e7813d9
commit
64cf235ba2
1 changed files with 1 additions and 12 deletions
|
|
@ -29,8 +29,7 @@
|
|||
<tr loop="$layout => $no, $item">
|
||||
<td class="nowr" rowspan="{count($layout)}" cond="$no === 0" >{$count++}</td>
|
||||
<td class="nowr" rowspan="{count($layout)}" cond="$no === 0" >{$layout_name}</td>
|
||||
<!--td class="title">{$item->title}</td-->
|
||||
<td class="title __title" data-layout_srl="{$item->layout_srl}" data-skin="xe_v3_default">{$item->title}</td>
|
||||
<td class="title">{$item->title}</td>
|
||||
<td class="nowr">{zdate($item->regdate, "Y-m-d")}</td>
|
||||
<td class="nowr"><a href="{getUrl('act', 'dispLayoutAdminModify', 'layout_srl', $item->layout_srl)}">{$lang->cmd_layout_management}</a></td>
|
||||
<td class="nowr"><a href="{getUrl('act', 'dispLayoutAdminEdit', 'layout_srl', $item->layout_srl)}">{$lang->cmd_layout_edit}</a></td>
|
||||
|
|
@ -49,13 +48,3 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<iframe id="preview_iframe" src="" style="z-index:10;width:1024px;height:768px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.25,M22=0.25,SizingMethod='auto expand');-webkit-transform-origin:0 0; -webkit-transform: scale(.25);position:absolute"></iframe>
|
||||
<script>
|
||||
jQuery('.__title').click(function (){
|
||||
var $ = jQuery;
|
||||
var layout_srl = $(this).data('layout_srl');
|
||||
var skin = $(this).data('skin');
|
||||
var url = current_url.setQuery('act', 'dispLayoutPreviewWithModule').setQuery('module', 'board').setQuery('mid', 'testboard3').setQuery('layout_srl', layout_srl).setQuery('skin', skin);
|
||||
$('#preview_iframe').attr('src', url);
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue