NOWnews.com 今日新聞網
2013年5月30日 15:18
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
新華網、「大陸城市網路形象排行榜」評審委員會舉辦的大陸全國「城市網路形象排行榜暨《城市網路形象報告白皮書 (2012)》」發布會上,遼陽市在大陸286個地級市中脫穎而出,榮獲「優秀城市獎」殊榮。
大陸新聞中心/綜合報導
新華網、『大陸城市網路形象排行榜』評審委員會舉辦的大陸全國『城市網路形象排行榜暨《城市網路形象報告白皮書 (2012)》』發布會上,遼陽市在大陸286個地級市中脫穎而出,榮獲『優秀城市獎』殊榮。
根據遼寧日報報導,『東北靈秀地,古城新遼陽』,作為東北地區政治、經濟、文化和交通中心之一,遼陽不斷提高軟硬實力,在城市形象宣傳上也取得不菲的成績。這是當日發布會上評委會給遼陽的頒獎詞。
本次 『城市網路形象排行榜暨《城市網路形象報告白皮書(2012)》』是新華網聯合中國社會科學院城市環境與發展研究所、武漢大學互聯網科學研究中心、中國統計資訊服務中心等權威機構組成專案組,集中各自優勢,歷時4個月時間,對大陸286個重要城市2012年度的網路形象相關情況 (不含直轄市和港澳台)進行調研分析,並結合專家意見和網民投票,最終形成的報告和榜單。
2012年度『城市網路形象排行榜』依據綜合排名設立十佳城市(省會城市和計劃單列市)10名、十佳城市 (地級市)10名和 『優秀城市獎』5名,同時還設立5個單項獎。遼陽市是遼寧省唯一獲得綜合排名獎項的城市。
『優秀城市獎』主要參考由城市網路形象基礎資料、城市語言網路形象、城市生活網路形象、城市政務網路形象、城市輿情網路形象等5項一級指標構成的城市網路形象總榜,以及在5個專題分析包括政府工作報告、城市輿情應對能力、政務微博和門戶網站方面具有較好表現的城市,較為全面地反映城市在推動網路形象塑造和傳播工作中的貢獻。獲獎的城市有:無錫、烏魯木齊、哈爾濱、荊州、遼陽。
關鍵字:
遼陽
大陸
城市
網路
形象
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表