📄 adheart.jsp
字号:
<%--
- This file could be used to add advertisement to mvnForum
--%>
<%--
<%@ page import="com.mvnsoft.ad.delivery.AdGenerator"%>
<%@ page import="com.mvnsoft.mvncms.cds.standard.ConfigHomeLayoutJVN"%>
<br />
<% if (ConfigHomeLayoutJVN.getAdHeart() > 0) {%>
<table align="center" cellpadding="3" cellspacing="1" width="95%" border="0">
<tr>
<td align="center"><%=AdGenerator.getZone(ConfigHomeLayoutJVN.getAdHeart())%></td>
</tr>
</table>
<br />
<% } %>
--%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -