📄 write_attach.php
字号:
<?/*
======================================================
填写主题内容:档案附件及相关连结部份
======================================================
*/?>
<?if($set[attach]){
$set[attach_title]=str_replace("'","'",$set[attach_title]);
//////////////////// 档案附件(1)?>
<!--<tr>
<td width=1% nowrap align=center><img src=<?=$skin?>/memo_file1.gif title='<?=$set[attach_title]?>'></td>
<td colspan=2 width=99%> <?=$form_attach1?><br> <?=$attach_value?> <?=$attach_del?></td>
</tr>-->
<?}if($set[attach2]){
$set[attach_title2]=str_replace("'","'",$set[attach_title2]);
//////////////////// 档案附件(2)?>
<!--<tr>
<td width=1% nowrap align=center><img src=<?=$skin?>/memo_file2.gif title='<?=$set[attach_title2]?>'></td>
<td colspan=2 width=99%> <?=$form_attach2?><br> <?=$attach2_value?> <?=$attach2_del?></td>
</tr>-->
<?}if($set[link]){
//////////////////// 相关连结(1)?>
<!--<tr>
<td width=1% nowrap align=center><img src=<?=$skin?>/memo_link1.gif title='相关连结(1)'></td>
<td colspan=2 width=99%> <?=$form_link1?></td>
</tr>-->
<?}if($set[link2]){
//////////////////// 相关连结(2)?>
<?
$dir="$skin/envy_angel_wish_icon";
unset($check);
if($link2_value!="http://"){
$check[$link2_value]="checked";
}else{
$check["$dir/all.gif"]="checked";
}
?>
<input type=hidden name=weather value="yes">
<tr>
<td width=1% nowrap align=center><img src=<?=$skin?>/memo_link2.gif border=0 title='愿望类别' ></td>
<td colspan=2 width=99%> <select name="link2" style="background:#F7FCFF; font-family:Verdana;font-size:7pt; font-color:#000000;">
<option value="<?=$dir?>/all.gif" selected>- 选择愿望类别 -</option>
<option value="<?=$dir?>/01.gif" style=background-color:#DFEDFA class=w>----- 健康 -----</option>
<option value="<?=$dir?>/02.gif" style=background-color:#FFFFFF class=w>----- 学业 -----</option>
<option value="<?=$dir?>/03.gif" style=background-color:#DFEDFA class=w>----- 恋爱 -----</option>
<option value="<?=$dir?>/04.gif" style=background-color:#FFFFFF class=w>----- 生活 -----</option>
<option value="<?=$dir?>/05.gif" style=background-color:#DFEDFA class=w>----- 事业 -----</option>
<option value="<?=$dir?>/06.gif" style=background-color:#FFFFFF class=w>----- 家庭 -----</option>
<option value="<?=$dir?>/07.gif" style=background-color:#DFEDFA class=w>----- 财富 -----</option>
<option value="<?=$dir?>/08.gif" style=background-color:#FFFFFF class=w>----- 将来 -----</option>
</select></td>
</tr>
<?}?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -