|
|||||
| | |||||
/* //// Input field format //// */
input.button
{
background-color: #F6F9FB;
font-size: .85em;
line-height: 1.05em;
color: #000000;
border-right: 1px solid #07F;
border-bottom: 1px solid #07F;
margin-bottom:2px;
}
</style>
------------------------------- samples -------------------------------
<div align=center>
<input type=submit value=' È® ÀÎ ' class=button>
<input type=button value=' ´Ý±â ' class=button onclick='window.close();'>
</div>
<table width=100% cellpadding=3 cellspacing=0>
<tr>
<td width=50%>
<? if ($kind == 'recv') { ?><b>¹ÞÀºÂÊÁöÇÔ</b> / <input type=button onclick=javascript:location.href='<?="./?doc=$cfg[bbs_dir]/mbmemo.php&kind=send"?>' value='º¸³½ÂÊÁöÇÔ' class=button><? } ?>
<? if ($kind == 'send') { ?><input type=button onclick=javascript:location.href='<?="./?doc=$cfg[bbs_dir]/mbmemo.php&kind=recv"?>' value='¹ÞÀºÂÊÁöÇÔ' class=button> / <b>º¸³½ÂÊÁöÇÔ</b><? } ?>
</td>
<td width=50% align=right>ÂÊÁö ÃÑ <?=$total_count?>°Ç</td>
</tr>
</table>
<table width=100%>
<tr>
<td>
<input type=button value='ÂÊÁöº¸³»±â' onclick=javascript:location.href="<?="./?doc=$cfg[bbs_dir]/mbmemoform.php"?>" class=button>
<input type=button value='´Ý±â' onclick="javascript:window.close();" class=button>
</td>
</tr>
</table>
<table width=100%>
<tr>
<td>
<? if ($kind == 'recv') { ?><input type=button onclick=javascipt:location.href='<?="./?doc=$cfg[bbs_dir]/mbmemoform.php&me_recv_mb_id=$mb[mb_id]"?>' value='´äÀå¾²±â' class=button><? } ?>
<input type=button onclick=javascript:location.href="<?="./?doc=$cfg[bbs_dir]/mbmemoform.php"?>" value='ÂÊÁöº¸³»±â' class=button>
<input type=button onclick=javascript:location.href="<?="./?doc=$cfg[bbs_dir]/mbmemo.php&kind=$kind"?>" value='ÂÊÁö¸ñ·Ï' class=button>
<input type=button onclick="javascript:window.close();" value='´Ý±â' class=button>
</td>
</tr>
</table>
| Leave a Reply |