📄 timezone.jspf
字号:
<table width="98%">
<tr>
<td align="right">
<c:choose>
<c:when test="${empty sessionScope.JRF_USER_TIME_ZONE}" >
<fmt:message key="global.TIME_GMT"/>
</c:when>
<c:otherwise>
<fmt:message key="global.TIME_LOCAL"/> (<c:out value="${sessionScope.JRF_TIME_ZONE}"/>)
</c:otherwise>
</c:choose>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -