rhymix/modules/integration_search/skins/xe_v3/no_keywords.html
ChanMyeong 3c490ae3f3 xe_v3 upload.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7995 201d5d3c-b55e-5fd7-737f-ddc643e51545
2010-12-23 03:51:47 +00:00

5 lines
172 B
HTML

<include target="header.html" />
<h2>{$lang->msg_no_keyword}</h2>
<script type="text/javascript">
jQuery(function($){ $('#fo_is [name=is_keyword]').focus(); });
</script>