Mercurial > epgrec.yaz
view templates/recordedTable.html @ 143:42f6eb738567
mod: ÀѤ߻Ĥ·¤ò½¤Àµ
author | epgrec@park.mda.or.jp <yoneda@recorder.localnet.mda.or.jp> |
---|---|
date | Sun, 21 Mar 2010 21:54:03 +0900 |
parents | 5096001c4995 |
children | 84220382fea8 |
line wrap: on
line source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>{$sitetitle}</title> <meta http-equiv="Content-Style-Type" content="text/css"> {literal} <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="js/jquery-ui-1.7.2.custom.min.js"></script> <link rel="stylesheet" href="start/jquery-ui-1.7.2.custom.css" type="text/css"> <script type="text/javascript"> <!-- var PRG = { dialog:function(id, title){ $('#floatBox4Dialog').dialog({title:'削除',width:500}); var str = '<div class="prg_title">' + title + 'を削除ã—ã¾ã™</div>'; str += '<form><div style="text-align:center;">録画ファイルも削除ã™ã‚‹<input type="checkbox" id="delete_file" name="delete_file" value="1" /></div></form>'; str +='<div style="margin:2em 0 1em 0;text-align:center;"><a href="javascript:PRG.rec(' + id + ')" class="ui-state-default ui-corner-all ui-dialog-buttonpane button">ã“ã®éŒ²ç”»ã‚’本当ã«å‰Šé™¤ã™ã‚‹</a></div>'; $('#floatBox4Dialog').html(str); $('#floatBox4Dialog').dialog('open', 'center'); }, rec:function(id){ var df = 0; if( $('#delete_file').attr('checked') ) { df = 1; } $('#floatBox4Dialog').dialog('close'); $.get(INISet.prgCancelURL, { reserve_id: id, delete_file: df } ,function(data){ if(data.match(/^error/i)){ alert(data); } else { $('#resid_' + id ).hide(); } }); }, editdialog:function(id) { $('#floatBox4Dialog').dialog({title:'変更',width:500}); var str; str = '<div class="prg_title">録画ID:' + id + '</div>'; str += '<input type="hidden" name="reserve_id" id="id_reserve_id" value="' + id + '" />'; str += '<div><span class="labelLeft">タイトル</span><input name="title" id="id_title" size="30" value="'+ $('#tid_' + id ).html() + '" /></div>'; str += '<div><span class="labelLeft">概è¦</span><textarea name="description" id="id_description" cols="30" rows="5" >' + $('#did_' + id ).html() + '</textarea></div>'; str += '<div style="margin:2em 0 1em 0;text-align:center;"><a href="javascript:PRG.edit()" class="ui-state-default ui-corner-all ui-dialog-buttonpane button">変更ã™ã‚‹</a></div>'; $('#floatBox4Dialog').html(str); $('#floatBox4Dialog').dialog('open','center'); }, edit:function() { var id_reserve_id = $('#id_reserve_id').val(); var id_title = $('#id_title').val(); var id_description = $('#id_description').val(); $.post('changeReservation.php', { reserve_id: id_reserve_id, title: id_title, description: id_description }, function( data ) { if(data.match(/^error/i)){ alert(data); $('#floatBox4Dialog').dialog('close'); } else { $('#tid_' + id_reserve_id ).html( id_title ); $('#did_' + id_reserve_id ).html( id_description ); $('#floatBox4Dialog').dialog('close'); } }); } } $(document).ready(function () { var DG = $('#floatBox4Dialog'); DG.dialog({title:'変更',width:500}); DG.dialog('close'); }); --> </script> <style type="text/css"> <!-- body {padding:4px;margin:0;font-size:10pt;} a {text-decoration:none;} .bold {font-weight:bold;} .small {font-size:75%;} a img {border:none; } table#reservation_table { width: 960px; border: 1px #BBB solid; border-collapse: collapse; border-spacing: 0; } table#reservation_table th { padding: 5px; border: #E3E3E3 solid; border-width: 0 0 1px 1px; background: #BBB; font-weight: bold; line-height: 120%; text-align: center; } table#reservation_table td { padding: 5px; border: 1px #BBB solid; border-width: 0 0 1px 1px; text-align: center; } table#reservation_table tr.ctg_news, #category_select a.ctg_news {background-color: #FFFFD8;} table#reservation_table tr.ctg_etc, #category_select a.ctg_etc {background-color: #FFFFFF;} table#reservation_table tr.ctg_information, #category_select a.ctg_information {background-color: #F2D8FF;} table#reservation_table tr.ctg_sports, #category_select a.ctg_sports {background-color: #D8FFFF;} table#reservation_table tr.ctg_cinema, #category_select a.ctg_cinema {background-color: #FFD8D8;} table#reservation_table tr.ctg_music, #category_select a.ctg_music {background-color: #D8D8FF;} table#reservation_table tr.ctg_drama, #category_select a.ctg_drama {background-color: #D8FFD8;} table#reservation_table tr.ctg_anime, #category_select a.ctg_anime {background-color: #FFE4C8;} table#reservation_table tr.ctg_variety, #category_select a.ctg_variety {background-color: #FFD2EB;} table#reservation_table tr.ctg_10, #category_select a.ctg_10 {background-color: #E4F4F4;} #floatBox4Dialog .prg_title{font-size:120%;font-weight:bold;padding:0.4em 0;text-align:center;} #floatBox4Dialog .prg_rec_cfg{background:#EEE;padding:1em 2em;margin:0.4em 0;} #floatBox4Dialog .labelLeft {width:8em;float:left;text-align:right;} #floatBox4Dialog .button {padding:0.4em 1em;} --> </style> {/literal} </head> <body> <h2>{$sitetitle}</h2> <p><a href="index.php">番組表ã«æˆ»ã‚‹</a></p> <div> 絞り込ã¿ï¼š <form method="post" action="recordedTable.php" > <input type="hidden" name="do_search" value="1" /> 検索語å¥<input type="text" size="20" name="search" value="{$search}" /> å±€<select name="station"> {foreach from=$stations item=st} <option value="{$st.id}" {$st.selected}>{$st.name}</option> {/foreach} </select> カテゴリ<select name="category_id"> {foreach from=$cats item=cat} <option value="{$cat.id}" {$cat.selected}>{$cat.name}</option> {/foreach} </select> <input type="submit" value="絞り込む" /> </form> </div> タイトルや内容をクリックã™ã‚‹ã¨è¦–è´ã§ãã¾ã™ï¼ˆãƒ–ラウザã®è¨å®šã§ASFã¨VLCを関連付ã‘ã¦ã„ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ï¼‰ {if count($records)} <table id="reservation_table"> <tr> <th>録画日時</th> <th>ch</th> <th>モード</th> {if $use_thumbs == 1}<th>サムãƒãƒ¼ãƒ«</th>{/if} <th>タイトル</th> <th>内容</th> <th>変更</th> <th>削除</th> </tr> {foreach from=$records item=rec } <tr id="resid_{$rec.id}" class="ctg_{$rec.cat}"> <td>{$rec.starttime}</td> <td>{$rec.station_name}</td> <td>{$rec.mode}</td> {if $use_thumbs == 1}<td><a href="{$rec.asf}">{$rec.thumb}</a></td>{/if} <td><a href="{$rec.asf}" id="tid_{$rec.id}">{$rec.title}</a></td> <td><a href="{$rec.asf}" id="did_{$rec.id}">{$rec.description}</a></td> <td><input type="button" value="変更" onClick="javascript:PRG.editdialog('{$rec.id}')" /></td> <td><input type="button" value="削除" onClick="javascript:PRG.dialog('{$rec.id}','{$rec.title}')" /></td> </tr> {/foreach} </table> {else} ç¾åœ¨ã€éŒ²ç”»æ¸ˆãƒ‡ãƒ¼ã‚¿ã¯ã‚ã‚Šã¾ã›ã‚“ {/if} <div id="floatBox4Dialog">jQuery UI Dialog</div> {literal} <script type="text/javascript"> var INISet = { prgRecordURL : 'record.php', // 簡易予約 prgRecordPlusURL : 'recordp.php', // 詳細予約 prgCancelURL : 'cancelReservation.php' // 予約ã‚ャンセル } </script> {/literal} </body> </html>