fetch.html

来自「网页开发 网页开发 网页开发 网页开发 网页开发 网页开发 网页开发 网页开发 」· HTML 代码 · 共 25 行

HTML
25
字号
{include header.html}
<TABLE cellSpacing=1 cellPadding=0 width="98%" align=center bgcolor="cccccc">
<tr>
<td  class="head">提取文件<td>
</tr>
<tr>
<td aling="center" class="f_one" height="100px">
<div align="center">
<form method="POST" action="download.php?action=fetch">
<p>提取码:<input type="text" name="fid" size="25" value="{$fid}">
<if condition="$show_vc==1">
	验证码:<input name="vc" size="25">
			<script src="getvc.php"></script>
</if>

<if condition="$dl_open_ad==1">
	<input type="submit" value=" 提 取 文 件" name="B1" onclick="return openpage('$dl_ad_url');">
<else />
	<input type="submit" value=" 提 取 文 件" name="B1">
</if>
</form></div>
</td>
</tr>
</table>
{include footer.html}

⌨️ 快捷键说明

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