チェンジセット 56
- コミット日時:
- 2007/05/07 12:51:32 (18 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/install/php/selectcaptureimage.php
r41 r56 110 110 //$timecount = 1; 111 111 foreach($tids as $filetid) { 112 print "<IMG SRC='http://$serveruri$httpmediamappath/$tid.localized/img/$path/$filetid' WIDTH='160' HEIGHT='120' ALT='$tid:$countno:$filetid'>\n";113 112 113 if (file_exists("./sb-edit.php") ) { 114 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"; 115 }else{ 116 print "<img src='http://$serveruri$httpmediamappath/$tid.localized/img/$path/$filetid' width='160' height='120' alt='$tid:$countno:$filetid'>\n"; 117 } 114 118 }//foreach 115 119 // タイトル一覧 ここまで … … 120 124 </body> 121 125 </html> 126