write_attach.php
来自「php写的论坛,代码精简到极点 请相看说明文件。是从英文翻译过来的:)」· PHP 代码 · 共 47 行
PHP
47 行
<?/*
======================================================
File appending + link connection form
======================================================
*/?>
<?if($set[attach]){
////////////////////////////File appending (1) use?>
<tr>
<td bgcolor=#C9F0FF 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=#C9F0FF 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=#C9F0FF width=1% nowrap> 连接 (1) </td>
<td colspan=2 width=99%> <?=$form_link1?></td>
</tr>
<?}if($set[link2]){
////////////////////////////link (2) use?>
<tr>
<td bgcolor=#C9F0FF width=1% nowrap> 连接 (2) </td>
<td colspan=2 width=99%> <?=$form_link2?></td>
</tr>
<?}?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?