<* type="text/java*">
var isMemberViewSelfInfo=false;
function displayCompanyInfo(articles) {
var temp_str = "
";
if(articles==null||articles=="error"||articles.length<1) {
temp_str = "";
if(isMemberViewSelfInfo){
var publishNewsShow = document.getElementById("PublishNewsInCompanyInfo");
publishNewsShow.innerHTML="
";
}
} else {
temp_str += "
";
for(i=0;i29){
articleTitle=articleTitle.substring(0,26)+"...";
}
temp_str += "- ";
temp_str += "
" +""+ articleTitle + "
";
temp_str += "閱讀數:" + article.viewCount + " 評論數:"+article.comCount+"
";
temp_str += "" + article.postTime + "
";
temp_str += " ";
}
temp_str += "
";
temp_str += "
";
temp_str += "