';
} else if (status == "soon") {
tag += '
近日開催
';
}
tag += '
';
if (ev.description != '') {
tag += '
' + ev.description + '
';
}
tag += '
';
tag += '- 開催期間
';
tag += '- ' + term + '
';
tag += '- 開催地
';
if (ev.place != '') {
tag += '- ' + ev.area + "(" + ev.place + ')
';
} else {
tag += '- ' + ev.area + '
';
}
if (ev.shop_count != 0) {
tag += '- 参加店舗
';
tag += '- ' + ev.shop_count + '店
';
}
tag += '
';
tag += '
';
tag += '
';
$("#events li:nth-child(" + String(idx + 1) + ")").append(tag);
heights[idx] = $("#events li:nth-child(" + String(idx + 1) + ")").height();
}
} else {
var tag = '
';
for (var i=0; i';
tag += '';
tag += '';
tag += '';
tag += '' + status + ev.title + '';
if (ev.place != '') {
tag += '' + ev.area + "(" + ev.place + ') ';
} else {
tag += '' + ev.area + ' ';
}
tag += '' + term + ' ';
tag += ' | ';
if (ev.image_thumbnail != '') {
tag += ' | ';
}
tag += ' |
';
tag += '';
tag += '';
}
tag += '
';
$("#events").html(tag);
}