📄 companylogo.jsp
字号:
<!-- =============================================================== -->
<!-- Header of the table for company logo and title -->
<!-- =============================================================== -->
<tr>
<td width="25%" height="15%" align="center"><img src="<%= companyLogoName%>" width="<%= companyLogoWidth%>" height="<%= companyLogoHeight%>" border="0"></td>
<td colspan="2" width="50%" class="title" align="center"><%= titlePage%></td>
<td width="25%" align="center"><img src="<%= companyLogoName%>" width="<%= companyLogoWidth%>" height="<%= companyLogoHeight%>" border="0"></td>
</tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -