|
|
@ -1,4 +1,4 @@ |
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default1.aspx.cs" Inherits="SCP.Default1" ValidateRequest="true" %> |
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default_FW.aspx.cs" Inherits="SCP.Default1" ValidateRequest="true" %> |
|
|
|
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
|
|
|
|
|
@ -35,16 +35,12 @@ td{ |
|
|
|
<div> |
|
|
|
<table width="959" height="86" border="0" align="center" cellpadding="0" cellspacing="0" background="res/images/login_title.jpg"> |
|
|
|
<tr> |
|
|
|
<td align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|
|
|
<tr> |
|
|
|
<td align="right"> </td> |
|
|
|
</tr> |
|
|
|
</table></td> |
|
|
|
<td align="center" valign="top"> <%= GetResourceKey(GetFactoryName()) %></td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<table width="959" border="0" align="center" cellpadding="0" cellspacing="0"> |
|
|
|
<tr> |
|
|
|
<td width="648"><img src="res/images/20210302140650.png" width="648" height="368" style="box-shadow:0px 15px 10px -15px #000;" /></td> |
|
|
|
<td width="648"><img src="res/images/login_content.jpg" width="648" height="368" style="box-shadow:0px 15px 10px -15px #000;" /></td> |
|
|
|
<td width="311"><table width="311" height="390" border="0" align="right" cellpadding="0" cellspacing="0" background="res/images/login_form.jpg"> |
|
|
|
<tr> |
|
|
|
<td><table width="90%" border="0" align="center" cellpadding="5" cellspacing="0" class="login" id="login"> |
|
|
@ -70,7 +66,10 @@ td{ |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td align="right">账号</td> |
|
|
|
<td align="right">账号 |
|
|
|
<asp:Label runat="server" id="lb" style="color:red"></asp:Label> |
|
|
|
</td> |
|
|
|
|
|
|
|
<td> |
|
|
|
|
|
|
|
<asp:TextBox ID="txtUserName" runat="server" style="width:120px" Text=""></asp:TextBox> |
|
|
@ -133,10 +132,10 @@ td{ |
|
|
|
var obj = document.getElementById('factory'); |
|
|
|
|
|
|
|
for (var i = 0; obj.options.length; i++) { |
|
|
|
if ('QDVALEO' == obj.options[i].value) { |
|
|
|
if ('2000' == obj.options[i].value) { |
|
|
|
obj.options[i].selected = true; |
|
|
|
_factory = document.getElementById(_factoryValue); |
|
|
|
_factory.value = 'QDVALEO'; |
|
|
|
_factory.value = '2000'; |
|
|
|
} |
|
|
|
} |
|
|
|
} |