home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 April / Gamestar_72_2005-04_dvd.iso / Patche / ut2004_patchv3355.exe / UT2004-Patch / Web / ServerAdmin / UnrealAdminPage / Adminsframe.htm < prev    next >
Encoding:
Extensible Markup Language  |  2004-05-25  |  711 b   |  15 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5.     <title><%Title%></title>
  6.     <meta http-equiv="Content-Type" content="text/html; charset=<%charset%>">
  7. </head>
  8.  
  9. <frameset cols="185,*" frameborder="0" border="0">
  10.     <frame src="<%IndexURI%>" name="index" noresize="noresize" frameborder="0" marginwidth="4" marginheight="0" scrolling="no" />
  11.     <frame src="<%MainURI%>" name="main" noresize="noresize" frameborder="0" marginwidth="4" marginheight="0" />
  12.     <noframes>This Server Requires Frames.</noframes>
  13. </frameset>
  14. </html>
  15.