📄 code.xhtml
字号:
<?xml version="1.0" encoding="utf-8" ?>
<html xmlns="http://www.xidea.org/taglib/xhtml"
xmlns:c="http://www.xidea.org/taglib/core">
<withoutVHandle>
<table width="100%" cellpadding="0" border="0" cellspacing="0"
class="xidea--syntax-source">
<thead>
<tr>
<td style="width:18px;"></td>
<td colspan="2" class="content-top">
<a href="#" onclick="${viewCommand};return false;">view plain</a>|
<a href="#" onclick="${printCommand};return false;">print</a>|
<a href="#" onclick="${helpCommand};return false;">?</a></td>
</tr>
</thead>
<tbody>
<c:forEach var="line" items="${lines}" varStatus="i">
<tr
class="${i.index%2?'xidea--syntax-row1':'xidea--syntax-row0'}">
<td class="xidea--syntax-vrule0"><button>${i.index+1}</button></td>
<td class="xidea--syntax-vrule1"> </td>
<td nowrap="true"><c:script>
context.print('<pre>');
context.print(line);
context.print('</pre>');
</c:script></td>
</tr>
</c:forEach>
</tbody>
</table>
</withoutVHandle>
<withVHandle> //TODO: </withVHandle>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -