스킨 수정요 board-default/write.php

2008-07-09 16:03:08

Code:

Index: write.php
===================================================================
--- write.php   (revision 1212)
+++ write.php   (working copy)
@@ -1,4 +1,4 @@
-<form method="post" enctype="multipart/form-data" action="">
+<form method="post" enctype="multipart/form-data" action="" onsubmit="return checkForm(this)">
 <div id="post-form">
 <h1><span class="title-wrap">글쓰기</span></h1>
 <table>
@@ -57,9 +57,9 @@
 <p>최대 업로드 크기: <?=$upload_limit?></p>
 <ul id="uploads">
 <? foreach ($attachments as $attachment): ?>
-       <li><?=$attachment->filename?> <input type="checkbox" name="delete[]" value="<?=$attachment->id?>" /> 삭제</li>
+       <li><?=$attachment->filename?> <input type="checkbox" name="delete[]" value="<?=$attachment->id?>"  class="ignore"/> 삭제</li>
 <? endforeach; ?>
-       <li><input type="file" name="upload[]" size="50" /></li>
+       <li><input type="file" name="upload[]" size="50"  class="ignore"/></li>
 </ul>
 <p><a href="#" onclick="addFileEntry(); return false" class="button">파일 추가...</a></p>
 </div>
@@ -69,7 +69,7 @@
 <div id="trackback">
 <h2>트랙백 보내기</h2>
 <ul id="trackback_input">
-       <li><input type="text" name="trackback" size="63" /></li>
+       <li><input type="text" name="trackback" size="63"  class="ignore"/></li>
 </ul>
 </div>
 <? endif; ?>
  1. Lv.255 엽기민원 2008-07-09 16:30:00

    켁 bbcode css가 없는 모냥이군요.

  2. Lv.255 디토 2008-07-09 18:15:03

    CSS 넣었어요. 디자인 바꾸다가 날려먹었나보네요;

← metadata 관련 버그 수정 | Xquard 위지윔 편집기? →