チェンジセット 56

差分発生行の前後
無視リスト:
コミット日時:
2007/05/07 12:51:32 (17 年前)
コミッタ:
sorshi
ログメッセージ:

アニメ感想ブログラクチン書き込みツール、Starlight Breakerの評価版公開

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • trunk/install/php/selectcaptureimage.php

    r41 r56  
    110110//$timecount = 1; 
    111111foreach($tids as $filetid) { 
    112 print "<IMG SRC='http://$serveruri$httpmediamappath/$tid.localized/img/$path/$filetid' WIDTH='160' HEIGHT='120'  ALT='$tid:$countno:$filetid'>\n"; 
    113112 
     113if (file_exists("./sb-edit.php") ) { 
     114print "<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{ 
     116print "<img src='http://$serveruri$httpmediamappath/$tid.localized/img/$path/$filetid' width='160' height='120' alt='$tid:$countno:$filetid'>\n"; 
     117} 
    114118}//foreach 
    115119// タイトル一覧 ここまで 
     
    120124</body> 
    121125</html> 
     126  
track feed