echo $reply_mail;
?>
 value=1> 답변글메일로받기<?php 
echo $hide_secret_start;
?>
                                                <input type=checkbox name=is_secret <?php 
echo $secret;
?>
 value=1> 비밀글<?php 
echo $hide_secret_end;
?>
     </td>
 </tr>
 <tr><td class="daerew" onclick="document.write.memo.rows=document.write.memo.rows+3" style=cursor:hand title='클릭하시면 내용 쓰는 공간이 늘어납니다'>내&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;용&nbsp;&nbsp;<br><br>▼&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
     <td class="daerew" style='padding-right:20;padding-bottom:3'><textarea name=memo <?php 
echo size2(72);
?>
 rows=15 class="daerew_textarea" style=width:100%><?php 
$memo = str_replace("&lt", "&amplt", $memo);
$memo = str_replace("&lt", "&ampgt", $memo);
echo $memo;
?>
</textarea></td>
 </tr>
 <?php 
echo $hide_sitelink1_start;
?>
 <tr><td class="daerew">링크 #01&nbsp;&nbsp;</td>
     <td class="daerew" style="padding-right:20;padding-bottom:3"><input type=text name=sitelink1 value="<?php 
echo $sitelink1;
?>
Beispiel #2
0
/t.gif border=0 height=1><br><table  cellspacing=0 cellpadding=0 width=100% height=100%><tr><td align=right><img src=<?php 
echo $dir;
?>
/w_subject.gif></td></tr></table></td>
  <td><input type=text name=subject value="<?php 
echo $subject;
?>
" <?php 
echo size(60);
?>
 maxlength=200 style=width:99% class=zv3_input></td>
</tr>

<tr>
  <td colspan=2 style=padding:5px><textarea name=memo <?php 
echo size2(90);
?>
 rows=18 class=zv3_w_textarea><?php 
echo $memo;
?>
</textarea></td>
</tr>

<?php 
echo $hide_sitelink1_start;
?>
<tr>
  <td><img src=<?php 
echo $dir;
?>
/t.gif border=0 height=1><br><table  cellspacing=0 cellpadding=0 width=100% height=100%><tr><td align=right><img src=<?php 
Beispiel #3
0
<tr>
  <td align=right><b>Subject</b></td>
  <td> <input type=text name=subject value="<?php 
echo $subject;
?>
" <?php 
echo size(60);
?>
 maxlength=200 class=input> </td>
</tr>

<tr>
  <td align=right><b>Content</b></td>
  <td><textarea name=memo <?php 
echo size2(80);
?>
 rows=20 class=textarea><?php 
echo $memo;
?>
</textarea></td>
</tr>


<?php 
echo $hide_sitelink1_start;
?>
<tr>
  <td align=right><b>Related link #1</b></td>
  <td> <input type=text name=sitelink1 value="<?php 
echo $sitelink1;