📄 request_rowcombine.htm
字号:
<!--{block writedata}--><div class="side_type s_clear"><!--{if $settings['title']}--> <h3 class="requesttabs">{eval $sp = '';} <span> <!--{loop $combinetitles $i $combinetitle}-->$sp<a href="javascript:;" hidefocus="true" id="t{$idbase}_$i" onclick="combineswitch('$idbase', $combinecount, $i)">$combinetitle</a>{eval $sp = ' | ';}<!--{/loop}--> </span> $settings[title] </h3><!--{else}--> <!--{loop $combinetitles $i $combinetitle}--> <h4 id="t{$idbase}_$i" onclick="combineswitch('$idbase', $combinecount, $i)">$combinetitle</h4> <!--{/loop}--><!--{/if}--></div>$combinedata<script type="text/javascript">function combineswitch(idbase, count, current) { for(i = 0;i < count;i++) { $(idbase + '_' + i).style.display = 'none'; $('t' + idbase + '_' + i).className = ''; } $(idbase + '_' + current).style.display = ''; $('t' + idbase + '_' + current).className = 'ontype';}combineswitch('$idbase', $combinecount, 0);</script><!--{/block}-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -