/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

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="rename.aspx.cs" Inherits="rename" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5. <title>?????</title>
  6. <base target="_self"/>
  7. <script type="text/javascript">
  8. function closeRefresh()
  9. {
  10. window.opener.document.getElementById('<%=Request.QueryString["pccid"]%>').click();
  11. self.close();
  12. }
  13. </script>
  14. </head>
  15. <body>
  16. <form id="form1" runat="server">
  17. <div style="text-align:center;vertical-align:middle">
  18. &nbsp;?????<asp:Label ID="LabelFileID" runat="server" Text="" Font-Underline="true"></asp:Label><br />
  19. <br />
  20. ?????<asp:TextBox ID="TextBoxOldName" runat="server" ReadOnly="True"></asp:TextBox><br />
  21. ?????<asp:TextBox ID="TextBoxNewName" runat="server"></asp:TextBox>&nbsp;<br />
  22. <asp:Button ID="BtnOk" runat="server" Text="??" OnClick="BtnOk_Click" />
  23. &nbsp; &nbsp;&nbsp;
  24. <input type="button" onclick="javascript:return false;" value="??"/>
  25. </div>
  26. </form>
  27. </body>
  28. </html>