<HTML>
<HEAD>
 <TITLE>Desktop GUI Skin</Title>

   <!-- files Manifest and Manifest.html should be identical -->
   <!-- Global flags - things that we can't do any other way  -->

   <GUI:Globals Type="text/css" Src="gui.css">
   <GUI:Globals Type="Messages" Language="en-gb"   Src="Messages/en-gb">
   <GUI:Globals Type="Messages" Language="th"      Src="Messages/th">
   <GUI:Globals Type="Messages" Language="ja"      Src="Messages/ja">
   <GUI:Globals Type="Messages" Language="zh-simp" Src="Messages/zh-simp">
   <GUI:Globals Type="Messages" Language="zh-trad" Src="Messages/zh-trad">
   <GUI:Globals Type="Messages" Language="ko"      Src="Messages/ko">

   <GUI:FOCUS   BorderColour="#FF2222" ClickColour="ffee11">

   <GUI:FIXPIC  Name="CheckBoxOn"  Src="fix/CBOn.png"   width=28 height=28>
   <GUI:FIXPIC  Name="CheckBoxOff" Src="fix/CBOff.png"  width=28 height=28>
   <GUI:FIXPIC  Name="RadioOn"     Src="fix/RadOn.png"  width=18 height=18>
   <GUI:FIXPIC  Name="RadioOff"    Src="fix/RadOff.png" width=18 height=18>
   <GUI:FIXPIC  Name="Menu"        Src="fix/Menu.png"   width=26 height=24>
   <GUI:FIXPIC  Name="Bullet0"     Src="fix/blob0.png"  width=11 height=12>
   <GUI:FIXPIC  Name="Bullet1"     Src="fix/blob1.png"  width=11 height=12>
   <GUI:FIXPIC  Name="Bullet2"     Src="fix/blob2.png"  width=11 height=12>
   <GUI:FIXPIC  Name="Bullet3"     Src="fix/blob3.png"  width=11 height=12>
   <GUI:FIXPIC  Name="Downloading" Src="fix/DL.png"     width=15 height=15>
   <GUI:FIXPIC  Name="Broken"      Src="fix/broken.png" width=14 height=14>
   
   <!-- Fixed pictures for scrollbar -->

   <GUI:FIXPIC Name="UpArrow"         Src="./tools/up.gif"   width=21 height=21>
   <GUI:FIXPIC Name="DownArrow"       Src="./tools/down.gif" width=21 height=21>
   <GUI:FIXPIC Name="VertThumb"       Src="./tools/vbar.gif"   width=21 height=64>
   <GUI:FIXPIC Name="VertThumbTop"    Src="./tools/vtop.gif"  width=21 height=10>
   <GUI:FIXPIC Name="VertThumbBottom" Src="./tools/vbot.gif"  width=21 height=10>
   <GUI:FIXPIC Name="VertScrollbar"   Src="./tools/vwell.gif"  width=21 height=64>

   <!--
        The various Panes and Popups. They are organised so the
        first entry in the manifest appears at the bottom of the window
        stack, and the last entry in the manifest appears on top of all other
        GUI Panes and Popups.

        The rule is that any active window that requires immediate 
        attention from the user should appear ontop of other windows.
   -->

  <!-- The floating throbber -->

  <!--<GUI:Popup Name="FloatingThrobber" Src="Panes/Throb.html" VAlign="90%" Align="90%" Width=40 Height=40>-->

  <GUI:Popup
     Name   = "FloatingThrobber"
     Src    = "Panes/Fetch.html"
     VAlign = "Bottom"
     Align  = "Center"
     Width  = "100%"
     Type   = "Dynamic Duration=100"
  >

  <!-- The Toolbar -->

  <GUI:Pane
     Name   = "Toolbar"
     SRC    = "Panes/Tool.html"
     VAlign = "Top"
     Align  = "Center"
     Width  = "100%"
     Height = "50"
     Type   = "static"
   >


   <!-- Favourites window -->

   <GUI:Popup
      Name   = "Bookmarks"
      Src    = "Panes/Book.html"
      VAlign = "Middle"
      ALIGN  = "Center"
      Width  = 600
      Height = 500
      OnOpen = "RefreshFavourites(Favourites)"
   >

   <!-- The authorisation window, appears centered. -->

   <GUI:Popup
      Name   = "HTTPAuth"
      Src    = "Dialogue/HTTPa.html"
      VAlign = "Middle"
      ALIGN  = "Center"
      Type   = "Dynamic Duration=100"
   >


   <!-- Javascript Alert window -->

   <GUI:Popup
      Name   = "JSAlert"
      Src    = "Dialogue/JSA.html"
      VAlign = "Middle"
      ALIGN  = "Center"
      Width  = 500
      Height = 250
      Type   = "Dynamic Duration=100"
   >


   <!-- Javascript confirm window -->

   <GUI:Popup
      Name   = "JSConfirm"
      Src    = "Dialogue/JSC.html"
      VAlign = "Middle"
      ALIGN  = "Center"
      Width  = 500
      Height = 250
      Type   = "Dynamic Duration=100"
   >


   <!-- Javascript prompt window -->

   <GUI:Popup
      Name   = "JSPrompt"
      Src    = "Dialogue/JSP.html"
      VAlign = "Middle"
      ALIGN  = "Center"
      Width  = 500
      Height = 250
      Type   = "Dynamic Duration=100"
   >

   <!-- Fetch Error -->

   <GUI:Popup
      Name   = "FetchError"
      Src    = "Dialogue/Fetch.html"
      VAlign = "Middle"
      Align  = "Center"
      Width  = 500
      Height = 250
      Type   = "Dynamic Duration=100"
   >

   <GUI:Popup Name="Media" Src="Panes/Media.html" VAlign="Bottom" ALIGN="Center" Width=100% Height=50 PreLoad="No">


   <!-- Define some hotkeys -->
   <GUI:Hotkey Key="Search"         Action="Select(Google); Focus(Google)">
   <GUI:Hotkey Key="Goto"           Action="Select(Url); Focus(Url)">
   <GUI:Hotkey Key="SummonMenuTop"  Action="Select(Url); Focus(Url)">
   <GUI:Hotkey Key="Print"          Action="OpenNativeWindow(printer_win)">
   <GUI:Hotkey Key="Back"           Action="GoBack()">
   <GUI:Hotkey Key="Reload"         Action="Refresh()" >
   <GUI:Hotkey Key="Forward"        Action="GoForward()">
   <GUI:HotKey Key="Stop"           Action="Stop()">
   <GUI:HotKey Key="WebHome"        Action="Goto(Home())">
   <GUI:HotKey Key="Favourites"     Action="OpenNativeWindow(Bookmarks);FocusWindow(Bookmarks)">
   <GUI:HotKey Key="AddFavourite"   Action="AddToFavourites(); RefreshFavourites(Favourites)">

   <!-- Media Player hot keys -->
   <GUI:Hotkey Key="MediaSelect"    Action="ToggleWindow(Media); Focus(Media_Dismiss)">
   <GUI:Hotkey Key="MediaPlay"      Action="MediaPlay()">
   <GUI:Hotkey Key="MediaStop"      Action="MediaStop()">
   <GUI:Hotkey Key="MediaPause"     Action="MediaPause()">
   <GUI:Hotkey Key="MediaPlayPause" Action="MediaPlayPause()">
   <GUI:Hotkey Key="MediaPrevious"  Action="MediaPrevious()">
   <GUI:Hotkey Key="MediaNext"      Action="MediaNext()">
   
   <!-- Keymap changing -->
   <GUI:Hotkey Key="SelectNextKeyMap"     Action="SelectNextKeyMap()">
   <GUI:Hotkey Key="SelectPreviousKeyMap" Action="SelectPreviousKeyMap()">
   <GUI:Hotkey Key="SelectDefaultKeyMap"  Action="SelectDefaultKeyMap()">

</HEAD>

<BODY>

This is a manifest file for a HTML GUI - don't browse it.

</BODY>
</HTML>

  
