game 테이블의 img를 show_img_level로 변경

This commit is contained in:
2018-03-29 00:27:03 +09:00
parent 38986b65f8
commit 78260ecf30
28 changed files with 69 additions and 66 deletions
+10 -10
View File
@@ -426,7 +426,7 @@ function calc(cost, formnum) {
$cst = round($cst);
$l = $color[$i];
$weapImage = "{$images}/weap{$i}.jpg";
if($admin['img'] < 2) { $weapImage = "{$image}/default.jpg"; }
if($admin['show_img_level'] < 2) { $weapImage = "{$image}/default.jpg"; }
echo "
<tr height=64 bgcolor=$l>
<td background={$weapImage} align=center></td>
@@ -476,7 +476,7 @@ function calc(cost, formnum) {
$cst = round($cst);
$l = $color[$i];
$weapImage = "{$images}/weap{$i}.jpg";
if($admin['img'] < 2) { $weapImage = "{$image}/default.jpg"; }
if($admin['show_img_level'] < 2) { $weapImage = "{$image}/default.jpg"; }
echo "
<tr height=64 bgcolor=$l>
<td background={$weapImage} align=center></td>
@@ -526,7 +526,7 @@ function calc(cost, formnum) {
$cst = round($cst);
$l = $color[$i];
$weapImage = "{$images}/weap{$i}.jpg";
if($admin['img'] < 2) { $weapImage = "{$image}/default.jpg"; }
if($admin['show_img_level'] < 2) { $weapImage = "{$image}/default.jpg"; }
echo "
<tr height=64 bgcolor=$l>
<td background={$weapImage} align=center></td>
@@ -576,7 +576,7 @@ function calc(cost, formnum) {
$cst = round($cst);
$l = $color[$i];
$weapImage = "{$images}/weap{$i}.jpg";
if($admin['img'] < 2) { $weapImage = "{$image}/default.jpg"; }
if($admin['show_img_level'] < 2) { $weapImage = "{$image}/default.jpg"; }
echo "
<tr height=64 bgcolor=$l>
<td background={$weapImage} align=center></td>
@@ -626,7 +626,7 @@ function calc(cost, formnum) {
$cst = round($cst);
$l = $color[$i];
$weapImage = "{$images}/weap{$i}.jpg";
if($admin['img'] < 2) { $weapImage = "{$image}/default.jpg"; }
if($admin['show_img_level'] < 2) { $weapImage = "{$image}/default.jpg"; }
echo "
<tr height=64 bgcolor=$l>
<td background={$weapImage} align=center></td>
@@ -860,7 +860,7 @@ function calc(cost, formnum) {
$cst = round($cst);
$l = $color[$i];
$weapImage = "{$images}/weap{$i}.jpg";
if($admin['img'] < 2) { $weapImage = "{$image}/default.jpg"; }
if($admin['show_img_level'] < 2) { $weapImage = "{$image}/default.jpg"; }
echo "
<tr height=64 bgcolor=$l>
<td background={$weapImage} align=center></td>
@@ -910,7 +910,7 @@ function calc(cost, formnum) {
$cst = round($cst);
$l = $color[$i];
$weapImage = "{$images}/weap{$i}.jpg";
if($admin['img'] < 2) { $weapImage = "{$image}/default.jpg"; }
if($admin['show_img_level'] < 2) { $weapImage = "{$image}/default.jpg"; }
echo "
<tr height=64 bgcolor=$l>
<td background={$weapImage} align=center></td>
@@ -960,7 +960,7 @@ function calc(cost, formnum) {
$cst = round($cst);
$l = $color[$i];
$weapImage = "{$images}/weap{$i}.jpg";
if($admin['img'] < 2) { $weapImage = "{$image}/default.jpg"; }
if($admin['show_img_level'] < 2) { $weapImage = "{$image}/default.jpg"; }
echo "
<tr height=64 bgcolor=$l>
<td background={$weapImage} align=center></td>
@@ -1010,7 +1010,7 @@ function calc(cost, formnum) {
$cst = round($cst);
$l = $color[$i];
$weapImage = "{$images}/weap{$i}.jpg";
if($admin['img'] < 2) { $weapImage = "{$image}/default.jpg"; }
if($admin['show_img_level'] < 2) { $weapImage = "{$image}/default.jpg"; }
echo "
<tr height=64 bgcolor=$l>
<td background={$weapImage} align=center></td>
@@ -1060,7 +1060,7 @@ function calc(cost, formnum) {
$cst = round($cst);
$l = $color[$i];
$weapImage = "{$images}/weap{$i}.jpg";
if($admin['img'] < 2) { $weapImage = "{$image}/default.jpg"; }
if($admin['show_img_level'] < 2) { $weapImage = "{$image}/default.jpg"; }
echo "
<tr height=64 bgcolor=$l>
<td background={$weapImage} align=center></td>