Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑问] 求救 这种登录框怎么做啊?

[复制链接]
choiyounghoo 发表于 2010-8-19 16:34:10 | 显示全部楼层 |阅读模式
本帖最后由 choiyounghoo 于 2010-8-19 16:57 编辑

本人用SS7.5+x1做的小门户 其中想把SS7.5 门户顶部上做成用户登录框(样式参考附件) 登录完状态就是 admin 在线投稿(SS的) 我的中心 提醒 短消息(X1)  退出

各位哥哥姐姐们 帮个忙 batch.panel.php 怎么改代码 然后怎么怎么做的.... 多谢了

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
windflaw 发表于 2010-8-19 17:57:01 | 显示全部楼层
并不需要改batch.panel.php文件,你只需要把这个文件中的相关内容抽离出来就行了。一下是我做的:

  1. <!--{if empty($_SGLOBAL['supe_uid'])}-->
  2.         <form id="login_box" action="{S_URL}/batch.login.php?action=login" method="post">
  3.         <input type="hidden" name="formhash" value="<!--{eval echo formhash();}-->" />
  4.         <td width="49">用户名:</td>
  5.         <td width="123"><input name="username" type="text" class="tb_top1" id="username" /></td>
  6.         <td width="38">密码:</td>
  7.         <td width="120"><input name="password" type="password" class="tb_top1" id="password" /></td>
  8.         <td width="55"><input type="hidden" name="loginsubmit" value="1" /><input name="loginbutton" type="image" src="{S_URL}/templates/$_SCONFIG[template]/images/top1.jpg" width="52" height="19" /></td>
  9.         <td width="59"><a href="{S_URL}/do.php?action=register"><img src="{S_URL}/templates/$_SCONFIG[template]/images/top2.jpg" width="54" height="19" /></a></td>
  10.         </form>
  11.                 <!--{else}-->
  12.                 <td width="123">&nbsp;</td>
  13.                 <td width="30">&nbsp;</a></td>
  14.                 <td width="120">欢迎您:</td>
  15.                 <td width="123">$_SGLOBAL[supe_username]</td>
  16.                 <td width="120"><a href="$siteurl/batch.login.php?action=logout">退出登录</a></td>
  17.                 <!--{/if}-->
复制代码
回复

使用道具 举报

 楼主| choiyounghoo 发表于 2010-8-20 08:27:03 | 显示全部楼层
这个插入到哪啊?
回复

使用道具 举报

fenwei88 发表于 2010-8-20 10:13:08 | 显示全部楼层
这个好用么?
回复

使用道具 举报

windflaw 发表于 2010-8-23 10:24:08 | 显示全部楼层
把我贴的代码放到你的模板文件中就可以了。
回复

使用道具 举报

ws26ws 发表于 2010-8-27 22:55:28 | 显示全部楼层
(EM:170:)(EM:170:)
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-15 23:18 , Processed in 0.028078 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表