林保宏
2013年7月24日 00:05
");
$(".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();
});
}
//-------------------
});
-
洪仲丘軍中同袍劉烜揚(圖)16日出面指出,軍方先是不按程序處理洪仲丘案,事後又說謊,才會導致無法挽回的悲劇。〔圖/中央社〕
社會中心/綜合報導
陸軍542旅義務役下士洪仲丘暴斃軍中案,洪仲丘死亡至今已經超過20天,真相至今仍未水落石出,不少人都在案發後出面爆料,洪仲丘在部隊遭到不當管教的過程。軍檢一再聲稱,只要對於洪案提供訊息的相關人,都會保護其人身安全,但傳出洪仲丘同袍劉烜揚,遭高利貸業者放話要「處理」他。
成大高材生洪仲丘遭禁閉虐死案,同袍劉烜揚出面發聲,卻疑似遭軍方打壓。劉的委任律師蔡易餘18日晚間表示,高軍檢除了要劉做正常證人的具結外,另要他簽字,要求他未來不再對媒體放話。
劉烜揚在案件爆發初期,曾多次上節目談及洪仲丘案,並只出當時醫官呂孟穎是唯一想救洪仲丘的人,重點是在范佐憲那些人;他還強調曾親耳聽到,連長徐信正曾說過,副旅長何江忠打電話給他,曾說出「如果不關他,我就關你」等內容。
事後軍檢以證人身分,請劉烜揚到案說明,事後卻對他下「封口令」,不得再對外放話。但也許是先前的爆料太勁爆,立委蔡其昌卻接獲爆料,有高利貸業者放話要「處理」劉烜揚,使得蔡其昌趕緊請警察保護他的人身安全。他也質疑軍方承諾會保護證人的人身安全,卻還有人放話要「處理」,這些承諾都是假的。
關鍵字:
劉烜揚
成大
洪仲丘
蔡易餘
呂孟穎
范佐憲
何江忠
徐信正
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
留言列表