Last change
on this file since 65 was
64,
checked in by toemon, 16 years ago
|
言語ファイルのドメイン名をkubilicからxpressに変更、及びpoを取り直して整理
|
File size:
446 bytes
|
Line | |
---|
1 | <form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
|
---|
2 | <label class="hidden" for="s"><?php _e('Search for:', 'xpress'); ?></label>
|
---|
3 | <div><input type="text" value="<?php if(function_exists('the_serch_query')) : ?><?php the_search_query(); ?><?php else : ?><?php echo attribute_escape($s); ?><?php endif; ?>" name="s" id="s" />
|
---|
4 | <input type="submit" id="searchsubmit" value="<?php _e('Search', 'xpress'); ?>" />
|
---|
5 | </div>
|
---|
6 | </form>
|
---|
Note: See
TracBrowser
for help on using the repository browser.