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>&nbsp;<?=$set[attach_title]?>&nbsp;</td>
<td colspan=2 width=99%>&nbsp;<?=$form_attach1?><br> <?=$attach_value?> <?=$attach_del?></td>

</tr>

<?}if($set[attach2]){
////////////////////////////File appending (2) use?>

<tr>
<td bgcolor=#C9F0FF width=1% nowrap>&nbsp;<?=$set[attach_title2]?>&nbsp;</td>
<td colspan=2 width=99%>&nbsp;<?=$form_attach2?><br> <?=$attach2_value?> <?=$attach2_del?></td>
</tr>

<?}if($set[link]){
////////////////////////////link (1) use?>

<tr>
<td bgcolor=#C9F0FF width=1% nowrap>&nbsp;连接 (1)&nbsp;</td>
<td colspan=2 width=99%>&nbsp;<?=$form_link1?></td>

</tr>

<?}if($set[link2]){
////////////////////////////link (2) use?>

<tr>
<td bgcolor=#C9F0FF width=1% nowrap>&nbsp;连接 (2)&nbsp;</td>
<td colspan=2 width=99%>&nbsp;<?=$form_link2?></td>

</tr>

<?}?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?