質問編集履歴
3
if文を追記しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
onclick="this.value = '';" >
|
24
24
|
|
25
|
-
@if("preview"
|
25
|
+
@if("preview" === null)
|
26
26
|
|
27
27
|
<img src="image/foge.jpg">
|
28
28
|
|
2
if文を追記しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
onclick="this.value = '';" >
|
24
24
|
|
25
|
-
@if("preview""
|
25
|
+
@if("preview"" === null)
|
26
26
|
|
27
27
|
<img src="image/foge.jpg">
|
28
28
|
|
1
if文を追記しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -21,6 +21,12 @@
|
|
21
21
|
accept="image/*" onchange="setImage(this);"
|
22
22
|
|
23
23
|
onclick="this.value = '';" >
|
24
|
+
|
25
|
+
@if("preview"" !== null)
|
26
|
+
|
27
|
+
<img src="image/foge.jpg">
|
28
|
+
|
29
|
+
@endif
|
24
30
|
|
25
31
|
<img id="preview" >
|
26
32
|
|