/EQT_V2/EQT/EQTWebApp/rename.aspx
http://sgsoft-las.googlecode.com/ · ASP.NET · 33 lines · 28 code · 5 blank · 0 comment · 0 complexity · 94c9f822d7dbcab7e85060cf345c8465 MD5 · raw file
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="rename.aspx.cs" Inherits="rename" %>
-
- <!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>
- <base target="_self"/>
- <script type="text/javascript">
- function closeRefresh()
- {
- window.opener.document.getElementById('<%=Request.QueryString["pccid"]%>').click();
- self.close();
- }
-
- </script>
- </head>
- <body>
- <form id="form1" runat="server">
- <div style="text-align:center;vertical-align:middle">
- ?????<asp:Label ID="LabelFileID" runat="server" Text="" Font-Underline="true"></asp:Label><br />
- <br />
- ?????<asp:TextBox ID="TextBoxOldName" runat="server" ReadOnly="True"></asp:TextBox><br />
- ?????<asp:TextBox ID="TextBoxNewName" runat="server"></asp:TextBox> <br />
- <asp:Button ID="BtnOk" runat="server" Text="??" OnClick="BtnOk_Click" />
-
- <input type="button" onclick="javascript:return false;" value="??"/>
-
- </div>
- </form>
- </body>
- </html>