- コミット日時:
- 2008/12/30 22:12:46 (16 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/install/php/selectcaptureimage.php
r70 r83 116 116 $tid = ereg_replace("[^0-9]", "", $tid); 117 117 118 $path = ereg_replace("\.m2p$ ", "", $m2pfilename);118 $path = ereg_replace("\.m2p$|\.m2t$", "", $m2pfilename); 119 119 $serveruri = getserverfqdn (); 120 120 … … 124 124 125 125 if (file_exists("./sb-edit.php") ) { 126 print "<a href=\"./sb-edit.php?pid=$pid&f=$filetid\"><img src='http://$serveruri$httpmediamappath/$tid.localized/img/$path/$filetid' width='160' height='120'alt='$tid:$countno:$filetid'></a>\n";126 print "<a href=\"./sb-edit.php?pid=$pid&f=$filetid\"><img src='http://$serveruri$httpmediamappath/$tid.localized/img/$path/$filetid' alt='$tid:$countno:$filetid'></a>\n"; 127 127 }else{ 128 print "<img src='http://$serveruri$httpmediamappath/$tid.localized/img/$path/$filetid' width='160' height='120'alt='$tid:$countno:$filetid'>\n";128 print "<img src='http://$serveruri$httpmediamappath/$tid.localized/img/$path/$filetid' alt='$tid:$countno:$filetid'>\n"; 129 129 } 130 130 }//foreach