From d22dc0f4dd58a9a6fdb38bc4c75e42e73613d17d Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 24 Jan 2022 08:04:15 +0100 Subject: [PATCH] Add more keys Fixes #36 Fixes #27 Fixes #22 --- backend.go | 8 + backend_windows.go | 26 +- bindata.generated.go | 16 +- icon_font/U+2190 Leftwards Arrow.svg | 122 +++++++ icon_font/U+2191 Upwards Arrow.svg | 123 +++++++ icon_font/U+2192 Rightwards Arrow.svg | 123 +++++++ icon_font/U+2193 Downwards Arrow.svg | 123 +++++++ icon_font/U+2326 Erase To the Right.svg | 123 +++++++ icon_font/U+232B Erase To the Left.svg | 125 +++++++ ...Leftwards Triangle-Headed Arrow To Bar.svg | 122 +++++++ ...ightwards Triangle-Headed Arrow To Bar.svg | 120 +++++++ ...w Over Leftwards Triangle-Headed Arrow.svg | 134 +++++++ icon_font/icon.sfd | 340 +++++++++++++++++- keysyms.go | 34 +- webdata/fn.js | 51 ++- webdata/icon.woff | Bin 2796 -> 3388 bytes webdata/index.html | 51 ++- webdata/main.css | 42 ++- 18 files changed, 1628 insertions(+), 55 deletions(-) create mode 100644 icon_font/U+2190 Leftwards Arrow.svg create mode 100644 icon_font/U+2191 Upwards Arrow.svg create mode 100644 icon_font/U+2192 Rightwards Arrow.svg create mode 100644 icon_font/U+2193 Downwards Arrow.svg create mode 100644 icon_font/U+2326 Erase To the Right.svg create mode 100644 icon_font/U+232B Erase To the Left.svg create mode 100644 icon_font/U+2B70 Leftwards Triangle-Headed Arrow To Bar.svg create mode 100644 icon_font/U+2B72 Rightwards Triangle-Headed Arrow To Bar.svg create mode 100644 icon_font/U+2B82 Rightwards Triangle-Headed Arrow Over Leftwards Triangle-Headed Arrow.svg diff --git a/backend.go b/backend.go index dfddde3..0e21100 100644 --- a/backend.go +++ b/backend.go @@ -39,6 +39,14 @@ const ( KeyBrowserBack KeyBrowserForward KeySuper + KeyLeft + KeyRight + KeyUp + KeyDown + KeyHome + KeyEnd + KeyBackSpace + KeyDelete KeyLimit ) diff --git a/backend_windows.go b/backend_windows.go index 4ff3d04..289bec8 100644 --- a/backend_windows.go +++ b/backend_windows.go @@ -34,6 +34,14 @@ const ( keyeventfKeyup uint32 = 0x2 keyeventfUnicode uint32 = 0x4 + vkBack uint16 = 0x8 + vkEnd uint16 = 0x23 + vkHome uint16 = 0x24 + vkLeft uint16 = 0x25 + vkUp uint16 = 0x26 + vkRight uint16 = 0x27 + vkDown uint16 = 0x28 + vkDelete uint16 = 0x2E vkLwin uint16 = 0x5B vkBrowserBack uint16 = 0xA6 vkBrowserForward uint16 = 0xA7 @@ -122,7 +130,23 @@ func (p *windowsBackend) KeyboardText(text string) error { func (p *windowsBackend) KeyboardKey(key Key) error { input := keybdInput{typ: inputKeyboard} - if key == KeySuper { + if key == KeyBackSpace { + input.wVk = vkBack + } else if key == KeyEnd { + input.wVk = vkEnd + } else if key == KeyHome { + input.wVk = vkHome + } else if key == KeyLeft { + input.wVk = vkLeft + } else if key == KeyUp { + input.wVk = vkUp + } else if key == KeyRight { + input.wVk = vkRight + } else if key == KeyDown { + input.wVk = vkDown + } else if key == KeyDelete { + input.wVk = vkDelete + } else if key == KeySuper { input.wVk = vkLwin } else if key == KeyBrowserBack { input.wVk = vkBrowserBack diff --git a/bindata.generated.go b/bindata.generated.go index c274f67..253e897 100644 --- a/bindata.generated.go +++ b/bindata.generated.go @@ -73,7 +73,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _webdataFnJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x3a\x5b\x73\xdb\xb6\xd2\xef\xfe\x15\x1b\x3e\x64\xa8\x58\x96\x2d\xe7\x4b\xdb\xcf\x8a\x72\x8e\x62\xcb\xb5\x27\xbe\x8d\x2e\x4d\x34\x1e\x8f\x07\x22\x57\x12\x6b\x8a\x60\x09\xd0\xb2\xda\xf8\xbf\x9f\x01\x78\x11\x08\x82\x94\xd2\x33\x7d\x39\x9a\x49\x4c\x72\xef\x17\xec\x2e\x40\x5a\x31\x43\x60\x3c\xf2\x1c\x6e\x75\xf6\x0e\xdf\xed\xc1\x3b\x00\x80\x53\x1a\xae\x23\x6f\xbe\xe0\x60\x3b\x0d\x38\x3e\x6a\xff\x72\x70\x7c\xd4\xfe\x7f\x18\x07\x51\xec\xc2\xc7\x58\xfc\xf9\x37\x8d\xb9\x4f\xe9\x53\xcb\xa1\xcb\x4f\x7b\x90\x91\x8e\x16\x1e\x83\x99\xe7\x23\x78\x0c\x42\x12\x71\xa0\x33\x18\xe0\x92\x72\x3c\x18\xd1\xd8\x59\x84\xc4\x6d\x6d\xd0\x35\x88\x20\x9a\x45\x88\xc0\xe8\x8c\xaf\x48\x84\x27\xb0\xa6\x31\x38\x24\x80\x08\x5d\x4f\x68\x3a\x8d\x39\x82\xc7\x81\x04\xee\x21\x8d\x60\x49\x5d\x6f\xb6\x4e\xb9\x79\x1c\xe2\xc0\xc5\x08\xf8\x02\x81\x63\xb4\x64\x42\xba\xb8\xf9\xf5\x66\x0c\xbf\x62\x80\x11\xf1\xe1\x2e\x9e\xfa\x9e\x03\x57\x9e\x83\x01\x43\x20\x0c\x42\xf1\x84\x2d\xd0\x85\x69\xc6\x4a\x10\x9d\x0b\x4d\x86\xa9\x26\x70\x4e\xe3\xc0\x25\xdc\xa3\x41\x13\xd0\xe3\x0b\x8c\xe0\x19\x23\xe6\xd1\x00\xde\x67\x62\x52\x9e\x4d\xa0\x51\xca\xc7\x26\x5c\x98\x10\x01\x0d\x05\x69\x03\x48\xb0\x06\x9f\xf0\x0d\x75\xbd\x37\x36\x46\xbb\xe0\x05\x52\xc8\x82\x86\x08\x7c\x41\xb8\xb0\x77\xe5\xf9\x3e\x4c\x11\x62\x86\xb3\xd8\x6f\xa6\x8c\xa6\x31\x87\xaf\x97\xa3\x8b\xdb\xf1\x08\x7a\x37\x13\xf8\xda\x1b\x0c\x7a\x37\xa3\x49\x07\x56\x1e\x5f\xd0\x98\x03\x3e\x63\xc2\xcd\x5b\x86\xbe\x87\x2e\xac\x48\x14\x91\x80\xaf\x81\xce\x52\x26\xd7\xfd\xc1\xe9\x45\xef\x66\xd4\xfb\x7c\x79\x75\x39\x9a\x00\x8d\xe0\xfc\x72\x74\xd3\x1f\x0e\xe1\xfc\x76\x00\x3d\xb8\xeb\x0d\x46\x97\xa7\xe3\xab\xde\x00\xee\xc6\x83\xbb\xdb\x61\xbf\x05\x30\x44\xa1\x1c\xa6\x3c\x6a\xfc\x3e\x93\xd1\x8b\x10\x5c\xe4\xc4\xf3\x99\xe2\x87\x09\x8d\x81\x2d\x68\xec\xbb\xb0\x20\xcf\x08\x11\x3a\xe8\x3d\xa3\x0b\x04\x1c\x1a\xae\xb7\x07\x35\xe5\x43\x7c\x1a\xcc\xa5\xc9\xa5\x14\x04\xb8\x9c\x41\x40\x79\x13\x18\x22\x7c\x5c\x70\x1e\x9e\x1c\x1e\xae\x56\xab\xd6\x3c\x88\x5b\x34\x9a\x1f\xfa\x09\x2b\x76\xf8\x49\x68\x76\xb8\xb7\x77\x78\x08\xf7\x6d\x90\x1c\x9a\x70\x9c\x5c\x20\x6b\xc2\xfb\xec\xf2\x01\x6c\x91\x4c\xde\x0b\xfa\x8d\xbd\x67\x12\xc1\xe8\x76\x7c\x7a\xf1\x78\x7d\xfb\x5b\xff\x71\x74\x31\xe8\x0f\x2f\x6e\xaf\xce\xa0\x0b\xf7\xed\xa3\x26\xb4\x3f\x88\x7f\x0f\x1d\xc1\xf6\x9a\xbc\x00\xf7\x96\x08\x53\xe4\x2b\xc4\x00\x1c\x1a\x30\x74\x62\xee\x3d\x23\xf0\x84\xb9\xf4\x97\xe3\x7b\xce\x93\x17\xcc\x45\x2c\xdc\x88\xcc\xe7\xe2\x5a\x08\x5d\x7a\xbe\xef\x31\x74\x68\xe0\x32\x55\xf6\xe8\xf2\xba\x2f\x92\xa0\x0b\xc7\x1f\x8e\xa4\xac\xfb\x7b\xa9\xe0\x61\x82\xdc\x84\x65\xec\x73\x2f\xf4\x3d\x87\x70\x1a\x3d\x34\xa1\xd5\x6a\x3d\x48\x06\x77\xb7\x97\x37\xa3\xfe\xe0\xb1\x77\x7a\xda\xbf\xea\x0f\x7a\xa3\xcb\xdb\x1b\xa1\xfc\x9e\xf0\xec\xfd\x51\x13\x8e\x1e\x9a\xc9\xf5\x2f\x3f\x37\xa1\x9d\xdd\xb4\x7f\x7e\xaf\xdc\x7d\xf8\xf0\xbe\x09\xc7\x0f\x7b\x0f\x9d\xbd\x02\xd3\xcf\xe3\xd1\xe8\xf6\xe6\xf1\xaa\x7f\x2e\x74\x3b\xea\x98\x80\x83\xcb\x5f\x2f\x04\xb4\x6d\x84\x5e\x5f\x9e\x9d\x5d\xf5\x85\x61\x29\xeb\x2f\xfd\xc9\xe3\x6f\xb7\x57\xe3\xeb\xfe\xe3\xf5\x78\xd4\xdf\xb0\x55\x00\x67\xb7\x5f\x6f\x36\x1c\x15\xc0\xf8\x2e\xe1\x94\x3d\xbe\xee\x9f\x5d\xf6\x1e\xef\xae\x7a\x93\xc7\xbb\xde\x78\x28\xb8\xbd\x2f\x41\x07\xfd\xdf\x1e\x47\x83\xde\xe9\x17\xe8\xc2\xff\xe9\xd0\x9b\xfe\xb7\x51\x0e\xfd\xb0\x81\x7e\x1e\xdc\x7e\x1d\x0a\x33\x12\xc8\x4f\x65\xc8\xf9\xed\xe0\x6b\x6f\x20\x12\xe5\xe7\x0d\x70\x38\xbe\xeb\x0f\xa0\x0b\xbf\xa4\xd6\xae\x58\x02\x0b\x89\x9b\x5f\xf8\x64\x8a\x7e\x0a\x97\x59\x73\x4d\xc5\xa2\xe9\xc2\x8c\xf8\x0c\x3b\x9b\xe7\x43\x2e\x0a\x73\xee\x20\xf9\xec\x8a\x30\xde\x0f\x5c\xed\xe9\x00\x7d\x24\x0c\xdd\x53\x1a\x07\x0a\x05\x0d\xe6\xd4\x0b\xe6\x69\xde\x8b\xac\x78\x48\x00\x4b\xfa\x8c\xdf\x86\xf1\x72\x83\x2a\x9e\x4c\x0a\x4f\x98\x13\x51\xdf\xff\x66\x78\x56\xc4\xcb\x13\xbc\x60\x40\xf6\x74\xe4\x2d\x51\x14\xb2\x2e\x04\xb1\xef\xab\x5c\x0a\x24\x7b\xb3\x38\x70\x44\xe5\x85\x59\xec\xfb\xcc\x89\x10\x83\x7e\x40\xa6\x3e\xba\x76\x03\xfe\x92\x59\x1a\x21\x8f\xa3\x00\x6c\x97\x3a\xf1\x12\x03\xde\x2a\xa1\xc2\xf7\xef\x12\x53\xfc\x72\xac\x15\x4e\x9f\x3c\x7e\xbe\x13\xee\x92\xfe\x29\x10\x87\xdb\x11\x59\x2d\x43\x69\x55\xa3\xb3\xf7\xaa\x18\x16\xe1\x1f\x31\x32\x45\x11\x5b\x34\x20\xd9\x6e\x58\x66\xa2\x37\x03\x1b\x5b\x25\xcc\x0c\x2c\x7e\x06\xb0\x9d\x71\xe9\x48\xac\x57\x40\x9f\x61\xca\x2b\xb1\x7e\x50\xcf\xb1\x02\xa9\x8e\xef\x92\xfe\xa9\xe0\x0f\x0d\x4c\x4d\x18\xb5\x1c\xd9\x16\x2d\x0d\x08\x3a\xbf\x82\xc3\xf1\x45\x0d\xbb\xad\xfa\x58\xc9\x1c\x1f\x45\x40\xed\x86\x2a\x4b\xa0\xe4\xa1\x2e\xb2\x51\xd1\x0a\x19\xa1\x4b\xeb\xe4\x68\x8a\x95\x5a\x52\xf6\x77\x63\x6d\x42\xde\x26\x60\x49\xff\x3c\x25\x81\x83\xbe\x39\x3c\x7a\xd6\xeb\xb8\x5b\xd9\xb3\x1d\x75\xd7\x11\x0b\x8c\x0d\x41\x33\x44\x66\x87\xe5\x9f\xa0\xee\xb6\xfc\x6b\x70\x8b\xcb\xbf\x0e\x91\xd5\x32\x14\xa5\x4e\x5b\xfd\x62\x20\x92\x75\xd8\xe6\xc9\x64\x22\x06\x89\x21\x27\xcb\x50\xb3\x4f\xc9\x42\x17\x03\xee\xcd\x3c\x8c\x4e\x92\x2a\xdf\xda\x3c\x69\xe6\x58\x21\x99\xe3\xb7\x0c\x41\xde\x68\x30\xd9\x45\x6a\x10\x26\x2a\x6c\xa2\xc1\x4a\xc4\x0a\x42\x6e\xc1\xc9\xe6\x32\x89\x68\xd1\x74\xb5\x0b\x5d\x06\x2e\xbe\x7c\x5e\x5f\xba\xb6\xe7\x8e\xe8\xb9\x17\xb8\x99\xf9\x62\x6e\xb2\x45\x77\xf0\x64\x6b\x01\x0f\x3e\x6a\xfd\xab\xe5\x63\x30\xe7\x0b\x01\xda\xef\x42\x5b\x5f\xb0\x45\xe4\x7b\xef\x41\x71\x17\x74\xbb\xa0\x0b\xcc\x7e\xa9\xdf\xbd\x72\x5e\x2a\xd0\x83\xb6\x16\x4e\xe2\x3b\xb1\xd8\x1f\xdc\x51\x2f\xe0\x18\xf5\x1c\x07\x7d\x8c\xe4\xbe\xe3\x3a\xf6\xb9\xcd\x42\xc4\x5a\xdb\x4c\x73\x5b\x8d\x85\xb2\x6f\x1e\x43\xd7\x48\x77\xef\x3d\xdc\x1f\x3d\x74\x0a\xc8\xa4\x0e\xb9\xad\x20\x0b\xdf\xb1\x63\xf8\xd8\x85\x82\xce\xd9\xcf\xa1\x01\xf7\x82\x18\x75\xf7\x64\xa4\x9e\xf0\xed\x51\x85\x53\xc9\xb1\x89\x4c\xda\xd2\xae\x54\x0f\x0e\xa0\x6d\xb0\x67\x1b\x81\x6a\x53\x56\x2b\x92\x30\xc0\x01\xb0\x76\x03\x0e\xa5\x9d\xf2\xba\x01\xef\xc0\x26\xe2\x86\xb4\x1b\xb0\x0f\xa4\xdd\x51\x62\x2e\xcc\xaa\x09\x0f\x7c\x2a\xda\x9b\x0a\x33\xea\x56\xc7\xa6\xa0\x75\x21\xdb\xda\xfa\x02\x3a\x2b\x4e\x53\x79\x4d\xac\x9a\xb2\x04\x6c\xc5\x5a\x0c\x03\xd7\xb6\xa6\x16\xec\x1b\x27\xfa\x7d\xb0\x3a\x47\x96\x56\xa8\xe2\xd0\x25\x1c\xc5\x48\xda\x0b\xdc\xa1\x9c\xd4\x72\x71\xf9\xe8\x08\x5d\xb8\x26\x7c\xd1\xe2\x51\x1c\x38\x76\x36\x4d\xa6\xa5\x3d\x1f\x27\xcb\x58\x93\x0d\x96\x70\xb2\x84\x92\x29\x4b\x38\x34\xe0\x53\x17\xda\xf0\xfd\x3b\x14\x9e\x4f\x92\xe7\xaa\xc7\xf3\xf1\xf5\xa0\x9b\x5c\x77\x0a\xa0\x89\x02\x9a\x6c\x40\xb9\x43\x96\xc2\x21\x89\x1d\xc2\x05\xd9\xdd\xa4\xa1\x86\x42\x19\x81\x8b\x76\x6c\xe6\x62\xc5\xde\x74\x30\x36\x61\x56\xd9\x9c\xf2\x31\x58\x9d\xd2\x95\xed\x56\x46\xf2\x83\x6e\x76\xd7\xd1\xc0\x93\x02\x78\xa2\x83\x93\xb1\x9b\x47\xea\x8a\xce\x3d\xc3\x84\x2f\x32\xab\x33\xdf\x64\xea\x98\x66\xac\x05\x09\x5c\x1f\x65\x97\xb0\xf1\x99\x67\xca\x8a\xcd\xb2\x3c\x98\x9a\x23\x17\xb5\x52\x8c\xc7\xe9\x0e\x16\x65\xb3\x48\xf6\xc9\x7c\x81\xc0\xc8\x32\xdf\x3c\xe7\x4e\x32\x16\xfe\x52\xa1\x29\x6c\x92\xf0\x99\xb7\xf2\x36\xd4\x29\xe2\x68\x1b\xac\x62\x90\x79\xbe\x3b\x12\x2c\x9c\x05\x09\xe6\xe8\xa6\x92\x3b\x95\xe5\x9b\xef\xd4\x93\xf8\xa6\x19\x71\x12\x09\x67\xbc\xe9\x8a\x2d\x20\xbc\x7d\x0b\x55\x30\xb9\x3d\x84\xb7\x6f\x0b\xf5\x74\x37\x87\xc0\x96\x7a\x2d\x0c\x0c\x23\x7c\xc6\x80\x9f\xe1\x8c\x88\x3e\xd5\x28\x56\x59\xa9\x14\x74\xf5\x71\x45\xaa\xd9\x2c\xfa\x58\xa3\xf4\xdc\x17\xe8\x56\xf4\x7a\x7d\x7a\x69\x14\xbb\x8f\x20\xfd\x58\xb6\x44\xb3\x39\x8c\x59\xaa\x4d\x79\x36\xad\x23\xbc\xf7\xdc\x97\x07\x91\xf2\xe2\xd6\xe4\x95\xf2\xbe\x5a\x55\xee\x4d\x56\x63\x75\xf5\x94\x3d\x74\x75\x2d\x54\x91\x27\x46\xe4\x49\x11\xf9\xd5\xb4\xd8\xeb\xeb\x0f\x14\x97\x7e\x7d\x09\xca\xcc\xd2\x3b\xc7\x9b\xa4\x75\x94\xb2\xc9\x47\x12\x65\x5d\x47\xa3\xd1\x4c\xac\xeb\x45\x3a\x4e\xa9\x02\x15\x67\x8a\xbc\x52\xe9\xea\x6c\x0a\xd5\xcc\xd2\xc4\x1b\x0e\x15\x8a\xcc\x4d\x85\xab\x1f\xb8\x6a\xd9\xfa\x27\xcb\xc1\x4e\x6b\x44\x9f\x5b\x77\x5b\x28\x75\x4b\x5e\x5b\x44\x2c\xf4\x3d\x07\x05\xa3\x26\xb4\x1b\x5a\x99\x2c\x9e\x22\xed\xcb\x03\xb8\x02\xc2\x66\x91\x54\x54\xdb\x7f\x30\x78\xa0\x96\xd4\xa2\xa6\x9f\x8c\x27\xb8\x69\x2c\x4a\x0d\x23\x6b\x06\x9b\x04\x7c\xdd\xa1\xef\xe4\x15\x5b\x13\x6d\x28\xfa\x55\x05\xa3\x7c\x50\x66\xf4\xce\xf6\x71\xad\x1c\x65\x59\xa8\x14\xeb\xde\xbe\x2d\x46\x08\x0e\xd4\x66\xf9\xb1\x78\xea\xac\xeb\x29\x32\x75\x1a\x73\x4e\x83\x62\x35\xac\x89\x40\x57\x73\x43\xf6\xcb\xd9\x18\xec\x29\x32\x56\x0e\x19\xcc\xfc\x8f\x7f\x84\xbf\x3c\x93\xfe\x41\x01\xef\x7f\x44\x40\x72\xac\xad\x49\xa8\x89\x67\xca\x47\x84\xb0\xad\x27\xbf\x50\x29\x93\x63\xf4\x94\x49\xb1\x72\xb5\x65\xc8\xb3\x42\x5d\xda\x30\x34\xb5\x88\x1b\x5d\x53\x16\x52\x69\xc3\x91\x6e\xc3\x6b\x55\x5f\x35\x9c\x4c\x43\x45\x31\x16\xa9\xab\x57\x63\x16\x2f\xbf\x6d\xa8\xd2\x27\x93\xe2\x93\xff\xb1\x8a\xad\xad\x65\xd3\xea\x74\x3d\xc6\xb3\x3e\xcf\xfe\x88\x78\xb2\xa9\x08\xe9\x4a\xd5\x49\x1e\xf5\xc0\x81\x69\x1a\x6a\x6d\x0e\x86\x9a\x62\x61\xed\x97\x22\x5f\xc5\x70\x52\xc3\x70\x92\x33\x34\x24\xb8\xb9\xb2\xd6\x56\x6e\xf5\x44\x2d\x4f\x7b\x61\xb9\x99\xea\xde\x2c\x42\xec\xb2\x4d\x9c\x6a\xea\xe3\xa7\x6e\x7d\x81\x84\xea\x56\x52\xb7\x1e\x64\xe4\x5e\xb2\x49\x74\xc7\x20\x15\x87\x6c\x77\x5d\x26\xaf\x0d\x89\x36\xdd\x7b\x4b\x3c\x43\x9f\x13\xbd\x83\x57\xb0\x30\x74\x78\xb9\x20\xf7\xbb\xc2\x90\x77\xdb\x4f\xc1\xf2\x2d\xad\xfb\xd2\x80\x43\x45\xfe\x3b\x68\x1f\x1d\x1d\x35\x0a\x7c\x27\x92\xef\xfa\xc7\xf8\xae\xb7\xf0\xad\x74\xac\x21\x0e\xdb\xa9\x26\x06\xf7\xd7\x53\x6d\x5c\x6c\x1c\x9a\xb4\xb9\xa6\xbe\x7b\x67\xe3\x57\x5d\x7e\xd6\x4e\x31\xf2\x98\x61\xeb\x7e\x66\xbf\x2b\xa3\x5c\xb1\x81\x49\xa0\x13\xe3\xeb\x81\x4a\xc1\xa5\xe6\xad\x9d\x64\x94\xc4\x69\x47\x19\x45\x81\xf9\x95\xf1\xac\xca\xd4\x60\x9c\x05\xf1\x85\x36\x38\x40\x16\xd2\x80\xa1\xbd\x44\xc6\xc8\x1c\x0b\xbd\x66\x41\x6e\xa7\xbf\x8b\x7d\x0b\xae\xe0\x77\x36\xbc\xe8\xd9\xd6\xf0\xa2\x77\x70\xfc\xe1\x27\xab\x09\xd6\xa8\xff\x6d\x94\xb5\xbd\x04\xb5\xc5\x90\x5f\x5c\xf7\x4e\xbf\xe0\x3a\xe3\x67\xc6\x4b\xf4\xb4\x57\x5e\xe0\xd2\x55\xcb\xa7\x8e\xcc\xe4\xd6\x82\xb0\x45\x8b\xc5\x53\xc6\x23\xbb\x9d\x15\xcd\xf4\x08\x70\xca\x29\xb1\x53\xf2\x79\x22\xc6\xb6\x3e\x4f\x46\xfd\xa1\xd5\x48\x4e\xec\x52\x6e\xc4\x75\xfb\x62\x43\x7f\xe5\x31\x8e\x01\x46\xb6\xe5\x53\xe2\x5a\x4d\xc8\x8c\x2f\x9c\xde\x91\x98\x2f\x44\xab\x72\x08\xd7\x4f\x44\xe4\x0b\xe3\x10\x83\x64\x42\xcd\x5f\x75\xcc\x91\xa7\x6f\x38\x64\xd3\xb3\x52\x14\x4b\x39\xfc\x72\x7c\xca\x24\xb7\x4a\xa2\x04\x23\xa3\x09\x49\x2d\x72\x48\x54\xcc\xe4\x38\xa4\x1e\x5d\xe2\xa8\x1a\x3d\xe1\x9a\xd5\xd1\x08\xb8\x86\x3f\xa5\x24\xaa\x55\x2b\xc3\x51\xe9\x36\xaf\xa0\xf2\x41\xb1\x92\x5e\xc7\x55\xf9\x70\x7c\xe1\x75\xb4\x02\x2e\xf0\x93\x69\x26\xcb\x6a\xb6\xa0\xab\xa1\x83\x01\xda\x4c\xfc\xaf\xae\xb1\xfb\x34\x4c\xcd\x34\x38\x4d\xe1\xca\xa6\xf4\x4b\x33\xb7\xf6\xa1\x35\xa3\x51\x9f\x38\x0b\x3b\xcf\x15\xd4\x17\x2a\xb6\x1c\x9f\x30\x26\xb2\xab\xc5\xe9\x7c\xee\xa3\x6d\x2d\x3c\xd7\xc5\xc0\x6a\x02\xc2\x9b\x2e\x24\xb2\x95\xe5\x99\xaf\xc0\xb2\xb6\x5f\x70\xcd\xec\xc2\x5b\xdd\xca\x97\x83\x1b\xe3\x84\xd2\xda\x58\xb5\xf0\x18\xa7\xd1\xba\xc5\x38\xe1\x52\x89\x34\xa2\x9a\xf2\x19\x5a\x18\x33\xd1\xda\x39\xa6\x91\x6f\x82\x55\xde\x47\x55\xe8\x2b\x3d\xf5\x77\x74\x96\x84\xea\x16\x1b\x5f\x78\x6b\x46\x9d\x98\xd9\xbb\x58\x93\xe6\xda\x4e\x16\x25\xb8\x75\x56\x49\xe1\xcf\xc4\x8f\x11\xba\x60\x59\x59\x75\xca\xd4\x4d\xb3\x25\xcb\xb0\xe4\xcb\x95\xf1\xe0\x2a\x2d\x86\xe3\xc1\x95\x6d\xad\x84\xdf\x36\xb5\x2b\xc2\x59\x23\x7b\xd1\x30\x1e\x5c\xb5\xc2\x88\x72\xea\x50\xb1\x54\xf5\x07\x5d\xb0\xe4\x87\x5b\x16\xfc\x0b\xac\x15\x3b\xb1\xe0\x44\xfc\x65\x27\x56\xc6\x20\x95\xf3\x15\xa7\x43\xea\x3c\x21\xb7\x25\x8b\x4c\x9d\x15\x6b\xd1\x20\x2d\xb0\xa2\x66\xe5\xc9\xba\xd9\x2b\x64\xae\x2c\xd4\x37\xc3\x01\x84\x5c\x0d\xb6\x36\x9f\x26\x25\xd7\xd4\x60\xf4\x72\x69\x3e\x36\x2f\x77\x17\xd1\xbe\x5d\xc2\x89\x3a\x09\xa7\xf5\x9a\x06\x21\x0d\x65\xa4\xf3\x56\xa5\x9a\x29\x15\x54\x8d\x54\x8d\xa8\xa9\xde\xbb\x26\x66\x52\x0e\x34\xc9\xb5\x75\x32\xab\x56\x86\x4e\x23\xbf\x73\x33\xb5\x9a\x4c\x66\xb2\xde\x53\x61\xe9\xdf\xad\x05\xf6\xbf\x14\x98\x2e\xd8\xa2\x50\xb9\xa9\x32\x7c\x5a\xa4\xd2\xeb\x05\x5a\xa9\x7c\xc4\x75\xf3\xb2\x57\x78\x4b\x54\xa2\xf9\x41\x9d\x77\xf8\x18\xa5\x3e\xb2\xc6\xbd\x7b\xf9\x0b\xa1\xdc\xe9\xd9\x45\x2a\xaa\x09\x7f\x05\xe4\xd9\x9b\xcb\x45\x3d\xbe\x3c\x01\x61\x25\x5a\xaf\xe5\x3a\x92\x3e\xb9\xff\xcb\x73\x4f\xc0\x9a\x46\x74\xc5\x30\x9a\x12\xe7\x29\x0d\x97\x6c\x2b\x27\xa5\x6f\xe7\x5e\xd3\xef\x05\x12\x32\x16\x87\x18\x95\x09\xe4\x57\x73\x45\xcc\x54\xc0\x8c\x46\xab\x4d\x4a\x18\x64\xa4\x5f\xe1\x15\x89\xc3\x08\x9f\x79\x64\xd4\x4d\xff\x26\x50\x23\xf4\xc9\x3a\x24\x31\xc3\x4a\xc2\xfc\x53\xc3\x22\x61\x80\x2f\xbc\x56\xe2\xe6\x3b\xc3\x22\xe1\x33\xf5\xe3\x25\xba\x74\x15\x94\x29\x95\xaf\x21\x4d\x44\xcb\x98\x1b\xf4\x54\xbe\xad\x34\x11\xc5\x61\x25\xc9\xf8\xee\xd5\x30\x11\x50\x35\x17\xab\xd6\x2e\x6d\x79\xee\x0f\xaf\x57\xb5\x84\x5a\x4f\x16\xec\x03\x6d\x3d\xe1\xda\x34\x4a\x6c\x2b\x1d\x82\xc7\xdf\x2d\x1b\x72\xf3\xb5\x69\x8f\xa2\xfd\x96\xda\x6e\xae\x26\x17\x6a\x6e\xb0\xb5\x46\x62\xec\xb2\x50\xe8\x28\x69\x17\xc8\xfa\xb8\x58\x40\x7a\xad\x2a\x35\x8a\xaa\x76\xb0\xb5\xe1\x95\x87\x8b\x6e\xd5\xa8\x04\x86\x8a\xad\xd5\x98\x4a\x6e\xe6\x51\x05\x2a\x4a\xb2\xc6\xd5\x4c\x94\x34\xab\x90\xb8\x5b\xce\x19\x5f\xb7\x24\x46\x84\x62\x37\xf4\x77\x53\x23\x9f\x76\x12\x36\x7a\xa0\x42\xe2\x1a\x38\xca\xad\x3a\xe3\x24\xe2\x56\x53\x7d\x3f\xbe\x9d\x08\x03\x37\x27\xe9\x07\xee\x76\x02\x47\x7e\xb5\xf7\x63\x34\x62\x23\x9f\x53\x88\xad\xb3\xd8\x4d\x36\x3a\x7b\xff\x09\x00\x00\xff\xff\x07\xa7\xed\xa5\x64\x32\x00\x00") +var _webdataFnJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x3b\x5b\x73\xdb\x36\x97\xef\xfe\x15\x27\x7c\xc8\x50\xb1\x2c\x5b\xce\xa6\xed\x67\x45\xd9\x55\x6c\xba\xf6\xd4\xb7\xd1\xa5\x89\xc6\xe3\xf1\x40\xe4\x91\xc4\xcf\x14\xc1\x12\xa0\x65\xb5\xc9\x7f\xdf\x01\x78\x03\x41\x88\x72\xbe\x6e\x5f\x56\x33\xad\x25\x9e\xfb\x39\x38\x17\x80\x88\x95\x30\x04\xc6\x63\xdf\xe5\x56\x6f\xef\xf0\xdd\x1e\xbc\x03\x00\x38\xa5\xd1\x26\xf6\x17\x4b\x0e\xb6\xdb\x82\xe3\xa3\xee\x2f\x07\xc7\x47\xdd\x7f\xc1\x24\x8c\x13\x0f\x3e\x26\xe2\xcf\xff\xd0\x84\x07\x94\x3e\x75\x5c\xba\xfa\xb4\x07\x39\xe9\x78\xe9\x33\x98\xfb\x01\x82\xcf\x20\x22\x31\x07\x3a\x87\x21\xae\x28\xc7\x83\x31\x4d\xdc\x65\x44\xbc\x4e\x89\xae\x41\x04\xd1\x3c\x46\x04\x46\xe7\x7c\x4d\x62\x3c\x81\x0d\x4d\xc0\x25\x21\xc4\xe8\xf9\x42\xd3\x59\xc2\x11\x7c\x0e\x24\xf4\x0e\x69\x0c\x2b\xea\xf9\xf3\x4d\xc6\xcd\xe7\x90\x84\x1e\xc6\xc0\x97\x08\x1c\xe3\x15\x13\xd2\xc5\x8f\x5f\x6f\x26\xf0\x2b\x86\x18\x93\x00\xee\x92\x59\xe0\xbb\x70\xe5\xbb\x18\x32\x04\xc2\x20\x12\x4f\xd8\x12\x3d\x98\xe5\xac\x04\xd1\xb9\xd0\x64\x94\x69\x02\xe7\x34\x09\x3d\xc2\x7d\x1a\xb6\x01\x7d\xbe\xc4\x18\x9e\x31\x66\x3e\x0d\xe1\x7d\x2e\x26\xe3\xd9\x06\x1a\x67\x7c\x6c\xc2\x85\x09\x31\xd0\x48\x90\xb6\x80\x84\x1b\x08\x08\x2f\xa9\x9b\xbd\x51\x1a\xed\x81\x1f\x4a\x21\x4b\x1a\x21\xf0\x25\xe1\xc2\xde\xb5\x1f\x04\x30\x43\x48\x18\xce\x93\xa0\x9d\x31\x9a\x25\x1c\xbe\x5c\x8e\x2f\x6e\x27\x63\x18\xdc\x4c\xe1\xcb\x60\x38\x1c\xdc\x8c\xa7\x3d\x58\xfb\x7c\x49\x13\x0e\xf8\x8c\x29\x37\x7f\x15\x05\x3e\x7a\xb0\x26\x71\x4c\x42\xbe\x01\x3a\xcf\x98\x5c\x3b\xc3\xd3\x8b\xc1\xcd\x78\xf0\xf9\xf2\xea\x72\x3c\x05\x1a\xc3\xf9\xe5\xf8\xc6\x19\x8d\xe0\xfc\x76\x08\x03\xb8\x1b\x0c\xc7\x97\xa7\x93\xab\xc1\x10\xee\x26\xc3\xbb\xdb\x91\xd3\x01\x18\xa1\x50\x0e\x33\x1e\x0d\x7e\x9f\xcb\xe8\xc5\x08\x1e\x72\xe2\x07\x4c\xf1\xc3\x94\x26\xc0\x96\x34\x09\x3c\x58\x92\x67\x84\x18\x5d\xf4\x9f\xd1\x03\x02\x2e\x8d\x36\xbb\x83\x9a\xf1\x21\x01\x0d\x17\xd2\xe4\xda\x12\x04\xb8\x9c\x43\x48\x79\x1b\x18\x22\x7c\x5c\x72\x1e\x9d\x1c\x1e\xae\xd7\xeb\xce\x22\x4c\x3a\x34\x5e\x1c\x06\x29\x2b\x76\xf8\x49\x68\x76\xb8\xb7\x77\x78\x08\xf7\x5d\x90\x1c\xda\x70\x9c\x7e\x41\xd6\x86\xf7\xf9\xd7\x07\xb0\xc5\x62\xf2\x5f\x30\x68\xed\x3d\x93\x18\xc6\xb7\x93\xd3\x8b\xc7\xeb\xdb\xdf\x9d\xc7\xf1\xc5\xd0\x19\x5d\xdc\x5e\x9d\x41\x1f\xee\xbb\x47\x6d\xe8\x7e\x10\xff\x3d\xf4\x04\xdb\x6b\xf2\x02\xdc\x5f\x21\xcc\x90\xaf\x11\x43\x70\x69\xc8\xd0\x4d\xb8\xff\x8c\xc0\x53\xe6\xd2\x5f\x6e\xe0\xbb\x4f\x7e\xb8\x10\xb1\xf0\x62\xb2\x58\x88\xef\x42\xe8\xca\x0f\x02\x9f\xa1\x4b\x43\x8f\xa9\xb2\xc7\x97\xd7\x8e\x58\x04\x7d\x38\xfe\x70\x24\x65\xdd\xdf\x4b\x05\x0f\x53\xe4\x36\xac\x92\x80\xfb\x51\xe0\xbb\x84\xd3\xf8\xa1\x0d\x9d\x4e\xe7\x41\x32\xb8\xbb\xbd\xbc\x19\x3b\xc3\xc7\xc1\xe9\xa9\x73\xe5\x0c\x07\xe3\xcb\xdb\x1b\xa1\xfc\x9e\xf0\xec\xfd\x51\x1b\x8e\x1e\xda\xe9\xf7\x5f\x7e\x6e\x43\x37\xff\xd1\xfd\xf9\xbd\xf2\xeb\xc3\x87\xf7\x6d\x38\x7e\xd8\x7b\xe8\xed\x55\x98\x7e\x9e\x8c\xc7\xb7\x37\x8f\x57\xce\xb9\xd0\xed\xa8\x67\x02\x0e\x2f\x7f\xbd\x10\xd0\xae\x11\x7a\x7d\x79\x76\x76\xe5\x08\xc3\x32\xd6\xbf\x39\xd3\xc7\xdf\x6f\xaf\x26\xd7\xce\xe3\xf5\x64\xec\x94\x6c\x15\xc0\xd9\xed\x97\x9b\x92\xa3\x02\x98\xdc\xa5\x9c\xf2\xc7\xd7\xce\xd9\xe5\xe0\xf1\xee\x6a\x30\x7d\xbc\x1b\x4c\x46\x82\xdb\xfb\x1a\x74\xe8\xfc\xfe\x38\x1e\x0e\x4e\x7f\x83\x3e\xfc\x97\x0e\xbd\x71\xbe\x8e\x0b\xe8\x87\x12\xfa\x79\x78\xfb\x65\x24\xcc\x48\x21\x3f\xd5\x21\xe7\xb7\xc3\x2f\x83\xa1\x58\x28\x3f\x97\xc0\xd1\xe4\xce\x19\x42\x1f\x7e\x29\x1f\x65\xce\xfb\x57\xf9\xa4\xf0\x98\x62\xb9\xb4\xac\xab\x58\x9c\xfb\x40\xb1\xf6\xe2\xf6\x5a\x58\xd8\x55\x4c\x74\x6e\x84\x02\x5d\xc5\x2c\xa1\xf0\xe3\xe8\x6e\x70\x2a\x51\x15\x8b\xce\x9c\x2b\x47\xfa\xbb\xfb\x53\x16\x8a\x35\x4b\xa1\x11\xf1\x8a\x2f\x01\x99\x61\x90\xc1\xe5\x92\xbe\xa6\x22\xa3\xfb\x30\x27\x01\xc3\x5e\xf9\x7c\xc4\x45\xd7\x28\xa2\x27\x9f\x5d\x11\xc6\x9d\xd0\xd3\x9e\x0e\x31\x40\xc2\xd0\x3b\xa5\x49\xa8\x50\xd0\x70\x41\xfd\x70\x91\x25\xa5\x58\xb2\x0f\x29\x60\x45\x9f\xf1\xeb\x28\x59\x95\xa8\xe2\xc9\xb4\xf2\x84\xb9\x31\x0d\x82\xaf\x86\x67\x55\xbc\x22\xfb\x2a\x06\xe4\x4f\xc7\xfe\x0a\x45\x95\xed\x43\x98\x04\x81\xca\xa5\x42\xb2\x37\x4f\x42\x57\xb4\x05\x98\x27\x41\xc0\xdc\x18\x31\x74\x42\x32\x0b\xd0\xb3\x5b\xf0\x97\x4c\xa1\x18\x79\x12\x87\x60\x7b\xd4\x4d\x56\x18\xf2\x4e\x0d\x15\xbe\x7d\x93\x98\xe2\x53\x60\xad\x71\xf6\xe4\xf3\xf3\x57\xe1\xae\xe8\x9f\x02\x71\xb4\x1b\x91\x35\x32\x94\x56\xb5\x7a\x7b\xdf\x15\xc3\x62\xfc\x23\x41\xa6\x28\x62\x8b\xee\x28\x7b\x21\xcb\x4d\xf4\xe7\x60\x63\xa7\x86\x99\x83\xc5\xc7\x00\xb6\x73\x2e\x3d\x89\xf5\x1d\x30\x60\x98\xf1\x4a\xad\x1f\x36\x73\xdc\x82\xd4\xc4\x77\x45\xff\x54\xf0\x47\x06\xa6\x26\x8c\x46\x8e\x6c\x87\x96\x06\x04\x9d\x5f\xc5\xe1\xf8\xa2\x86\xdd\x56\x7d\xac\xac\x9c\x00\x45\x40\xed\x96\x2a\x4b\xa0\x14\xa1\xae\xb2\x51\xd1\x2a\x2b\x42\x97\xd6\x2b\xd0\x14\x2b\xb5\x45\xe9\xbc\x8e\xb5\x09\x79\x97\x80\x15\xfd\xf3\x94\x84\x2e\x06\xe6\xf0\xe8\xab\x5e\xc7\xdd\xc9\x9e\xbd\x52\x77\x1d\xb1\xc2\xd8\x10\x34\x43\x64\x5e\x91\xfe\x29\xea\xeb\xd2\xbf\x01\xb7\x9a\xfe\x4d\x88\xac\x91\xa1\x28\x75\x5a\xf6\x8b\x69\x4d\xd6\x61\x9b\xa7\x63\x93\x98\x72\x46\x9c\xac\x22\xcd\x3e\x65\x15\x7a\x18\x72\x7f\xee\x63\x7c\x92\x56\xf9\x4e\xf9\xa4\x5d\x60\x45\x64\x81\x5f\x73\x04\xf9\x43\x83\xc9\x2e\xd2\x80\x30\x55\x61\x53\x0d\x56\x23\x56\x10\x0a\x0b\x4e\xca\xaf\x69\x44\xab\xa6\xab\x5d\xe8\x32\xf4\xf0\xe5\xf3\xe6\xd2\xb3\x7d\x6f\x4c\xcf\xfd\xd0\xcb\xcd\x17\x43\x9d\x2d\xba\x83\x2f\x5b\x0b\xf8\xf0\x51\xeb\x5f\x9d\x00\xc3\x05\x5f\x0a\xd0\x7e\x1f\xba\x7a\xc2\x56\x91\xef\xfd\x07\xc5\x5d\xd0\xef\x83\x2e\x30\xff\x64\x7e\xf7\xeb\xeb\x52\x81\x1e\x74\xb5\x70\x92\xc0\x4d\xc4\xe6\xe5\x8e\xfa\x21\xc7\x78\xe0\xba\x18\x60\x2c\x37\x45\xd7\x49\xc0\x6d\x16\x21\x36\xda\x66\x1a\x2a\x1b\x2c\x94\x7d\xf3\x18\xfa\x46\xba\x7b\xff\xe1\xfe\xe8\xa1\x57\x41\x26\x4d\xc8\x5d\x05\x59\xf8\x8e\x1d\xc3\xc7\x3e\x54\x74\xce\x3f\x2e\x0d\xb9\x1f\x26\xa8\xbb\x27\x27\xf5\x85\x6f\x8f\xb6\x38\x95\x1c\x9b\xc8\xa4\x2d\xdd\xad\xea\xc1\x01\x74\x0d\xf6\xec\x22\x50\x6d\xca\x6b\x45\x1a\x06\x38\x00\xd6\x6d\xc1\xa1\xb4\x53\x7e\x6f\xc1\x3b\xb0\x89\xf8\x41\xba\x2d\xd8\x07\xd2\xed\x29\x31\x17\x66\x35\x84\x07\x3e\x55\xed\xcd\x84\x19\x75\x6b\x62\x53\xd1\xba\xb2\xda\xba\x7a\x02\x9d\x55\xa7\xa9\xa2\x26\x6e\x9b\xb2\x04\x6c\xcd\x3a\x0c\x43\xcf\xb6\x66\x16\xec\x1b\xb7\x1b\xfb\x60\xf5\x8e\x2c\xad\x50\x25\x91\x47\x38\x8a\x91\x74\x10\x7a\x23\x39\xa9\x15\xe2\x8a\xd1\x11\xfa\x70\x4d\xf8\xb2\xc3\xe3\x24\x74\xed\x7c\x9a\xcc\x4a\x7b\x31\x4e\xd6\xb1\xa6\x25\x96\x70\xb2\x84\x92\x19\x4b\x39\xb4\xe0\x53\x1f\xba\xf0\xed\x1b\x54\x9e\x4f\xd3\xe7\xaa\xc7\x8b\xf1\xf5\xa0\x9f\x7e\xef\x55\x40\x53\x05\x34\x2d\x41\x85\x43\x56\xc2\x21\xa9\x1d\xc2\x05\xf9\xaf\x69\x4b\x0d\x85\x32\x02\x57\xed\x28\xe7\x62\xc5\xde\x6c\x30\x36\x61\x6e\xb3\x39\xe3\x63\xb0\x3a\xa3\xab\xdb\xad\x8c\xe4\x07\xfd\xfc\x57\x4f\x03\x4f\x2b\xe0\xa9\x0e\x4e\xc7\x6e\x1e\xab\x19\x5d\x78\x86\x09\x5f\xe4\x56\xe7\xbe\xc9\xd5\x31\xcd\x58\x4b\x12\x7a\x01\xca\x2e\x61\xe3\x33\xcf\x95\x15\x3b\x79\x79\x6a\xb6\x40\x2e\x6a\xa5\x18\x8f\xb3\xed\x35\xca\x66\x91\x6e\xe2\xf9\x12\x81\x91\x55\xb1\xb3\x2f\x9c\x64\x2c\xfc\xb5\x42\x53\xd9\x24\xe1\x33\xef\x14\x6d\xa8\x57\xc5\xd1\x36\x58\xd5\x20\xf3\x62\x77\x24\x58\xb8\x4b\x12\x2e\xd0\xcb\x24\xf7\xb6\x96\x6f\xfe\xaa\x9e\xc4\xcb\x66\xc4\x49\x2c\x9c\xf1\xa6\x2f\xb6\x80\xf0\xf6\x2d\x6c\x83\xc9\xed\x21\xbc\x7d\x5b\xa9\xa7\xaf\x73\x08\xec\xa8\xd7\xc2\xc0\x28\xc6\x67\x0c\xf9\x19\xce\x89\xe8\x53\xad\x6a\x95\x95\x4a\x41\x5f\x1f\x57\xa4\x9a\xed\xaa\x8f\x35\x4a\xdf\x7b\x81\xfe\x96\x5e\xaf\x4f\x2f\xad\x6a\xf7\x11\xa4\x1f\xeb\x96\x68\x36\x47\x09\xcb\xb4\xa9\xcf\xa6\x4d\x84\xf7\xbe\xf7\xf2\x20\x96\xbc\xf8\x69\xf2\x4a\x7d\x5f\xad\x2a\xf7\x26\xaf\xb1\xba\x7a\xca\x1e\x7a\x7b\x2d\x54\x91\xa7\x46\xe4\x69\x15\xf9\xbb\x29\xd9\x9b\xeb\x0f\x54\x53\xbf\xb9\x04\xe5\x66\xe9\x9d\xe3\x4d\xda\x3a\x6a\xab\x29\x40\x12\xe7\x5d\x47\xa3\xd1\x4c\x6c\xea\x45\x3a\x4e\xad\x02\x55\x67\x8a\xa2\x52\xe9\xea\x94\x85\x6a\x6e\x69\xe2\x0d\x87\x0a\x55\xe6\xa6\xc2\xe5\x84\x9e\x5a\xb6\xfe\xc9\x72\xf0\xaa\x1c\xd1\xe7\xd6\xd7\x25\x4a\x53\xca\x6b\x49\xc4\xa2\xc0\x77\x51\x30\x6a\x43\xb7\xa5\x95\xc9\xea\x29\xd2\xbe\x3c\x1d\xac\x20\x94\x49\xb2\xa5\xda\xfe\x83\xc1\x03\xb5\xa4\x56\x35\xfd\x64\x3c\x5e\xce\x62\x51\x6b\x18\x79\x33\x28\x17\xe0\xf7\x57\xf4\x9d\xa2\x62\x6b\xa2\x0d\x45\x7f\x5b\xc1\xa8\x1f\x94\x19\xbd\xb3\x7b\x5c\xab\x47\x59\x16\x2a\xc5\xba\xb7\x6f\xab\x11\x82\x03\xb5\x59\x7e\xac\x1e\x89\xeb\x7a\x8a\x95\x3a\x4b\x38\xa7\x61\xb5\x1a\x36\x44\xa0\xaf\xb9\x21\xff\x14\x6c\x0c\xf6\x54\x19\x2b\x87\x0c\x66\xfe\xc7\x3f\xc2\x5f\x1e\xff\xfe\xa0\x80\xf7\x3f\x22\x20\x3d\x73\xd7\x24\x34\xc4\x33\xe3\x23\x42\xd8\xd5\x17\xbf\x50\x29\x97\x63\xf4\x94\x49\xb1\x7a\xb5\x65\xc8\xf3\x42\x5d\xdb\x30\xb4\xb5\x88\x1b\x5d\x53\x17\xb2\xd5\x86\x23\xdd\x86\xef\xdb\xfa\xaa\xe1\x64\x1a\xb6\x14\x63\xb1\x74\xf5\x6a\xcc\x92\xd5\xd7\x92\x2a\x7b\x32\xad\x3e\xf9\x7f\x56\xb1\xb5\x5c\x36\x65\xa7\xe7\x33\x9e\xf7\x79\xf6\x47\xcc\xd3\x4d\x45\x44\xd7\xaa\x4e\xf2\xa8\x07\x0e\x4c\xd3\x50\xa7\x3c\x18\x6a\x8b\xc4\xda\xaf\x45\x7e\x1b\xc3\x69\x03\xc3\x69\xc1\xd0\xb0\xc0\xcd\x95\xb5\xb1\x72\xab\x27\x6a\xc5\xb2\x17\x96\x9b\xa9\xee\xcd\x22\xc4\x2e\xdb\xc4\xa9\xa1\x3e\x7e\xea\x37\x17\x48\xd8\xde\x4a\x9a\xf2\x41\x46\xee\x25\x9f\x44\x5f\x19\xa4\xea\x90\xed\x6d\xea\xe4\x8d\x21\xd1\xa6\x7b\x7f\x85\x67\x18\x70\xa2\x77\xf0\x2d\x2c\x0c\x1d\x5e\x26\xe4\x7e\x5f\x18\xf2\x6e\xf7\x29\x58\xb1\xa5\xf5\x5e\x5a\x70\xa8\xc8\x7f\x07\xdd\xa3\xa3\xa3\x56\x85\xef\x54\xf2\xdd\xfc\x18\xdf\xcd\x0e\xbe\x5b\x1d\x6b\x88\xc3\x6e\xaa\xa9\xc1\xfd\xcd\x54\xa5\x8b\x8d\x43\x93\x36\xd7\x34\x77\xef\x7c\xfc\x6a\x5a\x9f\x8d\x53\x8c\x3c\x66\xd8\xb9\x9f\xd9\xef\xcb\x28\x6f\xd9\xc0\xa4\xd0\xa9\xf1\xf5\xc0\x56\xc1\xb5\xe6\xad\x9d\x64\xd4\xc4\x69\x47\x19\x55\x81\xc5\x37\xe3\x59\x95\xa9\xc1\xb8\x4b\x12\x08\x6d\x70\x88\x2c\xa2\x21\x43\x7b\x85\x8c\x91\x05\x56\x7a\xcd\x92\xdc\xce\xfe\x2d\xf6\x2d\xb8\x86\x7f\xb3\xd1\xc5\xc0\xb6\x46\x17\x83\x83\xe3\x0f\x3f\x59\x6d\xb0\xc6\xce\xd7\x71\xde\xf6\x52\xd4\x0e\x43\x7e\x71\x3d\x38\xfd\x0d\x37\x39\x3f\x33\x5e\xaa\xa7\xbd\xf6\x43\x8f\xae\x3b\x01\x75\xe5\x4a\xee\x2c\x09\x5b\x76\x58\x32\x63\x3c\xb6\xbb\x79\xd1\xcc\x8e\x00\x67\x9c\x12\x3b\x23\x5f\xa4\x62\x6c\xeb\xf3\x74\xec\x8c\xac\x56\x7a\x62\x97\x71\x23\x9e\xe7\x88\x0d\xfd\x95\xcf\x38\x86\x18\xdb\x56\x40\x89\x67\xb5\x21\x37\xbe\x72\x7a\x47\x12\xbe\x14\xad\xca\x25\x5c\x3f\x11\x91\x2f\x8c\x23\x0c\xd3\x09\xb5\x78\xd5\xb1\x40\x9e\xbd\xe1\x90\x4d\xcf\xca\x50\x2c\xe5\xf0\xcb\x0d\x28\x93\xdc\xb6\x12\xa5\x18\x39\x4d\x44\x1a\x91\x23\xa2\x62\xa6\xc7\x21\xcd\xe8\x12\x47\xd5\xe8\x09\x37\xac\x89\x46\xc0\x75\xfc\x47\x91\xcd\x82\x4a\xfc\xe8\xfc\x91\x60\xbc\x19\x61\x80\x2e\xa7\xf1\x20\x08\x6c\x4b\x66\xbb\x46\x34\xa3\x24\x6e\xb4\x25\xc7\x51\xe9\xca\xf7\x56\xc5\x74\xb9\x95\x5e\xc7\x55\xf9\x70\x7c\xe1\x4d\xb4\x02\x2e\xf0\xd3\x11\x28\x4f\x05\xb6\xa4\xeb\x91\x8b\x21\xda\x4c\xfc\x5f\x4d\xcc\xfb\x2c\xb6\xed\x2c\xa2\x6d\xe1\xff\xb6\xf4\x47\xbb\xb0\xf6\xa1\x33\xa7\xb1\x43\xdc\xa5\x5d\x2c\x30\xd4\xb3\x1b\x3b\x6e\x40\x18\x13\x4b\xb2\xc3\xe9\x62\x11\xa0\x6d\x2d\x7d\xcf\xc3\xd0\x6a\x03\xc2\x9b\x3e\xa4\xb2\x95\x9c\x2e\xd2\xb6\xae\xed\x6f\xb8\x61\xb6\x70\xfe\xa3\x2f\x66\x2f\xbd\xda\x95\x10\x31\x69\x89\x0a\x57\x46\x33\x2f\x41\x1f\xfb\x60\x66\x00\xd9\x8b\xae\x8c\x41\x65\xbf\xa3\x9c\x9b\x6d\x7d\x85\x59\x7a\x53\x08\x55\x00\xa6\x91\xb3\xa6\x97\x69\xea\x14\x9f\x12\x51\x74\x99\x06\x5f\xfa\xe9\x99\x61\x61\xd9\xb6\x79\xd2\x5e\xfa\x8c\xd3\x78\xd3\x61\x9c\x70\x14\x3e\xb2\xac\x96\x3c\x0c\xe0\xb6\x75\x62\xb5\xee\x8f\x1e\x44\x99\xce\xf2\x42\xd3\x26\xa7\x8d\x31\x0a\x88\x2b\x5a\x12\xc7\x34\x85\x4e\xc4\xb6\xa0\x14\xdf\x16\x5c\x77\x9c\xcd\xe5\xcc\xa2\x84\x2d\x5f\xcf\xa9\x69\x6d\xc8\x55\x69\x57\xae\x0a\xbc\x2e\x5c\x92\x50\x3d\x03\xc1\x17\xde\x99\x53\x37\x61\xb6\x36\xc5\x57\xbd\xf7\x26\x75\x54\x96\xd7\xaf\xb2\x2f\xc5\x6d\xb2\x4a\x0a\x7f\x26\x41\x82\xd0\x07\xcb\xca\xdb\x47\xae\x6e\x96\x99\x79\x36\xa7\x57\x8b\x26\xc3\xab\xac\x5b\x4d\x86\x57\xb6\xb5\x66\x56\x1b\xca\xe6\x12\xe3\xbc\x95\xbf\x09\x9a\x0c\xaf\x3a\x51\x4c\x39\x75\xa9\xa8\xa5\xfa\x83\x3e\x58\xf2\xda\x9f\x05\xff\x0d\xd6\x5a\x04\xe3\x44\xfc\x65\x27\x56\xce\x20\x93\xf3\x05\x67\x23\xea\x3e\x21\xb7\x25\x8b\x5c\x9d\x35\xeb\xd0\x30\xeb\x80\xa2\xa9\x14\x85\xa1\xdc\xcc\xe5\xae\xac\x34\x20\xc3\x09\x91\xac\x3c\xb6\xb6\x81\x48\x7b\xa2\x69\x71\xeb\xfd\xcc\xfc\x5e\xa3\xde\xfe\xc5\x7c\xe5\x11\x4e\xd4\xad\x4a\xd6\x50\x69\x18\xd1\x48\x46\xba\x98\x25\x54\x33\xa5\x82\xaa\x91\xaa\x11\x0d\xed\xf5\xb5\x0b\x33\x2d\xbd\x9a\xe4\xc6\x46\x96\x77\x06\xc3\x28\x20\x6f\x49\x9a\x66\x81\x5c\xa6\xac\xad\xf9\xbc\x9c\x17\xe1\x9d\xdd\xec\x6f\x4a\xcc\x32\xb6\x2a\x54\x6e\x7b\x0d\x97\xbf\x54\x7a\xbd\x1b\x2a\xa5\x91\x78\x5e\x51\x17\x2b\xef\xf1\x6a\x34\x3f\xa8\xf3\x2b\xae\x0b\x35\x87\xd6\x58\x06\xeb\x77\xb8\x0a\xa7\xe7\x5f\x32\x51\x6d\xf8\x2b\x24\xcf\xfe\x42\x66\xf5\xe4\xf2\x04\x84\x95\x68\x7d\xaf\x17\x92\x5d\xd1\x63\x6b\x9f\xbb\xcb\xff\x34\x76\xe9\xe5\x45\x73\xa7\xfc\x5b\xcd\x4e\x06\x7e\x5b\xc7\x73\x69\xc8\x89\x1f\xb2\x32\xb6\xa6\xcd\x78\x45\x2f\x7f\xf7\x4e\xdc\x30\x55\xc0\x7e\x71\x1e\x9e\x3b\xf2\xfe\x2f\xdf\x3b\x01\x6b\x16\xd3\x35\xc3\x78\x46\xdc\xa7\xcc\x77\x72\x18\x3a\xa9\xdd\x61\xfd\x9e\x5d\x8d\x49\xc9\x58\x12\x61\x5c\x27\x90\xb7\x57\xab\x98\x99\x80\x39\x8d\xd7\x65\x6e\x19\x64\x64\xb7\x61\xab\xc4\x51\x8c\xcf\x3c\x36\xea\xa6\xdf\xcd\xd5\x08\x03\xb2\x89\x48\xc2\x70\x2b\x61\x71\xe5\xb7\x4a\x18\xe2\x0b\x6f\x94\x58\xde\xf7\xad\x12\x3e\xd3\x20\x59\xa1\x47\xd7\x61\x9d\x52\xb9\x95\x6c\x22\x5a\x25\xdc\xa0\xa7\x72\xc7\xd9\x44\x94\x44\x5b\x49\x26\x77\x5a\x08\x88\xfb\xc4\x22\xe2\x1a\x84\x94\x97\x7d\xab\x24\x1e\x06\x68\x52\x2a\xbd\x03\x5c\xc5\x5d\xd2\x95\x01\xf3\xe2\xf6\x5a\xc3\xc3\xd0\x10\x7e\xe7\x46\x0b\x79\x80\x73\x5e\x47\xbb\x72\xce\xc7\x55\x3c\xf9\xef\x56\xea\x88\xf2\x6c\xbc\x8a\x69\xf2\x94\xee\x22\x73\xdc\x64\xc0\x0c\x5b\x02\xaa\xa6\xe9\xb6\x8a\x44\x3b\xbe\xf7\xc3\x75\x08\xd4\x73\xe9\x27\x31\x36\xd2\xce\x13\x6e\x4c\x7b\x89\x5d\x05\x51\xcc\x5c\xff\x27\x0d\x54\xaf\x1c\xdb\x4b\x70\x19\xe1\x1f\x96\x26\x0f\x89\xca\x29\x51\x4c\xa1\xb5\xe9\xb3\x70\x0c\x17\x8e\x29\xb1\xb5\x79\xca\x38\x6c\x56\x4b\x64\x36\x0c\xe5\xe3\xac\x48\x10\xbd\x63\xd7\xe6\xa5\x6d\x53\xd1\xce\xb9\xef\x6f\x6f\x51\xb4\xa2\x1e\x33\xbc\x0c\x79\x95\xa3\xca\xaa\xfb\xd0\x12\x02\x8e\xcc\xef\x41\xea\x13\x7f\xbf\x69\xe2\x87\x2d\x83\x8d\xc6\xd5\x4c\x94\xce\x7c\x11\xf1\x76\xbc\x4f\xf9\xbe\x63\x61\xc5\x18\x50\xf2\x1f\x2f\xad\x62\xd3\x90\xb2\xd1\x03\x1d\x11\xcf\xc0\x51\x1e\x49\x32\x4e\x62\x6e\xb5\xd5\x7b\x40\xbb\x89\x30\xf4\x0a\x12\x27\xf4\x76\x13\xb8\xf2\x76\xf2\x8f\xd1\xac\xe8\x33\x16\x14\xd7\xf4\x59\x5e\xc7\x6f\xf5\xf6\xfe\x37\x00\x00\xff\xff\xf2\x91\x82\x7d\xe9\x37\x00\x00") func webdataFnJsBytes() ([]byte, error) { return bindataRead( @@ -88,7 +88,7 @@ func webdataFnJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "webdata/fn.js", size: 12900, mode: os.FileMode(436), modTime: time.Unix(1, 0)} + info := bindataFileInfo{name: "webdata/fn.js", size: 14313, mode: os.FileMode(436), modTime: time.Unix(1, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -113,7 +113,7 @@ func webdataIconPng() (*asset, error) { return a, nil } -var _webdataIconWoff = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x56\x79\x34\x14\xfa\xfb\xfe\xcc\x8c\xc4\x58\xe2\x1a\x35\x64\x67\xc6\x36\xb2\x45\xf6\x54\x9a\xb1\x8d\xb1\x35\x94\x6d\xc6\x96\x35\x84\x90\x3d\x5b\x5f\xb9\x96\xc8\x4d\xfc\xb8\x42\x96\x44\xca\x96\x7d\xa7\xac\x99\xa1\x32\x18\x6b\x92\x49\x8a\x4c\xb2\xcc\xef\x74\xef\xf7\xf7\xdf\xef\x3d\xe7\x39\xcf\x39\xcf\x79\xdf\xf3\x9e\xf3\xbe\xcf\x1f\x4f\x18\x01\x8b\x25\xd8\xda\x12\x00\x80\x33\x00\x17\x00\x00\x9c\x58\x01\x10\xf0\xff\xd6\x25\x2c\x56\x02\x00\xd8\x10\x00\xec\x6f\x01\xe0\x6c\xa0\x3b\x0e\xc5\x62\xb1\xb6\x78\x00\xe0\xf5\x00\x00\x91\xdf\xc8\x6a\xe5\xb3\xc5\x19\x5d\xc6\x02\x00\x2f\x00\x00\x20\xff\xd1\x05\x01\x82\x60\xa3\xac\x06\x00\xc4\x0b\x00\x60\x0e\x00\x20\xed\x21\xdd\xb9\xdc\xfc\xc9\x81\x00\x40\x77\x00\x00\x2d\x00\x40\xc5\x0a\xff\x78\x4d\xf1\xf2\x20\xbb\x03\x00\xe1\x00\x00\x68\x00\x00\x34\x91\xb3\xc9\x86\x5e\x5e\x1e\x64\x00\x20\x86\x00\x00\x51\x00\x80\xcc\x71\x6f\x98\x99\x97\x7f\x48\x38\x00\xf0\x89\xff\xee\x95\xe2\x8c\x81\x68\xfa\x93\xc3\x03\x01\x80\x90\x00\x00\xec\xff\xe0\x84\x25\xb8\x41\xf6\xf7\x00\x00\x52\x0f\x00\xc4\x00\x00\x28\x5f\xd6\x74\x95\x6b\x60\x40\x70\x08\x00\xb0\xe7\x00\x80\x93\x00\x00\x09\x56\x13\x38\x1b\x5e\xe0\x46\x72\x27\x91\xc0\xd2\xbd\x30\x97\xa7\x83\xdb\xb4\x28\x8f\x05\x4f\x32\x88\xdf\xf0\x8d\xba\x77\x61\x47\x7f\xb1\x36\x8f\xfb\x0e\x4b\xff\x21\x5d\x65\x18\xf6\x4a\x84\xdb\x5c\xc2\x0a\x58\xbf\xe5\xba\x05\x00\xf8\xef\x5c\x2e\xeb\x6b\x37\x5f\x6f\x0f\x80\x8e\x04\x20\x91\x42\x96\x10\x01\x80\x25\x43\xdb\xff\xb9\x9a\x25\x00\x27\xfe\xed\x23\x93\x49\x05\x5d\x5d\x6f\xba\xba\xce\x66\xaf\x73\xc3\x60\x97\xce\x27\x7a\x46\x8d\x92\x46\x86\x38\x11\x1e\xa4\x63\xf7\x55\xba\xfa\x26\xb6\xc0\x00\xaf\x71\x30\x9e\xac\xf5\x77\xf3\x3e\x2b\xd6\x73\x99\x35\xc0\xad\x3a\xf2\x9d\x5b\x37\xae\x27\x2d\xb0\x1f\x6e\x38\xc4\x01\x5a\x99\xbc\x21\xe1\x05\x1e\x99\x04\xdf\x1e\x15\xe4\x40\x91\x57\xe8\xa6\x5a\xe3\xf6\x19\x6d\x85\x6a\x14\x8f\x98\x91\xfb\x10\x1b\xd9\x2e\x45\x8d\x5d\xd7\x58\xe9\x0a\x15\xeb\x1a\xb9\x25\xc0\x68\x1b\x36\xe8\x49\xdf\xf7\x8b\x49\xd4\xc7\x2f\x7b\x98\x99\x14\xd1\x4f\xcf\x9f\x27\x40\x17\xd8\xcf\xf3\x55\xbc\x83\xcd\xeb\x71\xb1\xfd\xdc\x99\xed\x12\xec\xd0\x3f\x27\x19\xb4\x2b\x22\xc1\xc7\x2c\x74\x68\x16\x24\x14\xd2\xf4\x62\xaf\x3f\xe1\xa8\x11\x6a\x6f\xa9\x4a\x3d\xa6\xf3\x73\x6b\x76\x61\x56\x79\x1c\x9f\xb6\x5e\xfc\x11\x88\x06\xad\xbd\x3a\x26\x5f\xba\xa6\x39\xee\xa2\x12\xdf\x0d\x91\xb5\xf7\xcb\x24\xff\x79\xe7\x46\x8b\xf1\x44\x89\x8f\x5c\x1f\x32\xf3\xe3\x50\x9e\x95\xeb\x65\x31\x2b\xe5\xb7\x0f\xa7\x50\xbe\xb7\x6c\x13\x94\xa4\x88\xc2\x8c\x6f\x1c\xe6\x23\x8b\xee\xe7\x3e\xb4\x64\xce\x95\xca\x36\xa4\x1e\xbf\x59\x48\xbb\x89\xc2\x79\xa0\xdc\x6c\x4e\xea\xba\x35\x5a\xb9\xee\x8e\xc4\xdc\x4a\xd2\x96\x54\x3d\x18\xcf\x9c\xc4\xbf\xee\x30\xb3\xe8\xc1\x8c\xbe\x99\xbb\xaf\x12\x6a\x92\x64\x33\x9c\x46\x7d\x95\xf6\xc9\xc6\x75\x28\xda\xdb\x06\x27\x1c\x9d\xd8\x76\xe1\xd3\x8d\xc7\x7b\x64\x9f\xef\xae\x3e\x7e\xb9\xa6\xa2\xf2\xda\x39\x53\x5a\xa9\x9b\x29\x41\x15\x0f\xa6\x59\x05\x18\xad\xde\xa5\xa1\x77\x95\xfb\x0a\x4c\x74\x16\xc5\x47\xe1\x64\xa5\xfe\x8d\xf7\x46\x95\x5a\xd6\xa6\xaf\x3b\x45\x63\x20\xae\xab\x04\xb5\xdf\xbf\x58\xcd\x50\x85\xf7\x18\xf2\x5d\x66\xa1\xdf\x3e\x94\x93\xd2\x9c\x69\x71\x90\x91\x2c\xec\x55\xb7\x47\x77\x97\x84\xb3\x45\x66\x9d\xbd\xcd\x5e\xcb\x6f\xa4\x72\x6d\x26\xc9\xd6\xdb\x6f\x89\x61\x61\xc8\x17\xb0\xd0\x93\x4f\x16\x1f\x1e\x71\x01\xfa\x40\xb3\x4e\x46\xc4\x95\xeb\x82\xa0\xab\x05\x11\x19\xd0\x7b\x6e\xbe\xfb\xd1\x2f\x84\x80\xda\xf4\x12\xc6\x46\xb0\x4a\x67\x48\x5a\x48\x36\x68\xba\xd1\x70\xad\x2a\x23\xb2\x7a\x33\xe5\x3b\x71\xac\x26\x7f\xf8\xa5\x96\x20\xae\xf0\x30\x14\xfb\x64\xb3\x85\x66\x39\x4e\xde\xf1\xcd\x53\x7b\x0e\x04\xd5\x74\x6a\xab\xee\x3e\x52\x3f\xae\x0d\x3b\x75\x57\x26\x01\xc2\x27\xcb\xad\xf7\x59\xe8\x52\x2c\xff\x9f\xbe\x13\xad\x46\xcb\xfc\x1d\x26\x92\xce\x91\x30\x95\x27\x53\xd1\x07\xdc\xfb\x84\x35\x1e\x4c\x9a\x12\xfa\x5f\x1f\x79\x82\x04\x96\x03\x32\x2d\x1e\x21\x0d\x13\x06\x00\xf3\x16\xb2\xf1\x5b\x0f\x25\x9e\x08\x44\xd8\x09\xd1\x47\xe7\x5a\xa3\xd1\xdf\x54\x62\x35\xa5\x2d\x66\xb9\x50\x72\x1a\x6e\x17\xad\x67\x92\x2b\x3d\x24\x12\x33\xa9\x16\x1c\x25\x32\x0b\x39\x59\x16\x69\x99\xf2\xb3\xe4\xd1\x2b\x28\xc4\x99\x0f\x8c\xf6\xf6\xc8\xc8\xa6\xd6\xa6\xd2\x67\x99\x50\x1e\x51\xd9\x34\x6b\x76\x2b\xcf\x90\x9d\x0a\xea\xf9\x75\x84\x95\xa4\xa8\x2e\xc5\x51\x49\xdd\x87\xaa\xd3\xb0\xec\x45\x77\xde\xbd\x18\xf5\x75\x37\x5d\x32\x6b\x7e\xbe\xe3\x6b\x34\x9d\x49\xa3\xef\xcf\xef\x77\x1c\x6e\x86\x8f\x6d\xac\x86\x17\x1e\x77\x3a\x2c\x96\x18\xfc\x2b\x50\xaf\x69\xce\xb9\xfb\x03\x73\x7b\x77\xcd\x94\xc1\x9e\x71\x68\x52\x4b\x1c\x33\x6b\x32\x75\x76\xc6\x30\x8d\x75\xd1\xa7\x86\xdb\xad\xe5\x99\x75\xd7\x6f\xe7\xab\x74\xa8\xcb\x9f\x42\x17\x0c\xae\x49\x7f\x30\xfb\x3b\xd7\xa5\xe1\x71\xee\xb2\x81\xd5\x70\x40\x75\xc5\xaa\xb0\xcf\xa2\x39\xca\xae\xdb\x58\xd2\xae\x3f\x3a\xd5\xa1\xff\xd9\xea\xa3\xe6\x94\x66\xdc\xab\x5b\x9b\xf7\x66\x79\x6b\x32\x68\xbd\x3f\x82\x75\xae\x07\x8d\xa7\x24\x24\x28\x8d\xfa\xfb\xc3\xe8\x1c\x27\x0c\xb6\x57\xe2\xe3\x49\x2c\xf0\x52\x6f\x62\xf2\xd1\x29\x07\x9a\x53\xdd\x94\xa0\xa8\xb9\x5e\xdb\x1e\x04\xad\x59\x5f\xaf\xf2\x76\x77\x42\xc7\xae\x3e\x31\x5f\x57\xcc\x91\x19\x18\x33\x9b\x29\x7e\x8e\x12\xb4\x9d\x9c\xae\x54\x7c\x89\x1e\x71\x3b\x90\x7e\x54\xdc\xd2\x70\xc8\x7c\xd7\x50\xed\x7b\xe3\x19\x4d\x28\x4a\xe7\xa0\xa1\x45\x39\x31\xef\x3d\x02\x7e\x42\x94\x23\xa9\xd0\x87\x71\x42\x74\x76\xc8\x42\x3a\x56\x4a\x64\x50\xda\x79\xd5\x2d\xaa\x60\xb0\x6d\x40\xf6\xa7\x4c\xed\x36\x7b\xc0\x77\xf9\xf9\xa5\x8c\x60\xc5\xf7\xf3\x9b\xcb\x31\x03\xb1\x8d\xee\xb8\xd7\x57\x08\x25\x6b\xd5\xcc\x0b\x5f\xbf\x76\x29\x6c\xe1\x49\xfb\x06\xcb\xad\x28\xee\xc5\xfa\xb9\xec\x8f\x94\x75\x46\xc8\x4c\x76\x4d\x5e\x40\xbd\x32\xfd\xc6\x4e\x59\xf0\x0b\x2f\xa6\x7b\x79\xb0\xfe\x1d\x96\xfd\x00\xaf\x47\xf8\x8b\xe0\x69\xb7\x92\x6a\x09\x03\xa1\x48\x06\xcd\x85\x45\xdc\xde\x54\xb2\x40\xd5\x0c\x46\xa2\x1b\x2d\x76\x59\x6d\x79\xb6\x8d\x87\xa7\x59\x6c\xf4\xf0\x6f\x93\x32\x8c\x4e\x08\x2f\x2f\xd3\x40\xf7\xee\xb9\xa5\x27\x2e\xdc\x8e\xe2\x06\x61\x2b\x70\x83\x0c\x7a\x8b\x4e\xd8\xe1\xd2\xab\x6c\x3b\x8b\x09\xf9\x42\x5a\x44\x9d\x80\x0e\xcf\x79\x76\x2b\xbc\x95\x9b\x95\x56\x9b\x68\xdf\xe3\x16\xd7\x3e\xc9\xbc\xdb\x08\xe4\x37\x5b\x6b\xf5\x05\x87\x15\x11\x63\xe4\xd0\x5d\x34\x69\x9c\xed\x32\x56\xe8\x66\x2d\x05\xdc\x62\xf5\x57\x16\x54\x0e\x4e\xb0\x28\x61\xc6\xfe\xc9\xd4\x8e\x5e\xbb\xce\xfc\xe8\x8c\xd9\x3f\x9e\xd5\xe5\x60\x94\xa8\xfb\x2b\x75\xaa\xda\xcf\xcd\x32\x6d\x5e\xa0\x3c\x36\xa2\x89\x6f\x5e\x40\xc7\xa4\xe7\x51\x9b\xce\x9f\xc5\x14\x9b\x6d\x88\x5d\x06\x2d\xd4\xb9\xa6\x1d\x6f\x56\x78\x72\x9c\x37\x74\x32\xa4\x5a\x0f\xaf\xa5\xb9\xed\xfc\x3a\x96\x82\x33\xee\x5b\xe4\xb0\x6b\xb0\x0f\xa3\x1c\x19\x72\xf3\x26\x25\xc4\x3b\x1a\x71\x58\x24\x97\x97\x46\xd4\x06\xf8\x7c\x2f\xab\x8c\x13\xe5\x7f\x92\xec\x0c\x37\xe5\xb2\x6b\xed\xd7\x2e\xf2\x36\x7a\x60\x98\xfd\xb7\x51\x96\x94\xc6\x1e\xa2\x34\x3f\x5e\xbb\x9b\xca\x63\x23\xf5\x4c\x23\xb4\xac\x9f\x3c\x66\xd7\x80\x54\x0d\x3d\x75\x6f\x33\xc9\xe3\xae\xfa\x30\x9f\xd5\x29\xb2\x65\xdf\xc5\x76\xca\x23\x17\x5e\xf9\xf8\x01\xd4\xf0\xe1\x9f\xd6\x9f\x22\x52\xaf\x94\x99\xb1\xa7\x4e\x3b\xed\x38\x85\x20\xfc\x2d\x43\x36\x3d\xca\xf1\xf5\xd2\x21\xa3\xf8\xb0\x84\x9b\x59\xa8\x82\x23\x06\xc6\xfb\xc7\x88\xf8\x1b\xd3\xc7\x2f\x27\xf5\xcd\x18\xe6\x6b\x46\x37\x05\x2a\x38\x73\x2c\x55\xdb\xdc\x9e\x8e\xd1\xa8\x6d\xfe\x39\x33\x27\x89\x5c\x3f\x3f\xbd\xae\x0b\xe2\x9a\x99\x72\x4f\x96\x02\x06\xb7\xa5\x6a\x53\x6b\x1e\x11\x38\xaf\xae\xbf\xfc\x24\x9b\xe9\xa4\x64\x4f\x95\xd8\x23\x50\x7e\x9c\x99\x58\x75\xff\xb0\x9a\xf9\x0c\x9a\x8a\xe2\xcd\xf6\x76\x08\xf1\xec\x6a\x8e\x92\x4a\x72\x89\x33\x7f\x36\xf6\x54\x36\xef\x8d\x16\x56\x3e\x25\x75\xea\xa1\x70\xc2\x2b\x9f\x35\xf4\xe5\xb8\x28\x54\x05\x72\xd5\x7f\xc9\x49\xb3\xf3\x50\x71\xd2\x34\xd1\x83\xeb\x64\xc2\xd1\xd9\x88\xd3\xa5\xe6\x07\x07\x0f\x39\x83\xfd\xc6\x76\x93\x55\xea\x95\xa7\x67\xd5\xcf\x36\x6a\x49\xa3\x7c\x7d\xbe\xe3\x7a\x0e\x98\xb3\x0b\x7b\x7e\x86\x69\xfb\x7c\xe9\x03\xae\x0a\x7d\xdf\xec\x45\x06\x97\x83\xf8\x70\x41\x39\x86\x96\x25\xc2\xeb\x81\xce\x53\x2a\xe9\xba\xb4\x82\x4e\xd8\x67\x9c\x56\xb2\x87\xef\x48\x8f\xb0\x85\x2b\x3e\x61\x7b\x6e\x05\x46\x92\x19\x41\x68\x4a\x36\xbc\x55\xcc\xed\xba\xe6\xd8\xfb\x9f\x66\x62\xf3\xf3\xc8\x04\xda\x9c\xbb\xce\xc0\x13\x64\xa6\xd3\x98\x78\xbf\x9f\xf2\xf4\x32\xd7\xbd\xb1\xfc\x10\x7a\xe7\xb1\x6b\xd0\x0d\x2d\xc8\x21\x3e\x8f\x01\x9f\xf9\xc3\x10\xbd\x31\x1e\xce\xd8\xf3\x2b\xaa\x90\xb8\x96\x34\x77\x91\x7a\x57\xf8\x0f\xef\x01\x8b\x14\x0a\x27\x5f\x4f\x6a\xfa\xc2\x6a\xbb\x21\x0e\x3d\x1d\x6a\xdc\x98\xc5\xcb\xa8\x86\xa5\xf2\x6b\x94\x79\x8b\x2b\x2e\x83\xbd\x62\xc3\x86\x8a\x1c\xdd\xc6\x40\x13\x77\x41\x44\xf8\xff\x08\xa7\x55\xac\x9c\x75\x9b\xbc\xd0\x08\x71\x1a\x44\x4f\x2e\xce\x0f\x83\x75\x38\x96\x63\xd2\xe9\x16\x69\x92\xdb\x7c\x46\xb5\xf4\x86\xb8\x62\x4f\x5c\xf0\x6b\xa7\x19\x42\x4f\xe9\x83\x26\x9a\xd7\x2d\x4b\xc9\xf2\xfb\xdb\x9a\x48\x9b\xad\xba\x1c\xa8\xbf\xa6\xb2\x2d\x54\x1b\x63\x7f\x96\xe7\x7e\xf4\xb4\xbe\xff\x8b\x49\xfd\x2f\xb3\x57\x8b\x30\x94\x64\xc3\xe4\x39\x06\x02\xc9\x7a\xf3\x7d\xf4\xc5\x0a\x37\x17\x26\xff\x4c\xfa\xba\xe2\x5c\xf5\xc7\x88\x87\x31\xf6\x72\xc4\x2f\x38\x6a\x42\x11\x35\x3b\x76\xab\xfc\xcb\xdd\x41\xa2\xdc\x46\x74\xd9\x8a\x6a\xf9\x7f\x92\xcd\x86\xf1\x49\xfb\xbb\xb0\xcb\xdd\xd2\x4f\xa0\x26\x65\xd9\x9d\x0f\x0d\x4c\x7f\x70\xed\xc7\x55\xa6\xb9\x51\x12\x4b\xef\xd8\xaa\x05\x58\xc5\xae\x42\x55\xf0\x51\x8e\xaa\xc5\xbd\x7a\x3b\x9e\xbf\xb4\xa6\x98\x9d\x50\x44\x30\x9b\x22\xbc\xd4\x5c\x90\xea\x00\xa1\xca\xb4\x08\x18\xa1\x78\x5c\x97\x5c\x4e\x9f\xaf\xbe\xdd\x80\xe4\x0c\x24\xde\x7b\x6a\xf6\x34\xe6\xfc\xb7\xbe\xe0\xe8\xe6\x53\xc4\x76\x07\xc2\x03\x8d\x32\xb3\x89\x77\x06\x6d\xd8\xd6\xb9\x86\x1e\xe9\xdd\x47\xd1\xae\x69\xb9\x66\x18\xde\x73\xe2\xd0\x12\x0e\x51\xf5\x55\x45\x87\x8e\x4e\xb1\x73\x0b\xe3\xe2\x8e\x9d\x4f\x9d\xb2\xb2\xa5\x07\xf9\x0b\xb4\x39\xac\x7d\x14\x8a\xf3\xed\xd4\xd7\xe8\x84\xa3\xe3\x31\x04\x4b\x96\xee\xcf\xa3\xbf\xd4\xaa\xc4\xf0\x46\xaa\x21\x9f\x7f\xa5\x62\xfc\x73\x2e\x5f\x91\x6e\x39\x48\xf8\x52\xde\xb8\x84\x0f\x1f\x5e\xac\x81\xe9\x1b\x4f\xe3\x30\x82\xf3\x24\x4c\x6e\x4d\xf9\x99\x91\x82\xbc\xfe\xa6\xad\xa2\xde\x58\xe1\x70\x1b\x0d\x4b\xeb\x62\x84\x6f\xe7\xc8\xc5\x22\xa5\xe4\x23\x82\xf0\x2f\x0c\xcf\x5c\xc4\xec\xe6\xe8\xfb\xe8\x9d\xae\xfd\x8a\xad\xf7\x9d\x32\xe5\x46\xa5\x55\x72\x99\x1b\x08\x4b\xeb\x29\x54\x2b\xa5\x7c\xc3\x44\x9f\x14\x06\xd7\x31\x95\x5a\xdf\x15\xd0\xe0\x10\x3c\xb8\xdd\x5d\x84\xf9\xb9\xbe\x6e\xf2\xf5\xc3\x1a\x9c\xcd\x69\x98\xa3\x25\x97\x3f\x44\x49\xfa\xd3\x4d\xce\x83\xed\xc1\xa7\x75\x5e\x39\x7f\x79\x9a\x52\x96\xaf\xd7\x5f\xbd\xf6\xb1\x80\xe8\x6c\x71\x6d\x78\x72\x26\x67\xd7\xd5\x34\xf2\x0b\x3a\xe2\x33\x6e\x55\xbc\x9c\x45\xa8\xd2\x12\x1f\x37\xcb\x48\xc4\x76\x44\x16\x36\x7c\xcc\xf8\xa5\x24\xb7\xdf\xd9\x11\x6d\x87\x3b\xa3\x18\xa2\x76\xbd\xe9\xe5\xbc\x09\x79\x21\xf7\xcb\xe9\x24\xcf\x1d\x0c\xfa\x42\x79\xfb\x4f\x22\x22\xd2\xfa\xaa\xa4\xd0\x97\x94\xb8\x6a\x2c\x2e\x5b\x0d\xd3\xeb\x92\xc5\x14\xd9\xab\x52\x38\x5d\x22\x2f\x78\x24\xc9\x86\x09\x75\x24\x5c\x7b\xce\xa0\xfa\x8e\x1f\xb2\x77\xa6\xd7\xe2\xe6\x91\xbf\x42\x47\x44\x4a\xbe\xca\x61\xf6\xc5\x47\x91\x36\xf1\xff\x97\xad\xe2\x80\x18\x3b\x3f\xfb\x49\x89\x51\xb6\xbe\x34\x3e\x6e\x00\x1d\x06\x0a\x00\xfc\x9b\x50\x69\xbf\x46\xc3\x7e\xf3\xbb\x6a\x7c\xf0\x6f\x9e\x17\xf8\xe1\x1d\x5e\xe0\x46\x26\x91\x48\x64\x92\xd6\xd0\xf3\xfb\x17\xd8\xe0\xc7\x84\xe0\x8b\x7e\x12\x6c\x40\xe3\x0d\xb4\xfd\x7f\x03\x00\x00\xff\xff\x36\x13\x80\x5c\xec\x0a\x00\x00") +var _webdataIconWoff = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x57\x79\x34\x14\xfc\xf7\xfe\x8c\x7d\xad\x91\xa5\x31\x21\x42\x96\xac\x85\x46\x88\xc4\xd8\x12\x1a\x7b\x79\xcd\x0c\x23\xfb\x3a\xb6\x98\x90\x35\x24\xb2\x8e\x35\xa2\x18\x4b\x79\x95\x44\xb2\x6f\x19\xd9\xca\x3e\xd6\x0c\xbd\x96\x48\xc6\xce\xef\xf4\xfe\xde\x3f\xbf\x9f\x73\x9e\xf3\x9c\xf3\x7c\xee\x3d\xf7\x9c\xe7\xde\x3f\xee\x0d\x34\x41\x22\x4d\xcc\xcd\x4d\x00\xe0\x54\x07\xec\x00\x00\xc0\xd3\x0e\x20\xe0\x7f\xbe\x9b\x48\xa4\x30\x00\x0c\x0c\x00\xb0\xcc\x03\x70\x0a\xca\xf6\x41\xe5\x21\x12\x69\x6e\x0c\x00\xe7\x9f\x6f\x81\x3f\x48\xa9\x8f\x07\x7a\x3a\xba\x48\x00\x38\x96\x01\x00\xb0\x7f\x75\x5e\xc0\x63\x82\x92\xbf\x0c\x00\xc4\x19\x00\x70\x0b\x00\x80\xde\x5d\x73\x64\x77\xf0\xc0\x78\x03\x40\xf7\x1b\x00\xb0\x0d\x00\x5d\x06\x7f\xc1\xe9\x24\x67\x1c\xc6\x11\x00\x08\x0b\x00\x40\x19\x00\xa0\x02\x9b\x3c\x59\x75\x76\xc6\x61\x00\x80\x68\x01\x00\x04\x01\x00\x62\xcc\x2e\xf4\x46\xce\x1e\xf8\x20\x00\x38\xff\xd4\x14\x02\x00\x28\xb1\xed\x42\xb2\x3d\x30\x41\xde\x00\x40\xd0\x00\x00\xa6\x7f\x01\x33\x05\x9e\x18\x0f\x1c\x00\x90\xb7\x00\x40\xae\x03\x40\x07\x4d\x19\x21\x61\xbd\xbd\xfc\xf0\x00\xd0\xaf\x02\x00\xf8\x00\x00\xc2\x27\xef\x81\x52\x50\xae\x03\xda\x11\x8d\x06\xf3\x9d\x75\x34\xaf\xcd\x43\x15\x7b\xfe\x3a\x1b\x98\xd6\xec\x3e\x7c\x06\x0b\x25\x98\x20\xec\xd3\x6e\x6c\x34\x31\x6f\x9d\x73\x0a\x16\xce\x8c\x8c\x60\x15\x63\x03\x72\x27\x6c\x08\x00\xc0\x7f\x79\x19\x27\x3f\x5b\xa0\x6d\xad\x80\x8e\xec\x05\x83\xf1\x9b\x42\xb8\x01\x12\x43\xd7\xf8\xaf\x6b\xa6\xff\xba\xf0\x27\x0e\x83\x41\xe7\x36\x37\x7f\x6e\x6e\x56\x4a\xfd\xc1\x41\x4f\x7f\x53\x33\xca\x29\xb4\x0f\x4d\xee\x66\xe5\xc1\xa1\x19\x9f\x29\x34\xb7\x0f\x6c\x80\xce\x53\xfa\x7e\xc6\x18\xc4\x73\xc4\xdc\x49\x98\xd3\xc2\x49\x27\x87\x22\xf9\x17\x87\x5a\x78\x6b\xa2\x77\x07\x9b\x56\x37\x0b\xa8\x6d\x3d\x65\x10\x94\x8b\x4b\x36\x71\x6b\x55\x80\x75\x16\x38\xfb\xaf\x5f\xae\xdd\x92\x53\x95\xae\x10\xe7\x14\xd2\x71\xec\x66\xc0\x58\xc5\x5e\x66\x52\xd3\x97\xb5\xf8\x8a\xc4\x86\x6c\x70\xaf\x7e\xec\xbd\xde\x9a\x74\xe0\xfe\x30\x4a\xc3\x78\x01\x67\x64\x50\x30\x73\x6e\x5a\xd3\x84\x6e\x96\x49\x13\x5a\x3a\x4a\x3f\xad\xce\xce\xb0\xfb\x7b\xaa\x99\xf7\x93\xc6\x55\x11\x1f\x9a\x80\x30\x74\x27\xff\x6e\x1d\xaf\x49\xfe\xa4\x7a\xd8\xfd\x97\x2c\x55\xfc\x8d\xf5\xa4\x78\xc6\x6b\xbb\x1b\x53\xb3\x53\xf2\xfd\xc6\x89\x3f\x0a\xa9\x40\xd0\x67\xe9\x03\xa3\x54\xf1\x92\x4a\xbf\xbd\x42\x44\x0b\x44\xc2\xda\x3d\x19\xf3\xe4\x91\x67\xbd\xfe\xc0\x0b\x57\xc9\x76\x58\x32\xb5\x9b\x68\x86\xd5\x15\x32\x93\x1f\xcc\xfa\x26\xee\x16\x60\x1e\x29\x7b\xc1\x12\xbe\xba\xc9\x72\x8b\x3c\xe7\x78\x75\xbc\x3e\x99\x52\x2c\xf1\x2e\x9e\xd9\x37\x7f\xd2\x57\x5c\x0f\x27\xee\x80\xe2\x53\x73\xa8\x35\xc3\xd2\xc8\x0f\x03\xa2\x55\x45\x14\x0f\xfb\x93\x87\x8c\x7b\x3e\x19\xdd\x6e\x95\xe9\xfb\x4c\x79\xa6\xe0\x6f\x10\x8d\xea\x4d\xfc\xfa\x21\x71\x19\x85\xed\x26\xb8\xa0\xf4\xe0\x84\xa8\x8f\x37\x96\x3d\x8b\xf6\x30\xae\xbf\xb0\xae\xee\x19\x86\x82\x52\xaa\x69\xdf\x10\xf1\xeb\xb1\x3e\xa5\xe9\x23\x27\xb9\x32\x88\xb6\xf9\xee\xd1\xb2\x03\xe9\x9d\x8b\x29\xc3\xae\xd2\x7c\x65\x1a\x9e\x63\x3a\x65\x88\x3b\x86\x3d\x4d\x82\x0f\x21\xd8\x45\x93\xcb\x7f\x7a\x41\x19\x68\xbc\xad\x7d\x03\xca\x38\x5b\x03\xd9\x53\x64\x91\x86\x4b\x1b\xac\x53\xa2\x0a\x38\x4c\xe6\x51\x40\x9c\xf7\x17\x8b\x79\x06\x4c\x48\x8b\xb3\xfa\x5b\x67\xd2\xe8\x18\x2c\x61\x11\x19\xc2\xca\xfb\x84\x33\x9f\x52\xad\xc0\x37\xd6\xd0\xf3\x7e\x69\x7a\x1c\x1b\xc8\xd4\x0c\x09\x17\xd8\x96\x34\xe9\x57\x98\xc2\x38\x55\x64\x5b\xf7\xcf\x29\x8c\x6c\xd5\x39\xa9\xf8\x90\x0d\x95\x89\x12\xbd\x78\xf4\xdd\x5a\x87\x0e\xcf\x89\x04\x4f\x69\x02\xff\x67\xeb\x8b\x97\x29\x6b\xe1\x8e\xb4\x85\xd0\xa3\x03\xf5\x86\xcf\x72\x56\xa7\x8f\x29\x4d\x7b\x64\xfb\x8f\x49\x7f\x5d\x9f\x4a\x0d\xc1\xef\xac\x7f\xa1\x2c\x1f\x85\x58\x8a\xaf\x1f\x1f\xfc\x14\x9b\xd2\xdd\xda\x70\xa6\xde\x89\xfe\x34\x14\xa1\x0d\x79\x23\x1b\x7d\xa1\xe6\x85\x29\x36\x5e\x9b\xf8\xe1\x25\x67\xd3\xb8\x57\x48\xa1\x37\x03\x1e\x15\x2d\x2d\x4c\x88\x86\xfb\x95\x22\xb8\xba\xad\xa3\x77\xba\x75\xe6\xd2\x54\x2d\x4a\xdb\xdc\x13\xb8\xbc\x3b\x65\x50\x59\x2b\xaa\xe4\x25\x0f\x06\xa5\x31\x6d\x48\xd8\xa9\xd9\xa6\xd7\xf2\x6a\x09\xba\xf0\xff\x66\xd5\x09\x44\x9e\xdc\x85\x25\x46\xf0\x88\xd2\xc3\x01\x90\x19\x84\xac\xfc\xd1\xd3\xad\x38\xdd\x79\xba\x78\xf3\x3b\xf2\x27\x5b\x02\x8c\x09\xb4\xc2\xac\x6c\x0d\xe6\x5b\xa9\x2c\xbc\x0e\x37\x5b\x4a\x95\xe9\xe8\x99\x5e\x71\x21\x5c\xaa\x0b\x0d\xcd\x93\x17\x60\x3c\x6f\xec\xda\x3b\x20\xdc\x07\xab\x8d\x8d\x94\x86\x0f\x0d\x8d\x8d\x6d\x87\xd9\x05\xb3\xa5\xca\x17\xd0\x5c\x67\x8a\x2d\x49\x06\x06\x61\x02\x37\x4c\x7b\x9f\x66\xf3\xa9\x31\x96\x49\x79\x94\x0d\x95\x4a\x13\x35\xfa\xf9\x03\x9d\x76\x4e\x8d\xf3\x88\xfd\xb3\xd5\x47\xbe\xba\x45\xcb\xb9\xfa\xb3\x2f\xc4\xcb\x04\x10\x89\x5a\x50\x06\xeb\xe1\x81\x21\x8e\x28\x29\x2d\xb0\x42\x76\x69\x96\x39\x4b\x66\x44\x91\xa3\xf9\xa9\x28\x62\xa1\xc0\x8d\x7a\x8d\xc5\xbc\xcd\x5c\x8e\x1f\x1d\xdc\x0b\xaa\xc4\x3b\x7c\x59\xfb\x48\x3b\xa9\xce\xd3\x4c\xaa\x58\x79\x02\xe6\x6b\x0e\x82\x39\x21\xca\x6e\x38\x1e\xec\x3e\x48\x19\x28\xb0\x62\xa0\xf2\x2e\xc2\x6e\x2b\x44\xa6\x3a\x45\xa8\x6f\x70\x9a\xd2\x51\x1f\xe9\x3e\x3f\x53\xc1\x30\x43\x2f\x1f\xf1\x04\xcd\xed\x4c\xd7\xd7\x4c\x4f\x03\xfc\x0c\x11\x10\x5a\xa4\xe8\xf3\xd3\xb9\x0c\x57\x9b\xcf\xb7\x74\x53\x05\xd5\x6c\x27\x6a\x95\x3f\xd5\x0e\xc3\x83\x6c\x2b\x3d\xbb\x46\x5e\xca\xd2\xda\xcb\x65\x3d\xfa\xf2\xa9\x95\x8b\x38\x0b\x8b\x27\x9a\x34\x77\x82\xc3\x56\x6d\x27\x35\x06\x79\xbd\xe6\x79\x68\x0a\xc5\x62\xcc\x2e\xfd\x5b\xa5\xad\x4b\x60\xf9\x6a\x55\x76\x60\x42\xa6\xfc\x2c\xe5\xd9\x2f\xdf\x69\x0b\xd9\x6c\xaf\x40\x15\x5b\xf7\x17\x1d\x2a\x24\xc9\x9d\x34\x8b\xb0\x90\x63\x6c\xb9\x1d\xf6\x5d\xaf\x4d\x43\xa8\xc1\x76\x7c\xc6\x88\x5d\x86\x6d\x47\xbf\x8a\xba\xd5\xbd\xeb\x4d\x15\x45\x41\x84\xad\x53\xfd\xe5\x1d\x33\xdb\x1b\x9e\x36\x09\xf7\x97\x6a\x33\x32\x46\x97\x94\xdf\xba\xdb\x7f\xae\x74\xb7\x81\x83\x1b\xbc\x4a\x22\xc2\x0c\x8c\x32\x51\x51\x6f\xa0\x5c\x78\x11\x69\x98\xf6\xad\x38\xf6\x90\x68\x21\x4c\xc1\x1b\x7b\x84\xb0\x00\xcf\x29\xd6\xd8\xe8\xbf\xe6\x58\x82\xe2\xef\xfa\xf0\x49\x32\xda\x09\xd3\x79\xb2\x36\x44\xf7\xbf\xfa\x8d\x0b\x7d\x56\x86\xbb\x88\x16\x3d\x4c\x75\xc8\x59\x86\x6e\x75\x60\x15\x1f\x31\xfc\x3e\xfe\x2a\x8e\xca\xf9\xdb\x09\x47\x08\x67\xee\x9b\xb8\x81\xf1\x56\x50\x54\xca\x52\x44\x10\xf0\xf9\xc1\xc7\xc7\xea\x5d\xe8\x3b\x01\xc4\x77\x8f\x0b\x1d\x2b\xb3\x8c\xd4\x8b\xb5\x15\xca\xcf\x3c\x2b\x47\x5c\x1a\xad\xb8\xc0\xcb\xff\xb8\xc1\xa9\x90\x7d\x25\x42\x5f\xf8\xd1\xb2\x31\xea\x91\x61\x05\xf7\xa5\xeb\x2a\xb7\x0d\x4d\xd7\x2f\xd3\x04\x9a\xe3\xde\xaa\xcd\x2b\xda\x04\x48\x1c\xe8\xa8\x52\x13\x8c\x1c\x99\xda\xaa\xeb\x26\x57\xb9\x17\xaa\x11\x6d\x6b\x2a\xb7\x07\x4f\xd2\x07\x35\xf3\x8a\x24\xd2\xdb\x17\x5a\x5d\xf5\xd9\xdd\xe2\x38\x24\xee\x6b\xb7\xbd\x3f\x7f\x4e\x51\xc7\x33\xfb\x0a\xe6\xa3\x9e\xea\x54\x04\x97\x47\x60\xf7\x27\x9e\x3c\x79\x39\x23\x3c\x53\x5b\xd9\x5a\xe8\xf5\x98\x49\x8f\xdc\x49\x55\x6c\x6d\x22\x8b\xe3\x91\x77\x4c\xd9\x45\x9d\x51\x6a\xf3\x96\xd7\xa7\x11\xcb\x5a\x1f\x46\xff\xf9\x33\x87\x86\x3f\x49\xdc\x9c\x4d\x92\xa2\x5f\x48\x61\x0b\x05\x73\xe5\x7a\x5f\xf2\xb4\x38\xad\xe6\x68\xb4\xfa\xf7\xb5\xf3\x25\x75\xbf\x33\x9f\x58\x4d\x98\xac\x7f\x08\x37\x59\x30\x91\x9f\xfe\xe0\x4b\xfb\x3e\xc7\x1e\x3b\x06\x9d\xb1\x09\x0b\xe0\x2c\xf2\xd3\x0c\x3f\x4e\x2e\x62\x3c\x2c\x25\x08\x72\xec\xfa\x8b\xc3\x75\x8a\x9b\xce\x20\x23\xab\xf5\x25\xe3\xaf\x8b\x4b\x60\x10\x24\xe4\x11\xc6\x7c\xb2\x57\xec\xe8\x9e\x2f\x77\x1e\xfb\xd5\x87\xb7\xf3\x46\x8d\x14\x3e\x1f\xed\xdd\x2f\x76\x8e\xe2\x21\x5c\xe4\x99\x32\x9c\x12\x7f\x6f\xe7\x63\x7f\x2b\xa3\xd3\x50\xe0\x5e\xd8\x0e\x93\x93\xb2\xaa\x9c\xb8\xa1\xc0\x94\xad\xe7\x7e\x1e\xd9\xa0\xd7\xbf\xd6\xac\x12\xe7\x19\x9d\xd4\xd3\xbb\x9d\x5a\xf0\x45\x19\x77\xc7\x75\x12\x11\x3c\x28\x72\xa5\xad\x4e\x51\x23\xce\x45\xc4\xad\x50\xe0\xfe\x33\xaa\xae\x1e\xc3\xca\x9c\x3e\x8c\x78\xa5\xc7\x18\x76\x65\xe3\x61\x41\xc4\xb3\x50\xf2\x47\xa8\xa5\xa2\xa1\x5c\x51\x89\x9c\xe0\x95\xcc\x2b\xaf\x10\x2e\x42\x98\xf3\xb0\xc7\x3a\x6d\xd7\x46\xf6\x2c\x06\x06\x9a\xf9\x9c\x25\xeb\x8c\xcc\xa0\xfe\x77\x24\x52\x7d\x7c\xa7\xfa\xbc\x51\xdc\xe6\x3c\xf2\x96\x1c\xed\xf9\x7e\xbf\x2c\x62\x1a\x54\x3d\xe1\xe1\xf1\x11\x3b\x70\xa6\x05\xb1\x11\x94\xc0\x8e\x82\xba\x77\x4c\xf5\x4a\xa2\xe0\x22\x2d\x11\x8a\xd0\x99\x15\x76\xcb\xeb\x62\x99\x7d\x41\x66\x1f\x39\x99\x15\x9a\x2f\x09\x0f\x3f\xdc\x9c\x77\xa3\x66\x56\x51\xf3\xf2\x9d\x02\x87\x2e\xa9\x14\x6c\xfc\x36\x7a\x41\x4c\x3a\xe6\xf6\xda\x69\x30\x7e\x3d\xd6\xb4\xb5\xe6\xe4\xb2\x3a\x6f\x3b\x2a\x18\xcb\xb5\x7d\x69\xfd\x8e\xd9\x66\x79\xbc\xf9\x3f\xa6\xe6\x14\xef\x19\x2e\x4e\x0d\x57\xfd\x62\xec\x7e\x45\x05\xde\xaf\x2b\x45\x73\x5d\x19\x7f\xd7\x92\x90\x26\x93\x89\x38\x4e\x8e\x9a\xc9\x88\xbb\xfc\xb8\xfa\x8c\x2d\xc6\xe3\x95\xf4\x7a\x70\x6a\xed\xc1\xb9\x17\x03\xb2\xf1\xe3\x36\xa9\xf0\x8b\x95\x93\x43\xdc\xcb\x59\xf8\x34\x03\x89\x99\x42\x0b\xb9\xe1\x5e\xda\x3d\x15\x33\xc9\x1f\x79\xed\xc4\x5f\x57\x4e\x5b\xf0\xba\x41\x64\xc3\x9f\x9d\x69\x64\x25\xb0\xad\x27\x4a\x75\x7f\x5f\xd0\x0f\xdf\x63\x13\xa5\xfe\x44\x1c\xf8\x39\xf8\x42\x53\xb5\x47\x5a\x11\x0d\x8a\x67\x64\x6b\x73\x0f\xc5\xd6\xdf\x4e\xdd\xef\xbf\xbb\xbe\xfa\x40\x3b\xf0\xe5\x58\xe5\xa5\xef\x6f\xab\x4c\xdb\x7d\x7d\xb1\x59\xba\xc7\xce\x97\x50\x79\x7c\x13\x99\xb0\xe1\xc2\xe2\x84\x7b\x0e\x67\x4d\x39\xdd\x60\x1a\x59\x97\xde\x50\x95\xdc\xaa\x72\xfa\x9e\xf4\xf1\xf9\x74\x61\xec\x4d\x04\x88\x8c\xdf\xaf\xa5\x86\xd7\x2d\x24\x33\xda\xa9\xbc\xc5\x46\xf0\x4c\x48\xdc\x26\xf3\x55\xbe\xa0\x0a\x39\x1c\x70\xbe\x59\xab\xf0\x46\x0b\x58\x0a\x78\x97\x65\xe1\x32\x45\x86\x75\x5f\xb7\x09\xed\x99\x72\x9c\xd7\x12\xe0\xb3\xde\x50\x88\xcd\x7d\x91\xe3\xe3\x2c\x25\x7a\x76\xc0\xed\x16\x9d\xad\x48\x29\xe6\x5b\xb6\x9f\x71\x56\xaf\x72\x98\xb1\x74\xdc\xee\x40\x8c\x4b\xc9\x79\x6e\x6f\xea\xf8\x8f\xa7\xe6\x4f\xbc\xbe\x18\xf4\xe4\xfe\xc8\x30\xd8\xdd\x17\x3d\x1d\x74\x6d\x2e\x80\x51\x50\x9a\xc6\x4c\x07\x6f\x6d\xd1\x82\x32\x47\xde\x80\x99\x47\xba\x5a\xeb\x8a\xc4\xe8\x2b\x1f\x29\x44\xf9\x24\x57\xbd\x0c\x8b\x75\xb7\xeb\x80\xc8\xd4\xb8\xc7\xdf\x44\x3c\xba\x29\xa2\x54\x9f\x11\xca\xfa\x02\x23\x1a\xc3\xd9\x4e\x1d\x93\x80\x76\x16\xa2\x59\x62\x23\x0b\xbf\x32\x4f\xda\x07\x85\xc9\xf2\xb3\x6d\x88\xc4\x38\xd2\x1f\x45\x5e\x32\x8b\xdd\x9e\x1d\x43\x34\xb6\x7c\x39\x62\xe5\x88\x26\x4e\xb6\x49\xbe\xc7\x8b\x29\x3e\x59\xc4\x22\x9e\x75\x0b\xf6\x28\xe8\x71\x6f\xcb\xe9\xe2\x20\x6f\x2d\x7f\xeb\x1d\x99\x3d\x4e\xc3\xd8\x1a\x8f\x6a\x59\x74\xc4\x57\x15\x6d\xe5\x3c\xaf\x82\x5b\x8f\x72\xd9\x18\x93\x14\xf3\x4e\xa7\x97\xce\x24\xc7\x08\xa8\xd3\x51\xbe\x6b\xa4\x88\x34\xa5\xad\x0a\xa8\x2d\xcd\x67\xce\x1c\x29\xe6\xc4\xed\x8b\xdb\xc6\x18\x28\xdb\x70\xfa\x0b\x9e\x23\x25\xa9\xe4\xc5\x92\xaa\xd0\x16\xba\xab\x69\xdf\xb2\xd2\x6e\x44\x96\xb8\xba\x54\x46\x76\x3d\xcd\xc9\xaf\x79\x9f\x7f\x6f\xe1\xa2\x85\x18\xfb\xa1\x66\x60\xf4\x2a\x5f\xf0\xed\x0c\xb2\x4b\xad\xa6\x7e\xe1\xda\xd3\xef\x4a\x0d\xd8\x94\x80\xcd\xcd\xb3\x1d\x13\x6b\x3d\xda\x11\xb5\x93\xe9\x49\x5b\xbe\xef\x9c\x0b\x2b\xf9\x66\xae\x76\x6e\x7a\x6e\x3e\x9e\x9f\xe5\xf3\x1b\x34\xff\xdb\x5a\xdf\x5c\xac\x7e\x1c\x62\xd3\x57\x2c\x1f\xff\x31\xc0\xb0\x27\x84\x3b\xcb\xe6\x9d\xe2\xcf\x71\xf1\xbc\x91\x97\x3f\xe5\x3e\xe8\x4c\x1b\xcd\xd8\x7d\xee\xfa\x81\x1d\x24\x56\xe0\x07\x19\x7f\xf3\xe7\x87\x7c\x94\xd9\x49\xee\xfd\x7d\xef\xda\x83\x6e\x23\x29\x7a\xc5\xfa\x20\x19\x9c\x70\x79\xd4\xc2\x67\xde\x37\x1e\x56\x93\x39\x1e\x0d\xf5\xf5\x6a\xa1\x82\x2d\x19\x5a\x2b\x3e\xdb\xaf\x5a\x50\xbb\x76\xa1\x6c\x66\x1d\xb5\x33\xd0\x10\x51\x29\x91\x13\x68\x12\x71\x9a\x03\x85\x41\x4a\xf7\x5c\xe8\xaf\x79\x5b\xe2\x1b\xe2\x5a\xea\xc2\x6e\x84\xac\xeb\x35\x4d\xce\xcb\xae\xf8\x1e\xd5\xc0\x2f\xe4\x8c\x65\xad\x60\xde\xfa\x9e\xa6\x37\xc4\xda\xd7\x7a\x9f\xe9\x79\xcb\x90\x25\xe9\xfa\xa6\x45\x52\x08\x6c\xda\x37\x46\x5c\x21\x63\xa2\x42\x2c\xab\xab\x5c\xe8\xeb\x05\x69\xcd\xa2\x92\xa8\x54\xa9\xc1\x83\xd7\x25\xf6\x8b\x61\x59\x23\x0c\x43\xe3\x55\xaa\x36\x7b\x4d\x2b\x84\x60\x7b\x8d\xaa\x9b\x7b\xef\x3f\xf5\x34\x5f\xb1\x49\x2d\x96\x0f\xf3\x27\xa6\x57\xf4\x96\xe9\x91\x55\x8d\xab\x00\x7b\xae\x16\x54\xd6\x2b\x9a\x42\x9a\x70\xe9\x3e\x6b\x99\x6b\x1b\xb7\x34\xef\xe5\x61\x5f\x87\x29\xb9\xa0\x57\x4f\x23\x2d\xef\x07\xc0\x86\xb1\x18\x4a\x1d\xc2\x77\x3f\xa1\x3b\x6c\xc0\x44\x67\x6d\x7a\x44\xfe\x93\x66\xd1\x8f\xe3\x37\x05\x8d\xa7\x79\x47\x5f\xd9\x90\x60\x09\x2f\x83\xfd\xf7\x28\xfe\x7a\x56\x73\xb8\xa0\x8e\xf5\x6c\x8f\x77\xa4\x8a\xc0\x0e\x65\x7c\x7a\x4d\xbb\xbf\x86\x8a\xf7\xd1\xae\xc2\xa7\x27\x27\xf3\x7b\x7e\x0b\x9c\xb2\x24\x24\x0f\x72\x73\xf5\x74\xdd\x3f\x6d\x2e\xdf\x4e\x7a\xcc\xcf\x3b\x91\x86\xcf\x92\xeb\xb9\x6a\xf2\xf9\x3f\xe6\xfb\xf3\x53\x5f\x77\x9b\x65\x92\x5c\x48\x6a\x1f\x90\xe6\xa2\xd9\x72\x44\x37\x81\x7a\xa1\x41\x0a\x15\x6e\x66\x25\x4a\xc2\x9f\x2c\xfe\x20\x65\xdb\x8e\xa2\x56\x52\xbe\x5e\xab\xc9\xc7\x8f\xaa\x13\x2f\x94\x06\xc7\x3d\xa7\x8a\x3c\xca\x8e\x65\x71\x75\x7f\x34\x35\xd8\xc8\x38\xc6\xdb\x87\xb1\xb8\xe2\xf6\x66\x29\x68\xd9\x56\xbd\x1d\x2b\x14\xe5\xeb\xab\xaf\x4b\x43\x97\x6a\xe2\xc5\xf8\xf6\x97\xe1\xc1\x47\x47\xb9\xaf\xab\x67\xce\xee\x81\xcd\xd1\x79\x38\x6d\x78\x8e\xa3\x8e\xa1\x33\x5a\x7d\x4e\xb5\xf0\x97\x0f\xa3\xaf\x36\x4f\xd7\x9e\xf8\x5a\x88\x64\xfc\x81\xf5\xad\x5b\x71\xf3\xab\xcc\xd5\x92\x07\x77\xca\xb9\x1d\x52\x34\x35\x54\xf9\xce\xa7\xae\xd5\x04\x6f\x87\x4d\xad\x20\x69\x27\x1f\xe1\xb7\x24\xf7\xc7\xcb\x74\xb4\xaf\x0e\x45\x2b\xc5\x14\x56\x36\x97\x98\x27\x3d\x60\x4f\x75\xaa\xbf\x4c\x20\xe1\xd7\xba\x6f\xdb\xa5\xa7\x57\x9a\x8e\x1c\x52\xb8\xf8\x71\x0b\xe7\x3f\xbf\x5e\xdd\x4b\xb9\xa8\xd7\xe0\x00\xdf\x27\xb0\x27\xba\x69\x3c\x10\x4b\xfa\xfb\xe9\xc3\xb7\x3f\xdf\xef\x3a\x84\x76\x84\xb8\x2c\x79\xd1\xc5\x3c\x5d\xbc\x93\x76\x64\x6f\x38\x60\xc9\xf2\xdf\x9e\x1e\x0e\x84\x98\xb8\x98\xf8\x84\xfb\x18\xda\x13\xa1\x1c\x80\xae\x17\x48\x03\xf0\xff\xd7\xce\xe4\x7e\x5f\xe0\x1f\x1e\xad\x30\xf6\xfb\xc3\xd3\xdc\x5e\xbc\x41\xb9\x0e\x18\x34\x1a\x8d\x41\x43\x31\xd6\xac\x9d\xcc\x2d\x4a\x74\x6c\x97\x79\x8a\x36\x5a\xa0\x20\x69\x82\x21\x07\x80\xff\x0b\x00\x00\xff\xff\xc4\xab\x3f\x51\x3c\x0d\x00\x00") func webdataIconWoffBytes() ([]byte, error) { return bindataRead( @@ -128,12 +128,12 @@ func webdataIconWoff() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "webdata/icon.woff", size: 2796, mode: os.FileMode(436), modTime: time.Unix(1, 0)} + info := bindataFileInfo{name: "webdata/icon.woff", size: 3388, mode: os.FileMode(436), modTime: time.Unix(1, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _webdataIndexHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x52\xbd\x6e\x14\x31\x10\xee\xef\x29\x1c\xd7\x49\x96\x20\x81\x28\x6c\x37\x09\x0d\x0d\x08\xd2\x50\xfa\xec\xb9\x5b\x73\x5e\xdb\xd8\xb3\x7b\xb9\x8e\x0a\x14\x84\x44\x43\x4d\xf8\x13\x42\x48\x81\x07\xe0\x6d\xf2\x04\x3c\x02\xda\x9f\xbb\xbd\xec\xe5\x4e\x20\x51\xad\xe6\x9b\xef\xf3\xf7\xcd\xcc\xb2\xbd\x93\x87\xc7\xa7\x4f\x1f\xdd\x27\x39\x16\x56\x8c\x58\xfd\x21\x56\xba\x29\xa7\xe0\xa8\x18\x8d\x58\x01\x28\x89\xca\x65\x4c\x80\x9c\x96\x38\x39\xb8\x47\x45\x07\x3b\x59\x00\xa7\x95\x81\x79\xf0\x11\x29\x51\xde\x21\x38\xe4\x74\x6e\x34\xe6\x5c\x43\x65\x14\x1c\x34\xc5\x3e\x31\xce\xa0\x91\xf6\x20\x29\x69\x81\x1f\xed\x93\x32\x41\x6c\x2a\x39\xb6\xc0\x6f\xd5\xaf\x26\x15\x4d\x40\x92\xa2\xe2\x74\xe2\x0e\x9f\x25\x2a\x58\xd6\x82\x83\x6e\xca\xe5\xed\x3b\x77\x87\x0c\x34\x68\x41\x3c\x86\xc2\x23\x90\x53\x5f\xaa\x3c\x48\xcd\xb2\x16\x1e\x31\x6b\xdc\x8c\xe4\x11\x26\x9c\x16\xd2\xb8\x43\x95\x12\x25\x05\x68\x23\x39\x4d\x2a\x02\x38\x4a\x22\x58\x4e\x13\x2e\x2c\xa4\x1c\x00\xe9\x75\x99\x51\xde\x1d\x06\x37\xa5\x04\x17\x01\x38\x35\x85\x9c\x42\xd6\x00\x8d\xb0\xee\x37\x6b\xd3\xa6\x22\x46\x73\xea\x03\x38\xe3\xa6\x54\x8c\x08\x21\x84\x39\xdf\x65\x65\x41\x3c\x90\x95\x7c\xd2\x8e\x64\x12\x89\xf0\xbc\x34\x11\xf4\x1e\xcb\x82\x60\xd9\x8a\xd8\xea\x82\x38\xf6\xce\x81\x42\xe3\xa6\x57\x2f\xbe\xd6\x9c\x11\xcb\xb4\xa9\x44\x6f\xa5\xac\x4f\xa0\x29\x51\x56\xa6\xc4\x69\x6e\xb4\x6e\x6e\xd8\x3d\x70\x62\x92\x6a\xdf\x00\xdd\xe8\x1b\x7c\x5c\x22\x7a\xd7\xe8\x23\x58\x2f\x75\x0b\x50\x71\xf5\xf2\x17\xcb\xda\x62\xd3\x2a\xc8\xad\x3e\xcb\xbe\x95\x63\xb0\x54\xf4\x47\xb8\xc1\x71\x06\x8b\xb4\xf2\x3b\xff\xd8\xfb\x0d\x89\x93\xd2\xda\xf6\x40\x2b\xfa\x97\x4f\xdb\xe9\x33\x58\x8c\xbd\x8c\xfd\x2c\x6f\xbe\x6d\x9f\x65\x49\xde\x32\x10\xc2\x19\xca\x08\xb2\xe1\xd6\x45\xfd\x9b\xdb\xc4\x8f\x48\xf4\xf3\xc4\x8f\x04\xcb\x96\x94\xcd\x20\x09\x5c\x1f\xe2\xfd\xe7\x9d\x21\xd2\x96\x00\x35\xa5\x6b\xb4\xea\xd4\x75\x86\x66\xe3\x3a\x10\xc4\xb1\x54\xb3\x95\xe7\xe5\x87\xeb\x5b\xda\x08\x58\x06\x88\x4b\xf6\xef\x8b\xef\x17\xbb\xe9\x9d\xc5\xc4\xc7\xf9\xfa\x7a\x2f\x87\xb7\x68\xa7\xfb\xb7\xf8\x21\x42\x85\x71\x3d\xfc\xdb\x1f\xbb\xd3\x04\x2b\x17\x41\x96\x09\x7a\xc5\xcf\xdd\x0a\x07\x67\x38\xf0\xb8\xfc\x0f\xd1\x2b\x6f\xcb\x02\xb4\x9f\xbb\x7e\x95\xef\xce\x77\x47\x69\x35\x45\x89\xb0\xa6\x79\xf5\x37\x9a\x32\xac\x29\x5e\xdf\x18\xbf\xfb\xfc\x09\x00\x00\xff\xff\xe7\xeb\x0f\x46\xdf\x05\x00\x00") +var _webdataIndexHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x55\x4d\x6f\x13\x3b\x14\xdd\xe7\x57\xb8\x5e\xb7\x9d\xd7\x27\xbd\xa7\xb7\x18\x7b\xd3\xbe\x0d\x1b\x10\x74\xc3\xd2\xb1\x6f\x32\x26\x1e\xdb\xd8\x9e\xa4\xd9\x21\x16\x45\x45\x95\xf8\x5c\x53\x28\xa8\x42\xa0\x14\xc4\x96\x7f\x93\x5f\xc0\x4f\x40\xf3\x91\xcc\x74\xd2\x74\x2a\x94\x55\xeb\xeb\x73\xee\x39\xe7\x5e\x2b\x13\x6f\x1d\xdc\xdd\x3f\x7c\x78\xef\x7f\x94\x84\x54\xd1\x5e\x9c\xff\x41\x8a\xe9\x21\xc1\xa0\x31\xed\xf5\xe2\x14\x02\x43\x3c\x61\xce\x43\x20\x38\x0b\x83\x9d\xff\x30\xad\xca\x9a\xa5\x40\xf0\x58\xc2\xc4\x1a\x17\x30\xe2\x46\x07\xd0\x81\xe0\x89\x14\x21\x21\x02\xc6\x92\xc3\x4e\x71\xd8\x46\x52\xcb\x20\x99\xda\xf1\x9c\x29\x20\x7b\xdb\x28\xf3\xe0\x8a\x13\xeb\x2b\x20\x7f\xe5\x5d\x3d\x77\xd2\x06\xe4\x1d\x27\x78\xa0\x77\x1f\x79\x4c\xe3\xa8\x2c\xb6\x6e\x7d\xc2\xfe\xfe\xe7\xdf\x36\x22\xc8\xa0\x80\xde\x87\xd4\x04\x40\x87\x26\xe3\x89\x65\x22\x8e\xca\x72\x2f\x56\x52\x8f\x50\xe2\x60\x40\x70\xca\xa4\xde\xe5\xde\x63\x94\x82\x90\x8c\x60\xcf\x1d\x80\xc6\xc8\x81\x22\xd8\x87\xa9\x02\x9f\x00\x04\x7c\x95\x26\xb9\xd1\xbb\x56\x0f\x31\x0a\x53\x0b\x04\xcb\x94\x0d\x21\x2a\x0a\x05\x31\xbf\x2f\xc6\x26\xe4\x18\x49\x41\xb0\xb1\xa0\xa5\x1e\x62\xda\x43\x08\xa1\x58\x9b\xca\x6b\x6c\xe9\x1d\x36\x66\x0f\xca\x48\xd2\x23\x07\x8f\x33\xe9\x40\x6c\xc5\x91\xa5\x71\xb4\x04\x96\x3c\x4b\xf7\x8d\xd6\xc0\x83\xd4\xc3\xf9\x93\x8b\x1c\xd3\x8b\x23\x21\xc7\xb4\x96\xe2\xca\x78\x10\x18\x71\xc5\xbc\x27\x38\x91\x42\x14\x3b\xac\x1a\x1c\x48\xcf\xcb\x1e\x20\x0a\x7e\x51\xef\x67\x21\x18\x5d\xf0\x1d\x28\xc3\x44\x59\xc0\x74\x7e\xfc\x33\x8e\xca\xc3\xaa\x94\x65\x6b\x75\x16\xf7\x8a\xf5\x41\x61\x5a\x2f\xe1\x1a\xc5\x11\x4c\xfd\x52\xef\xe4\x43\xad\xd7\x06\x0e\x32\xa5\xca\x05\x2d\xe1\x9f\xce\xd7\xc3\x47\x30\xed\x1b\xe6\xea\x2c\xa7\x9f\xd7\x67\x59\x80\xd7\x04\x0a\x70\x14\x98\x03\x56\x60\xf3\x43\xfe\xcc\x95\x27\x7b\xc8\x99\x89\x27\x7b\x34\x8e\x16\x90\x8a\x91\x37\xae\x5a\x95\x9a\xbe\xea\xd5\xb6\x99\xf3\x6e\x1c\x41\x9b\xe0\x41\xd7\x99\xde\x7d\x6c\x0d\xa0\xca\xb5\x1a\xcf\xaf\x89\xd6\x30\x6a\xd9\x10\xd0\x95\xdb\xee\x28\x6d\x77\xfd\x7c\x20\xe0\xfa\x8c\x8f\x96\x26\x67\xef\x57\x13\xad\xa4\xca\x2c\xb8\x05\xe3\xd7\xd9\x97\xb3\x6e\x4a\x25\x35\x30\x6e\xd2\x5c\xf3\xec\xfc\x9a\xf9\x95\xf3\xf8\xb3\x48\xd6\xc1\x38\xb8\x66\xa0\x17\x97\xdd\xee\xac\x62\x53\xcb\x32\x0f\x35\xeb\x5b\x37\x4b\xc3\x51\x68\x69\xcd\x36\x1c\x67\x6c\x54\x96\x82\x30\x13\x5d\x8f\xfb\xed\x49\xb7\xb5\x92\x97\x66\x01\x1a\xbc\x67\xb7\xe5\x65\xb6\xc1\x7a\x7e\x63\xa4\xe6\xbf\x9b\x7e\x9d\x8c\x8f\xbc\x65\xbc\x5e\xca\xe9\xd7\x9b\x13\x08\xe9\xf3\x2f\x93\xa0\xdd\x41\x05\x28\x08\x8d\xce\x17\x1b\x5e\x5c\x62\xd2\xba\xfb\xec\x7b\xb7\xa1\x7a\xe6\xf3\xe3\x57\xdd\xf0\xe6\xef\xca\xec\xc7\x86\xcd\x2b\x18\x84\xda\xcd\xcb\x5b\x4c\xb3\xf1\x40\xe7\xc7\x6f\xba\x09\x4e\x0e\x93\x86\xc4\xeb\x5b\xbf\xb1\xe6\xaf\xd0\x44\x06\x9e\x2c\x9b\x5c\x3e\x5d\xf9\x62\xfc\x0e\x00\x00\xff\xff\x47\x70\x8c\x8d\x2d\x09\x00\x00") func webdataIndexHtmlBytes() ([]byte, error) { return bindataRead( @@ -148,12 +148,12 @@ func webdataIndexHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "webdata/index.html", size: 1503, mode: os.FileMode(436), modTime: time.Unix(1, 0)} + info := bindataFileInfo{name: "webdata/index.html", size: 2349, mode: os.FileMode(436), modTime: time.Unix(1, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _webdataMainCss = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x56\xed\x6e\xab\x38\x10\xfd\x9f\xa7\xb0\x5a\xad\xd4\x4a\x75\x96\x7e\xad\xae\x7c\xa5\xab\xfb\x2a\xc6\x1e\x88\x37\xc6\x63\xd9\xa6\x24\x5d\xf5\xdd\x57\x60\x03\x06\x42\xaf\x2a\x45\x65\x06\xcf\xc7\x99\x33\xc7\xfc\xae\xd0\x04\x5a\x71\x01\xe4\xbf\x03\x21\x84\xa4\xe7\x46\xe9\x2b\x23\x77\x4a\xa0\xb9\xfb\x39\x38\xbc\x13\x8c\xb4\x4e\x3f\x0c\xc6\x63\x87\x55\x75\xf7\x48\x2a\x74\x0d\x0f\x0f\x77\xf1\xf1\xe7\xe1\xeb\x70\x38\x9e\x94\x94\x60\x52\x3c\xa9\xbc\xd5\xfc\xca\x88\x41\x03\x83\xff\x14\x1a\x7d\x2b\x99\xe7\xc6\x53\x0f\x4e\x55\x31\x21\x6d\xf0\x93\xb6\x1e\x1c\xf5\xa0\x41\x84\x31\xc4\xe0\xeb\xa0\x3c\xab\xb0\xeb\x6e\xfc\x9e\x6b\xc7\x5c\x72\x71\xae\x1d\xb6\x46\x52\x81\x1a\x1d\x23\xf7\x6f\x45\xff\x17\xdd\xc9\xd6\x9d\x54\xd8\x1e\x50\x0d\xaf\x21\x62\x13\xe0\x72\xb4\xa6\x7e\x8c\xef\x04\x6c\xc5\x89\x72\x11\x14\x9a\x15\x00\x4f\x87\x12\xe5\x35\xfe\x92\x5f\x44\xaa\x8f\x04\x49\xa7\x64\x38\x31\xf2\x5c\x14\x7f\xc5\x20\x27\x50\xf5\x29\xe4\x96\x86\xbb\x5a\x19\x46\x8a\x21\xda\x26\x82\x45\xaf\x62\x46\x07\x9a\x07\xf5\x91\x2a\x9e\x26\x51\x69\xb8\x44\x53\xff\x1f\x95\xca\x41\x2a\x51\xa0\x6e\x1b\x13\x7d\xff\xb6\x3e\xa8\xea\x4a\x05\x9a\x00\x26\x30\x22\xc0\x04\x70\xa9\x7b\xbc\x50\xaf\x3e\x95\xa9\x19\x29\xd1\x49\x70\xb4\xc4\xcb\x50\x8f\x4d\x65\x64\x55\x4e\xa3\xf6\xea\x13\x18\x79\x71\xd0\x44\x63\x87\x4e\xd2\xce\x71\xcb\x48\xe9\x80\x9f\x69\x6f\x48\xd8\xc1\x25\x50\xae\x55\x6d\xe6\xcc\x7d\xb7\x6d\x08\x38\x72\xcb\x72\x29\x87\x12\x8a\xbd\x21\x06\xc7\x8d\xb7\xdc\x81\x09\x63\xe1\x7d\xb1\x8c\x3c\xdb\x0b\xf1\xa8\x95\x24\xa5\xe6\xe2\xbc\x82\xfa\xf8\x3e\x55\x18\xc7\xf1\x32\x3e\xa7\x66\x1d\x97\xaa\xf5\x8c\xbc\xd8\xcb\x37\xed\x6d\x59\xb3\xbb\x5d\xf8\x01\xae\xd2\xd8\x31\x12\xb7\x27\x05\x68\x9d\xef\x23\x58\x54\x2b\x04\x58\x85\xa2\xf5\x09\x07\x6c\x83\x56\x06\x32\x8a\xdd\xa3\x05\xa3\x4c\xfd\x74\xb8\x17\x1a\x3d\xc8\x0d\x62\xa4\x38\xbe\x0f\x85\x66\x6f\x13\x83\x5e\x38\x65\x03\xb1\xf3\xc1\xe5\x3c\x69\x89\x21\x60\xc3\xc8\xf3\x78\xd6\x81\x46\x2e\x17\x73\xc9\xc0\x78\x9b\xc0\x98\xf8\x40\x78\x1b\x70\xb4\x5d\xe8\x82\xf0\x7d\x40\xcb\xa5\xe6\x25\x8c\x1a\x91\x40\xac\x1d\xbf\x66\xcc\xf0\x27\x2e\xb1\x63\x83\x61\xd8\xf8\x7e\xa0\xc3\x4f\x11\x27\xfa\x34\xb9\xf6\x3d\x83\x75\xf7\x4c\xe6\x48\x33\xb2\x5c\xa8\x70\x65\xa4\x38\x16\x3f\xb2\x79\x76\x89\x36\x25\x6a\xb9\x61\xc3\xdb\x08\xf2\xef\x06\xa4\xe2\xe4\x21\xeb\xf9\xb5\xa7\xca\x63\xea\x73\xdd\xf7\x2a\xce\xf3\xeb\x47\x17\x83\x7f\x8d\x28\x91\x5f\x64\xb9\x0e\xd3\xe2\xf3\xd2\xa3\x6e\x47\xd2\x65\x19\xdf\x67\x0d\xb9\xd0\x91\xee\xef\x23\xf2\x55\xab\xb5\x17\x0e\xc0\x2c\xe2\x6a\xa8\xc2\xbc\x63\x69\xfe\xc5\x62\x1f\x46\x6b\x26\xa8\xd1\x11\xcf\xce\xbc\x3c\xc3\xb5\x44\xee\x96\x7c\x71\xb1\x8e\x6f\x33\xa4\x77\x36\x09\x96\x99\x53\x0a\xbf\x5f\x7f\x40\xbb\x0e\x3d\x98\xfe\x54\x79\xcf\x3a\xee\x80\x8f\x14\xef\x95\xb3\x76\xfd\xc2\x3e\x2f\x95\x65\x0e\xe4\x20\x8e\x6e\xb6\xdc\x54\x89\xad\x6a\x65\x82\x91\x2c\x19\x0b\x57\xba\xba\xb3\xd1\x1e\xcc\x12\xe3\x3f\x0d\x6a\x0f\xdf\x1c\x86\x4c\x10\xe7\x1d\x5e\x89\x66\xce\x74\x65\x28\xf7\x16\x44\xa0\x8e\x07\x85\x8c\xbc\xfd\xfd\x3a\xd1\x7d\x64\x42\x4e\xf7\xd5\x75\xe4\x70\xa2\x7c\x3c\xb3\xe9\x6a\x7f\x8a\x9b\x16\x6e\x2a\xfe\x2d\x89\xcf\x9b\x9a\xdb\xfc\x9a\xb8\xb5\x91\xd2\x04\x7b\x66\xa4\x2b\x0e\x6f\xee\xd2\xa1\x53\x30\x72\x66\x2c\x39\xc6\xc6\xfc\xfa\xbb\x69\xbe\xad\xbf\xbd\x91\x57\xf2\x9c\x17\x35\x24\xf3\x27\xa7\xcc\x79\x62\xeb\xd8\xe0\x3f\xb3\x3e\x2b\x33\x29\x42\x71\xab\xae\x51\x6d\x98\xc1\xf0\xc0\x34\xf7\x81\x62\x45\xc3\xd5\xc2\xe3\x92\x63\x0b\x2a\xed\xc7\xc9\x37\x69\xa7\xba\xf9\x9b\x27\x0d\xe9\xc7\xa2\xdc\x64\x1c\xaa\xfd\x3f\x00\x00\xff\xff\xc8\xa7\xcd\x50\xc9\x0a\x00\x00") +var _webdataMainCss = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x56\xed\x6e\xab\x38\x10\xfd\x9f\xa7\xb0\x5a\xad\xd4\x4a\x75\x96\xf4\x63\x75\xe5\x2b\x5d\xdd\x57\x31\xf6\x00\xde\x18\x0f\xb2\x4d\x49\xba\xea\xbb\xaf\xc0\x86\x80\x09\xc9\x6a\x55\x29\x2a\x33\x78\xe6\xcc\x99\x33\x63\x7e\x17\x68\x3c\x2d\xb8\x00\xf2\xcf\x8e\x10\x42\xe2\x73\xad\xf4\x99\x91\x07\x25\xd0\x3c\xfc\x1c\x1c\xce\x0a\x46\x5a\xab\x9f\x06\xe3\xbe\xc3\xa2\x78\x78\x26\x05\xda\x9a\xfb\xa7\x87\xf0\xf8\x73\xf7\xbd\xdb\xed\x2b\x25\x25\x98\x18\x4f\x2a\xd7\x68\x7e\x66\xc4\xa0\x81\xc1\x5f\xf9\x5a\x5f\x4b\xe6\xb8\x71\xd4\x81\x55\x45\x48\x48\x6b\xfc\xa2\xad\x03\x4b\x1d\x68\x10\x7e\x0c\x31\xf8\x3a\xc8\x8f\xca\x6f\xba\x6b\xb7\xe5\xda\x30\xe7\x5c\x1c\x4b\x8b\xad\x91\x54\xa0\x46\xcb\xc8\xe3\x7b\xd6\xff\x05\x77\xb4\x75\x95\xf2\xeb\x03\xaa\xe6\x25\x04\x6e\x3c\x9c\xf6\x8d\x29\x9f\xc3\x3b\x1e\x5b\x51\x51\x2e\xbc\x42\x93\x10\xf0\xb2\xcb\x51\x9e\xc3\x2f\xf9\x45\xa4\xfa\x8c\x94\x74\x4a\xfa\x8a\x91\x43\x96\xfd\x11\x82\x54\xa0\xca\xca\xcf\x2d\x35\xb7\xa5\x32\x8c\x64\x43\xb4\x55\x84\x06\x9d\x0a\x19\x2d\x68\xee\xd5\x67\x44\x3c\x75\xa2\xd0\x70\x0a\xa6\xfe\x3f\x2a\x95\x85\x08\x51\xa0\x6e\x6b\x13\x7c\x7f\xb7\xce\xab\xe2\x4c\x05\x1a\x0f\xc6\x33\x22\xc0\x78\xb0\xb1\x7a\x3c\x51\xa7\xbe\x94\x29\x19\xc9\xd1\x4a\xb0\x34\xc7\xd3\x80\xa7\x89\x30\x66\x28\xa7\x56\x3b\xf5\x05\x8c\xbc\x5a\xa8\x83\xb1\x43\x2b\x69\x67\x79\xc3\x48\x6e\x81\x1f\x69\x6f\x88\xdc\xc1\xc9\x53\xae\x55\x69\x2e\x99\xfb\x6a\x5b\xef\x71\xd4\x56\xc3\xa5\x1c\x20\x64\x5b\x4d\xf4\x96\x1b\xd7\x70\x0b\xc6\x8f\xc0\x7b\xb0\x8c\x1c\x9a\x13\x71\xa8\x95\x24\xb9\xe6\xe2\x98\x50\xbd\xff\x98\x10\x86\x76\xbc\x8e\xcf\xb1\x58\xcb\xa5\x6a\x1d\x23\xaf\xcd\xe9\x46\x79\x6b\xd5\x6c\x4e\x17\x7e\x82\x2d\x34\x76\x8c\x84\xe9\x89\x01\x5a\xeb\xfa\x08\x0d\xaa\x84\x01\x56\xa0\x68\x5d\xe4\x01\x5b\xaf\x95\x81\x99\xc4\x1e\xb1\x01\xa3\x4c\xf9\xb2\x7b\x14\x1a\x1d\xc8\x15\x63\x24\xdb\x7f\x0c\x40\x67\x6f\x13\x83\x4e\x58\xd5\x78\xd2\x5c\x0e\x2e\xfb\x49\x73\xf4\x1e\x6b\x46\x0e\xe3\x59\x0b\x1a\xb9\x5c\xf4\x65\x46\xc6\xfb\x44\xc6\xa4\x07\xc2\x5b\x8f\xa3\xed\x44\x17\x82\xef\x03\x36\x5c\x6a\x9e\xc3\xb8\x23\x22\x89\xa5\xe5\xe7\x99\x32\x5c\xc5\x25\x76\x6c\x30\x0c\x13\xdf\x37\x74\xf8\xc9\x42\x47\x5f\x26\xd7\xb6\x67\xb0\x6e\x9e\x99\x39\x62\x8f\x1a\x2e\x94\x3f\x33\x92\xed\xb3\x1f\xb3\x7e\x76\x51\x36\x39\x6a\xb9\x52\xc3\xfb\x48\xf2\xef\x1a\xa4\xe2\xe4\x69\x56\xf3\x5b\x2f\x95\xe7\x58\x67\x5a\x77\x12\xe7\xf0\xf6\xd9\x85\xe0\xdf\x23\x4b\xe4\x17\x09\xb4\xbf\x90\xc7\x23\x9c\xdd\xf4\xbc\x5a\x04\x3c\x77\xa8\xdb\x51\x84\x33\x04\x1f\x97\x9d\x72\xa2\xa3\xfc\x3f\xc6\x4e\x14\xad\xd6\x4e\x58\x00\xb3\x88\xab\xa1\xf0\x97\x99\x8b\x7a\xc8\x16\xf3\x31\x5a\x67\x0b\x36\x38\xc2\xd9\x8b\x4e\x8f\x70\xce\x91\xdb\xa5\x7e\x6c\xc0\x71\x33\x43\x7c\x67\x95\x60\x99\x39\xa6\x70\xdb\xf8\x3d\x36\x69\xe8\xc1\x74\x0f\x79\xaf\x42\x6e\x81\x8f\x92\xef\x37\x69\x69\xfb\x01\x3e\x2c\x37\xcd\x25\x90\x85\xd0\xca\x8b\xe5\xea\xd6\x58\x6f\xb1\xd9\x02\x89\x96\x99\x2a\x93\x3d\xbb\x31\xe1\x23\xcf\x64\x1f\xa8\x70\xe9\xf5\xbc\x7d\x29\x58\xec\xb6\x62\x24\x82\xfb\xbf\xcd\x5f\x07\x64\x9a\x3b\x4f\xb1\xa0\xfe\xdc\xc0\x1d\x8a\x97\x52\x98\x4f\x9a\x32\x94\xbb\x06\x84\xa7\x96\x7b\x85\x8c\xbc\xff\xf9\x36\x8d\xdb\x94\x7c\x36\x6e\xd7\x2a\x0f\x23\x97\x9c\x49\x58\xbc\x77\x97\x6e\x9f\x4f\x18\xdc\x56\xe1\x2d\xe9\xaf\x28\xbe\x7a\xbb\xdd\x07\x71\x8d\xf5\x14\xd1\x46\xe8\x71\xd0\x56\xf7\x4c\xd4\xe0\xcc\x48\x93\x81\x5e\x7d\x68\x0c\x4c\x82\x91\x41\x24\xae\x53\x5e\x54\x37\xf6\xc3\x7f\x9e\xe0\x54\x27\x01\xf0\xfd\x81\xb8\xf9\x25\x94\x5c\x8b\xf3\x7a\x87\x3a\x5c\x65\x95\x39\x4e\x92\x1d\x77\xec\x5f\x97\x7b\x51\x99\x69\xf3\x66\xd7\x70\x4d\xdd\x31\xe8\x9f\x16\x2d\x7a\x5e\xce\xdd\x9d\xfa\x12\xa9\xdd\x42\x77\xf9\xd6\x8c\xf7\xc4\x8f\x05\xdc\x68\xbc\x8d\x56\x2a\xc7\x73\x3d\x7d\x79\xdc\xec\x4c\xba\xb4\xff\x0d\x00\x00\xff\xff\x33\x5f\x53\x62\x96\x0c\x00\x00") func webdataMainCssBytes() ([]byte, error) { return bindataRead( @@ -168,7 +168,7 @@ func webdataMainCss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "webdata/main.css", size: 2761, mode: os.FileMode(436), modTime: time.Unix(1, 0)} + info := bindataFileInfo{name: "webdata/main.css", size: 3222, mode: os.FileMode(436), modTime: time.Unix(1, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/icon_font/U+2190 Leftwards Arrow.svg b/icon_font/U+2190 Leftwards Arrow.svg new file mode 100644 index 0000000..6364869 --- /dev/null +++ b/icon_font/U+2190 Leftwards Arrow.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/icon_font/U+2191 Upwards Arrow.svg b/icon_font/U+2191 Upwards Arrow.svg new file mode 100644 index 0000000..f6e7e6a --- /dev/null +++ b/icon_font/U+2191 Upwards Arrow.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/icon_font/U+2192 Rightwards Arrow.svg b/icon_font/U+2192 Rightwards Arrow.svg new file mode 100644 index 0000000..f13e555 --- /dev/null +++ b/icon_font/U+2192 Rightwards Arrow.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/icon_font/U+2193 Downwards Arrow.svg b/icon_font/U+2193 Downwards Arrow.svg new file mode 100644 index 0000000..001042c --- /dev/null +++ b/icon_font/U+2193 Downwards Arrow.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/icon_font/U+2326 Erase To the Right.svg b/icon_font/U+2326 Erase To the Right.svg new file mode 100644 index 0000000..83f7216 --- /dev/null +++ b/icon_font/U+2326 Erase To the Right.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/icon_font/U+232B Erase To the Left.svg b/icon_font/U+232B Erase To the Left.svg new file mode 100644 index 0000000..1543cdd --- /dev/null +++ b/icon_font/U+232B Erase To the Left.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/icon_font/U+2B70 Leftwards Triangle-Headed Arrow To Bar.svg b/icon_font/U+2B70 Leftwards Triangle-Headed Arrow To Bar.svg new file mode 100644 index 0000000..a92cc25 --- /dev/null +++ b/icon_font/U+2B70 Leftwards Triangle-Headed Arrow To Bar.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/icon_font/U+2B72 Rightwards Triangle-Headed Arrow To Bar.svg b/icon_font/U+2B72 Rightwards Triangle-Headed Arrow To Bar.svg new file mode 100644 index 0000000..33c8d85 --- /dev/null +++ b/icon_font/U+2B72 Rightwards Triangle-Headed Arrow To Bar.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/icon_font/U+2B82 Rightwards Triangle-Headed Arrow Over Leftwards Triangle-Headed Arrow.svg b/icon_font/U+2B82 Rightwards Triangle-Headed Arrow Over Leftwards Triangle-Headed Arrow.svg new file mode 100644 index 0000000..3cdb17f --- /dev/null +++ b/icon_font/U+2B82 Rightwards Triangle-Headed Arrow Over Leftwards Triangle-Headed Arrow.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/icon_font/icon.sfd b/icon_font/icon.sfd index 0954989..159b0eb 100644 --- a/icon_font/icon.sfd +++ b/icon_font/icon.sfd @@ -21,7 +21,7 @@ OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1535548659 -ModificationTime: 1643005161 +ModificationTime: 1642970773 PfmFamily: 17 TTFWeight: 400 TTFWidth: 5 @@ -55,7 +55,7 @@ WinInfo: 0 35 12 BeginPrivate: 0 EndPrivate TeXData: 1 0 0 346030 173015 115343 0 1048576 115343 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 -BeginChars: 1114112 14 +BeginChars: 1114112 23 StartChar: uni2328 Encoding: 9000 9000 0 @@ -176,7 +176,6 @@ SplineSet 768 201 764 205 758 205 c 2 266 205 l 2 EndSplineSet -Validated: 1 EndChar StartChar: uni2922 @@ -224,7 +223,6 @@ SplineSet 420 -82 l 2 420 -88 416 -92 410 -92 c 2 EndSplineSet -Validated: 1 EndChar StartChar: uni27A3 @@ -282,7 +280,6 @@ SplineSet 937 328 l 1 231 328 l 2 EndSplineSet -Validated: 1 EndChar StartChar: uni21BB @@ -322,7 +319,6 @@ SplineSet 193 410 265 536 355 586 c 0 392 606 457 625 499 627 c 0 EndSplineSet -Validated: 1 EndChar StartChar: u1F50A @@ -385,7 +381,6 @@ SplineSet 605 506 l 2 607 507 608 507 610 507 c 0 EndSplineSet -Validated: 1 EndChar StartChar: u1F509 @@ -423,7 +418,6 @@ SplineSet 605 506 l 2 607 507 608 507 610 507 c 0 EndSplineSet -Validated: 1 EndChar StartChar: u1F507 @@ -471,7 +465,6 @@ SplineSet 668 490 l 2 671 493 675 495 679 495 c 0 EndSplineSet -Validated: 1 EndChar StartChar: uni23ED @@ -507,7 +500,6 @@ SplineSet 840 643 847 650 855 650 c 2 988 650 l 2 EndSplineSet -Validated: 1 EndChar StartChar: uni23EE @@ -543,7 +535,6 @@ SplineSet 20 635 l 2 20 643 28 650 36 650 c 2 EndSplineSet -Validated: 1 EndChar StartChar: uni23EF @@ -582,7 +573,6 @@ SplineSet 840 635 l 2 840 643 847 650 855 650 c 2 EndSplineSet -Validated: 1 EndChar StartChar: uni2B60 @@ -610,7 +600,6 @@ SplineSet 420 646 l 2 423 648 426 650 430 650 c 0 EndSplineSet -Validated: 1 EndChar StartChar: uni2B62 @@ -638,7 +627,6 @@ SplineSet 579 635 l 2 579 643 586 650 594 650 c 0 EndSplineSet -Validated: 1 EndChar StartChar: u1FA9F @@ -687,7 +675,6 @@ SplineSet 20 792 l 2 20 796 24 799 28 799 c 2 EndSplineSet -Validated: 1 EndChar StartChar: equivalence @@ -727,7 +714,328 @@ SplineSet 840 567 l 2 848 567 855 560 855 552 c 2 EndSplineSet -Validated: 1 +EndChar + +StartChar: uni2B70 +Encoding: 11120 11120 14 +Width: 1024 +Flags: W +HStem: 225 164<594 1004> +VStem: 20 164<-36 288 327 650> +LayerCount: 2 +Fore +SplineSet +36 650 m 2 + 169 650 l 2 + 177 650 184 643 184 635 c 2 + 184 327 l 1 + 569 646 l 2 + 572 648 576 650 579 650 c 0 + 587 650 594 643 594 635 c 2 + 594 404 l 2 + 594 396 601 389 609 389 c 2 + 988 389 l 2 + 996 389 1004 382 1004 374 c 2 + 1004 241 l 2 + 1004 233 996 225 988 225 c 2 + 609 225 l 2 + 601 225 594 218 594 210 c 2 + 594 -20 l 2 + 594 -33 579 -40 569 -32 c 2 + 184 288 l 1 + 184 -20 l 2 + 184 -28 177 -36 169 -36 c 2 + 36 -36 l 2 + 28 -36 20 -28 20 -20 c 2 + 20 635 l 2 + 20 643 28 650 36 650 c 2 +EndSplineSet +EndChar + +StartChar: uni2B72 +Encoding: 11122 11122 15 +Width: 1024 +Flags: W +HStem: 225 164<20 430> +VStem: 840 164<-36 288 327 650> +LayerCount: 2 +Fore +SplineSet +988 650 m 2 + 996 650 1004 643 1004 635 c 2 + 1004 -20 l 2 + 1004 -28 996 -36 988 -36 c 2 + 855 -36 l 2 + 847 -36 840 -28 840 -20 c 2 + 840 288 l 1 + 455 -32 l 2 + 445 -40 430 -33 430 -20 c 2 + 430 210 l 2 + 430 218 423 225 415 225 c 2 + 36 225 l 2 + 28 225 20 233 20 241 c 2 + 20 374 l 2 + 20 382 28 389 36 389 c 2 + 415 389 l 2 + 423 389 430 396 430 404 c 2 + 430 635 l 2 + 430 643 437 650 445 650 c 0 + 448 650 452 648 455 646 c 2 + 840 327 l 1 + 840 635 l 2 + 840 643 847 650 855 650 c 2 + 988 650 l 2 +EndSplineSet +EndChar + +StartChar: uni232B +Encoding: 9003 9003 16 +Width: 1024 +Flags: W +HStem: 495 155<546 601.75 822.25 877> +LayerCount: 2 +Fore +SplineSet +430 650 m 2 + 988 650 l 2 + 996 650 1004 643 1004 635 c 2 + 1004 374 l 1 + 1004 241 l 1 + 1004 -20 l 2 + 1004 -28 996 -36 988 -36 c 2 + 430 -36 l 2 + 427 -36 423 -34 420 -32 c 2 + 26 295 l 2 + 19 301 19 313 26 319 c 2 + 420 646 l 2 + 423 648 426 650 430 650 c 2 +848 495 m 0 + 844 495 841 493 838 490 c 2 + 712 365 l 1 + 586 490 l 2 + 583 493 579 495 575 495 c 0 + 571 495 567 493 564 490 c 2 + 528 455 l 2 + 522 449 522 439 528 433 c 2 + 654 307 l 1 + 528 181 l 2 + 522 175 522 166 528 160 c 2 + 564 124 l 2 + 570 118 580 118 586 124 c 2 + 712 250 l 1 + 838 124 l 2 + 844 118 853 118 859 124 c 2 + 895 160 l 2 + 901 166 901 175 895 181 c 2 + 769 307 l 1 + 895 433 l 2 + 901 439 901 449 895 455 c 2 + 859 490 l 2 + 856 493 852 495 848 495 c 0 +EndSplineSet +EndChar + +StartChar: uni2326 +Encoding: 8998 8998 17 +Width: 1024 +Flags: W +HStem: 495 155<147 201.75 421.375 478> +LayerCount: 2 +Fore +SplineSet +594 650 m 2 + 598 650 601 648 604 646 c 2 + 997 319 l 2 + 1004 313 1004 301 997 295 c 2 + 604 -32 l 2 + 601 -34 597 -36 594 -36 c 2 + 36 -36 l 2 + 28 -36 20 -28 20 -20 c 2 + 20 241 l 1 + 20 374 l 1 + 20 635 l 2 + 20 643 28 650 36 650 c 2 + 594 650 l 2 +176 495 m 0 + 172 495 168 493 165 490 c 2 + 129 455 l 2 + 123 449 123 439 129 433 c 2 + 255 307 l 1 + 129 181 l 2 + 123 175 123 166 129 160 c 2 + 165 124 l 2 + 171 118 180 118 186 124 c 2 + 312 250 l 1 + 437 124 l 2 + 443 118 454 118 460 124 c 2 + 496 160 l 2 + 502 166 502 175 496 181 c 2 + 370 307 l 1 + 496 433 l 2 + 502 439 502 449 496 455 c 2 + 460 490 l 2 + 457 493 453 495 449 495 c 0 + 445 495 440 493 437 490 c 2 + 312 365 l 1 + 186 490 l 2 + 183 493 180 495 176 495 c 0 +EndSplineSet +EndChar + +StartChar: arrowleft +Encoding: 8592 8592 18 +Width: 1024 +Flags: W +HStem: 225 164<445 1004> +LayerCount: 2 +Fore +SplineSet +430 650 m 0 + 438 650 445 643 445 635 c 2 + 445 404 l 2 + 445 396 453 389 461 389 c 2 + 988 389 l 2 + 996 389 1004 382 1004 374 c 2 + 1004 241 l 2 + 1004 233 996 225 988 225 c 2 + 461 225 l 2 + 453 225 445 218 445 210 c 2 + 445 -20 l 2 + 445 -33 430 -40 420 -32 c 2 + 26 295 l 2 + 19 301 19 313 26 319 c 2 + 420 646 l 2 + 423 648 426 650 430 650 c 0 +EndSplineSet +EndChar + +StartChar: arrowup +Encoding: 8593 8593 19 +Width: 1024 +Flags: W +VStem: 430 164<-184 374> +LayerCount: 2 +Fore +SplineSet +855 389 m 0 + 855 381 848 374 840 374 c 2 + 609 374 l 2 + 601 374 594 366 594 358 c 2 + 594 -169 l 2 + 594 -177 587 -184 579 -184 c 2 + 445 -184 l 2 + 437 -184 430 -177 430 -169 c 2 + 430 358 l 2 + 430 366 423 374 415 374 c 2 + 184 374 l 2 + 171 374 165 389 173 399 c 2 + 500 793 l 2 + 506 800 518 800 524 793 c 2 + 851 399 l 2 + 853 396 855 393 855 389 c 0 +EndSplineSet +EndChar + +StartChar: arrowright +Encoding: 8594 8594 20 +Width: 1024 +Flags: W +HStem: 225 164<20 579> +LayerCount: 2 +Fore +SplineSet +594 650 m 0 + 598 650 601 648 604 646 c 2 + 997 319 l 2 + 1004 313 1004 301 997 295 c 2 + 604 -32 l 2 + 594 -40 579 -33 579 -20 c 2 + 579 210 l 2 + 579 218 571 225 563 225 c 2 + 36 225 l 2 + 28 225 20 233 20 241 c 2 + 20 374 l 2 + 20 382 28 389 36 389 c 2 + 563 389 l 2 + 571 389 579 396 579 404 c 2 + 579 635 l 2 + 579 643 586 650 594 650 c 0 +EndSplineSet +EndChar + +StartChar: arrowdown +Encoding: 8595 8595 21 +Width: 1024 +Flags: W +VStem: 430 164<241 799> +LayerCount: 2 +Fore +SplineSet +169 225 m 0 + 169 233 176 241 184 241 c 2 + 415 241 l 2 + 423 241 430 248 430 256 c 2 + 430 783 l 2 + 430 791 437 799 445 799 c 2 + 579 799 l 2 + 587 799 594 791 594 783 c 2 + 594 256 l 2 + 594 248 601 241 609 241 c 2 + 840 241 l 2 + 853 241 859 225 851 215 c 2 + 524 -178 l 2 + 518 -185 506 -185 500 -178 c 2 + 172 215 l 2 + 170 218 169 221 169 225 c 0 +EndSplineSet +EndChar + +StartChar: uni2B82 +Encoding: 11138 11138 22 +Width: 1024 +Flags: W +HStem: 85 164<364 620 854 1004> 366 163<20 660> +LayerCount: 2 +Fore +SplineSet +676 750 m 0 + 680 750 683 748 686 746 c 2 + 997 460 l 2 + 1004 454 1004 442 997 436 c 2 + 686 150 l 2 + 676 142 660 149 660 162 c 2 + 660 350 l 2 + 660 358 653 366 645 366 c 2 + 36 366 l 2 + 28 366 20 373 20 381 c 2 + 20 514 l 2 + 20 522 28 529 36 529 c 2 + 645 529 l 2 + 653 529 660 537 660 545 c 2 + 660 734 l 2 + 660 742 668 750 676 750 c 0 +185 325 m 1 + 244 325 305 325 364 325 c 1 + 364 264 l 2 + 364 256 371 249 379 249 c 2 + 620 249 l 1 + 620 217 620 184 621 152 c 0 + 625 124 652 103 680 105 c 0 + 693 106 706 113 716 122 c 0 + 736 140 756 159 776 177 c 0 + 802 201 828 225 854 249 c 1 + 988 249 l 2 + 996 249 1004 241 1004 233 c 2 + 1004 100 l 2 + 1004 92 996 85 988 85 c 2 + 379 85 l 2 + 371 85 364 78 364 70 c 2 + 364 -120 l 2 + 364 -133 348 -140 338 -132 c 2 + 26 155 l 2 + 19 161 19 172 26 178 c 2 + 185 325 l 1 +EndSplineSet EndChar EndChars EndSplineFont diff --git a/keysyms.go b/keysyms.go index 61c26ec..5a0503c 100644 --- a/keysyms.go +++ b/keysyms.go @@ -29,7 +29,15 @@ type Keysym int32 const ( // X11/keysymdef.h - xkSuperL Keysym = 0xffeb + xkBackSpace Keysym = 0xff08 + xkDelete Keysym = 0xffff + xkHome Keysym = 0xff50 + xkLeft Keysym = 0xff51 + xkUp Keysym = 0xff52 + xkRight Keysym = 0xff53 + xkDown Keysym = 0xff54 + xkEnd Keysym = 0xff57 + xkSuperL Keysym = 0xffeb // X11/XF86keysym.h xf86xkAudioLowerVolume Keysym = 0x1008ff11 xf86xkAudioMute Keysym = 0x1008ff12 @@ -57,6 +65,30 @@ func RuneToKeysym(runeValue rune) (Keysym, error) { } func KeyToKeysym(key Key) (Keysym, error) { + if key == KeyBackSpace { + return xkBackSpace, nil + } + if key == KeyDelete { + return xkDelete, nil + } + if key == KeyHome { + return xkHome, nil + } + if key == KeyLeft { + return xkLeft, nil + } + if key == KeyUp { + return xkUp, nil + } + if key == KeyRight { + return xkRight, nil + } + if key == KeyDown { + return xkDown, nil + } + if key == KeyEnd { + return xkEnd, nil + } if key == KeySuper { return xkSuperL, nil } diff --git a/webdata/fn.js b/webdata/fn.js index 59ae91b..8314a6c 100644 --- a/webdata/fn.js +++ b/webdata/fn.js @@ -43,6 +43,14 @@ var KEY_MEDIA_NEXT_TRACK = 5; var KEY_BROWSER_BACK = 6; var KEY_BROWSER_FORWARD = 7; var KEY_SUPER = 8; +var KEY_LEFT = 9; +var KEY_RIGHT = 10; +var KEY_UP = 11; +var KEY_DOWN = 12; +var KEY_HOME = 13; +var KEY_END = 14; +var KEY_BACK_SPACE = 15; +var KEY_DELETE = 16; var ws; var pad; @@ -301,6 +309,7 @@ window.addEventListener("load", function() { pad = document.getElementById("pad"); padlabel = document.getElementById("padlabel"); var keys = document.getElementById("keys"); + var keys_pages = keys.querySelectorAll(".page"); var keyboard = document.getElementById("keyboard"); var fullscreenbutton = document.getElementById("fullscreenbutton"); var text = document.getElementById("text"); @@ -311,11 +320,19 @@ window.addEventListener("load", function() { }); } - function showKeys() { + function showKeys(page_index) { + if (page_index < 0 || keys_pages.length <= page_index) { + page_index = 0; + } exitFullscreen(); showScene(keys); - if (history.state != "keys") { - history.pushState("keys", ""); + for (var i = 0; i < keys_pages.length; i += 1) { + keys_pages[i].classList.toggle("hidden", i != page_index); + } + if ((history.state || "").split(":")[0] == "keys") { + history.replaceState("keys:" + page_index, ""); + } else { + history.pushState("keys:" + page_index, ""); } } @@ -352,7 +369,7 @@ window.addEventListener("load", function() { }; document.getElementById("keysbutton").addEventListener("click", function() { - showKeys(); + showKeys(0); }); document.getElementById("keyboardbutton").addEventListener("click", function() { showKeyboard(); @@ -367,6 +384,15 @@ window.addEventListener("load", function() { requestFullscreen(document.documentElement, {navigationUI: "hide"}); } }); + document.getElementById("switchbutton").addEventListener("click", function() { + var page_index = 0; + for (var i = 0; i < keys_pages.length; i += 1) { + if (!keys_pages[i].classList.contains("hidden")) { + page_index = i; + } + } + showKeys(page_index + 1); + }); [{id: "browserbackbutton", key: KEY_BROWSER_BACK}, {id: "superbutton", key: KEY_SUPER}, {id: "browserforwardbutton", key: KEY_BROWSER_FORWARD}, @@ -375,11 +401,22 @@ window.addEventListener("load", function() { {id: "nexttrackbutton", key: KEY_MEDIA_NEXT_TRACK}, {id: "volumedownbutton", key: KEY_VOLUME_DOWN}, {id: "volumemutebutton", key: KEY_VOLUME_MUTE}, - {id: "volumeupbutton", key: KEY_VOLUME_UP}].forEach(function(o) { + {id: "volumeupbutton", key: KEY_VOLUME_UP}, + {id: "backspacebutton", key: KEY_BACK_SPACE}, + {id: "deletebutton", key: KEY_DELETE}, + {id: "homebutton", key: KEY_HOME}, + {id: "endbutton", key: KEY_END}, + {id: "leftbutton", key: KEY_LEFT}, + {id: "rightbutton", key: KEY_RIGHT}, + {id: "upbutton", key: KEY_UP}, + {id: "downbutton", key: KEY_DOWN}].forEach(function(o) { document.getElementById(o.id).addEventListener("click", function() { ws.send("k" + o.key); }); }); + document.getElementById("textkeysbutton").addEventListener("click", function() { + showKeys(1); + }); document.getElementById("sendbutton").addEventListener("click", function() { if (text.value != "") { ws.send("t" + text.value); @@ -389,8 +426,8 @@ window.addEventListener("load", function() { }); window.onpopstate = function() { if (authenticated) { - if (history.state == "keys") { - showKeys(); + if ((history.state || "").split(":")[0] == "keys") { + showKeys(parseInt(history.state.split(":")[1]) || 0); } else if (history.state == "keyboard") { showKeyboard(); } else { diff --git a/webdata/icon.woff b/webdata/icon.woff index 260a6fffc5f355efaac317401c5ac226ea9c3065..b12002a77cfa4c34ea5428228c4b9c8eead40a9d 100644 GIT binary patch delta 2920 zcmV-u3zzil6}%c;cTYw}PgGP-000d<01E&B000!k0096100000000000000000000 z00000LqR`0Zp1V{Kt@0008?0002>0007(8J`c1Xk}q!000390000r0000s7~B8sXlP|& z0003%0000T0000a2WbOKXl-NRlRW__0T`2J0Wuso;s1YTmy*`7sD88Y)Td-GrYEPvTPmB^B}rRF)VXKn=0g z#*Ww67>ngbdkGbd4W8YxFc#Rm$+zd;*q^J7!)+6eQ~N&CECR_M12F&3kW80GXLU5CmA$f6&qlgegD(>&$7uEEmiL zQ_O`K=2MxW96`E0<(=`I4C%!a<2jj97MS`*T`9&7203CcePPs_I0uV_UDJvH_jX(BmePi>s#^#1bKC_^F zk=<3;U6s|XT4{Hy?5>)3iD{Z+A9YY@@|CswnrAReyW_Vyj(ZwaZz% zd`b0+meyUCTE)*cJXc&kzpSEoee({_tHs~-@NQX)e`n{mmX_D&HMDGB%B^f!8UR5R zG$9}a1uTSwun-Y+Au1R`Oo$76g&tv_uwOVJ925=-hlO6@2zZKHaTX{AT_6H(3A=^Q zr}SlflBs1TU?cpKW1Hv@^TlE@f&}#b)Fo4!vSwv{fCtUmL1Az(F*KMlIDK@UdH()9 z$6!)+f0?z3p=7O?OFX1PFsl-ht2isytRfW|iMwW@3+sVMAcE*kQ-VsY6DvM8PD)Vj zGWHz6h_pN6F=Wa$IK%BWPSO9B(LbG{CzZtG!fHqhYlsXd zXF|ib9~&`5ZkjV;yhl0Qfe~$Y$i5VvFD^@Te+I*;?R-9l+ijfNIbybq2xR?mhN&h* z*XF?UZ@$)6ws8e@;u8Ey@2V3GzbGTls(<63;j2f^oj?s&;r8~rx3=P?xb&BeSK3eR zxqwgOPcPoNa`xom3y0Vc-&ucl4We^Dfc}u81^lRe9Srz&B^pGezY<1+u}CP2J|!n% ze>kc}{b5ww%Ow3=aub~kH-1i?*Gn+U{rP94XoM7fCKTLC+$FbNabHZ9#!4JqfA2@HDyw2+cE*&$MGp9Id9$_CCiA2LX*7;S?(7+aG zD7Z^e5Oq=~lW}s~&2Uo_R1_~(48)#u@>PbrIc^$&ih=hU2IC~wQylj&JaC4w>x>=c z_KXlXMBpH6oyQ2^qs$A||KJ|trGS9^@#1Udm#*fWo@RH_D>k3-^h=|ej{XyGfA_mh zuh_ry?Ph80;#$`ohY|HF?ov_ltBO?WP*mM;-w_QxYDlDF`mC&UbH|ZC?lp8GoTe}Y3HG`g0238P^nh7H8#*e4LipijpbrElE@v&Fh>*hE=6Slv{v*-{ZWaO zVOmYsKvl(xuA=jspspHN*AZDwsxh4pm8jp4h8#Qs-Q+!yA-|ODe;hmK;+Nn3F`J0` zC0d3_HCYXH9UH2SHl2s6u3%L~?3C4*ltF`~YH6*5$B&zyv$vjH<0e%k3;aKKh3po2 zPL|ARwm(Rr?T_R%yJC@c@$nbM+U?0gfwtR~j`MQ0XrZkZ-#5nbZt;oY;1+YyRI*q| zR3y6D0a?wYFN(Z&e@e-F6PQ`GG4I(Woz|xBF1bYBOW$3}$LV6xnXGit1@sx7d%P_7 zkjwO3I(o=UDFZROcr0ZgtAyjq6|ikr+na5>y1F}j9l@4B>v8p`!BhBMdm)$EzOHA}T+krG%3y(fhBZU*&(8)&$bot~pux zzw3Q@Up=lv`M18wz%yBsq%VJUnU$=|sYlE?O|Ae7oInsQZ-w2e+G)raR-9Uh=i+Z| zU$|kVB1gLRf2!#Eb{NxQVcobma{7zNf6z}v?cUZezCWVr{;;3D4;9y^S*jR|rg?Sw z-E~J-;bnNm?wW12s;qa#HFTA;#C1J3aQ*l&zK#Fl`E%n9EviNoM)B+qxaz}c)&I#< zA7-l47tFd5vz{5eo^=`KugFoCs%fe_xkgkYnl71Ze;m3V(cR`6QCB0XbpPe)s+wBY zQ|pn`I<{^TbhX`tHg51%)1=tnMVO2A0u;+N_T0F#J9)xmoNJaKw zs6TWh7W(KKdHwyIud&}3`2g|P;u`kT;S9J0#)UlLIid1#1#&_Z$N44gdnk(gSWHZa z;_L^pe<=G>s}p09KRr1XACv8~dG&wX>qhqfyc$d>`q`;OLO0TdG=`zAz@=1R`50siV{Kt@0008?0002G0006Wo)XE^Xk}q!000390000r0000s7~FjpJ z41)hXnBOqV1GyXwOdwGJQqc=`lRW__0S}XA0Wuu8`~QDt!kb|q%gkQ@JpeYbBphN3K^0<7Rv2%?H{QXT`VjH3_R)?Lw^yCYtXwy;}O0|Azpg}Fs9Xg{0#d~=M5~3Ehdxd0~~*KRu6C# zR~g^U-Mf7z@i2cjBTn24B`7sxLQ>j>sbwI9kkn2Hqa@&zkxq<|DcoVrRV5TI+3dZ& zdwaLLx1_C*0u3D}j8XIE#G<-l#37k_6d3VTQZwLNwu6r`JhIl?~>Z%pb~1qO;OHOYBVNL~;|T36xMVyko1*+tj>ml-d?n3;5{C zv2hF9)ntYu06uymuZpgkPYGG+v*;&~T`gGDAo)+z^)ArmWZC7AtpbWA4wGqHbY{S~ zd?JNkfJ}d_&Z{Sx$~Zcjt#PL`h$K!DjM{$%u zP@@{@a9-6gjyv0&zXR$=IEH0w%)%N@Voihd-Q<4*U?j{GHX*gqE0(}oT*HaDR=BWx zgWKI?I>x3LkX_Cn#cVIu;|q(kq+#v1BwwfrD-24;{f@gK((lpJGO91WEB*6 zof?0PsN^(b(m}QXUB@QU;oi#t=?X>&(p`37(hN-6F{ExEE5d+t$z9q{!laeA+h}%B zA*Yh_HW*Xzv6KRBHZN2HIV@N-4U&DQtphken0WVbA7lMR=rzKl{KYH(APe^M!Vg$!Xx&YePVx% zmP;%SHy;9{2pu!!D_g$59yj36A6&nyU6GR`#}S-42vTY)p_^AT=ig8M2Yydb|2z2p zmolmzO++zt>iUW-ZIne-Bf9*9?WeZlO?b=Ut^++t)<-NA-e4@2uBR@{oSDV9@Snqf z8hBGRP*R~3Yro7wpDl*|Pa66x4c&iv-0scTee}TlsPNdoB&S5Aswj}_6i`ytCA-t7 z>q$LecM3X6BI))MH3${_dcmJ8`043M@7d=H1YOGrx|R`iEhFf13Hd1-| z{viY`bzDzcuoMT~NU|?Zj WILNS)K?Di~84BTSAOrw4$^yOa05D$w diff --git a/webdata/index.html b/webdata/index.html index 581588c..bead99c 100644 --- a/webdata/index.html +++ b/webdata/index.html @@ -25,22 +25,45 @@