rhymix/modules/integration_search/skins/default/no_keywords.html
2009-03-06 05:33:56 +00:00

7 lines
234 B
HTML

<!--#include("header.html")-->
<strong class="noKeyword">{$lang->msg_no_keyword}</strong>
<script type="text/javascript">
xAddEventListener(window,'load', function() { xGetElementById("fo_is").is_keyword.focus(); } );
</script>