<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="LoginTest.aspx.cs" Inherits="CY.WebForm.Pages.sysglobal.LoginTest" %>
|
|
<!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 runat="server">
|
<title></title>
|
</head>
|
<body>
|
<form id="form1" runat="server">
|
<asp:DropDownList ID="ddlPerson" runat="server">
|
<asp:ListItem Value="admin">管理员帐号</asp:ListItem>
|
<asp:ListItem Value="changshang">印刷厂商测试帐号(印刷厂商)</asp:ListItem>
|
<asp:ListItem Value="cyin201304">商川印川印1(印刷厂商)</asp:ListItem>
|
<asp:ListItem Value="wangdian">商as2da25(个人网店)</asp:ListItem>
|
<asp:ListItem Value="maijia">宁波东江印刷有限公司(买家会员)</asp:ListItem>
|
</asp:DropDownList>
|
<asp:Button ID="btnLogin" runat="server" Text="登陆" OnClick="btnLogin_Click"/>
|
</form>
|
</body>
|
</html>
|