.hlyo {
background:transparent url(http://img.xuite.net/personal/images/sicon_yo.gif) no-repeat scroll 100% 35%;
border-bottom:1px dotted #0066CC;
display:inline-block;
padding-right:12px;
text-decoration:none !important;
}
.cluetip-default {
background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
position: relative;
margin: 0;
background-color: #d9d9c2;
}
TEAM AYU [CDL 2010-2011]











function Score_Set2(idx){
if(idx <> 5)return;
var i, line;line='';
for(i=1;i <=idx;i++){
line+='
';
}
for(i=idx+1;i <=5;i++){
line+='
';
}
document.getElementById('SelectScore2').innerHTML=line;
if(idx > 0)
{
window.status='給 '+idx+' 顆星';
}
else
{
window.status='';
}
}
function Score_Send2(score){
if( document.cookie.indexOf("otpw") == -1){
if(confirm("請先登入Xuite會員")){
document.location.href="/_members/login.php?furl="+location.href;
return;
}else{
return;
}
}
if(!confirm('您已將這篇文章評分為 '+score+' 顆星。按一下 [確定] 表示確認。')){return;}
document.location.href='/_theme/doRank.php?type=article&relate_id=48702627&stars='+score;
}
function setarticleRank(inMen,inStars){
var Stars = document.all ? document.all('article_average_stars') : document.getElementById('article_average_stars');
Stars.innerHTML = inStars;
var Men = document.all ? document.all('article_men') : document.getElementById('article_men');
Men.innerHTML = inMen;
}
function wopen(){
window.open("http://blog.xuite.net/_theme/item/item_auto_trackback.php?ping=http://blog.xuite.net/js7485/blog/48702627/track","trackBack","location=no,toolbar=no,resizable=yes,scrollbars=yes,width=430,height=400")
}
function copy_clip(meintext)
{
if (window.clipboardData)
{
// the IE-manier
window.clipboardData.setData("Text", meintext);
}
}
function openSpecfiyWindown(windowName){
window.open('about:blank',windowName,'width=800,height=600,menubar=no,scrollbars=yes');
}
function doMsgDelete(mid,page){
if(confirm("是否確定要刪除")){
$("div.jqmWindow").html("");
}
}
function doTrackDelete(tid,lid,url,page){
if(confirm("是否確定要刪除")){
$("div.jqmWindow").html("");
}
}
function doMsgEdit(mid,page){
var l="/_theme/message/message_post.php?act=edit&mid="+mid+"&aid=48702627&bid=395312&page="+page;
window.open(l,'post_win','width=660,height=700,scrollbars=1');
}
function doMsgReplyAdd(rel_id,page,owner_sn,owner_login_id){
var l="/_theme/message/message_post.php?act=reply&rel_id="+rel_id+"&aid=48702627&bid=395312&page="+page+"&owner_sn="+owner_sn+"&owner_login_id="+owner_login_id;
window.open(l,'post_win','width=660,height=700,scrollbars=1');
}
function doMsgReplyEdit(mid,page){
var l="/_theme/message/message_post.php?act=reply_edit&mid="+mid+"&aid=48702627&bid=395312&page="+page;
window.open(l,'post_win','width=660,height=700,scrollbars=1');
}
function doSummary(arg) {
$("#summarySwitch").html($("#summaryContent").html());
$("#summaryContent").html($("#summaryDisplay").html());
$("#summaryDisplay").html($("#summarySwitch").html());
}
function sendMail(content,link,title,author,e_title)
{
window.location.href = "mailto:?subject="+title+"&body=%B3o%ACO%A6n%AAB%A4%CD%C2%E0%B1H%AA%BAXuite%A6n%A4%E5%B3%B9%B3%E1%A1A%A7%D6%C2I%BF%EF%A4U%AD%B1%B3s%B5%B2%A1A%C0%B0%A5L%BCW%A5%5B%A4H%AE%F0%B3%E1%21%21"+escape('\n')+escape('\n')+e_title+escape('\n')+author+escape('\n')+content+escape('\n')+escape('\n')+link;
}
var myBlogThemeWidth;
var ori_width;
var ori_height;
var imgJar = new Array();
var objImg = null;
$(document).ready(function(){
$.ajax({
type: "GET",
url: '/_theme/ArticleDetailCounterExp.php?aid=48702627&ga='+(new Date()).getTime(),
dataType: 'json',
success: getArticleDetailCounter
});
var index="";
Message(48702627,395312,15359723,15359723,index);
TrackBack('48702627','js7485','blog','15359723','395312','15359723','Y',index);
Score_Set2(0);
setarticleRank(0,0);
if ((typeof xuiteBlogPlugin_auto_resize=="undefined") || (xuiteBlogPlugin_auto_resize == null) || (xuiteBlogPlugin_auto_resize == 'Y')) {
myBlogThemeWidth = $(".title").width()-38;
$("#content_all img").each(function() {
var imgIdx = $(this).attr('src');
ori_width = $(this).width();
ori_height = $(this).height();
imgJar[imgIdx] = new Array( ori_width,ori_height );
if( (ori_width>myBlogThemeWidth) ) {
$(this).width(myBlogThemeWidth);
$(this).height(myBlogThemeWidth/ori_width*ori_height);
$(this).mouseover(function(){
if ($("#obj_img").length <= 0) {
if ($(this).parent().attr("href") != "" && typeof $(this).parent().attr("href") != "undefined")
else
$("body").append('');
$("#obj_img").css({"left":$(this).offset().left,"top":$(this).offset().top,"position":"absolute","overflow-x":"visible","overflow-y":"visible","display":"block"}).mouseout(function(){$("#obj_img").remove();if ($("#obj_href").length > 0) $("#obj_href").remove();});
}
});
}
});
}
});
function getArticleDetailCounter(json){
$("#article_counter").html(json[0].counter);
}
function TrackBack(aid,b_login,b_url,mid,bid,a_author_id,track_flag,index){
$.ajax({
type: "GET",
url: '/_theme/TrackBackShowExp.php?aid='+aid+'&b_login='+b_login+'&b_url='+b_url+'&mid='+mid+'&bid='+bid+'&a_author_id='+a_author_id+'&track_flag='+track_flag+'&index='+index+'&ga='+(new Date()).getTime(),
dataType: 'json',
async: false,
success: getTrackBackShow
});
}
function Message(aid,bid,uid,a_author_id,index){
$("div.item_message").html("");
$("div.alertLoad").ajaxStart(function(){
$(this).show();
});
$("div.alertLoad").ajaxStop(function(){
$(this).hide();
$(this).unbind("ajaxStart");
});
$.ajax({
type: "GET",
url: '/_theme/MessageShowExp.php?ver=new&aid='+aid+'&uid='+uid+'&bid='+bid+'&a_author_id='+a_author_id+'&index='+index+'&ga='+(new Date()).getTime(),
dataType: 'json',
async: false,
success: getMessageShow
});
}
function getMessageShow(json){
$("div.item_message").html(json['message'].content);
$("div.alertLoad").hide();
if(json['aside'].check != 0){
for( i =0; i < class="Apple-tab-span" style="white-space:pre">
$("div#authorname_"+json['aside'][i].id).html("
$("div#commenttext_"+json['aside'][i].id).html(json['aside'][i].content);
}
}
if (json['button'].check != 0){
for( i =0; i <>
if(json['button'][i].level == 'all'){
/*是回覆*/
if(json['button'][i].relation_id != null && json['button'][i].relation_id != undefined){
$("div#commentbutton_"+json['button'][i].relation_id).html("
");
/*是回應*/
}else{
/*有回覆*/
if($("div#reply_"+json['button'][i].id).html() != null){
$("div#commentbutton_"+json['button'][i].id).html("
");
/*沒回覆*/
}else{
if(json['button'][i].self_write != 'y'){
$("div#commentbutton_"+json['button'][i].id).html("
");
}else{
$("div#commentbutton_"+json['button'][i].id).html("
");
}
}
}
}else if(json['button'][i].level == 'one'){
/*是回覆*/
if(json['button'][i].relation_id != null && json['button'][i].relation_id != "undefined"){
$("div#commentbutton_"+json['button'][i].relation_id).html("
");
/*是回應*/
}else{
/*有回覆*/
if($("div#reply_"+json['button'][i].id).html() != null){
$("div#commentbutton_"+json['button'][i].id).html("
");
/*沒回覆*/
}else{
if(json['button'][i].self_write != 'y'){
$("div#commentbutton_"+json['button'][i].id).html("
");
}else{
$("div#commentbutton_"+json['button'][i].id).html("
");
}
}
}
//放上ip
}else{
$("div#commentbutton_"+json['button'][i].id).html("
");
}
}
}
if (json['reload'].flage != "true"){
ff= location.href;
tt = ff.indexOf("#");
if(tt != -1){
o_index =ff.substring(0,tt);
location.href=o_index+"#message_header";
}else{
location.href=ff+"#message_header";
}
}
if ($('.previewlink').length > 0 && $("#BlogADIframe").length == 0)
$('.previewlink').cluetip({sticky: true, closePosition: 'title', closeText: '
'});
}
function getTrackBackShow(json){
$("div.item_trackBack").html(json['trackBack'].content);
if(json['button'].check != 1){
$("div.track_button").hide();
}
if(json['reload'].flage != "true"){
ff= location.href;
tt = ff.indexOf("#");
if(tt != -1){
o_index =ff.substring(0,tt);
location.href=o_index+"#trackBack_header";
}else{
location.href=ff+"#trackBack_header";
}
}
}
var pinnedSite = new XUI.Widgets.PinnedSite(
{
title: "【TA】CDL 2010-2011 A (新增截圖11張)",
author: "js7485",
url: "http://blog.xuite.net/js7485/blog/48702627"
}
);
pinnedSite.render();









No hay comentarios:
Publicar un comentario