上映劇場
全国順次公開!
地域 |
会場 |
時間 |
上映期間 |
東京 |
UPLINK X
東京都渋谷区宇田川町37-18トツネビル2F
TEL:03-6825-5503 |
毎週月曜日 21:00 |
7/4(月)〜8/1(月) |
大阪 |
第七芸術劇場
大阪市淀川区十三本町1-7-27サンポートシティ6F TEL:06-6302-2073 |
詳細は劇場にお問い合わせ下さい |
初秋公開予定 |
ニュース
// Values that can be used in other PHP code on the page
$paginate_num_pages = 2;
$paginate_num_sections = 9;
$paginate_page_selector = 'page';
$paginate_current_page = $_GET['page'];
// Pin page selector to a valid number (or 'all')
if($paginate_current_page=='')
$paginate_current_page = '1';
if($paginate_current_page != 'all') {
if($paginate_current_page == 'first')
$paginate_current_page = 1;
elseif($paginate_current_page == 'last')
$paginate_current_page = 2;
elseif($paginate_current_page < 1)
$paginate_current_page = 1;
elseif($paginate_current_page > 2)
$paginate_current_page = 2;
$paginate_sections = array( 0
, 5, 9);
$paginate_top_section = $paginate_sections[$paginate_current_page-1]+1;
$paginate_bottom_section = $paginate_sections[$paginate_current_page];
} else {
$paginate_top_section = 1;
$paginate_bottom_section = 9;
}
$paginate_self = '&' . $_SERVER['QUERY_STRING'] . '&';
$paginate_self = preg_replace("/&page=[^&]*&/", "&", $paginate_self);
$paginate_self = substr($paginate_self, 1, strlen($paginate_self) - 1);
if($paginate_self == '&')
$paginate_self = '';
else
$paginate_self = htmlentities($paginate_self);
$paginate_self = basename($_SERVER['PHP_SELF']) . "?${paginate_self}page";
?>
|
|