var widget_prefix = 'bccks_widget_';
var widget_id = widget_prefix + '_a433dc6fc21fc99603c9ed38665c6031';
document.write('
');
(function() {
// Localize jQuery variable
var jQuery;
if (window.jQuery === undefined || window.jQuery.fn.jquery !== '1.6.2') {
var script_tag = document.createElement('script');
script_tag.setAttribute("type","text/javascript");
script_tag.setAttribute("src","//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js");
script_tag.onload = scriptLoadHandler;
script_tag.onreadystatechange = function ()
{ // Same thing but for IE
if (this.readyState == 'complete' || this.readyState == 'loaded') {
scriptLoadHandler();
}
};
(document.getElementsByTagName("head")[0] || document.documentElement).appendChild(script_tag);
} else {
jQuery = window.jQuery;
main();
}
//
function scriptLoadHandler()
{
jQuery = window.jQuery.noConflict(true);
showBccksWidget();
}
//
function showBccksWidget()
{
var widget_id = widget_prefix + '_a433dc6fc21fc99603c9ed38665c6031';
jQuery(document).ready(function($) {
var hostname = 'bccks.jp';
var backgroundColor = 'FFF';
var foregroundColor = '333';
$('').attr('id', 'bccks_widget_container_a433dc6fc21fc99603c9ed38665c6031').css({'width':'100%','background':'#' + backgroundColor }).appendTo('#' + widget_id);
$('').attr('id', 'bccks_widget_box_a433dc6fc21fc99603c9ed38665c6031').css({'text-align':'center','padding':'8px', 'font':'normal 12px sans-serif'}).appendTo('#bccks_widget_container_a433dc6fc21fc99603c9ed38665c6031');
$('').attr('id', 'bccks_widget_tn_anchor_a433dc6fc21fc99603c9ed38665c6031').attr('href', 'https://' + hostname + '/bcck/155080/info').attr('target', 'bccks').css({'border':'0'}).appendTo('#bccks_widget_box_a433dc6fc21fc99603c9ed38665c6031');
$('
').attr('id', 'bccks_widget_thumbnail_a433dc6fc21fc99603c9ed38665c6031').attr('src', '//' + hostname + '/global/data/bccks/0015/5080/jacket_160.jpg').attr('alt', '\u96fb\u5b50\u96d1\u8a8c\u3092\u3064\u304f\u308d\u3046\uff01 vol.3').css({'margin':'4px'}).appendTo('#bccks_widget_tn_anchor_a433dc6fc21fc99603c9ed38665c6031');
$('').attr('id', 'bccks_widget_title_a433dc6fc21fc99603c9ed38665c6031').attr('href', 'https://' + hostname + '/bcck/155080/info').attr('target', 'bccks').html('『電子雑誌をつくろう! vol.3』').css({'text-decoration':'none', 'line-height':'110% !important', 'margin-bottom':'2px', 'display':'block', 'font':'bold 14px serif', 'color':'#' + foregroundColor + ' !important'}).appendTo('#bccks_widget_box_a433dc6fc21fc99603c9ed38665c6031');
$('').attr('id', 'bccks_widget_author_a433dc6fc21fc99603c9ed38665c6031').html('勉強カフェ 電子雑誌制作委員会著').css({'margin':'0', 'padding':'0', 'font':'normal 12px sans-serif', 'line-height':'1.2em', 'color':'#' + foregroundColor + ' !important'}).appendTo('#bccks_widget_box_a433dc6fc21fc99603c9ed38665c6031');
$('').attr('id', 'bccks_widget_genre_a433dc6fc21fc99603c9ed38665c6031').html('その他').css({'margin':'0 0 4px 0', 'padding':'0','font':'noraml 12px sans-serif', 'line-height':'1.2em', 'color':'#' + foregroundColor + ' !important'}).appendTo('#bccks_widget_box_a433dc6fc21fc99603c9ed38665c6031');
$('').attr('id', 'bccks_widget_publish_a433dc6fc21fc99603c9ed38665c6031').html('2018.09.22 勉強カフェ 電子雑誌制作委員会発行').css({'margin':'0', 'padding':'0', 'font':'normal 12px sans-serif', 'line-height':'1.2em', 'color':'#' + foregroundColor + ' !important'}).appendTo('#bccks_widget_box_a433dc6fc21fc99603c9ed38665c6031');
$('').attr('id', 'bccks_widget_info_a433dc6fc21fc99603c9ed38665c6031').html('無料 38ベース頁 636.8KB').css({'margin':'0', 'padding':'0', 'font':'normal 12px sans-serif', 'line-height':'1.2em', 'color':'#' + foregroundColor + ' !important'}).appendTo('#bccks_widget_box_a433dc6fc21fc99603c9ed38665c6031');
$('#' + widget_id).find('a').click(function() {
var win = window.open(null,widget_id,'width=768,height=560,menubar=no,toolbar=no,scrollbars=no');
var userCode = 0;
if (win) {
win.document.open();
win.document.charset = "UTF-8";
win.document.write("入手処理中...");
win.document.close();
}
win.location.href = 'https://' + hostname + '/viewer/155080';
return false;
});
});
}
})();