g4s 13-04-26일자 코드 반영

This commit is contained in:
chicpro
2013-04-26 10:54:44 +09:00
parent 091092b46a
commit 478605e149
286 changed files with 4409 additions and 3599 deletions

View File

@ -34,11 +34,11 @@ if(is_file($filepath)) {
}
?>
<div><?=$img?></div>
<div><?php echo $img ?></div>
<script>
var win_w = <?=$width?>;
var win_h = <?=$height?> + 70;
var win_w = <?php echo $width ?>;
var win_h = <?php echo $height ?> + 70;
var win_l = (screen.width - win_w) / 2;
var win_t = (screen.height - win_h) / 2;