Commit 63785dd6187882cef5096b8e607e3774c86e171d
1 parent
3167dc80
ck
Showing
35 changed files
with
17 additions
and
16 deletions
.classpath
| @@ -12,7 +12,11 @@ | @@ -12,7 +12,11 @@ | ||
| 12 | <attribute name="maven.pomderived" value="true"/> | 12 | <attribute name="maven.pomderived" value="true"/> |
| 13 | </attributes> | 13 | </attributes> |
| 14 | </classpathentry> | 14 | </classpathentry> |
| 15 | - <classpathentry including="**/*.java" kind="src" path="src/main/resources"/> | 15 | + <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> |
| 16 | + <attributes> | ||
| 17 | + <attribute name="maven.pomderived" value="true"/> | ||
| 18 | + </attributes> | ||
| 19 | + </classpathentry> | ||
| 16 | <classpathentry kind="src" path="src/main/resources/i18n"/> | 20 | <classpathentry kind="src" path="src/main/resources/i18n"/> |
| 17 | <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> | 21 | <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> |
| 18 | <attributes> | 22 | <attributes> |
.settings/org.eclipse.wst.common.component
| @@ -8,12 +8,6 @@ | @@ -8,12 +8,6 @@ | ||
| 8 | <dependent-module archiveName="cnlive_live_model-0.0.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/cnlive_live_model/cnlive_live_model"> | 8 | <dependent-module archiveName="cnlive_live_model-0.0.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/cnlive_live_model/cnlive_live_model"> |
| 9 | <dependency-type>uses</dependency-type> | 9 | <dependency-type>uses</dependency-type> |
| 10 | </dependent-module> | 10 | </dependent-module> |
| 11 | - <dependent-module archiveName="smart-framework-4.0.1.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/smart-framework/smart-framework"> | ||
| 12 | - <dependency-type>uses</dependency-type> | ||
| 13 | - </dependent-module> | ||
| 14 | - <dependent-module archiveName="smart-plugin-job-1.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/smart-plugin-job/smart-plugin-job"> | ||
| 15 | - <dependency-type>uses</dependency-type> | ||
| 16 | - </dependent-module> | ||
| 17 | <dependent-module archiveName="smart-plugin-dbcp-1.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/smart-plugin-dbcp/smart-plugin-dbcp"> | 11 | <dependent-module archiveName="smart-plugin-dbcp-1.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/smart-plugin-dbcp/smart-plugin-dbcp"> |
| 18 | <dependency-type>uses</dependency-type> | 12 | <dependency-type>uses</dependency-type> |
| 19 | </dependent-module> | 13 | </dependent-module> |
src/main/resources/smart.properties
| @@ -25,7 +25,7 @@ sample.upload_path=/www/upload/ | @@ -25,7 +25,7 @@ sample.upload_path=/www/upload/ | ||
| 25 | 25 | ||
| 26 | mail.template_path=D:/apache-tomcat-7.0.61/webapps/cnlive_live_web/pages/mail.html | 26 | mail.template_path=D:/apache-tomcat-7.0.61/webapps/cnlive_live_web/pages/mail.html |
| 27 | website.url=http://localhost:8080/cnlive_live_web/ | 27 | website.url=http://localhost:8080/cnlive_live_web/ |
| 28 | -auth.enable=true | 28 | +auth.enable=false |
| 29 | auth.login.url=http://sso.staff.cnlive.com/CnliveSSO/login?from=mam-live&callbackUrl= | 29 | auth.login.url=http://sso.staff.cnlive.com/CnliveSSO/login?from=mam-live&callbackUrl= |
| 30 | auth.logout.url=http://sso.staff.cnlive.com/CnliveSSO/logOut?from=mam-live&callbackUrl= | 30 | auth.logout.url=http://sso.staff.cnlive.com/CnliveSSO/logOut?from=mam-live&callbackUrl= |
| 31 | auth.userinfo.url=http://sso.staff.cnlive.com/CnliveSSO/getUserInfo?username= | 31 | auth.userinfo.url=http://sso.staff.cnlive.com/CnliveSSO/getUserInfo?username= |
src/main/webapp/pages/common/left.jsp
| @@ -18,7 +18,7 @@ | @@ -18,7 +18,7 @@ | ||
| 18 | </div> | 18 | </div> |
| 19 | </div> | 19 | </div> |
| 20 | <ul class="sidebar-menu"> | 20 | <ul class="sidebar-menu"> |
| 21 | - <c:if test="${sessionScope.roleId=='1'}"> | 21 | + <c:if test="true"> |
| 22 | <li class="header">导航栏</li> | 22 | <li class="header">导航栏</li> |
| 23 | <li> | 23 | <li> |
| 24 | <a href="${BASE}/switch"><i class="fa fa-circle-o text-blue"></i>全局切换</a> | 24 | <a href="${BASE}/switch"><i class="fa fa-circle-o text-blue"></i>全局切换</a> |
| @@ -59,6 +59,9 @@ | @@ -59,6 +59,9 @@ | ||
| 59 | <li> | 59 | <li> |
| 60 | <a href="${BASE}/video/check/1"><i class="fa fa-circle-o text-yellow"></i>点播审查</a> | 60 | <a href="${BASE}/video/check/1"><i class="fa fa-circle-o text-yellow"></i>点播审查</a> |
| 61 | </li> | 61 | </li> |
| 62 | + <li> | ||
| 63 | + <a href="${BASE}/live/alllive/1"><i class="fa fa-circle-o text-yellow"></i>直播管理</a> | ||
| 64 | + </li> | ||
| 62 | </c:if> | 65 | </c:if> |
| 63 | <c:if test="${sessionScope.roleId=='0'}"> | 66 | <c:if test="${sessionScope.roleId=='0'}"> |
| 64 | <li class="header">导航栏</li> | 67 | <li class="header">导航栏</li> |
src/main/webapp/static/assets/ckplayer/share/kaixin001.png renamed to src/main/webapp/static/assets/ck/ckplayer/share/kaixin001.png
2.55 KB
src/main/webapp/static/assets/ckplayer/share/msn.png renamed to src/main/webapp/static/assets/ck/ckplayer/share/msn.png
1.91 KB
src/main/webapp/static/assets/ckplayer/share/qq.png renamed to src/main/webapp/static/assets/ck/ckplayer/share/qq.png
1.83 KB
src/main/webapp/static/assets/ckplayer/share/qq2.png renamed to src/main/webapp/static/assets/ck/ckplayer/share/qq2.png
2.08 KB
src/main/webapp/static/assets/ckplayer/share/qzone.png renamed to src/main/webapp/static/assets/ck/ckplayer/share/qzone.png
2.08 KB
src/main/webapp/static/assets/ckplayer/share/rr.png renamed to src/main/webapp/static/assets/ck/ckplayer/share/rr.png
3 KB
src/main/webapp/static/assets/ckplayer/share/sina.png renamed to src/main/webapp/static/assets/ck/ckplayer/share/sina.png
2.59 KB
src/main/webapp/static/assets/ckplayer/share/sohu.png renamed to src/main/webapp/static/assets/ck/ckplayer/share/sohu.png
1.38 KB
src/main/webapp/static/assets/ckplayer/share/tianya.png renamed to src/main/webapp/static/assets/ck/ckplayer/share/tianya.png
2.32 KB
src/main/webapp/static/assets/ckplayer/ckplayer.js renamed to src/main/webapp/static/assets/ckplayer_back/ckplayer.js
| @@ -129,7 +129,8 @@ function ckstyle() { //定义总的风格 | @@ -129,7 +129,8 @@ function ckstyle() { //定义总的风格 | ||
| 129 | 3、水平偏移量,举例说明,如果第1个参数设置成0左对齐,第3个偏移量设置成10,就是离左边10个像素,第一个参数设置成2,偏移量如果设置的是正值就会移到播放器外面,只有设置成负值才行,设置成-1,按钮就会跑到播放器外面 | 129 | 3、水平偏移量,举例说明,如果第1个参数设置成0左对齐,第3个偏移量设置成10,就是离左边10个像素,第一个参数设置成2,偏移量如果设置的是正值就会移到播放器外面,只有设置成负值才行,设置成-1,按钮就会跑到播放器外面 |
| 130 | 4、垂直偏移量 | 130 | 4、垂直偏移量 |
| 131 | */ | 131 | */ |
| 132 | - logo: 'cklogo.png', | 132 | + /* logo: 'cklogo.png',*/ |
| 133 | + logo='null', | ||
| 133 | /* | 134 | /* |
| 134 | 默认右上角一直显示的logo,不使用设置成null,即logo='null'; | 135 | 默认右上角一直显示的logo,不使用设置成null,即logo='null'; |
| 135 | */ | 136 | */ |
src/main/webapp/static/assets/ckplayer/ckplayer.swf renamed to src/main/webapp/static/assets/ckplayer_back/ckplayer.swf
No preview for this file type
src/main/webapp/static/assets/ckplayer/ckplayer.xml renamed to src/main/webapp/static/assets/ckplayer_back/ckplayer.xml
src/main/webapp/static/assets/ckplayer/language.xml renamed to src/main/webapp/static/assets/ckplayer_back/language.xml
src/main/webapp/static/assets/ckplayer/m3u8.swf renamed to src/main/webapp/static/assets/ckplayer_back/m3u8.swf
No preview for this file type
src/main/webapp/static/assets/ckplayer/related.xml renamed to src/main/webapp/static/assets/ckplayer_back/related.xml
src/main/webapp/static/assets/ckplayer/share.xml renamed to src/main/webapp/static/assets/ckplayer_back/share.xml
src/main/webapp/static/assets/ckplayer/share/feixin.png renamed to src/main/webapp/static/assets/ckplayer_back/share/feixin.png
2.16 KB
src/main/webapp/static/assets/ckplayer/share/google.png renamed to src/main/webapp/static/assets/ckplayer_back/share/google.png
1.78 KB
src/main/webapp/static/assets/ckplayer_back/share/kaixin001.png
0 → 100644
2.55 KB
src/main/webapp/static/assets/ckplayer_back/share/msn.png
0 → 100644
1.91 KB
src/main/webapp/static/assets/ckplayer_back/share/qq.png
0 → 100644
1.83 KB
src/main/webapp/static/assets/ckplayer_back/share/qq2.png
0 → 100644
2.08 KB
src/main/webapp/static/assets/ckplayer_back/share/qzone.png
0 → 100644
2.08 KB
src/main/webapp/static/assets/ckplayer_back/share/rr.png
0 → 100644
3 KB
src/main/webapp/static/assets/ckplayer_back/share/sina.png
0 → 100644
2.59 KB
src/main/webapp/static/assets/ckplayer_back/share/sohu.png
0 → 100644
1.38 KB
src/main/webapp/static/assets/ckplayer_back/share/tianya.png
0 → 100644
2.32 KB
src/main/webapp/static/assets/ckplayer/style.swf renamed to src/main/webapp/static/assets/ckplayer_back/style.swf
No preview for this file type
target/classes/smart.properties
| @@ -25,7 +25,7 @@ sample.upload_path=/www/upload/ | @@ -25,7 +25,7 @@ sample.upload_path=/www/upload/ | ||
| 25 | 25 | ||
| 26 | mail.template_path=D:/apache-tomcat-7.0.61/webapps/cnlive_live_web/pages/mail.html | 26 | mail.template_path=D:/apache-tomcat-7.0.61/webapps/cnlive_live_web/pages/mail.html |
| 27 | website.url=http://localhost:8080/cnlive_live_web/ | 27 | website.url=http://localhost:8080/cnlive_live_web/ |
| 28 | -auth.enable=true | 28 | +auth.enable=false |
| 29 | auth.login.url=http://sso.staff.cnlive.com/CnliveSSO/login?from=mam-live&callbackUrl= | 29 | auth.login.url=http://sso.staff.cnlive.com/CnliveSSO/login?from=mam-live&callbackUrl= |
| 30 | auth.logout.url=http://sso.staff.cnlive.com/CnliveSSO/logOut?from=mam-live&callbackUrl= | 30 | auth.logout.url=http://sso.staff.cnlive.com/CnliveSSO/logOut?from=mam-live&callbackUrl= |
| 31 | auth.userinfo.url=http://sso.staff.cnlive.com/CnliveSSO/getUserInfo?username= | 31 | auth.userinfo.url=http://sso.staff.cnlive.com/CnliveSSO/getUserInfo?username= |
target/m2e-wtp/web-resources/META-INF/MANIFEST.MF
target/m2e-wtp/web-resources/META-INF/maven/com.cnlive.mz.live.web/cnlive_live_web/pom.properties
| 1 | #Generated by Maven Integration for Eclipse | 1 | #Generated by Maven Integration for Eclipse |
| 2 | -#Tue Jun 14 14:04:42 CST 2016 | ||
| 3 | -#Sun Jun 12 10:48:48 CST 2016 | 2 | +#Fri Jun 17 09:20:43 CST 2016 |
| 4 | version=0.0.1-SNAPSHOT | 3 | version=0.0.1-SNAPSHOT |
| 5 | groupId=com.cnlive.mz.live.web | 4 | groupId=com.cnlive.mz.live.web |
| 6 | m2e.projectName=cnlive_live_web | 5 | m2e.projectName=cnlive_live_web |
| 7 | -m2e.projectLocation=D\:\\1_CNLIVE_JAVA_CODE\\cnlive_live_web | 6 | +m2e.projectLocation=C\:\\Users\\Administrator\\git\\cnlive_live_web |
| 8 | artifactId=cnlive_live_web | 7 | artifactId=cnlive_live_web |