2011/09/20 投稿系。
@@ -1,29 +0,0 @@ | ||
1 | -/* | |
2 | -Epitta BBS JavaScript | |
3 | - | |
4 | -*/ | |
5 | - | |
6 | -/* | |
7 | -function clipFileChange($num) { | |
8 | - | |
9 | - alert(document.getElementById("clipfile" + $num).value); | |
10 | - | |
11 | - document.getElementById("clipfile" + $num + "_path").value = | |
12 | - document.getElementById("clipfile" + $num).value; | |
13 | - | |
14 | -} | |
15 | -*/ | |
16 | - | |
17 | - | |
18 | -function inputInit() { | |
19 | - fontColorChange(); | |
20 | -} | |
21 | - | |
22 | -function fontColorChange() { | |
23 | - | |
24 | - //alert(document.getElementById("fontcolor").value); | |
25 | - | |
26 | - document.getElementById("fontcolor").style.color = | |
27 | - document.getElementById("fontcolor").value; | |
28 | - | |
29 | -} | |
\ No newline at end of file |
@@ -229,6 +229,10 @@ | ||
229 | 229 | border:0px solid #999; |
230 | 230 | } |
231 | 231 | |
232 | +div.inputForm div.itemInput img.captcha { | |
233 | + margin-top:1px; | |
234 | + border:1px solid #999; | |
235 | +} | |
232 | 236 | |
233 | 237 | div.inputForm div.left1 { |
234 | 238 | width:180px; |
@@ -0,0 +1,29 @@ | ||
1 | +/* | |
2 | +Epitta BBS JavaScript | |
3 | + | |
4 | +*/ | |
5 | + | |
6 | +/* | |
7 | +function clipFileChange($num) { | |
8 | + | |
9 | + alert(document.getElementById("clipfile" + $num).value); | |
10 | + | |
11 | + document.getElementById("clipfile" + $num + "_path").value = | |
12 | + document.getElementById("clipfile" + $num).value; | |
13 | + | |
14 | +} | |
15 | +*/ | |
16 | + | |
17 | + | |
18 | +function inputInit() { | |
19 | + fontColorChange(); | |
20 | +} | |
21 | + | |
22 | +function fontColorChange() { | |
23 | + | |
24 | + //alert(document.getElementById("fontcolor").value); | |
25 | + | |
26 | + document.getElementById("fontcolor").style.color = | |
27 | + document.getElementById("fontcolor").value; | |
28 | + | |
29 | +} | |
\ No newline at end of file |