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 / Rootframe.htm < prev    next >
Encoding:
Extensible Markup Language  |  2004-04-05  |  690 b   |  14 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><%ServerName%> - Web Admin</title>
  6.     <meta http-equiv="Content-Type" content="text/html; charset=<%charset%>" />
  7. </head>
  8. <frameset rows="100,*">
  9.     <frame src="<%HeaderURI%>" name="menu" noresize="noresize" frameborder="0" scrolling="no" marginwidth="4" marginheight="0" />
  10.     <frame src="<%BottomURI%>" name="menumain" noresize="noresize" frameborder="0" marginwidth="0" />
  11.     <noframes>This Server Requires Frames.</noframes>
  12. </frameset>
  13. </html>
  14.