首页新增app下载二维码。
This commit is contained in:
parent
4bcdd9fc17
commit
403d092f05
BIN
WebContent/AppMain/AppLogo/downLoad.png
Normal file
BIN
WebContent/AppMain/AppLogo/downLoad.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
@ -32,7 +32,7 @@ $(function(){
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="space"></div>
|
||||
<div><%
|
||||
<div style="float:left;width:20%"><%
|
||||
com.amarsoft.are.jbo.BizObjectManager boardM = com.amarsoft.are.jbo.JBOFactory.getBizObjectManager("jbo.sys.BOARD_LIST");
|
||||
boardM.getQueryProperties().setProperty("largeResultWarn", "2000");
|
||||
//String sql = "select O.BoardNo, O.BoardTitle, O.IsNew, O.IsEject, O.DocNo from O where O.IsPublish = 'Y' and (O.ShowToRoles is null or O.ShowToRoles in (select UR.RoleID from jbo.sys.USER_ROLE UR where UR.UserID=:UserID)) order by O.BoardNo desc";
|
||||
@ -52,6 +52,9 @@ if("Y".equals(boardBos.get(i).getAttribute("IsNew").getString())){%><span class=
|
||||
|
||||
</div>
|
||||
<div class="space"></div>
|
||||
<div style="float:right;width:20%">
|
||||
<img style="width:90%;margin-top:10%" alt="" src="<%=sWebRootPath%>/AppMain/AppLogo/downLoad.png">
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user