| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> |
| <title>ÂôÓÍÎÌ ×ªÌûÈí¼þ</title> |
| <link href="http://bbs.wforum.com/images/style.css" rel="stylesheet" type="text/css"> |
| <script language="javascript" type="text/javascript" src="http://www.wforum.com/comm.js"></script> |
| <script language="javascript" type="text/javascript" src="http://bbs.wforum.com/ad_func.js"></script> |
| <script language="JavaScript" type="text/javascript" src="http://bbs.wforum.com/forum.js"></script> |
| <script type="text/javascript" charset="utf-8" src="http://bbs.wforum.com/build/kindeditor.js"></script> |
| |
| <script type='text/javascript'> |
| var googletag = googletag || {}; |
| googletag.cmd = googletag.cmd || []; |
| (function() { |
| var gads = document.createElement('script'); |
| gads.async = true; |
| gads.type = 'text/javascript'; |
| var useSSL = 'https:' == document.location.protocol; |
| gads.src = (useSSL ? 'https:' : 'http:') + |
| '//www.googletagservices.com/tag/js/gpt.js'; |
| var node = document.getElementsByTagName('script')[0]; |
| node.parentNode.insertBefore(gads, node); |
| })(); |
| </script> |
| |
| <script type='text/javascript'> |
| googletag.cmd.push(function() { |
| googletag.defineSlot('/1619040/Wforum_ROS_160x600', [160, 600], 'div-gpt-ad-1326073460864-0').addService(googletag.pubads()); |
| googletag.defineSlot('/1619040/Wforum_ROS_300x250', [300, 250], 'div-gpt-ad-1326073460864-1').addService(googletag.pubads()); |
| googletag.defineSlot('/1619040/Wforum_ROS_728x90', [728, 90], 'div-gpt-ad-1326073460864-2').addService(googletag.pubads()); |
| googletag.pubads().enableSingleRequest(); |
| googletag.enableServices(); |
| }); |
| </script> |
| |
| </head> |
| <body> |
| <table width="626" border="0" cellpadding="0" cellspacing="0" class="details_other"> |
| <tr> |
| <td height="5" colspan="2"></td> |
| </tr> |
| <tr> |
| <td width="13"></td> |
| <td width="613"> |
| <form name="frm_release" id="frm_release" action="http://bbs.wforum.com/guns/post.php" method="post" onsubmit="return chk_release();"> |
| <table width="613" border="0" cellpadding="0" cellspacing="0" height="480"> |
| <tr align="left" id="tr_acc_display"> |
| <td width='66' height='24'> |
| <p align="center"> |
| <input type="submit" value="" style="width: 34px; height: 19px; cursor: pointer; background-image: url('http://bbs.wforum.com/guns/skin/001/img/f036.gif'); background-repeat: repeat; background-attachment: scroll; border-style: none; border-width: 0px; background-position: 0% 50%" /> </p> |
| </td> |
| <td width='48' height='24'> |
| <p align="center"> |
| ±Ê Ãû<b>:</b> |
| </td> |
| <td width='190' height="24"><input name='user_name2' id='user_name2' type='text' maxlength='30' style='width:136px; height:22px;' size="20" value="ÂôÓÍÎÌ" /></td> |
| <td width='128' height="24"> |
| <p align="right">ÃÜ Âë :</p> |
| </td> |
| <td width='171' height="24"><input name='user_password2' id='user_password2' type='password' maxlength='32' style='width:151px; height:22px;' size="20" value="daytek" /></td> |
| </tr> |
| <tr> |
| <td height="24" class="size14" colspan="2" width="116"> |
| <p align="right">±ê Ìâ : |
| </p> |
| </td> |
| <td colspan="3" align="left" width="493" height="24"> |
| <input name="trd_subject" value="" id="trd_subject" type="text" class="text2" style="width: 428; height: 22" size="60" /></td> |
| </tr> |
| <tr> |
| <td colspan="5" width="611" height="402"> |
| <textarea id="trd_content" name="trd_content" style="width:600px;height:400px;visibility:hidden;" rows="1" cols="20"></textarea> |
| </td> |
| </tr> |
| <tr> |
| <td height="30" align="center" colspan="5" width="611"> |
| </td> |
| </tr> |
| </table> |
| </form> |
| <script type="text/javascript"> |
| KE.show({ |
| id : 'trd_content' |
| }); |
| </script> |
| </td> |
| </tr> |
| </table> |
| <script language="javascript" type="text/javascript"> |
| var is_release = false; |
| |
| function select_blog(){ |
| try{ |
| var chkBlog = document.getElementById("chkBlog"); |
| if(null == chkBlog) return; |
| chkBlog.value = chkBlog.checked; |
| } |
| catch(e){ ShowFunErr(e,"select_blog"); } |
| } |
| |
| function chk_release(){ |
| try{ |
| if(is_release){ |
| alert("ÕýÔÚ·¢ËÍ..."); |
| return false; |
| } |
| var tr = document.getElementById("tr_acc_display"); |
| if(tr.style.display !="none"){ |
| var unm = document.getElementById("user_name2"); |
| var ups = document.getElementById("user_password2"); |
| if(unm.value == ""){ |
| alert("ÇëÊäÈëÓû§Ãû¡£"); |
| unm.focus(); |
| return false; |
| } |
| if(ups.value == ""){ |
| alert("ÇëÊäÈëÃÜÂë¡£"); |
| ups.focus(); |
| return false; |
| } |
| } |
| var sj = document.getElementById("trd_subject"); |
| var title = sj.value; |
| if(title == ""){ |
| alert("ÇëÊäÈë±êÌâ¡£"); |
| sj.select(); |
| return false; |
| } |
| } |
| catch(e){ ShowFunErr(e,"chk_release"); } |
| } |
| user_login_state("%3F", 2); |
| </script> |
| |
| </body> |
| </html> |