|
|
|
@ -1,12 +1,5 @@
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
div.talk_new .ke-container{margin-left:2px;}
|
|
|
|
|
/*div.ke-toolbar{display:none;width:400px;border:none;background:none;padding:0px 0px;}
|
|
|
|
|
span.ke-toolbar-icon{line-height:26px;font-size:14px;padding-left:26px;}
|
|
|
|
|
span.ke-toolbar-icon-url{background-image:url( /images/public_icon.png )}
|
|
|
|
|
div.ke-toolbar .ke-outline{padding:0px 0px;line-height:26px;font-size:14px;}
|
|
|
|
|
span.ke-icon-emoticons{background-position:0px -671px;width:50px;height:26px;}
|
|
|
|
|
span.ke-icon-emoticons:hover{background-position:-79px -671px;width:50px;height:26px;}
|
|
|
|
|
div.ke-toolbar .ke-outline{border:none;}*/
|
|
|
|
|
.break_word {width:100%;}
|
|
|
|
|
</style>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
@ -16,14 +9,14 @@
|
|
|
|
|
for (var i=0; i<menuids.length; i++){
|
|
|
|
|
var div = document.getElementById(menuids[i]);
|
|
|
|
|
if(div == undefined)continue;
|
|
|
|
|
var ultags=div.getElementsByTagName("ul")
|
|
|
|
|
var ultags=div.getElementsByTagName("ul");
|
|
|
|
|
for (var t=0; t<ultags.length; t++){
|
|
|
|
|
ultags[t].parentNode.getElementsByTagName("a")[0].className="subfolderstyle"
|
|
|
|
|
ultags[t].parentNode.getElementsByTagName("a")[0].className="subfolderstyle";
|
|
|
|
|
ultags[t].parentNode.onmouseover=function(){
|
|
|
|
|
this.getElementsByTagName("ul")[0].style.display="block"
|
|
|
|
|
this.getElementsByTagName("ul")[0].style.display="block";
|
|
|
|
|
}
|
|
|
|
|
ultags[t].parentNode.onmouseout=function(){
|
|
|
|
|
this.getElementsByTagName("ul")[0].style.display="none"
|
|
|
|
|
this.getElementsByTagName("ul")[0].style.display="none";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -46,46 +39,6 @@
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">//侧导航
|
|
|
|
|
|
|
|
|
|
//window.onload = function () {
|
|
|
|
|
// var topic_id = getParam('topic_id');
|
|
|
|
|
// document.getElementById(topic_id).focus();
|
|
|
|
|
//}
|
|
|
|
|
//
|
|
|
|
|
//var getParam = function(name){
|
|
|
|
|
// var search = document.location.search;
|
|
|
|
|
// var pattern = new RegExp("[?&]"+name+"\=([^&]+)", "g");
|
|
|
|
|
// var matcher = pattern.exec(search);
|
|
|
|
|
// var items = null;
|
|
|
|
|
// if(null != matcher){
|
|
|
|
|
// try{
|
|
|
|
|
// items = decodeURIComponent(decodeURIComponent(matcher[1]));
|
|
|
|
|
// }catch(e){
|
|
|
|
|
// try{
|
|
|
|
|
// items = decodeURIComponent(matcher[1]);
|
|
|
|
|
// }catch(e){
|
|
|
|
|
// items = matcher[1];
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// return items;
|
|
|
|
|
//};
|
|
|
|
|
//
|
|
|
|
|
//function show_newtalk()
|
|
|
|
|
//{
|
|
|
|
|
// $("#about_newtalk").toggle();
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//}
|
|
|
|
|
//
|
|
|
|
|
//function show_newtalk1(id)
|
|
|
|
|
//{
|
|
|
|
|
// $(id).toggle();
|
|
|
|
|
// $(id).focus();
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//}
|
|
|
|
|
|
|
|
|
|
function nh_check_field(params){
|
|
|
|
|
var result=true;
|
|
|
|
|
if(params.subject!=undefined){
|
|
|
|
|