| |
| 1 |
<%@ Page Language="C#" ValidateRequest="false" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Default" %> |
| 2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 3 |
|
| 4 |
<html xmlns="http://www.w3.org/1999/xhtml" > |
| 5 |
<head id="Head1" runat="server"> |
| 6 |
<title>MTCD Default</title> |
| 7 |
<script type="text/javascript" src="JavaScriptValidations.js"></script> |
| 8 |
<script type="text/javascript"> |
| 9 |
window.history.forward(1); |
| 10 |
</script> |
| 11 |
|
| 12 |
</head> |
| 13 |
<body > |
| 14 |
<form id="Email" runat="server"> |
| 15 |
<div align=center> |
| 16 |
<table bgcolor="#146BA6" cellpadding=2 cellspacing=0> |
| 17 |
<tr> |
| 18 |
<td style="height: 250px;width:450px" > |
| 19 |
<table cellpadding=0 cellspacing=0 border=0 bgcolor=white style="height: 100%; width: 100%;"> |
| 20 |
<!-- Adwait 10June start--> |
| 21 |
<tr bgcolor=white align="center" height="40px"><td background="img/blue.jpg" style="font-weight: normal; font-size: 15px; color: #000000; font-family: Calibri">Microsoft Translation Customization Dashboard |
| 22 |
<!-- Adwait 10June end--> |
| 23 |
</td></tr> |
| 24 |
<tr bgcolor="#146BA6" height="5px"><td bgcolor="#146BA6" height="5px"></td></tr> |
| 25 |
<tr><td><br /><br /></td></tr> |
| 26 |
<tr valign=middle> |
| 27 |
<td valign=top align="center" style="height: 100px"> |
| 28 |
|
| 29 |
<asp:Label ID="lblEmail" runat="server" Text="Enter Email Address :" |
| 30 |
Width="149px" Font-Names="Calibri" Height="19px"></asp:Label> |
| 31 |
<asp:TextBox ID="txtEmail" runat="server" TabIndex=1 MaxLength="200" ></asp:TextBox> |
| 32 |
<asp:Label ID="lblScreenName" runat="server" Font-Names="Calibri" Style="left: -1px; |
| 33 |
position: relative; top: -2px" Text="Enter Screen Name :" Visible="False" Width="149px"></asp:Label> |
| 34 |
<asp:TextBox ID="txtScreenName" runat="server" Style="left: 6px; position: relative; |
| 35 |
top: -2px" Visible="False"></asp:TextBox> |
| 36 |
</td> |
| 37 |
</tr> |
| 38 |
<tr valign=top> |
| 39 |
<td valign=top align="center" style="height: 10px"> |
| 40 |
<asp:Button ID="btnOK" runat="server" Text="OK" Width="92px" |
| 41 |
OnClick="btnOk_Click" style="left: 330px; top: 204px"/> |
| 42 |
<asp:Button ID="btnScreeNameOK" runat="server" Text="OK" Width="92px" |
| 43 |
OnClick="btnScreeNameOK_Click" Visible="False" style="left: -60px; top: -25px"/> |
| 44 |
|
| 45 |
<!-- Adwait 10June start--> |
| 46 |
<asp:Button ID="btnCnl" runat="server" Text="Cancel" Width="97px" |
| 47 |
OnClick="btnCnl_Click1" style="left: 457px; top: 204px" |
| 48 |
UseSubmitBehavior="False" CausesValidation="False" /> |
| 49 |
<!-- Adwait 10June end--> |
| 50 |
<br /><br /> |
| 51 |
</td> |
| 52 |
</tr> |
| 53 |
</table> |
| 54 |
</td> |
| 55 |
</tr> |
| 56 |
</table> <input type="hidden" id="hdnIsOkClick" value="1" /> |
| 57 |
</div> |
| 58 |
</form> |
| 59 |
<p></p> |
| 60 |
</body> |
| 61 |
</html> |
|
|
| |