사용자: 이미지 submit 버튼 value 를 title 로 변경

This commit is contained in:
whitedot
2013-01-03 10:11:57 +09:00
parent 9b11fa6483
commit 6a072229c4

View File

@ -36,7 +36,7 @@ include_once($g4['path'].'/lib/popular.lib.php');
<fieldset id="hdsch">
<legend>사이트 내 전체검색</legend>
<input type="text" id="hdsch_stx" name="stx" title="검색어" maxlength="20">
<input type="image" id="hdsch_submit" src="<?=$g4['path']?>/img/btn_search.jpg" value="검색">
<input type="image" id="hdsch_submit" src="<?=$g4['path']?>/img/btn_search.jpg" title="검색">
</fieldset>
</form>
<?=outlogin('neo'); // 외부 로그인 ?>