01 |
<form action= "/plus/diy.php" enctype= "multipart/form-data" method= "post" class=feedbackBox> |
02 |
<input type = "hidden" name= "action" value= "post" /> |
03 |
<input type = "hidden" name= "diyid" value= "1" /> |
04 |
<input type = "hidden" name= "do" value= "2" /> |
05 |
<table width= "95%" align= "center" cellpadding= "0" cellspacing= "0" bgcolor= "#FFFFFF" > |
07 |
<td width= "179" height= "40" align= "right" bgcolor= "#FFFFFF" ><font color= "#FF0000" >*</font>标题:</td> |
08 |
<td width= "779" bgcolor= "#FFFFFF" align= "left" ><input type = "text" class=input_textH03 name= 'name' id = 'name' /></td> |
10 |
< tr height= "8px" ></ tr > |
11 |
< tr ><td align= "right" height= "40" bgcolor= "#FFFFFF" >*联系人:</td><td bgcolor= "#FFFFFF" ><input type = "text" name= 'lianxi' id = 'lianxi' class=input_textH03 /></td> |
12 |
< tr ><td align= "right" height= "40" bgcolor= "#FFFFFF" >*电 话:</td><td bgcolor= "#FFFFFF" ><input type = "text" name= 'tel' id = 'tel' class=input_textH03 /></td> |
14 |
< tr ><td height= "45" align= "center" bgcolor= "#FFFFFF" > </td><td bgcolor= "#FFFFFF" ><input name= "提交" type = "submit" value= "提交" class=order_bn /><input name= "重置" type = "reset" value= "重置" class=order_bn /></td></ tr > |
16 |
<input type = "hidden" name= "dede_fields" value= "name,text;leixing,select;miaoshu,multitext;lianxi,text;tel,text" /> |
17 |
<input type = "hidden" name= "dede_fieldshash" value= "a1e8cc26e16d47ea494b1b09058e7c24" /> |
|