apps/com.actionsoft.apps.coe.pal/template/page/social.stream.main.htm

168 lines
5.7 KiB
HTML
Raw Normal View History

2022-06-27 22:14:40 +08:00
<!Doctype html>
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CoE<I18N#流程卓越中心></title>
<!--coe css -->
<link rel="stylesheet" type="text/css" href="../<I18N#COEPATH>/css/public.css">
<link rel="stylesheet" type="text/css" href="../<I18N#COEPATH>/css/<#coePortal>/coe.social.stream.css">
<link href="../commons/css/awsui.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="../<I18N#COEPATH>/js/qTip2/dist/jquery.qtip.css" />
<link rel="stylesheet" type="text/css" href="../<I18N#COEPATH>/css/social/coe.social.style.css" />
<!--coe js-->
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
<script type="text/javascript" src="../<I18N#COEPATH>/js/coe.plugs.js"></script>
<script>
var lang = '<#lang>';
</script>
<script type="text/javascript" src="../<I18N#COEPATH>/js/coe.social.stream.main.js"></script>
<script type="text/javascript" src="../<I18N#COEPATH>/js/qTip2/dist/jquery.qtip.min.js"></script>
<script type="text/javascript" src="../<I18N#COEPATH>/js/qTip2/coe.tip.config.js"></script>
<script>
var Canwrite='<#还能输入>';
var words='<#字>';
var yichaoguo='<#已经超过>';
var huifu='<#回复>';
var shouqihuifu='<#收起回复>';
var yonghuxinxi='<#用户信息>';
var xiaozuxinxi='<#小组信息>';
var liuchengxinxi='<#流程信息>';
</script>
<style>
html body {
background:#F8F8F8;
background-position: center;
background-attachment: fixed;
margin:0px;
}
div.qtip-content{/*解决qTip字体与全局字体冲突问题*/
color:white;
}
html{
overflow-y:hidden
}
</style>
<script>
var socialType='all';
var filterValue='';
$(function () {
// $("#back-to-top").backToTop();
// var coeContentHeight=parent.window.document.getElementById("coeContent").style.height;
// var offset =parseInt(coeContentHeight.substring(0,coeContentHeight.length-2))-300;
// $("#balloon").css("left",(window.screen.availWidth-748)/2+748);
// var top = 0;
// $("body, html").animate({
// //scrollTop: top - offset
// }, function () {
// var $window = $(window);
// $window.scroll(function () {
// $("#balloon").stop().animate({
// top: $window.scrollTop() - top + offset}, 300);
// });
// });
// $("#back-btn").hover(
// function () {
// // $(this).html("<font style='color:#3A87AD'><b>顶部</b></font>");//鼠标悬停
// },
// function () {
// //$(this).html("<i class=\"icon-chevron-up\"></i>");//鼠标移走
// }
// );
//优化提示按钮
initTip($('*[title]'));
})
</script>
</head>
<body >
<!-- <div id="balloon" class="pagination" style="position:absolute; cursor:pointer">
<div id="back-to-top" class="scrolltop" title="<#回到顶部>">
</div>
</div> -->
<div class="social_main center coe_main_content" role="iframeContainer">
<div class="social_left radius5">
<!--评论区-->
<div class="social_share">
<h2 class="social_share_title"><#share></h2>
<#coeSocialShare>
</div>
<div class="social_filter">
<#coeSocialFilter>
</div>
<!--显示区-->
<div class="social_content">
<#allSocial>
<!--
<div class="social_stream_item">
<div class="social_stream_left">
<img src="<#userPhoto>" style="width:80px;height:80px;" />
</div>
<div class="social_stream_right">
<div class="social_stream_title"><span class="social_stream_font">Bill Siwelled</span><span class="social_stream_font">ABC流程</span> 进行了评论</div>
<div class="social_stream_content">
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
</div>
<div class="social_stream_legend">
<span class="social_stream_date">2012-02-22 13:10:04</span>
<span class="social_stream_font">收起回复</span>
</div>
<div class="social_stream_replay_list">
<div class="social_stream_replay_item">
<div class="social_replay_left">
<img src="<#userPhoto>" style="width:50px;height:50px;" />
</div>
<div class="social_replay_right">
<div class="social_replay_content">
<span>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</span>
<span class="social_stream_font ">回复</span>
</div>
<span class="social_stream_date">2012-02-22 13:10:04</span>
</div>
<div class="clear"></div>
</div>
<div class="social_stream_replay_new">
<div class="social_replay_new_edit">
<div class="social_replay_new_text">
<div class="social_replay_new_left">
<img src="<#userPhoto>" style="width:50px;height:50px;" />
</div>
<div class="social_replay_new_right">
<textarea class="social_replay_new_area"></textarea>
</div>
</div>
<div class="clear"></div>
<div class="social_replay_new_btn">
<span class='social_count_area' id='fontCountArea'>还能输入<em>220</em></span>
<a href='javascript:' class='button default radius3'>回复</a>
</div>
</div>
<div class="social_replay_new_only">添加回复</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
-->
</div>
</div>
</div>
<script>
var ptimer;
function reinitIframe(){
try{
var height=document.documentElement.scrollHeight;
if(parent.parentHeight<height){
parent.document.getElementById("socialStreamI").height =height+"px";
}else{
if(height>50){
parent.document.getElementById("socialStreamI").height =height+"px";
}
}
}catch(e){
}
}
ptimer=window.setInterval("reinitIframe()", 100);
</script>
</body>
</html>