38 lines
1.4 KiB
Plaintext
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>
|
|
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>
|