Files
ayanova7/source/WBI/TimeZoneOffset.aspx
2018-06-29 19:47:36 +00:00

38 lines
1.4 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="TimeZoneOffset.aspx.cs" Inherits="TimeZoneOffset" %>
<!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">
<div>
<asp:Label ID="lblTimeZoneOffset" runat="server" Text="Label"></asp:Label>
<br />
<asp:TextBox ID="edTimeZoneOffset" runat="server" Width="70px"></asp:TextBox>
&nbsp;GMT<br />
<br />
<br />
<br />
<div style="width: 60px; height: 48px; float: left; text-align: left;">
<asp:ImageButton ID="btnCancel" runat="server" ImageUrl="~/graphics/Cancel24.png"
AlternateText="Cancel" CausesValidation="False" OnClientClick="window.close();" />
</div>
<div style="float: left; width: 60px; height: 48px; text-align: center;">
</div>
<div style="float: left; width: 60px; height: 48px; text-align: right;">
<asp:ImageButton ID="btnOK" runat="server" ImageUrl="~/graphics/OK24.png" AlternateText="OK"
CausesValidation="False" OnClick="btnOK_Click" />
</div>
</div>
</form>
</body>
</html>