Toggle navigation
Toggle navigation
This project
Loading...
Sign in
runsa
/
crm
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Anthony
2016-09-07 13:06:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a8125660e9b2518afd5cc71c94e1327a0cea7871
a8125660
1 parent
c06dcd12
模块化
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
portal/portal.web/src/main/webapp/WEB-INF/views/accountset/accountset.jsp
portal/portal.web/src/main/webapp/WEB-INF/views/accountset/accountset.jsp
View file @
a812566
...
...
@@ -4,7 +4,7 @@
<%@ page isELIgnored ="false" %>
<!-- 页面都为div 页面不要使用id 使用class选择 class命名规范:crm(系统名)-accountset(模块名)-XXX(功能名) -->
<div class="crm-accountset"
style="display: none;"
>
<div class="crm-accountset" >
<div class="north rs-navi" data-options="region:'north',border:false">
<a href="javascript:void(0);" class="rs-navi-a">RUNSA PORTAL</a><i>┃</i><a href="javascript:void(0);" class="rs-navi-a">CRM</a><i>┃</i><a href="javascript:void(0);" class="rs-navi-a">CRM账套</a>
</div>
...
...
@@ -14,4 +14,4 @@
</div>
</div>
<!-- require加载此jsp引用的js,js的init返回一个page给页面 -->
<script type="text/javascript">require(["accountset/accountset"],function(page){page.init();});</script>
\ No newline at end of file
<script type="text/javascript">require(["accountset/accountset"],function(accountset){new accountset();});</script>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment