| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="shortcut icon" href="{$mymps_global[SiteUrl]}/favicon.ico" />
- <link rel="stylesheet" href="{$mymps_global[SiteUrl]}/template/default/css/global.css" />
- <link rel="stylesheet" href="{$mymps_global[SiteUrl]}/template/default/css/aboutus.css" />
- <script src="{$mymps_global[SiteUrl]}/template/global/noerr.js" type="text/javascript"></script>
- <script type="text/javascript" src="{$mymps_global[SiteUrl]}/template/default/js/postlink.js"></script>
- <title>{$page_title}</title>
- </head>
- <body class="{$mymps_global[cfg_tpl_dir]} full">
- {mytemplate inc_head_about}
- <div class="clear"></div>
- <div class="friendlink">
- <div class="links">
- <!--{loop $flink $k $mymps}-->
- <div class="link">
- <div class="tit">{$mymps[typename]}</div>
- <div class="clear"></div>
- <div class="imgcont">
- <!--{loop $mymps[imglink] $w}-->
- <a href="{$w[url]}" target="_blank"><img alt="" src="{$w[weblogo]}"></a>
- <!--{/loop}-->
- <div class="clearfix"></div>
- </div>
- <div class="cont">
- <!--{loop $mymps[txtlink] $r}-->
- <a href="{$r[url]}">{$r[webname]}</a>
- <!--{/loop}-->
- </div>
- </div>
- <div class="clear"></div>
- <!--{/loop}-->
- <div class="link">
- <div class="tit">申请步骤</div>
- <div class="clear"></div>
- <div class="contt">
- 1,请先在贵网站做好{$mymps_global[SiteName]}的友情链接:<br />
- <b>链接文字:{$mymps_global[SiteName]}</b> <br /> <b>链接地址:{$mymps_global[SiteUrl]}</b><br />
- 2,做好链接后,请在下方填写申请信息。 <br />
- 3,已经开通我站友情链接且内容健康,符合本站友情链接要求的网站,经管理员审核后,可以显示在此友情链接页面
- </div>
- </div>
- <div class="clear15"></div>
- <div class="link">
- <div class="tit">提交申请</div>
- <div class="clear"></div>
- <div class="contt">
- <form name="form1" action="{$mymps_global[SiteUrl]}/about.php?" method="post" onSubmit="return submitForm();">
- <input name="action" value="dopost" type="hidden">
- <table cellpadding="0" cellspacing="0" class="link_table">
- <tr>
- <td>
- 网站类型:
- </td>
- <td style="height:34px;">
- <select name="typeid">
- {echo webtype_option()}
- </select>
- </td>
- </tr>
- <tr>
- <td>
- 网站名称:
- </td>
- <td style="height:34px;">
- <input name="webname" type="text" style="width:350px"/></td>
- </tr>
- <tr>
- <td>
- 网 址:
- </td>
- <td style="height:34px;">
- <input id="url" name="url" type="text" value="http://" style="width:350px"/></td>
- </tr>
- <tr>
- <td>
- 图片地址:
- </td>
- <td style="height:34px;">
- <input id="weblogo" name="weblogo" type="text" value="http://" style="width:350px"/></td>
- </tr>
- <tr>
- <td height="35">
- 电子邮箱:
- </td>
- <td>
- <input id="email" name="email" type="text" style="width:350px"/></td>
- </tr>
- <tr>
- <td width="61" valign="top">
- 网站介绍:
- </td>
- <td width="348" valign="top" style=" padding-bottom:5px; padding-top:5px;">
- <textarea id="msg" name="msg" style="width:352px; height:100px;"></textarea></td>
- </tr>
- <tr>
- <td height="35">
- 验证码:
- </td>
- <td style="height:34px;">
- <input type="text" name="checkcode" class="text" style="width:70px"/>
- </td>
- </tr>
- <tr>
- <td> </td>
- <td><img src="{$mymps_global[SiteUrl]}/{$mymps_global[cfg_authcodefile]}" alt="看不清,请点击刷新" class="authcode" align="absmiddle" onClick="this.src=this.src+'?'"/></td>
- </tr>
- <tr>
- <td>
-
- </td>
- <td height="45" align="left" valign="middle">
- <input type="submit" name="about_submit" class="submit" value="提交申请"/>
- </td>
- </tr>
- </table>
- </form>
- </div>
- </div>
- </div>
- </div>
- <div class="clear"></div>
- {mytemplate inc_foot_about}
- </body>
- </html>
|