Changeset 2630
- Timestamp:
- 12/01/06 21:43:01 (2 years ago)
- Location:
- branches/1.1-beta
- Files:
-
- 2 modified
-
blog/comment/add/item.php (modified) (1 diff)
-
skin/tistory/skin.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1-beta/blog/comment/add/item.php
r2219 r2630 17 17 "name_$entryId" => array('string', 'default' => ''), 18 18 "password_$entryId" => array('string', 'default' => ''), 19 "secret_$entryId" => array(array('1' ), 'mandatory' => false),19 "secret_$entryId" => array(array('1', 'on'), 'mandatory' => false), 20 20 "homepage_$entryId" => array('string', 'default' => 'http://'), 21 21 "comment_$entryId" => array('string', 'default' => '') -
branches/1.1-beta/skin/tistory/skin.html
r2581 r2630 293 293 </s_rp_guest> 294 294 <p class="secretWrap"> 295 <input type="checkbox" class="checkbox" id="[##_rp_input_is_secret_##]_[##_article_rep_id_##]" name="[##_rp_input_is_secret_##]" />295 <input type="checkbox" class="checkbox" id="[##_rp_input_is_secret_##]_[##_article_rep_id_##]" name="[##_rp_input_is_secret_##]" value="1" /> 296 296 <label for="[##_rp_input_is_secret_##]_[##_article_rep_id_##]"> 비밀글 </label> 297 297 </p>
