<?PHP
/*
#
#(ӣ)áݣ£ϣңĥƥץ졼
#
#̤եǤ
#̾Σȣԣ̤ͣƱФԽ뤳Ȥޤ
#ʤˤ$פϤ줾ץˤäǤդʸ
#֤ޤ
#
*/

//require_once './style/bse.txt';

class DESIGN_srn extends DESIGN{

/*
#
#   
#
*/
  function search() {
    print <<<EOD
<table border=0 cellspacing=0 cellpadding=0 background="{$GLOBALS['CNF']['place']['image']['url']}/bse_table_wall.gif" width={$GLOBALS['CNFSTY']['srn']['table']['width']}>
 <tr>
  <td align="center">{$GLOBALS['CNFSTY']['srn']['title']['icon']}</td>
 </tr>
</table>
<table border=0 cellspacing=0 cellpadding=0 background="{$GLOBALS['CNF']['place']['image']['url']}/bse_table_wall.gif" width={$GLOBALS['CNFSTY']['srn']['table']['width']}>
 <tr><td colspan=2><hr size=1></td></tr>
 <tr><td nowrap><span class=Search>&nbsp;ʸ</span></td>
     <td nowrap><input size=30 type=text name="word" class=SearchInput></td></tr>
 <tr><td colspan=2><hr size=1></td></tr>
 <tr><td nowrap><span class=Search>&nbsp;⡼</span></td>
     <td nowrap><span class=Search>
	<input type=radio name="way" value=0 checked>AND
	<input type=radio name="way" value=1>OR</span></td>
 </tr>
 <tr><td nowrap><span class=Search>&nbsp;о</span></td>
     <td nowrap>
EOD;
    print $GLOBALS['CNF']['log']['mode'] ? '<span class=CustomWarn></span>' : '';
    print <<<EOD
	<span class=Search>
	 <input type=radio name="target" value="all" checked>ʸ
	 <input type=radio name="target" value="name">̾
	 <input type=radio name="target" value="subject">̾
	 <input type=radio name="target" value="body">ʸ
EOD;
    print $GLOBALS['CNF']['log']['mode'] ? '<br><span class=CustomWarn></span><input type=radio name="target" value="log">' : '';
    print <<<EOD
	</span></td></tr>
 <tr><td nowrap>
	<span class=Search title="ξ̵">&nbsp;ɽ⡼</span></td>
     <td nowrap><span class=Search>
	<input type=radio name="view" value=0 checked>ʸʤ
	<input type=radio name="view" value=1>ʸ</span></td></tr>
</table>
<table border=0 cellpadding=0 cellspacing=0 width="100%" background="{$GLOBALS['CNF']['place']['image']['url']}/bse_table_wall.gif">
 <tr><td width="70%">&nbsp;
	<input type=hidden name="id" value="{$GLOBALS['FORM']['id']}">
	<input type=hidden name="cmd" value="src"></td>
     <td>{$GLOBALS['CNFSTY']['srn']['send']['button']}</td></tr>
</table>
EOD;
  }
//#ޤǨ

}
//# $Id: srn.txt,v 1.4 2006/03/09 09:19:39 susumu Exp $;
?>