📄 write_attach.php
字号:
<?/*
======================================================
file append + link form
======================================================
*/?>
<?if($set[attach]){
////////////////////////////file appeding(1)use?>
<tr>
<td bgcolor=#eeeeee width=1% nowrap> <?=$set[attach_title]?> </td>
<td colspan=2 width=99%> <?=$form_attach1?><br> <?=$attach_value?> <?=$attach_del?></td>
</tr>
<?}if($set[attach2]){
////////////////////////////file appending(2)use?>
<tr>
<td bgcolor=#eeeeee width=1% nowrap> <?=$set[attach_title2]?> </td>
<td colspan=2 width=99%> <?=$form_attach2?><br> <?=$attach2_value?> <?=$attach2_del?></td>
</tr>
<?}if($set[link]){
////////////////////////////link(1)use?>
<tr>
<td bgcolor=#eeeeee width=1% nowrap> Link (1) </td>
<td colspan=2 width=99%> <?=$form_link1?></td>
</tr>
<?}if($set[link2]){
////////////////////////////link(2)use?>
<tr>
<td bgcolor=#eeeeee width=1% nowrap> Link (2) </td>
<td colspan=2 width=99%> <?=$form_link2?></td>
</tr>
<?}?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -