账号通
    

账号  

密码  

4097

查看

16

回复
主题:注册登录框修改 [收藏主题] 转到:  
hg126 当前离线

157

主题

0

广播

0

粉丝
添加关注
级别:一年级

用户积分:1877 分
登录次数:95 次
注册时间:2007/12/6
最后登录:2011/6/25
hg126 发表于:2007/12/24 14:34:00   | 只看该作者 查看该作者主题 楼主 
科汛在线网校系统

科讯的登录框是调入框架做的,可是那个长宽好像是固定了的,我想自己修改一下长宽,不知道在那修改,CSS样式与KS_INC里的都看了的,还是没有啊,请高手指教!!

只能告诉我在那里找到调长宽的就行了!

或是

{$GetUserLogin}
这个是怎么调用的也行,其它的我还做的来!
good
[em80]

userlogin.asp

<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%option explicit%>
<!--#include file="../Conn.asp"-->
<!--#include file="../KS_Cls/KS.UserCls.asp"-->
<%
response.cachecontrol="no-cache"
response.addHeader "pragma","no-cache"
response.expires=-1
response.expiresAbsolute=now-1
'Response.CharSet="gb2312"
Dim KSCls
Set KSCls = New UserLogin
KSCls.Kesion()
Set KSCls = Nothing

Class UserLogin
        Private KS
  Private KSUser
  Private Sub Class_Initialize()
    Set KS=New PublicCls
    Set KSUser = New UserCls
  End Sub
        Private Sub Class_Terminate()
   Call CloseConn()
   Set KS=Nothing
   Set KSUser=Nothing
  End Sub
  Public Sub Kesion()
  %>
  <html>
<head>
<title>会员登录</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.textbox
{
BACKGROUND-COLOR: #ffffff;
BORDER-BOTTOM: #666666 1px solid;
BORDER-LEFT: #666666 1px solid;
BORDER-RIGHT: #666666 1px solid;
BORDER-TOP: #666666 1px solid;
COLOR: #666666;
HEIGHT: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 130%;
}
a{text-decoration: none;} /* 链接无下划线,有为underline */
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{COLOR: #AE0927;} /* 鼠标在链接上 */
a:active {color: #0000ff;} /* 点击激活链接 */

-->
</style>
<script language="javascript">
//if(self==top){self.location.href="index.asp";}
function CheckForm(){
    var username=document.myform.Username.value;
    var pass=document.myform.Password.value;
    if (username=='')
    {
     alert('请输入用户名');
     document.myform.Username.focus();
     return false;
    }
    if (pass=='')
    {
     alert('请输入登录密码');
     document.myform.Password.focus();
     return false;
    }
    document.myform.submit();
   }
</script>

</herd>
<body leftmargin=0 topmargin=0 bgcolor="transparent">
  <%
    If KS.S("Action")="Top" Then
     Call Login1()
   Else
     Call Login2()
   End If
  End Sub
  Sub Login1()
   If KSUser.UserLoginChecked() = False Then
   %>
    <table cellspacing="0" cellpadding="0" width="99%" border="0">
    <form name="myform" action="<%=KS.GetDomain%>User/CheckUserLogin.asp?Action=Top" method="post" onSubmit="return(CheckForm())"">
        <tr>
          <td>用户名:<input class="textbox" size="10" name="Username" />密 码:<input class="textbox" type="Password" size="10" name="Password"><%if KS.Setting(34)=1 Then%>验证码:<input name="Verifycode" type="text" class="textbox" id="Verifycode" size="6" /><%
    Response.Write "<IMG style=""cursor:hand"" src=""" & KS.GetDomain & "KS_Inc/verifycode.asp?n=" & Timer & """ onClick=""this.src='" & KS.GetDomain & "ks_inc/verifycode.asp?n='+ Math.random();"" align=""absmiddle"">"
    end if%>
            <input name="loginsubmit" type="image" src="<%=KS.GetDomain%>images/login.gif" align="top" />
            &nbsp;<a href="<%=KS.GetDomain%>User/UserReg.asp" target="_blank"><img src="<%=KS.GetDomain%>images/reg.gif"  border="0" align="absmiddle" twffan="done" /></a></td>
        </tr>
       </table>
   <%Else
   Dim MyMailTotal:MyMailTotal=Conn.Execute("Select Count(ID) From KS_Message Where Incept='" &KSUser.UserName &"' And Flag=0 and IsSend=1 and delR=0")(0)
    IF MyMailTotal>0 Then MyMailTotal="<font color=red>" & MyMailTotal & "</font>":Response.Write "<bgsound src=""" & KS.GetDomain & "User/images/mail.wav"" border=0>"
   %>
   <table cellspacing="0" cellpadding="0" width="99%" border="0">
     <tbody>
    <tr>
   <td align="center">您好!<font color=red><%=KSUser.UserName%></font>,欢迎来到会员中心!&nbsp;【<a href="<%=KS.GetDomain%>User/index.asp?User_Message.asp?action=inbox" target="_parent">收信箱 <%=MyMailTotal%></a>】&nbsp;【<a href="<%=KS.GetDomain%>User/index.asp" target="_parent">会员中心</a>】&nbsp;【<a href="<%=KS.GetDomain%>User/UserLogout.asp" target="_parent">退出登录</a>】</td>
    </tr>
   </table>
<%End IF
  End Sub
  Sub Login2()
   If KSUser.UserLoginChecked() = False Then
   %>
   <table align="center" width="98%" border="0" cellspacing="0" cellpadding="0">
    <form name="myform" action="<%=KS.GetDomain%>User/CheckUserLogin.asp" method="post" onSubmit="return(CheckForm())"">
     <tr>
    <td height="25">用户名:
    <input name="Username" type="text" class="textbox" id="Username" size="15"></td>
     </tr>
     <tr>
    <td height="25">密 码:
    <input name="Password" type="password" class="textbox" id="Password" size="16"></td>
     </tr>
     <%if KS.Setting(34)=1 Then%>
     <tr>
    <td height="25">验证码:
    <input name="Verifycode" type="text" class="textbox" id="Verifycode" size="6"><%
    Response.Write "<IMG style=""cursor:hand"" src=""" & KS.GetDomain & "KS_Inc/verifycode.asp?n=" & Timer & """ onClick=""this.src='" & KS.GetDomain & "ks_inc/verifycode.asp?n='+ Math.random();"" align=""absmiddle"">"
    %>
    </td>
     </tr>
     <%end if%>
     <tr>
    <td height="25"><div align="center"><img src="<%=KS.GetDomain%>images/losspass.gif" align="absmiddle"> <a href="<%=KS.GetDomain%>User/index.asp?GetPass.asp" target="_parent">忘记密码</a> <img src="<%=KS.GetDomain%>images/mas.gif" align="absmiddle"> <a href="<%=KS.GetDomain%>User/UserReg.asp" target="_parent">新会员注册</a>    </div></td>
     </tr>
     <tr>
    <td height="25"><div align="center">
      <input type="submit" name="Submit" class="inputButton" value="登录">

      <input name="ExpiresDate" type="checkbox" id="ExpiresDate" value="checkbox">
   永久登录</div></td>
     </tr>
     </form>
            </table>
   <%Else
   Dim MyMailTotal:MyMailTotal=Conn.Execute("Select Count(ID) From KS_Message Where Incept='" &KSUser.UserName &"' And Flag=0 and IsSend=1 and delR=0")(0)
    IF MyMailTotal>0 Then MyMailTotal="<font color=red>" & MyMailTotal & "</font>"
    dim  ChargeTypeStr
    if KSUser.ChargeType=1 Then
      ChargeTypeStr="扣点"
    elseif KSUser.ChargeType=2 Then
      ChargeTypeStr="有效期"
    else
      ChargeTypeStr="无限期"
    End If
   %>
   <table align="center" width="80%" border="0" cellspacing="0" cellpadding="0">
   <tr><td align="center"><font color="#FFFFFF"><strong><%=KSUser.UserName%></strong></font>,
           <%
   If (Hour(Now) < 6) Then
            Response.Write "<font color=##0066FF>凌晨好!</font>"
   ElseIf (Hour(Now) < 9) Then
    Response.Write "<font color=##000099>早上好!</font>"
   ElseIf (Hour(Now) < 12) Then
    Response.Write "<font color=##FF6699>上午好!</font>"
   ElseIf (Hour(Now) < 14) Then
    Response.Write "<font color=##FF6600>中午好!</font>"
   ElseIf (Hour(Now) < 17) Then
    Response.Write "<font color=##FF00FF>下午好!</font>"
   ElseIf (Hour(Now) < 18) Then
    Response.Write "<font color=##0033FF>傍晚好!</font>"
   Else
    Response.Write "<font color=##ff0000>晚上好!</font>"
   End If
   %>&nbsp;&nbsp;&nbsp;</td></tr>
   <tr><td>计费方式: <strong><%= ChargeTypeStr%></strong> </td></tr>
   <tr><td>经验积分: <strong><%=KSUser.Score%></strong> 分</td></tr>
   <%if KSUser.ChargeType=1 or KSUser.ChargeType=2 then%>
   <% if KSUser.ChargeType=1 then%>
   <tr><td>可用点券: <strong><%=KSUser.Point%></strong> 点</td></tr>
   <%else%>
   <tr><td>剩余天数: <strong><%=KSUser.GetEdays%></strong></td></tr>
   <%end if%>
   <%end if%>
   <tr><td>待阅短信: <strong><%=MyMailTotal%></strong> 条</td></tr>
   <tr><td>登录次数: <strong><%=KSUser.LoginTimes%></strong> 次</td></tr>
            <tr><td nowrap="nowrap">【<a href="<%=KS.GetDomain%>User/index.asp" target="_parent">会员中心</a>】【<a href="<%=KS.GetDomain%>User/UserLogout.asp" target="_parent">退出登录</a>】</td></tr>
   </table>
<%End IF
  End Sub
End Class
%>


*****************
红色的为我要的样式
********************

图片下面的那是我要的效果!

这个样式有科讯设置的高度,过了就不会显示出来!

我需要的是调一下这个高度,在这串代码里修改了没用,调用时是在模板里调用的,是这样子的

<div style="padding-top:48px;"> {$GetUserLogin} </div>

这已经很清楚了,还有什么不清楚的吗?

同里在这也祝各们节日快乐啊!

谢谢!

[em80]



[此贴子已经被作者于2007-12-25 13:42:52编辑过]

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
xjin 当前离线

247

主题

0

广播

0

粉丝
添加关注
级别:二年级

用户积分:2356 分
登录次数:197 次
注册时间:2007/4/4
最后登录:2010/4/21
xjin 发表于:2007/12/25 11:20:00   | 只看该作者 查看该作者主题 沙发 
科汛在线网校系统

在会员登录页面。

上面有样式。!也有源码。什么都可以自己改。

:)
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
hg126 当前离线

157

主题

0

广播

0

粉丝
添加关注
级别:一年级

用户积分:1877 分
登录次数:95 次
注册时间:2007/12/6
最后登录:2011/6/25
hg126 发表于:2007/12/25 13:49:00   | 只看该作者 查看该作者主题 藤椅 
科汛智能建站系统

那样修改之后还是不行,我要的是登录框架在加长一点,不是科讯原有的那个长度!

现在好多朋友用的都是没修改过的,还是那么短一点,我想加长一点,但是加长一点他就不显示了,不知道这个在那里修改,我知道是要修改那个调入框架的高,可是找了好久,不知道在那里修改,没找到这个调入的框架在那定义,这个决不是在userlogin.asp 这个文件里啊,这个没用的@_@

交出来

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
zhitaige 当前离线

1196

主题

0

广播

0

粉丝
添加关注
级别:八年级

用户积分:7830 分
登录次数:267 次
注册时间:2006/11/8
最后登录:2015/9/4
zhitaige 发表于:2007/12/25 10:38:00   | 只看该作者 查看该作者主题 板凳 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
cyxjq 当前离线

1713

主题

8

广播

2

粉丝
添加关注
级别:高一年

用户积分:10077 分
登录次数:395 次
注册时间:2006/7/18
最后登录:2018/8/10
cyxjq 发表于:2007/12/25 21:22:00   | 只看该作者 查看该作者主题 报纸 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
hg126 当前离线

157

主题

0

广播

0

粉丝
添加关注
级别:一年级

用户积分:1877 分
登录次数:95 次
注册时间:2007/12/6
最后登录:2011/6/25
hg126 发表于:2007/12/25 21:13:00   | 只看该作者 查看该作者主题 地板 
科汛智能建站系统

[em80]谢谢兄弟们啊,问题解决了,节日好啊!

谢谢“zhitaige” 的帮忙啊!

[em80]

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
xjin 当前离线

247

主题

0

广播

0

粉丝
添加关注
级别:二年级

用户积分:2356 分
登录次数:197 次
注册时间:2007/4/4
最后登录:2010/4/21
xjin 发表于:2007/12/25 20:59:00   | 只看该作者 查看该作者主题 7楼 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
zhitaige 当前离线

1196

主题

0

广播

0

粉丝
添加关注
级别:八年级

用户积分:7830 分
登录次数:267 次
注册时间:2006/11/8
最后登录:2015/9/4
zhitaige 发表于:2007/12/25 20:39:00   | 只看该作者 查看该作者主题 8楼 
科汛在线考试系统(NET)

1.修改调用框架的大小

KS.RCls.asp

大约739行,修改以下代码
F_C = Replace(F_C, "{$GetUserLogin}", "<iframe width=""300"" height=""150"" id=""loginframe"" name=""loginframe"" src=""" & DomainStr & "user/userlogin.asp"" frameBorder=""0"" scrolling=""no"" allowtransparency=""true""></iframe>")
2.登录框的修改
Userlogin.aspdy
大约127行,修改以下代码
<input name="Username" type="text" class="textbox" id="Username" size="30"></td>
</tr>
<tr>
<td height="25">密 码:
<input name="Password" type="password" class="textbox" id="Password" size="30"></td>
</tr>
<%if KS.Setting(34)=1 Then%>
<tr>
<td height="25">验证码:
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
zhitaige 当前离线

1196

主题

0

广播

0

粉丝
添加关注
级别:八年级

用户积分:7830 分
登录次数:267 次
注册时间:2006/11/8
最后登录:2015/9/4
zhitaige 发表于:2007/12/25 20:03:00   | 只看该作者 查看该作者主题 9楼 
做在线知识付费 选科汛云开店

把你的大小样式告诉我我给你改,qq592002940

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
yashuk 当前离线

206

主题

0

广播

0

粉丝
添加关注
级别:二年级

用户积分:1768 分
登录次数:76 次
注册时间:2007/12/16
最后登录:2012/10/15
yashuk 发表于:2007/12/24 19:27:00   | 只看该作者 查看该作者主题 10楼 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.76563秒 powered by KesionCMS 9.0