チェンジセット 124: trunk/install/php/showlibc.php
- コミット日時:
- 2010/10/13 21:01:58 (14 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/install/php/showlibc.php
r119 r124 64 64 } 65 65 66 66 ?> 67 68 69 <?php 67 70 ////////////////////////////////////////////////////////// 68 71 //1ページの表示レコード数 69 $lim = 5 2;72 $lim = 53; 70 73 //クエリ取得 71 74 $p = getgetnumform(p); … … 117 120 <p align=\"left\">再生可能ムービーを表示します。<br>"; 118 121 if ($tid == 0){ 119 print "$title 【<A HREF = \"./folcast.php?tid=$tid\">この番組のFolcast</A> [<a href=\"itpc://$serveruri/folcast.php?tid=$tid\">iTunesに登録</a>】 <br>\n";122 print "$title 【<A HREF = \"./folcast.php?tid=$tid\">この番組のFolcast</A> [<a href=\"itpc://$serveruri/folcast.php?tid=$tid\">iTunesに登録</a>]】 <br>\n"; 120 123 }else{ 121 124 print "<a href=\"http://cal.syoboi.jp/tid/" . 122 htmlspecialchars($tid) . "\" target=\"_blank\">$title</a> 【<A HREF = \"./folcast.php?tid=$tid\">この番組のFolcast</A> [<a href=\"itpc://$serveruri/folcast.php?tid=$tid\">iTunesに登録</a>]】 <br>\n"; 125 htmlspecialchars($tid) . "\" target=\"_blank\">$title</a> 126 【<A HREF = \"./folcast.php?tid=$tid\">この番組のFolcast</A> 127 [<a href=\"itpc://$serveruri/folcast.php?tid=$tid\">iTunesに登録</a>]】 <br>\n"; 123 128 } 124 129 }// endif if(ereg("iPhone",$useragent)) … … 139 144 $serverfqdn = getserverfqdn(); 140 145 146 141 147 //Autopager 142 148 echo "<div id=contents class=autopagerize_page_element />"; 149 ?> 150 151 <form name="deletemovie" method="POST" action="./deletemovie.php"> 152 <p align="left"><input type="submit" value="項目削除" ></p> 153 154 155 <?php 143 156 144 157 ///////////////////////////////////////////////////////// … … 199 212 "; 200 213 } 214 201 215 do { 202 216 $title = $rowdata[1]; … … 221 235 $pid = htmlspecialchars($rowdata[6]); 222 236 $fName = htmlspecialchars($rowdata[7]); 237 223 238 if (ereg(".MP4", $fName)){ 224 239 $thumbnail = $fName; … … 271 286 print "\n <td><a href = \"http://cal.syoboi.jp/tid/$tid/time#$pid\" target=\"_blank\">$subtitle</a></td>"; 272 287 }//if 288 289 273 290 print " </tr> 274 291 <tr> … … 276 293 </tr> 277 294 <tr> 278 <td><a href =\"$httpmediamappath/$tid.localized/mp4/$fName\" target=\"_blank\">$fName</A> / <a href=\"./mp4player.php?p=$pid\" target=\"_blank\">Player</a> / <script language=\"JavaScript\" type=\"text/javascript\">QT_WriteOBJECT_XHTML('http://g.hatena.ne.jp/images/podcasting.gif','16','16','','controller','FALSE','href','http://$serverfqdn/$httpmediamappath/$tid.localized/mp4/$fName','target','QuickTimePlayer','type','video/mp4');</script> $caplink</td> 295 <td><INPUT TYPE='checkbox' NAME='delete[]' VALUE='$fName'>削除 / 296 <a href =\"$httpmediamappath/$tid.localized/mp4/$fName\" target=\"_blank\">$fName</A> / 297 <a href=\"./mp4player.php?p=$pid\" target=\"_blank\">Player</a> / 298 <script language=\"JavaScript\" type=\"text/javascript\">QT_WriteOBJECT_XHTML('http://g.hatena.ne.jp/images/podcasting.gif','16','16','','controller','FALSE','href','http://$serverfqdn/$httpmediamappath/$tid.localized/mp4/$fName','target','QuickTimePlayer','type','video/mp4');</script> $caplink</td> 279 299 </tr> 280 300 "; 301 281 302 282 303 }//endif iPhone … … 301 322 ////////////////////////////////////////////// 302 323 ?> 324 303 325 </body> 304 326 </html>