브라우저를 닫더라도 로그인이 계속 유지될 수 있습니다.로그인 유지 기능을 사용할 경우 다음 접속부터는 로그인할 필요가 없습니다.단, PC방, 학교, 도서관 등 공공장소에서 이용 시 개인정보가 유출될 수 있으니 꼭 로그아웃을 해주세요.
원인은 이전 댓글 작성시
확장 컴포넌트 에 Code Highlighter 저장중에 자동 코드변경이 일어났네요.
이전 댓글 XE코드소스를 지우고 다시 입력해보니 마찬가지로 저장이 됩니다.
<option value="{$key}" <!--@if($search_target==$key)-->selected="selected"<!--@end-->>{$val}</option>
여기에 다시 테스트 해봅니다.
<view">!--@if($grant->view && $module_info->default_style != 'blog')--> <form action="{getUrl()}" method="get" onsubmit="return procFilter(this, search)" id="fo_search" class="boardSearchForm" no-error-return-url="true"> <fieldset> <legend>Board Search</legend> <input type="hidden" name="vid" value="{$vid}" /> <input type="hidden" name="mid" value="{$mid}" /> <input type="hidden" name="category" value="{$category}" /> <input type="text" name="search_keyword" value="{htmlspecialchars($search_keyword)}" class="inputText" accesskey="S" title="{$lang->cmd_search}" /> <select name="search_target"> <!--@foreach($search_option as $key => $val)--> <option value="{$key}" <selected="selected">{$val}!--@if($search_target==$key)-->selected="selected"<!--@end-->>{$val}</option> <!--@end--> </select> <!--@if($last_division)--> <a href="{getUrl('page',1,'document_srl','','division',$last_division,'last_division','')}" class="button"><span>{$lang->cmd_search_next}</span></a> <!--@end--> <span class="buttonOfficial"><button type="submit" onclick="xGetElementById('fo_search').submit();return false;">{$lang->cmd_search}</button></span> <ul class="infoEtc"> <li class="contributors"><a href="{getUrl(','module','module','act','dispModuleSkinInfo','selected_module',$module_info->module, 'skin', $module_info->skin)}" onclick="popopen(this.href,'skinInfo'); return false;" title="Contributors"><span>Contributors</span></a></li> <li class="tag"><a href="{getUrl('act','dispBoardTagList')}" title="Tag List"><span>Tag List</span></a></li> </ul> </fieldset> </form> <!--@end-->
여기에 파일을 끌어 놓거나 왼쪽의 버튼을 클릭하세요.
파일 용량 제한 : 0MB (허용 확장자 : *.*)
업로드 중... (0%)
원인은 이전 댓글 작성시
확장 컴포넌트 에 Code Highlighter 저장중에 자동 코드변경이 일어났네요.
이전 댓글 XE코드소스를 지우고 다시 입력해보니 마찬가지로 저장이 됩니다.
<option value="{$key}" <!--@if($search_target==$key)-->selected="selected"<!--@end-->>{$val}</option>
여기에 다시 테스트 해봅니다.
<view">!--@if($grant->view && $module_info->default_style != 'blog')--> <form action="{getUrl()}" method="get" onsubmit="return procFilter(this, search)" id="fo_search" class="boardSearchForm" no-error-return-url="true"> <fieldset> <legend>Board Search</legend> <input type="hidden" name="vid" value="{$vid}" /> <input type="hidden" name="mid" value="{$mid}" /> <input type="hidden" name="category" value="{$category}" /> <input type="text" name="search_keyword" value="{htmlspecialchars($search_keyword)}" class="inputText" accesskey="S" title="{$lang->cmd_search}" /> <select name="search_target"> <!--@foreach($search_option as $key => $val)--> <option value="{$key}" <selected="selected">{$val}!--@if($search_target==$key)-->selected="selected"<!--@end-->>{$val}</option> <!--@end--> </select> <!--@if($last_division)--> <a href="{getUrl('page',1,'document_srl','','division',$last_division,'last_division','')}" class="button"><span>{$lang->cmd_search_next}</span></a> <!--@end--> <span class="buttonOfficial"><button type="submit" onclick="xGetElementById('fo_search').submit();return false;">{$lang->cmd_search}</button></span> <ul class="infoEtc"> <li class="contributors"><a href="{getUrl(','module','module','act','dispModuleSkinInfo','selected_module',$module_info->module, 'skin', $module_info->skin)}" onclick="popopen(this.href,'skinInfo'); return false;" title="Contributors"><span>Contributors</span></a></li> <li class="tag"><a href="{getUrl('act','dispBoardTagList')}" title="Tag List"><span>Tag List</span></a></li> </ul> </fieldset> </form> <!--@end-->