2018-02-01 13:38:43 +00:00
|
|
|
|
package filebrowser
|
2018-01-07 12:40:28 +00:00
|
|
|
|
|
|
|
|
|
import (
|
|
|
|
|
"github.com/GeertJohan/go.rice/embedded"
|
|
|
|
|
"time"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
func init() {
|
|
|
|
|
|
|
|
|
|
// define files
|
|
|
|
|
file2 := &embedded.EmbeddedFile{
|
|
|
|
|
Filename: "index.html",
|
2018-02-02 23:14:53 +00:00
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
|
|
|
|
Content: string("<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content=\"IE=edge\"><meta name=viewport content=\"width=device-width,initial-scale=1,user-scalable=no\"><meta name=base content=\"{{ .BaseURL }}\"><meta name=staticgen content=\"{{ .StaticGen }}\"><meta name=noauth content=\"{{ .NoAuth }}\"><meta name=version content=\"{{ .Version }}\"><meta name=recaptcha content=\"{{ .ReCaptchaKey }}\"><title>File Browser</title><link rel=icon type=image/png sizes=32x32 href=\"{{ .BaseURL }}/static/img/icons/favicon-32x32.png\"><link rel=icon type=image/png sizes=16x16 href=\"{{ .BaseURL }}/static/img/icons/favicon-16x16.png\"><!--[if IE]><link rel=\"shortcut icon\" href=\"{{ .BaseURL }}/static/img/icons/favicon.ico\"><![endif]--><link rel=manifest href=\"{{ .BaseURL }}/static/manifest.json\"><meta name=theme-color content=#2979ff><meta name=apple-mobile-web-app-capable content=yes><meta name=apple-mobile-web-app-status-bar-style content=black><meta name=apple-mobile-web-app-title content=assets><link rel=apple-touch-icon href=\"{{ .BaseURL }}/static/img/icons/apple-touch-icon-152x152.png\"><meta name=msapplication-TileImage content=\"{{ .BaseURL }}/static/img/icons/msapplication-icon-144x144.png\"><meta name=msapplication-TileColor content=#2979ff><script>CSS = \"{{ .CSS }}\"</script>{{ if .ReCaptcha -}}<script src=\"https://www.google.com/recaptcha/api.js?render=explicit\"></script>{{ end }}<link rel=preload href=\"{{ .BaseURL }}/static/js/app.e8697d002882976987f8.js\" as=script><link rel=preload href=\"{{ .BaseURL }}/static/css/app.75a7f41b85cdb16097dd425ffc55c1f5.css\" as=style><link rel=preload href=\"{{ .BaseURL }}/static/js/manifest.b71221347fcf5fda1dec.js\" as=script><style>#loading{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:9999;transition:.1s ease opacity;-webkit-transition:.1s ease opacity}#loading.done{opacity:0}.spinner{width:70px;text-align:center;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.spinner>div{width:18px;height:18px;background-color:#333;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}</style><link href=\"{{ .BaseURL }}/static/css/app.75a7f41b85cdb16097dd425ffc55c1f5.css\" rel=stylesheet></head><body><div id=app></div><div id=loading><div class=spinner><div class=bounce1></div><div class=bounce2></div><div class=bounce3></div></div></div><script>(function() {\n 'use strict';\n\n // Check to make sure service workers are supported in the current browser,\n // and that the current page is accessed from a secure origin. Using a\n // service worker from an insecure origin will trigger JS console errors.\n const isLocalhost = Boolean(window.location.hostname === 'localhost' ||\n // [::1] is the IPv6 localhost address.\n window.location.hostname === '[::1]' ||\n // 127.0.0.1/8 is considered localhost for IPv4.\n window.location.hostname.match(\n /^127(?:\\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}$/\n )\n );\n\n window.addEventListener('load', function() {\n if ('serviceWorker' in navigator &&\n (window.location.protocol === 'https:' || isLocalhost)) {\n navigator.serviceWorker.register('{{ .BaseURL }}/sw.js')\n .then(function(registration) {\n // updatefound is fired if service-worker.js changes.\n registration.onupdatefound = function() {\n // updatefound is also fired the very first time the SW is installed,\n // and there's no need to prompt for a reload at that point.\n
|
2018-01-07 12:40:28 +00:00
|
|
|
|
}
|
|
|
|
|
file5 := &embedded.EmbeddedFile{
|
2018-02-01 13:40:37 +00:00
|
|
|
|
Filename: "static/css/app.75a7f41b85cdb16097dd425ffc55c1f5.css",
|
2018-02-02 23:14:53 +00:00
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
2018-02-01 13:40:37 +00:00
|
|
|
|
Content: string("/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}#noty_layout__bottom,#noty_layout__bottomCenter,#noty_layout__bottomLeft,#noty_layout__bottomRight,#noty_layout__center,#noty_layout__centerLeft,#noty_layout__centerRight,#noty_layout__top,#noty_layout__topCenter,#noty_layout__topLeft,#noty_layout__topRight,.noty_layout_mixin{position:fixed;margin:0;padding:0;z-index:9999999;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;filter:blur(0);-webkit-filter:blur(0);max-width:90%}#noty_layout__top{top:0;left:5%;width:90%}#noty_layout__topLeft{top:20px;left:20px;width:325px}#noty_layout__topCenter{top:5%;left:50%;width:325px;transform:translate(calc(-50% - .5px)) translateZ(0) scale(1)}#noty_layout__topRight{top:20px;right:20px;width:325px}#noty_layout__bottom{bottom:0;left:5%;width:90%}#noty_layout__bottomLeft{bottom:20px;left:20px;width:325px}#noty_layout__bottomCenter{bottom:5%;left:50%;width:325px;transform:translate(calc(-50% - .5px)) translateZ(0) scale(1)}#noty_layout__bottomRight{bottom:20px;right:20px;width:325px}#noty_layout__center{top:50%;left:50%;width:325px;transform:translate(calc(-50% - .5px),calc(-50% - .5px)) translateZ(0) scale(1)}#noty_layout__centerLeft{left:20px}#noty_layout__centerLeft,#noty_layout__centerRight{top:50%;width:325px;transform:translateY(calc(-50% - .5px)) translateZ(0) scale(1)}#noty_layout__centerRight{right:20px}.noty_progressbar{display:none}.noty_has_timeout.noty_has_progressbar .noty_progressbar{display:block;position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#646464;opacity:.2;filter:alpha(opacity=10)}.noty_bar{-webkit-backface-visibility:hidden;-webkit-transform:translate(0) translateZ(0) scale(1);transform:translate(0) scale(1);-webkit-font-smoothin
|
2018-01-07 12:40:28 +00:00
|
|
|
|
}
|
|
|
|
|
file8 := &embedded.EmbeddedFile{
|
|
|
|
|
Filename: "static/img/icons/android-chrome-192x192.png",
|
2018-02-02 23:14:53 +00:00
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
Content: string("\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\xc0\x00\x00\x00\xc0\b\x03\x00\x00\x00e\x02\x9c5\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x02\x9dPLTE\x00\x00\x00)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)x\xff)z\xff*|\xff+\u007f\xff,\x81\xff,\x83\xff,\x84\xff*}\xff/\x8d\xff2\x95\xff4\x9e\xff7\xa6\xff9\xad\xff:\xb2\xff<\xb6\xff<\xb8\xff=\xbb\xff=\xbc\xff+\x80\xff.\x8b\xff3\x99\xff7\xa7\xff;\xb2\xff?\xc0\xff@\xc4\xff@\xc5\xff*{\xff,\x85\xff2\x96\xff9\xac\xff@\xc3\xff=\xba\xff1\x95\xff:\xb0\xff2\x97\xff;\xb4\xff@\xc2\xff*~\xff0\x8f\xff:\xaf\xff?\xc2\xff7\xa5\xff?\xbf\xff<\xb5\xff3\x9b\xff>\xbe\xff9\xae\xff.\x88\xff/\x8c\xff<\xb7\xff=\xb9\xff4\x9c\xff?\xc4\xff>\xc3\xff=\xc3\xffF\xc6\xffK\xc7\xffT\xca\xff[\xcc\xffa\xce\xffA\xc4\xffQ\xc9\xffm\xd2\xff\x8f\xdc\xff\xac\xe5\xff\xc5\xed\xff\xd9\xf3\xff\xe2\xf6\xff\xe7\xf8\xff\xec\xf9\xff\x80\xd8\xff\xb4\xe8\xff\xdc\xf4\xff\xf5\xfc\xff\xfe\xff\xff\xff\xff\xffC\xc5\xffe\xd0\xff\xa5\xe3\xff\xde\xf5\xff\xfa\xfe\xffd\xcf\xff\xb0\xe7\xff\xed\xf9\xffS\xca\xff\x9f\xe1\xff\xe9\xf8\xffu\xd4\xff\xd2\xf1\xff\xfd\xff\xff>\xc4\xffI\xc7\xff\x99\xdf\xff\xf0\xfa\xff/\x8e\xffR\xca\xff\xfa\xfd\xffW\xcb\xff\xc7\xee\xff-\x85\xff\xef\xfa\xff\xd1\xf1\xff\xdd\xf5\xff/\x8b\xff7\x9a*?\x00\x00\x00vtRNS\x00\x00\x03\r 9Rp\x8d\xa6\xbc\xcd\xdb\xea\xf2\x02\x11,Pw\x9c\xbf\xd8\xe9\xf7\xfc\xfe\x16<j\x9e\xc8\xe8\xf9\n+a\x9d\xcf\xf05r\xb6\xe5\x06o\xb7\xeb\xfd\x01\x15\xa5\xe3\xe4(x˓\xe0\x928\bB\xa1\x9f\x05=\xef2\x9a\x84`\xd07\xad\x14y;\xb8\xfb\x0eq'\xf8J\x17\x96\xb4\xcaL\xdaZ_l\xed\xf1\xd9)\x18\v\x97\x95K\xa4!\xe2CS\t\xb5Π\x98\xf6\x83\x1fs4\xbd\u007f\xa3Q\x00\x00\x00\x01bKGD\xc2\xfdo\xbe\xd4\x00\x00\x00\tpHYs\x00\x00'^\x00\x00'^\x01\xcf\xc1X\x8e\x00\x00\v.IDATx\xda\xed\x9d\xf9[\x93\xd7\x12\xc7\xdf\t\xfb\x12\xc3N@6\xd9\x04\xd9\x17\xc1\"xYժX\xadmպ\xb4\xd6k\xed~\xf7$`X\x8c\x82\xa0\x11\"\x88\v\x8a\xb8\xd7\xde\x04Eq\xc1\r5jպ\xb4j\xaf\xb5\xdb\xfd[n6\x105\xbcs\xde7\xef\x9b\xe4\xf4\xb9\xf3\xf8\x9b\x01\xbe\x9f\xcc\xcc9\xf3\x9es\xde9\f#\xa4\x01H<<\xbd\xbc}|\xfd\xfc\x03\x02\xa5\x93\x146\x9b$\r\f\xf0\xf7\xf3\xf5\xf1\xf6\xf2\xf4\x90\x00\b\xfa'\x05\xd4.\v\n\x0e\t\r\v\x8f\x88\x94GE+\xecXt\x94<2\"<,4$8H\xe6n\x14 \x99\x1c\x13\x1b\x17\x9f0EA`S\x12\xe2\xe3bc&K܅\x01 1)9%uj4\x89\xf81oLMMINJt\xbd#L\xea\xd3ҧeDq\x11?jQ\x19\xd3\xd2\xd3\\\xcb\x00\x99IY\xd99\xb9|\xd4[-7'\xdb')\xd3E\b\x90\x97\xef]P\xe8\x80z\x1b\xc3\xf4\x02\xef\xfc<\xe73\x80\xa4\xa8x\x86\xdcQ\xf5V\x93\xcf(.rrJC\xa6\xd7\x1b%\x0e\u007f\xf9\xe3\xdcP2\xb3\xd4y\x91\x04P6\xebOR\xe1\xd4[MZ>\xab\xcc)\t\rPQ\xe9W%\xb4|\xb3U\xf9UV\x88\x8f\x00\x92\xea\x9a\x1c1\xe4\x9b-\xa7\xa6Z\xe4\\\x00\xf0\x9c](\x96|\xb3\x15\xce\xf6\x14\xd3\t\xe01g.\xa7\t\x97\xbbEϝ\xe3!\x16\x01\xc8ޜ'\xd0\xc0\xc9f\xf2yo\xca\xc4@\x00\x98\xbf@\xd4\xe8ya\x85\v\xe6\v\x1fG\x90W\xbb\xf0-\xe7\xe8W(\xdeZX+\xf4\xdc\f\x8b\x16;\xe9\xeb\xb79a\xf1\"!\t\x00\xde.X\xe2L\xfd\nŒ\x82\xb7\x85\v#\x90\xbc3\u05f9\xf2\xcd6\xf7\x1d\xa1\xe6\x04HL\x17\xbcp 1iz\xa2\x10\x04\x00\xef\xbe\xe7\x84\xc1Ӟ\xc9\xdf{\xd7\xf10\x02(Z*`\xd9\xc9\xcdr\x97\x169J\x00P\xbb\xccU\xf2Ͷ\xac\xd61\x02\xc8[\xfe\xbe+\xf5+\x14\xef/wdF\x00ي\xe9\xaeկPL_\xc1\xbf\xb0\x00\xc9J\x97\f?/\x9bt%\xdf\xe1\x14*V\xadv\xb5z\xb3\xad^U\xc1\x8b\x00$\xab>p\xb5v\xab}\xb0\x8a\x8f\x0f@\xb6\xd2-\xbe\u007f\xb3\xad^\xc9=\x0f o\x85
|
|
|
|
|
}
|
|
|
|
|
file9 := &embedded.EmbeddedFile{
|
|
|
|
|
Filename: "static/img/icons/android-chrome-512x512.png",
|
2018-02-02 23:14:53 +00:00
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
Content: string("\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x02\x00\x00\x00\x02\x00\b\x06\x00\x00\x00\xf4x\xd4\xfa\x00\x00\x00\tpHYs\x00\x00'^\x00\x00'^\x01\xcf\xc1X\x8e\x00\x00 \x00IDATx\xda\xed\xddOl\\Ǖ\xef\xf1\x1f\xc9&)\x9a\x12Ɉ\x80I\x04rD\x8d-\xe3\r'\x03\xb6\x11/\x1c\xd8y\xeaYŻ0@\x16\xb3S\x1b\x98\xdd\x04\b\xb3J@\f\x10\x1a\x1842\xab\xa1\x81\xccn\x00S\xbb,\x02\x84\xda9\xab4'6\xe2E\x02\xb3\x91Iσe\x8fH[\bD\x03\x94ٔh\x9ab3\xfd\x16u\xdblI\x14\xd9\u007fn\xdd[U\xf7\xfb\x01\b\xc9F\xec\xc8շ\xeb\x9c:u\xaan_\xa3\xd1\x10\x00w\xcd.\xaa\xd0\xf2\x97yI\x13\xd1\xef'\xa2\xbfn5#鲥?ʦ\xa4\x8d\xc7\xfe\u07ba\xa4\x9d\xe8\xf7;\xd1_K\x92\xaa%\x95\xf9\xf4\x00w\xf5\x91\x00\x00\xa9\x05\xf6\x89\x96\x80\xde\f\xe4\x85\x04\x02y\xd2Z\x13\x87\xf2c\x89\xc3z\xb5\xf4U\x02\x01\x80\x04\x00\b&\xc8\xcfD\xc1\xbc\x19\xe8\vѯs\x8c\xce#*QBPn\xa9$lTKOT\x1c\x00\x90\x00\x00N\x06\xfaB\xf4댤k\x8cL,֢\n\xc2F\x94 \x90\x18\x00$\x00@*\xc1>\x1f\xad\xe8[\u007f\xc6\x19\x99Dբ*\xc1W?\xd5\xd2q\xff\x01\x00\x12\x00 \x8e\x95}>Z\xd9\xe7Y\xd5{Q-X\x8f*\x05\xebT\n\x00\x12\x00\xa0\x93\xd5}\xa1%\xe0_fT\xbc\xb6ْ\x10\x94\xa9\x12\x00$\x00@3\xe0\x17\x1e\v\xf8\x94\xf2\xc3V{,!(3$ \x01\x00\xb2\xb7\xc2/\x10\xf0I\b\x9a\xc9\x00\x15\x02\x90\x00\x00a\x05\xfc\xe6ѻ\xf9\xe8WJ\xfa8\xcdf\x94\f\xacF\t\x01w\x14\x80\x04\x00\xf0(\xe8\xcfD\x01\u007f^4\xed\xa17kQ2\xb0JC!H\x00\x007\x83~^R1\n\xfa\xac\xf2a\xab:\xb0*i\x85\xad\x02\x90\x00\x00\xe9\x06\xfdfY\x9f\xa0\x8f\xb4\x92\x81r\xb5\xa4U\x86\x03$\x00@2+\xfd\x85(\xe8\xd3\xc0\a\x17Ԣd`\x99\xca\x00H\x00\x80\xf8\x83~\x91\x95><\xaa\f\xb0M\x00\x12\x00\xa0ˠ?\x13\x05\xfc\xa2xq\x0e\xfcM\x06\x96E\x03!H\x00\x80\xb6\x02\u007fs\xa5\xff=F\x03\x01\xb9\x19%\x02+\f\x05H\x00\x80GW\xfb\v\xd1j\x9f}}\x84\xac&iE\xa6_\x80\xaa\x00H\x00\x90\xe9\xd5~Q\x9c\xd5G6\xad\xc9\xf4\nP\x15\x00\t\x00X\xed\x03T\x05\x00\x12\x00\x84\x15\xf8\vQ\xe0go\x1fx\xba\x9bQ\"Pf(@\x02\x00\xdf\x03\u007fQҒ8\xbe\atbS\xd2\x12\xdb\x03 \x01\x80oA\u007f\"Z\xed/\x882?Ћ\x9a\xccQ\xc2e^L\x04\x12\x00\xb8\x1c\xf8g\xa2\xd5\xfeuF\x03\x88=\x11X\x8d\xaa\x02\x1b\f\aH\x00@\xe0\a\xb2\xe7\x06\x89\x00H\x00\x90v\xe0/D\x81\x9fc|@\xf2h\x18\x04\t\x00\b\xfc@\x86\xadE\x15\x01\x12\x01\x90\x00\x80\xc0\x0f\x90\b\x00$\x00\xe8=\xf0\xcf\xc8\\TB\xe0\a\xfcH\x04\x8a\xf4\b\x80\x04\x00\xbd\x06\xfe%\xd1\xdc\a\xf8\x88fA\x90\x00\xa0\xe3\xc0?!s\xf6\x98\xc0\x0f\x84\x91\b,p\x8f\x00H\x00pV\xe0\xe7\x02\x1f <\\(\x04\x12\x00<5\xf8\x17ŕ\xbd@\xe8\xb8b\x18$\x00\xf8*\xf0\x17\xa2\x95\xc1\x1c\xa3\x01dFEf[\xa0\xccP\x90\x00 {\x81\u007f&\n\xfc\xbc\x9d\x0fȮ\x9bQ\"\xb0\xc1PdO?C\x90\xc9\xe0\xbf$i\x9d\xe0\x0fd\xde\xf7$\xadGs\x02\xa8\x00 \xe0\xc0_\x909\xcf\xcf>?\x80\xc7m\xca\xdc\x1fPf(H\x00\x10N\xe0\x9f\x11\xe5~\x00\xeda[ #\xd8\x02\b?\xf8/\x88r?\x80\xf65\xb7\x05\x16\x18\n*\x00\xf03\xf0\xe7e\xca\xfdt\xf7\x03\xe8VEf[`\x9d\xa1 \x01\x80\xfb\x81\xbfy\x99\xcf\xcf\x18\r\x001yS\\\"D\x02\x00\xa7\x83\u007fA4\xf9\x01\xb0\x83&A\x12\x008\xba\xea_\x92\xf4#F\x03\x80eo\xc9\xdc&H5\x80\x04\x00\xac\xfa\x01P\r\x00\t\x00X\xf5\x03\xa0\x1a\x00\x12\x00X\t\xfet\xf8\x03p\x05'\x05<\xc5=\x00\xfe\x05\xff%I\x1f\x10\xfc\x018bN\xd2\a\\'L\x05\x00\xf6\x02\xffL\xb4\xea\xbf\xc6h\x00p\xd4ZT\r\xd8`(\xa8\x00 \x9e\xe0?/s\x9b\x1f\xc1\x1f\x80ˮ\xc9\xdc\"8\xcfPP\x01@o\x81\x9fF?\x00\xbe\xa2A\x90\x04\x00]\x06\u007f\x1a\xfd\x00\xf8\x8e\x06A\x87\xb1\x05\xe0f\xf0/J*\x13\xfc\x01xnNR9\x9a\xd3@\x05\x00g\x04\xff\x15I\xd7\x19\t\x00\x81\xb9Q-\x91\b\x90\x00\xe0\xa4\xc0?#i\x95U?\x80\x80U$\xcdsJ\xc0\rl\x01\xb8\x11\xfc\v2]\xfe\x04\u007f\x00!\x9b\x939%P`(H\x00\b\xfe\xe6\xf2\x8c\xdfJ\x1ag4\x00d\xc0\xb8\xa4\xdfrqP\xfa\xd8\x02H/\xf0OHZ\x16\xfb\xfd\x00\xb2놤\x05\x8e\n\x92\x00d)\xf8ψ\xfd~\x00\x90\xe8\v \x01\xc8P\xf0\xcf\xcb\x1c\xf1\xa3\xe4\x0f\x00FMR\x81\xfb\x02\x92E\x0f@\xb2\xc1\xbf(\xf3\"\x1f\x82?\x00\x1c\x1b\x97y\xa1P\x91\xa1 \x01\b1\xf8/Kz\x9b\x91\x00\x80\xa7z;\x9a+\x91\x00\xb6\x00\xec\a~\x9a\xfd\x00\xa034\a\x92\x00\x04\x11\xfcˢ\xd9\x0f\x00:U\x91\xe9\v \t\xb0\x84-\x00{\xc1?/.\xf7\x01\x80n5/\r\xca3\x14T\x00|\v\xfee\xd1\xec\a\x00\xbd\xe2\x84\x00\x15\x00o\x82\u007f\x91\xe0\x0f\x00\xb1\x19\x17o\x14\xa4\x02\xe0I\xf0\xa7\xd3\x1f\x00\xecx\xa3Z\xd2\n\xc3@\x05\xc0\xb5\xe0\xbf@\xf0\a\x00\xabގ\xe6ZP\x01p&\xf8\xaf\x8
|
|
|
|
|
}
|
|
|
|
|
filea := &embedded.EmbeddedFile{
|
|
|
|
|
Filename: "static/img/icons/apple-touch-icon-120x120.png",
|
2018-02-02 23:14:53 +00:00
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
Content: string("\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00x\x00\x00\x00x\b\x03\x00\x00\x00\x0e\xba\xc6\xe0\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x02\aPLTE\x00\x00\x00)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)x\xff*{\xff*}\xff+\x80\xff,\x82\xff,\x84\xff,\x85\xff,\x81\xff.\x8a\xff1\x94\xff5\x9f\xff7\xa8\xff9\xaf\xff;\xb4\xff<\xb7\xff<\xb9\xff=\xba\xff-\x87\xff2\x96\xff7\xa7\xff>\xbd\xff?\xc2\xff@\xc4\xff@\xc5\xff)z\xff2\x95\xff8\xaa\xff=\xbb\xff-\x86\xff4\x9e\xff;\xb5\xff?\xc1\xff-\x85\xff<\xb8\xff@\xc3\xff3\x99\xff<\xb6\xff/\x8c\xff9\xad\xff+~\xff3\x9a\xff.\x89\xff:\xb0\xff/\x8d\xff0\x8f\xff?\xc4\xff>\xc3\xffA\xc4\xffH\xc7\xffQ\xc9\xffY\xcc\xff`\xce\xffC\xc5\xffZ\xcc\xff~\xd7\xff\xa2\xe2\xff\xbf\xeb\xff\xd4\xf2\xff\xe0\xf5\xff\xe5\xf7\xffI\xc7\xffq\xd3\xff\xac\xe5\xff\xdb\xf4\xff\xf4\xfb\xff\xff\xff\xffB\xc4\xffh\xd0\xff\xb3\xe7\xff\xec\xf9\xffM\xc8\xff\x93\xdd\xff\xe1\xf6\xff\xfe\xff\xff,\x83\xffX\xcc\xff\xf6\xfc\xff\\\xcc\xff\xc2\xec\xff\xfd\xfe\xff\xb3\xe8\xff\xfc\xfe\xff\xe2\xf6\xff\xab\xe5\xff\xf4\xfc\xff+\u007f\xff3=\xc7^\x00\x00\x00VtRNS\x00\x00\x01\r$@_\x82\xa2\xbe\xd5\xe5\xf1\xfb\x10*S\x81\xac\xcc\xe1\xf0\xfa\x12<u\xad\xd9\xf4\xfe\f5t\xb7\xe4\x17T\xa1\xdd g\xbb\xef\x1f\x1dk\xc4\xf5\\\xf7\x06\xa7\x1e~\xde\x05D\xf9\x14s%\x9d\x02>\xbd\xd2\bd\xe0\nm\xe7\xec\xeb\xe8\xd3&\a\x11\xf6jf\xb6\xab\xbc=\xc7X2v\x00\x00\x00\x01bKGD\x98v\xd1\x06>\x00\x00\x00\tpHYs\x00\x00'^\x00\x00'^\x01\xcf\xc1X\x8e\x00\x00\x06uIDATh\xde͛\xe7C\x13I\x18\xc6w\x02\x01\x02\x04\x82@h\xa1\x84v\"\xe5P\xaatE\xb1\x9dz\x9ew\x1bHh\x81\xd0\x02\t\x10 \xf4\xa2&\xf4.b\x00E\x0eTl\u007f\xe4ei\x02\xf3NvC\x82s\xef\a>\x84\xdd\xf9\xed\xf3\uecf3\xb33\xef0\x8c\xd0@\\\x88<<\xc5^\xde>\x12_?\u007f)k\x0f\xa9\xbf\x9f\xaf\xc4\xc7\xdbK\xec\xe9!:8@psNPE\x01\x81\xb2\xa0+\xc1!\xa1r\xf6\\\xc8CC\x82\xaf\x04\xc9\x02\x03Dnfsͅ\x85GDF)\xa2YbD+\xa2\"#\xc2\xc3DnCsԘ\xd88e\xbc\x9c\xe5\ry\xbc2\"6\xc6=\xb2\xed)NHLJ\x96\xf2S\x0fC\x9a\x9c\x94\x98 r\x99l\xbf\xf6߮\xa6\\\x13J=\x8ck)WS]\x13mW\x9b\x96\x9e\xf1\xbbsX.\x14\x19\xe9i.\xa8\xb6;*Sr\xddy,\x17\xd7%\x99a\x17$#tC\x9c\xe5d\x92\xcf$<K|\xe3\"h\x84\xb2sr/\x8e\xe5\"7'\xdbi2By\xf9ʛ\xaeqY\xf6\xa62?\xcf94B\x05\x85.\xca=\x12]X\xe0\f\x19\xa1\xa2b\x85;\xb8v\u007f\x17\x17\t'\xa3\x92\xd22\xc1\x1d\x06_H\xcbJK\x04\x92Q\x9e얻\xb0\\ܒ\xe5\t\"\xa3\xdb\xe5w\xdc\xc9e\xd9;\xe5\xb7\x05\x90\xd1݊{\xee\xe5\xb2콊\xbb\xbcdt7\uefbb\xb9,{?\x8e\x8f\x8cnW<\x10ؘ\xea \x04\x1e\xfc\xa0\xc2q\xb6Q^\xf9C!D\xb6\xb2J\xad\xa9\xae\xa9\xa9֨\xab*Y!\xfc\x87\xe5\x8e\x1c\x86Jd|\xbeR\xa9*k\xeb\xea\xb5\r\x8d\xba\xa6斖\xe6&]c\x83\xb6\xbe\xae\xb6\x92\x97}GF~\xaa\x10*}\xc4szUk\x9b^\xd7\xdea0\x9e\nCG\xbbN\xdf\xd6Z\xc5s\xea\xadRbO\x82\xfe\x908\x14۩\xe9\xea6up\xa8sa\xff\xa9\xc3\xd4ݥ\xe9t(\xbb\xac\x88\x00F\x05\xc5RG؞\xde>3\x0e\xfd\t7\xf7\xf5\xf68BK\x8b\v@2\xca+$\xf7\xcf*\xb6_;0H\xa4\x1e\xb1\a\a\xb4\xfd,\x19\xad(\x04\r\x86\xf2s\xc9\\\xf5\xd00\x1f\xf6\x10=<\xa4&\x93s\xf3\x010\xcaV\x12\a͝#\xa3f\x01\xd8\x03\xb4yt\xa4\x93\xd4N\xb42\x1b#\xa3\xc79\xa4\xf7\xbejl\xdc$\x10{\x806\x8d\x8f\x91D\xdf\xccy|\x9e\x8cĤD\xab\xaa\xf5f\xe1X.\xcc\xfaj\x129W|\x0e\x8c\x9ed\x91\xf23\xf1\xc29,\x17/&H\xade=9K.\xc9$\x8d'_\xf69\xcf5\x18\xfa^\x12\x9a\xbb\x96YrFp\x1a\xa9\xebx5p\x11\xae\xc10\xf0\x8aР$\xed\xb4dQ\xfaS\x82\xde\x01'lu\xc6b\x03\x04\xcdO\xff\x14\x9d\x12\x9c\x9a\x01\xfbj\xe2By>\xca\xf6\x04찌ԟ\x92EW\xc1\xef#U\xf5\x05|\xf53^\xc0\xdeV<;\x91\x8c\x12R\xc0k\x1bӻ\xc25\x18\xf4c`\xb3)\tǒQb(t@縓\xcf\xef\xf90\x8f\x83}Xh\xe218&\tL\xf4\x88\xc
|
|
|
|
|
}
|
|
|
|
|
fileb := &embedded.EmbeddedFile{
|
|
|
|
|
Filename: "static/img/icons/apple-touch-icon-152x152.png",
|
2018-02-02 23:14:53 +00:00
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
Content: string("\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\x98\x00\x00\x00\x98\b\x03\x00\x00\x00/\x1c\xd0\x13\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x02\x94PLTE\x00\x00\x00)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)x\xff*{\xff*|\xff*}\xff+\u007f\xff-\x86\xff/\x8d\xff1\x94\xff3\x9a\xff5\xa0\xff6\xa4\xff7\xa7\xff7\xa9\xff,\x82\xff/\x8c\xff3\x99\xff7\xa6\xff:\xb0\xff<\xb8\xff>\xbd\xff?\xc0\xff?\xc2\xff?\xc3\xff@\xc4\xff@\xc5\xff;\xb3\xff)z\xff,\x81\xff1\x92\xff;\xb5\xff,\x84\xff:\xaf\xff>\xbe\xff-\x85\xff4\x9c\xff;\xb4\xff?\xc1\xff,\x83\xff6\xa5\xff1\x93\xff@\xc3\xff5\x9f\xff>\xbc\xff-\x87\xff8\xa9\xff:\xb1\xff*z\xff0\x90\xff<\xb6\xff=\xb9\xff.\x87\xff8\xaa\xff?\xc4\xff>\xc3\xff=\xc3\xff>\xc4\xffD\xc5\xffQ\xc9\xff`\xce\xffp\xd3\xff}\xd7\xff\x87\xda\xff\x8e\xdc\xffE\xc5\xff[\xcd\xff\x80\xd8\xff\xa4\xe3\xff\xc3\xed\xff\xd8\xf3\xff\xe7\xf8\xff\xf1\xfb\xff\xf5\xfc\xff\xf8\xfd\xffI\xc7\xffn\xd2\xff\xa6\xe3\xff\xd4\xf2\xff\xee\xfa\xff\xfc\xfe\xff\xff\xff\xffF\xc6\xffm\xd2\xff\xb1\xe7\xff\xe8\xf8\xff\xfb\xfe\xffZ\xcc\xff\x9e\xe1\xff\xe1\xf6\xff\xfd\xfe\xffC\xc5\xffs\xd3\xff\xc6\xed\xff\xf7\xfd\xffG\xc6\xff\xde\xf4\xff\xfe\xff\xffH\xc6\xff\x92\xdd\xff\xea\xf9\xff\xeb\xf9\xffr\xd3\xff\xde\xf5\xff\xf6\xfc\xff\xe2\xf6\xff\x86\xda\xff\xe5\xa2#\xde\x00\x00\x00rtRNS\x00\x00\x05\x11\x1f2Li\x87\xa4\xbc\xd0\xdf\xed\xf7\x183Sw\x9a\xb8\xd2\xe6\xf3\xfa\xfd\xfe\x01\v)V\x85\xb1\xd1\xe9\x02\r-b\x9f\xcf\xea\xf9\b&[\x9d\xd5\xf4B\x83\xc3\xef\x17T\xa0\xdb\x1a\\\xb0\xe8\xafX\xb2\x0eM\xa6\x91\xe0\x19k\xcd\a?\xa7n/\x9c\tN\xc4\xfb\x12o\xdc\x1e\x8c\xeb*\xa3\xf57\xb4>\xbe\xfc\x03E\xc5\xcb\x13\x8dp\xa5\x16\xa1AU\x84\x86\xbd\x90,\x04}m\xb0\xa4\x00\x00\x00\x01bKGD\xc2\xfdo\xbe\xd4\x00\x00\x00\tpHYs\x00\x00'^\x00\x00'^\x01\xcf\xc1X\x8e\x00\x00\b\xe5IDATx\xdaݜ\xf7_SI\x10\xc0\xb3\xa1\u0600\x88\x8a$D\x14\x89\xa2\xa2(\n\x9e\xa0\x14\xbb\"\n\xf6\x8a\xdd;\xbbw&\x04\x02!\b*I\b \x88tD\xb1]bǎb}\x16\xec\xbd\xfb\xcf\xdc\v\t\x8a\x90\xd9W\xf2\x02\xfb\xb9\xf9E?\xbc\xbc\xdd\xefgfv\xb6\xbc\xd9\x11\x89\xf8\t\xb2\x8a\xd8\xcd\xddó[\xf7\x1e={yy\xfb([\xc4\xc7۫W\xcf\x1eݻyz\xb8\xbb\x89[~ij\x03\xdeTbIo\xdf>}\xfb\xf9\xf5\xf7\x97\xca\x02\x02\x94m$ @&\xf5\xef\xef\u05efo\x1f\xdf\xde\x12q\xa7\xb1Y;\x92\x0f\b\x1c8(hp\xb0T\x89\x15i\xf0\xe0\xa0A\x03\x03\a\xc8;\x01\x8e\xeeA1dhȰ\xe1#B\x95\xac$t\xc4\xf0a!C\x87(\\\x8bF\xb7>rT\xd8\xe81\xe12vT6\x91\x85\x8f\x19\x1d6j\xa4\xeb\xd0\xe8\x96\xddƎ\x8b\x88\f\xe0Bew\xbbȈqc\xdd\\\x82f\xf5\xac\xf1\u007fL\x88\x92r\xa7\xb2;\\\xd4\x04\xdf\xf1r\xc1\xd9h\u05ca\x9e8)\x86\x93\t;\x984&6,Z!,\x19B\x92\xb8x>6lo\xd1\xf88\x89pd\xb4\xfa'O\x99\x1a\xec,\x95M\x82\xa7N\x99,\x90=\xe9X\xea1m\xba\xd3\xda\xfa\xa9\xb5\xe9\xd3<\xc4B\x90!4c\xe6,\xde.\xefH\xa4\xb3f\xcep\x9e\f\xcdN\x98\x13)$\x96U\"\xe7$\xccv\x8a\x8cv\x06I\xa2\x9fSCѱ\xc8\xfc\x12%Nx\x1a\x1d#\xe6\xce\xf3\x16\x1e\xcb*\xde\xf3\xe6\xf2\x8e\x1c\b%%\xcf_\xe0\x1a.\xa5r\xc1\xfc\xe4$~d\b-\\\xb4\xd8UXVY\xbch!\x1f2\x84\x96,]\xe6J.\xa5r\xd9\xd2%\xdcɐ|\xf9\x8a\x95\xae\xe5R*W\xaeX.\xe7H\x86\x14\xabR\x04\r^\x8eE\x9a\xb2J\xc1\x89\f)V\xafY\xebz.\xa5r\xed\x9a\xd5\\\xc8к\xf5\x1b\\\x10\xbd\x1c\x89l\xc3\xfau\xacɐb\xfdF\xc1\xe6F&\tظ\x9e\xadΐ\"a\x03\x0f.U\x8b\xf0 ې\xc0\x8e\f\xc9W\xad\xe1f\xc7\x16\xa0T\xb5:-M\xadNUrƓ\xadY\xc5fl\"\xb4<\x85\x93ߧ\xa6k22\xb5Y\xba\xec=\xb4d벴\x99\x19\x9a\xf4T.-\xacMY\xc
|
|
|
|
|
}
|
|
|
|
|
filec := &embedded.EmbeddedFile{
|
|
|
|
|
Filename: "static/img/icons/apple-touch-icon-180x180.png",
|
2018-02-02 23:14:53 +00:00
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
Content: string("\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\xb4\x00\x00\x00\xb4\b\x06\x00\x00\x00=\xcd\x062\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00'^\x00\x00'^\x01\xcf\xc1X\x8e\x00\x00 0IDATx\xda\xed\x9di\x8c\\\xd7u\xe7\u007f\xef\xd5\xda{\x93ln\xe2&R\xa2$\x8a\xdam\xc5\xf1@\xb1\x94\x89\xedd\x10GN\x02\xdbI\x06\xf1\x02\x1b6&F\x90\x99\xe4C\x1c\"\x99\xf90c\x8f\xe2\x00\x93`f\x82$\x93 \xc1\xd8\b\xb2H\x81\x03\xcb\x0e\xe2x\x19[\x8e\x10\x8fG\x12EY\x12iQ\v\x17\x91\x14\xd9d\xb3\xf7\xee\xaazU\xef·\xff}ݯ\x8b]do\xf5\xee\xab\xe5\x0f\x14\xbb\xd9\xd5]\xef\xdc{\xff\xef\xbcs\xce=\xf7\x1c\x8f.8t\xc44z+\x03d\x81\x1cP\x00\x06\x81\xad\xc0M\xf6\xb5\a\xd8\x05l\x03\xb6\x00C\xf6wz\x80>\xfb\xf7ˡ\x06\xcc\x02\xf3\xc0\x140\t\x8c\x01\xa3\xc0y\xe0M\xe0\x82}]\xb6\xbfS\x06\x02\xa0j\xff\xfe\x1a\x9cx\xccs=\x95\xceѱ3Ѐ\xc4YD\xdc\"\xb0\t\x91u?p\vp3\xb0\x0f\x91w\x18\x116\x87H\xeb\xb18\x97\xf5_\x1b\xc1,\xf3\xd5 \xb2\x06\x88\xf0\x13\x88\xe4g\x80\xd3\xc0\xeb\xc0)D\xfaq\xa0\x84\x88^\xad\xff\xf0N%wG\x8d\xba\x01\x89\x8b\xc0\x00Ҽ\xfb\x81C\xc0]\xc0m\xc0^D\xec\x02\xe0\xc7\xfe&\xa9y\x8b\v\x1c\"\xf2\x8e\x03g\x81\x93\xc0K\xc0\tD\xf2\xcb\xc04\"\xf9\x12t\x12\xb9;b\xa4\xcb\x10\xb9\x0f،4\xeea\xe0\x01\xe0\x1e\xe0\x80\xfdyֵ\xcc+D\x15\xb8\n\xbc\x01\xfc\x008\n\xbc\x8c4\xfaU\xa4\xe5\x17\xd0\t\xc4n\xdb\x11.C\xe2\"2\x17\x0e \x02?\b܇\xb4p\xafky7\bsH{\x1f\x03\x9eA\x04\u007f\x03\x99-K4w\xbb\x92\xbb\xedF\xb5\f\x91\xb7\x00\a\x81\xb7\x01\xefDdޏ\b\xde\xce(!S\xe4y\xe0_\x80\xe7\x80W\x91\xf3\xb9\x80v#vی\xa6\x8e\xc8Y\xa4y\xef\a\x1eBD>\x84\"\x10\x9d\x88)dk\u007f\x0fx\x1a\x91\xfc,1g\xb2]\x88\xdd\xf2\xa3\xa8#r\x01\xb8\x1d\x91\xf8\x11dV\xec\xa1q\xf8\xac\xd3PC!\xc1g\x80o#r\x9fD\xce&\xd0\xfa\xc4nY\xe9\xeb\x88\\D\x91\x89w\x03?\x01܋\xa2\x16]4\xc6(\xf0\x02\xf0-\xfbz\x89\x98\x9dݪ\xc4n9\xa9눜\x03\xee\x06~\x06x\x0fp'\n\xb3u\xb1r\x8c\xa3\xc8\xc87\x81\xaf\x00/\xa288\xd0z\xc4n)icd\xce G\xef\xfd\xc0\xfb\x90v\x1ev-_\x8bc\x02i\xe9\xaf\x02_F\x0ed\rZ\x8b\xd4-#\xa9%\xb3\a\xecD\x1a\xf9\x83(\xec\xb6ŵlm\x861\x14\xf6{\x02i\xec\xb7\x00\xd3*\xa4N\xbd\x941\"\xf7\x02\x0f\x03\x1f\x03~\f\xd9\xc8]g\xaf9\xa8\xa1\x9d\xc7\u007f\x06\xfe7\xf0\x14\x8aq\xa7\x9eة\x95.f^d\xd16\xf4G\x80\x9fG\xbb{y\xd7\xf2u\b*h\xd7\xf1K\xc0\x17QD\xa4\n\xe95CR'U\x8c\xc8>\xca^\xfb)\xe0\x93\xc0ہ\xfe4\xca\xdc\xe60\xc0\f\xf0,\xf0g\xc0\xd7Pv`\b\xe9#v\xaa\xa4\x89\x919\x87\xb4\xf2ǁ\x0f!\xbb\xb9k^\xb8E\r\xd9ӏ\x03\u007f\x81\xb4u\x00\xe9\"uj$\x89\x91y\x10\xf8q\xe0\xd3h\x83\xa4'Mrv8\f\xca\xe1~\x1a\xf8#\xb493\x05\xe9!\xb5s)\xeaL\x8c\xdd\xc0/\x02\x9f@a9\xe7\xf2u\xb1,\f\n\xeb\xfd9\xf07\xc09Rb\x828\xbdz\x9d\x89q/\xf0)\x14\x8e\x1bv:+]\xac\x14\x13(\xbc\xf7\xa7h\xd7ѹ\t\xe2\xec\xca12\xf7\"\x13\xe3\xd7\xecל\xb3\xd9\xe8b-\b\x90\xe9\xf1?\xec\xd79pGj'W\x8d\x91y3\xf0s\xc0\xaf\xa2M\x92.Z\x17ǀ?\x04\xfe\x1e\x1d.pB\xeaD\xafX\x97\x87\xb1\v\xf8(23\xf6%>\xf2.\x9a\x813\xc8\xfc\xf8\x02:\xf7\b$KlWG\x8dnEQ\x8c_\xa6\x9b\x15\xd7N\xd8\a\xfc\a`\x04EA^KZ\x80\xc4n\x9d\x98v\xbe\v\xf8u\xe0\x03tn\xc2}\xbbc\n\xf8;\xe0\x0fP\xc2SbZ:\x91\xab\xc4\xc8|\x1f\xf0[(C\xae/\x91\x11v\xe1\n\xb3(s\xefw\x91}\x9d\b\xa9\x9349\xde\x01|\x06me\xf7$x\xdd.ܠ\x0fx\x14\xe5\xdd|\x1e\xf8~\x12\x17m\xfa-c\xb5\xf3;\x80\xff\x88N\x93\xb4\xfb\xe1\xd4.\x96\xa2\x84N\xc4\xfc\x17\xe0\xfb\xcd\xd6\xd2\xfe\xfa?\xa21\x0e\x1d1\x1e23>C\x97̝\x8a\"Z\xfb\xcf\x00\xf7YN4\rM\xf9\xf0X\x0e\xf3a\xe0wУ\xa7kft6\xe6\x81'\x81Ϣ#_Mɭ\xde\xf0O\x8c\x91\xf9\x16\xe0\b\xf0\v\xb4\xb3\x03\xe8\xd9I\xf4\x00\x1f<\x0f\xbc\fx\xbe\xfe\u007f\xcd\f\x1b \x04\x13\x82\xa9\x81\xb1\xff\xc7غ_f\x15\xd7n=\xcc\x02\u007f\v<\x86\xea\xf4m8\xa97\xf4\xd3bdޅBs\x9f@9\xcd\xed\x01/F\xd8\x1c\xf8E\xc8ؗ_\x04\xbf`\u007f\x9eE\xe4\x8e\xca8\xc6aDdB\b\xab`\x02\b\xcb\x10\x96\xa0f_aI?_ |{\x91|\x12%5\xfd>\xaa\xae\xba\xa1\xa4nF\x94c3:]\xf2aڀ̞oIZ\x80L\x1f\xe4\x06 \xd3\x0f\x99^\xfd\xcc\xcf6 \xee\xc2\a\xb0H\xc8\xf8\xf7\xf5\xb0D\x0f\xab\"xm\x0ej3\x10LCmV?3\x814{\x8bc\bm\xa8\x8d\x01\u007f\x82\xdd&\xdf
|
|
|
|
|
}
|
|
|
|
|
filed := &embedded.EmbeddedFile{
|
|
|
|
|
Filename: "static/img/icons/apple-touch-icon-60x60.png",
|
2018-02-02 23:14:53 +00:00
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
Content: string("\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00<\x00\x00\x00<\b\x03\x00\x00\x00\r\")@\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x01kPLTE\x00\x00\x00)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)x\xff)z\xff*~\xff,\x81\xff,\x84\xff*}\xff+\x80\xff0\x8f\xff4\x9d\xff7\xa8\xff:\xb1\xff<\xb7\xff=\xba\xff*{\xff/\x8b\xff6\xa4\xff?\xc1\xff@\xc5\xff6\xa2\xff.\x8b\xff.\x88\xff>\xbe\xff@\xc4\xff2\x97\xff=\xb9\xff*|\xff?\xc2\xff7\xa6\xff8\xab\xff8\xa8\xff?\xc4\xff>\xc4\xff=\xc3\xffC\xc5\xffO\xc9\xff[\xcc\xffB\xc5\xff-\x86\xffU\xcb\xff\x8a\xdb\xff\xb7\xe9\xff\xd5\xf2\xff\xe4\xf7\xff\xd4\xf2\xff\xb4\xe8\xff){\xffJ\xc7\xff\x90\xdd\xff\xdb\xf4\xff\xfb\xfe\xff\xff\xff\xffN\xc8\xff\xb1\xe7\xff\xfa\xfd\xffL\xc8\xff\xa8\xe4\xffI\xc7\xff\xf9\xfd\xff\xda\xf4\xff\xfc\xfe\xff\xb6\xe8\xff\xfa\xfe\xff\xa5\xfa\xcc4\x00\x00\x00:tRNS\x00\x00\x01\x0f0b\x8e\xae\xd2\xec\xf9\xeb-\f=y\xbc\xe1\xf6\xdf\x12c\xb6\xee\xb5\\\x11T\xb9\xf49\xaf\ri\xdb\xda\x1d\x9b.\xfd/\xc4\xc3'\x1c\xfe\xf7:\xf5P\xa6>\xed\xe0\xd1\xf3L\x9aބ\x9e\x1d\x00\x00\x00\x01bKGDm\xbb\x06\x00\xad\x00\x00\x00\tpHYs\x00\x00'^\x00\x00'^\x01\xcf\xc1X\x8e\x00\x00\x031IDATHǭ\x97y[\xda@\x10Ƴb\b\xa2\bb\xadʡPţ\x16Ojm@\xce\x00*A\x01\xaf\x06\x04\x85\x16\x0f\x84zk?~\xa3%\x93\rI\x80\xc7\xf4\xfd+\xe4\x99_fg\x98\x9d\x9d%\b\xb9P\x8f\xae\x97\xd4S\x86>#M\x1b\xfb\r\x94\x9e\x1c\xd0\xf5 \xa2\v!d\x1a4[\x86\xac4&\xeb\xb0\xc5<hB\x9dx\x84>\x8c|\x1c\xa5\x154:6nk\x8f#\x9d\xdda\xa5U\xe4t\xd8u\xea4Ꙙt\xd2m䜜P\x89\x1d!\x97\xfb\x13\xddAS\xa4b\xe8\bM{\xac\x9dX\u07b9gZN#4\xe3\x98\xed\xcc\xd2\xf4\xacc\xa6\x95Fhn^n\xe8\xe7%\u007f;?'\xa5\x15X\xbf?\xb0\x19\f\x85\x82\xe1\x80\xec\x03\x9f\x17p\x9a\x8f\xd7!%\x03\x91h\x8c\x89'\x92\xc9D\x9c\x89E#\xb4\x94\xa7\xbe`4ry\xbc8\xba\xb5\xbd\x93H\xb1\xa0T\"\xbd\xbb\x85\xe3^\x8f\v\x89\x8e\u074b\xf8\x87\xf7\x98\f\xcbf1\xb1l\x86\xd9\xc3-\x16\xdd\xe0\x1a-Manù}\t\xd9\xe4\xf7s\a\x98\xf3\xa9%$\xd4$\x85\xb1A\xe6P\x81\xe5\xe9\xd4Q\x10\xa3\xa9\u007f\x95\x8a\x90݉\xb1\xc7YU\x1dc\xb4\xd3\xfe\xb6pdst\xc7Ji\x87\r\xbd:\x1e\x11\xab2\xfc#\xdbVL\x18L\x97Wx\xd7\xc85&F\x92;\x94\xd8r\xf9<'yq\x98\x13mWM<\xbc\xe6\x83E\xef\xe1y\xe6\n'\xc5R\xa9xZ\xc0xv\xff\f\x16\xee\x1b\xe4a3|k\x8b\x11Y\x8e+W~\xfe\xaaV\xcf/*e\x0e\xc3ӗ`nF\x84\xce\x02\x8e\xb73\"{U\xbb\xae7\xdeT\xbf\xae]\x89tf\x1b\\[tD\xef\x90\xf0#\xb0\x03\x8e\xb9\xdf7\xb7\r\xd0\xed\xcd\x1d\xd0\xecN@\xb0\xff\xdaK\x90\x90\xebH\x82\x05\xbf7\xf5\x06\xa6\xfa\xfd\x83@\xb3\x89\b\xe4\x9b$\xf4\xb0\xeah\n\x1c\xd7\x1e\x1b\x12=\xd6\xc0u*\n\xeb\xd6\x13P\x9a\xfe\x188.?5Z\xf4T\x06\xd71\x80)\xc2\x00!C\xae\v\x95\xe7V\xf8\xb9R\x10`\x06\x826\x10}\xc2\xe3f\\\x80O^\x1a2\xbd\x9c\bp|S \xfa\b#\x94\xb5\x90/\xaex.\x87ϋ\x9c\x901(p#\x01!\x87\x92M8_\xaa\xca\xe1j)߄\x93!\bZ\x1b\xaci\xd9\xfd\xb0\x1d!a\xa7\x17r\xf8\xe2\x14\x12\x06۲\x9fX\u007f\xff_\xb5\xae\xadH4\x95'\xb9\xdcyc\xfcQ\xdb\x18\x03ð\xbb\xd3▼\xbb\xc7|?ދ\x1b\x9aM\x83\xf9\xf0\x00\xde\fv\xb1f\xf0\x807\x83\a\xac\x19\xec\xe2\xcd@S\x1bz\u007f\x03\\km\xbd\xa9,.Y\xebM\xb5\xb6^4.\x9e6\aGٶ::\x00\xd3o\x1b\xaf獖\xe3F\xdbA\xa7\xe9\x88U8ܕ`\x95Ý_8)\x99\x1a\xcf\xd2\xf2\xb1\"}\x86[8Iq\xa2A&\xe9@s)\x1fh.\xa5\x03\x8d\t\xfd\x9fQJ\xd3\x10\xa7m||\xa5\x17(/݅\xbcԂ\xc2\xd0\xdc\xe5\xc8\xfc}Zi\\\xd72\xack\xbb&\b\x17\x94eU\xb4\xed\x05\xe5m\xed\xb6\x95U\x9f\x12\xea[ݰuq\xb3z\xf7\xa5\xac\x19{\x97\xd7\xc1\xbfn\x99\x16.(Zgt\x00\x00\x00%tEXtdate:create\x002017-07-04T16:29:35+00:00ċ\"\xa7\x00\x00\x00%tEXtdate:modify\x002017-07-04T16:29:35+00:00\xb5֚\x1b\x00\x00\x00FtEXtsoftware\x00ImageMagick 6.7.8-9 2014-05-12 Q16 http://www.imagemagick.org܆\xed\x00\x00\x00\x00\x18tEXtThumb::Document::Pages\x001\xa7\xff\xbb/\x00\x00\x00\x18tEXtThumb::Image::height\
|
|
|
|
|
}
|
|
|
|
|
filee := &embedded.EmbeddedFile{
|
|
|
|
|
Filename: "static/img/icons/apple-touch-icon-76x76.png",
|
2018-02-02 23:14:53 +00:00
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
Content: string("\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00L\x00\x00\x00L\b\x03\x00\x00\x00\xf0I\xa1\x19\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x01PPLTE\x00\x00\x00)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)x\xff*|\xff,\x81\xff.\x88\xff/\x8e\xff1\x93\xff1\x95\xff+\x80\xff0\x8e\xff5\x9f\xff9\xae\xff<\xb8\xff>\xbe\xff?\xc1\xff?\xc3\xff@\xc3\xff)z\xff5\xa0\xff;\xb5\xff@\xc5\xff@\xc4\xff-\x87\xff6\xa5\xff>\xbc\xff+\u007f\xff4\x9d\xff=\xbb\xff.\x89\xff1\x92\xff=\xb9\xff2\x97\xff?\xbf\xff?\xc4\xff>\xc3\xffC\xc5\xffO\xc9\xffq\xd3\xff\x95\xde\xff\xae\xe6\xff\xbb\xea\xffU\xca\xff\xd4\xf2\xff\xf4\xfc\xff\xfe\xff\xff\xff\xff\xffB\xc5\xff{\xd6\xff\xd5\xf2\xff\xfc\xfe\xffE\xc5\xff\x94\xde\xff\xf0\xfa\xff\xf5\xfc\xff\xef\xfa\xff\xfd\xfe\xffާS\x90\x00\x00\x008tRNS\x00\x00\x02\x122]\x87\xaf\xd0\xe6\xf4\xfd\x03\x1aM\x8a\xbf\xe2\xf6\xfe\v=\x8b\xce\xcf\x10R\xae\xec\xad\tK\xb3\xf3\x01.\x9d\xef\ff\xd8\"\x9c\xf5:\xc2OZ\xe3\xe7Ng\xb2\x0f>\x1b_6\xea\xb9\x00\x00\x00\x01bKGDe\xb5݈\x9f\x00\x00\x00\tpHYs\x00\x00'^\x00\x00'^\x01\xcf\xc1X\x8e\x00\x00\x03\x91IDATXí\x98\xe9[iQ\x14\xc6\xf7\xaaDT\x94F7\x1a4H\x83\xa6['De\xceQh<\x94B4\xd7\xff\xff\xed\x1eq\xb5\xf6q\x84\xe7Y\xef\xa7<\xec_\xefZ{\xedi1\xd6T\xd0\xd5ݣ\xe9\xd5\xea\xfa\xf4\x06A0\xe8\xfbt\xda^MOw\x17\xb0\x8e\x05\xfd\x03\x83F\xd3аY@2\x0f\x0f\x99\x8c\x83\x03\xfd\x1d\xf1\x00FF\xc7\xc6\xf5\x82\xaa\xf4\x13c\xa3#\xd0.\x0f`\xd2\xf2gJ\xf8ESV\xcbd[8\x00\xdb\xf4̬\xd0B\xb33Ӷ\xd68\x98\xb3\xcf/\xb4BU\xb40o\x9fkA\x83\xc5%\x87\xb9\x1d\x96<\x1b\x8e\xa5\xc5\xdfh\x00\xcbΕ\xf6P\x15\xad8\x97\x9b\x87\n\xb0\xba֦\xad\x9a\xb9\xb5\xd5f4\xe8Zwt\x82\xaaȱ\xae^\xc4\xd0\xef\xda\xe8\x94%\b\x1b.\xb5\x12\x86.צ\xea\xcf\xf7\xebR\xfdz\xd3\xd5\xe8\r`]\xcd\u05fe\xe0\xf6x\x0f|~\xbf\xef\xc0\xebq\vj\xbc\x8d-e\xde\xe4\xdc;TH\x87Gǁ`(\x1c\x89F#\xe1P0p|t\xa8\xc2s(fA\xae\x89\xb5\x06T\xcc{\x12\x0f\x8b\xa2\x98\xa8I\xfe3\x1c?\xf1\xc6\x1apk|\x85\xc0\xa2\xb3\xe1\x1f\x9e\x9e%\x13uP\x1d\x98H\x9e\x9d6\xfcԉ\xab\x17`[Q\xab\xfb\xa9\xf4\xb9\u0600\xaa\xfa;O\xa7\x14\xe6V\xb6\u007f\xac\x01ؕ\t\xbb\bDUQ߸h\xe0B\x996{\x9d\x066E\x90\xb1˫\xa6\xa8o\xdc\xd5eL\x11\xa8\r\xfe\x1b\x9b\xe6\xf7\x89\xd8u\xe8W\x96L\v]\xf3\xb4\x85\xe9\x9a5\x98\xdcQ\xb0nZ\xb0dڍ\x82\xb6\xf3\x17\xaa\xc6,\xfc^x\xd9\xcaW\xd5\xdb%7h\xd6\xf2m\rF\xac\xdc<^\\\xb5\xc1\xaa\xe4킛S\xeb\xc87l\x97\xdb\xefS\x81\xb6X2-\x90\xc2\xe3\xa6v\xa1\xb2\xc0\xc78\xbf\xe9\xa8b\x90\x94\xc9$\xb2\xd9D&#)\xbe\x88\xa6\xb9\x81c\U000821fd\t\x1c\xe4\xe99oL\x92n\xefr\xf7\x0f\x0f\xf7\xb9\xbb[\x89lj\xe7\xa78\xd0\xf1=\x196\x88\xcf\xc7\xd8\x19\xcf\xca\xe4s\x85\xe2cI\xd6c\xb1\x90\xcbgx\xda\x19\x9eQ\xfd\xa0\f3bc\xde$\x86I\xe5\xa7\xe7\x97R]/\xcfOelNLz\xb15#\xb0n\x13\x0e\xfc\x84\v\xf1\xf5\xed\xbd\xc4\xe9\xfd\xed\x95\v\xf5\x04\x8f5u\xb3\x9e!\xf4\xf90\x8e\x8d\x95\xdf>J\n}\xbc\x95\xb1\xb5\xf8!\x1a<\xd4\xc34\xc3(ʣ0\xce\xd7\xd3g\xa9A\x9fO8o\xe1#\x14簆\xf5\xe2\xc3\xed\x18\x19\x93\U0008548a\ny\x14\xa8x\x8c\x06\x9b{\x99\x16}tゕr_j\xb0\xaf\x1c\x86\x05\xdch\xb8\x96\xe9P\x94\x9e\xe0\x0fL\xbaU5&[\xbb\xfd\xa1\x89A\x0f\x8aS\xc7\xfapa\x84P\xc6\xee\x8a\xea\xb0\xe2\x1d\xcaZ\b\x17G\x1fC%\xbb\u007f\x80\xf2\x9fɕ\x9a(\x87`\xe1\x03\x04\xd33\x03\x82\xf9\"h\xa6\xee\x9b\xc1\xeeя\">\x0430\\\xff~\xb4ȳ\x0f\xcd`\x0fY\xb4\xd8\xfdx\r\xd0\xc2H\xc3$\x9d\x00\xd2\xd2 -Z\xd2\xe5D\xba\xd0I\xb7 \xd2͑t\xdb&=Ph\x8f:\xaaCx\xa2r\bS^\x0fH/.\xc4W*\xca\xcb\x1e\xd15t\x12\xe8/ȤWw\xdaG\x05\xe9s\x87\xf6!F\xfbD$}\xbcVh[d\xcfj\xda\a?m+\x82\xb6IB۾\xa1m,1Җ\x17\xeb\xa4\x19\xe7lٌ\xa3m\x13\xb2j\x03\xd3J\xd3\xc0\xac\xe2~k\xad\x8ew\xd2Z\xad\x950Uӷ\xc6\xeb\xb8\x1d\xfd\x0f\xecv\xbf\xcděŞ\x00\x00\x00%tEXtdate:create\x002017-07-04T16:29:35+00:00ċ\"\xa7\x00\x00\x00%tEXtdate:modif
|
|
|
|
|
}
|
|
|
|
|
filef := &embedded.EmbeddedFile{
|
|
|
|
|
Filename: "static/img/icons/apple-touch-icon.png",
|
2018-02-02 23:14:53 +00:00
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
Content: string("\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\xc0\x00\x00\x00\xc0\b\x03\x00\x00\x00e\x02\x9c5\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x02\x9dPLTE\x00\x00\x00)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)x\xff)z\xff*|\xff+\u007f\xff,\x81\xff,\x83\xff,\x84\xff*}\xff/\x8d\xff2\x95\xff4\x9e\xff7\xa6\xff9\xad\xff:\xb2\xff<\xb6\xff<\xb8\xff=\xbb\xff=\xbc\xff+\x80\xff.\x8b\xff3\x99\xff7\xa7\xff;\xb2\xff?\xc0\xff@\xc4\xff@\xc5\xff*{\xff,\x85\xff2\x96\xff9\xac\xff@\xc3\xff=\xba\xff1\x95\xff:\xb0\xff2\x97\xff;\xb4\xff@\xc2\xff*~\xff0\x8f\xff:\xaf\xff?\xc2\xff7\xa5\xff?\xbf\xff<\xb5\xff3\x9b\xff>\xbe\xff9\xae\xff.\x88\xff/\x8c\xff<\xb7\xff=\xb9\xff4\x9c\xff?\xc4\xff>\xc3\xff=\xc3\xffF\xc6\xffK\xc7\xffT\xca\xff[\xcc\xffa\xce\xffA\xc4\xffQ\xc9\xffm\xd2\xff\x8f\xdc\xff\xac\xe5\xff\xc5\xed\xff\xd9\xf3\xff\xe2\xf6\xff\xe7\xf8\xff\xec\xf9\xff\x80\xd8\xff\xb4\xe8\xff\xdc\xf4\xff\xf5\xfc\xff\xfe\xff\xff\xff\xff\xffC\xc5\xffe\xd0\xff\xa5\xe3\xff\xde\xf5\xff\xfa\xfe\xffd\xcf\xff\xb0\xe7\xff\xed\xf9\xffS\xca\xff\x9f\xe1\xff\xe9\xf8\xffu\xd4\xff\xd2\xf1\xff\xfd\xff\xff>\xc4\xffI\xc7\xff\x99\xdf\xff\xf0\xfa\xff/\x8e\xffR\xca\xff\xfa\xfd\xffW\xcb\xff\xc7\xee\xff-\x85\xff\xef\xfa\xff\xd1\xf1\xff\xdd\xf5\xff/\x8b\xff7\x9a*?\x00\x00\x00vtRNS\x00\x00\x03\r 9Rp\x8d\xa6\xbc\xcd\xdb\xea\xf2\x02\x11,Pw\x9c\xbf\xd8\xe9\xf7\xfc\xfe\x16<j\x9e\xc8\xe8\xf9\n+a\x9d\xcf\xf05r\xb6\xe5\x06o\xb7\xeb\xfd\x01\x15\xa5\xe3\xe4(x˓\xe0\x928\bB\xa1\x9f\x05=\xef2\x9a\x84`\xd07\xad\x14y;\xb8\xfb\x0eq'\xf8J\x17\x96\xb4\xcaL\xdaZ_l\xed\xf1\xd9)\x18\v\x97\x95K\xa4!\xe2CS\t\xb5Π\x98\xf6\x83\x1fs4\xbd\u007f\xa3Q\x00\x00\x00\x01bKGD\xc2\xfdo\xbe\xd4\x00\x00\x00\tpHYs\x00\x00'^\x00\x00'^\x01\xcf\xc1X\x8e\x00\x00\v.IDATx\xda\xed\x9d\xf9[\x93\xd7\x12\xc7\xdf\t\xfb\x12\xc3N@6\xd9\x04\xd9\x17\xc1\"xYժX\xadmպ\xb4\xd6k\xed~\xf7$`X\x8c\x82\xa0\x11\"\x88\v\x8a\xb8\xd7\xde\x04Eq\xc1\r5jպ\xb4j\xaf\xb5\xdb\xfd[n6\x105\xbcs\xde7\xef\x9b\xe4\xf4\xb9\xf3\xf8\x9b\x01\xbe\x9f\xcc\xcc9\xf3\x9es\xde9\f#\xa4\x01H<<\xbd\xbc}|\xfd\xfc\x03\x02\xa5\x93\x146\x9b$\r\f\xf0\xf7\xf3\xf5\xf1\xf6\xf2\xf4\x90\x00\b\xfa'\x05\xd4.\v\n\x0e\t\r\v\x8f\x88\x94GE+\xecXt\x94<2\"<,4$8H\xe6n\x14 \x99\x1c\x13\x1b\x17\x9f0EA`S\x12\xe2\xe3bc&K܅\x01 1)9%uj4\x89\xf81oLMMINJt\xbd#L\xea\xd3ҧeDq\x11?jQ\x19\xd3\xd2\xd3\\\xcb\x00\x99IY\xd99\xb9|\xd4[-7'\xdb')\xd3E\b\x90\x97\xef]P\xe8\x80z\x1b\xc3\xf4\x02\xef\xfc<\xe73\x80\xa4\xa8x\x86\xdcQ\xf5V\x93\xcf(.rrJC\xa6\xd7\x1b%\x0e\u007f\xf9\xe3\xdcP2\xb3\xd4y\x91\x04P6\xebOR\xe1\xd4[MZ>\xab\xcc)\t\rPQ\xe9W%\xb4|\xb3U\xf9UV\x88\x8f\x00\x92\xea\x9a\x1c1\xe4\x9b-\xa7\xa6Z\xe4\\\x00\xf0\x9c](\x96|\xb3\x15\xce\xf6\x14\xd3\t\xe01g.\xa7\t\x97\xbbEϝ\xe3!\x16\x01\xc8ޜ'\xd0\xc0\xc9f\xf2yo\xca\xc4@\x00\x98\xbf@\xd4\xe8ya\x85\v\xe6\v\x1fG\x90W\xbb\xf0-\xe7\xe8W(\xdeZX+\xf4\xdc\f\x8b\x16;\xe9\xeb\xb79a\xf1\"!\t\x00\xde.X\xe2L\xfd\nŒ\x82\xb7\x85\v#\x90\xbc3\u05f9\xf2\xcd6\xf7\x1d\xa1\xe6\x04HL\x17\xbcp 1iz\xa2\x10\x04\x00\xef\xbe\xe7\x84\xc1Ӟ\xc9\xdf{\xd7\xf10\x02(Z*`\xd9\xc9\xcdr\x97\x169J\x00P\xbb\xccU\xf2Ͷ\xac\xd61\x02\xc8[\xfe\xbe+\xf5+\x14\xef/wdF\x00ي\xe9\xaeկPL_\xc1\xbf\xb0\x00\xc9J\x97\f?/\x9bt%\xdf\xe1\x14*V\xadv\xb5z\xb3\xad^U\xc1\x8b\x00$\xab>p\xb5v\xab}\xb0\x8a\x8f\x0f@\xb6\xd2-\xbe\u007f\xb3\xad^\xc9=\x0f o\x85
|
|
|
|
|
}
|
|
|
|
|
fileg := &embedded.EmbeddedFile{
|
|
|
|
|
Filename: "static/img/icons/favicon-16x16.png",
|
2018-02-02 23:14:53 +00:00
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
Content: string("\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\x10\x00\x00\x00\x10\b\x03\x00\x00\x00(-\x0fS\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00fPLTE\x00\x00\x00)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)x\xff*{\xff-\x87\xff1\x92\xff-\x86\xff8\xaa\xff>\xbf\xff@\xc3\xff<\xb7\xff@\xc5\xff>\xc4\xff?\xc4\xffA\xc4\xffq\xd3\xff\xb0\xe7\xff\xed\xf9\xff\xff\xff\xff\xaf\xe6\xffβ\xa4B\x00\x00\x00\x0ftRNS\x00\x00\aJ\xa9\xe5\xfc\x19\x93\xef\xb2\x06K\xee\xe4\xa5F\x99w\x00\x00\x00\x01bKGD \xb3k=\x80\x00\x00\x00\tpHYs\x00\x00'^\x00\x00'^\x01\xcf\xc1X\x8e\x00\x00\x00\x81IDAT\x18\xd3eOG\x12\xc4 \f3\t\x01Rmz\x80\x90\xf2\xffO.\xe7E7iF\r\x00\xd80\xf2I\x88\x89\x8f\x03\x83F\x99T3R\x03\xceJ2\x06L.H\xdaXk4\xe1\"\x19\xac\n\xc9\xf9\x10c\xf0\x8eP\xad\xb0\xed\xe4ΔK\xc9\xe9t\xb4o\xc0Q\xfbt\xd5\xfb\xaeW\xf2\x1a9\x1cdB\xae\xcf\xfb>5\aC\a\b\xb2\xb1|o\xc3W\xa2%\xd1\v\x9d\xa5\v\xedj\xbba\xdd\xf4\xee\xdc\xff\xfd\x1f\xa5\xa8\x10E\xe2>\x03\xee\x00\x00\x00%tEXtdate:create\x002017-07-04T16:29:35+00:00ċ\"\xa7\x00\x00\x00%tEXtdate:modify\x002017-07-04T16:29:35+00:00\xb5֚\x1b\x00\x00\x00FtEXtsoftware\x00ImageMagick 6.7.8-9 2014-05-12 Q16 http://www.imagemagick.org܆\xed\x00\x00\x00\x00\x18tEXtThumb::Document::Pages\x001\xa7\xff\xbb/\x00\x00\x00\x18tEXtThumb::Image::height\x00192\x0f\x00r\x85\x00\x00\x00\x17tEXtThumb::Image::Width\x00192Ӭ!\b\x00\x00\x00\x19tEXtThumb::Mimetype\x00image/png?\xb2VN\x00\x00\x00\x17tEXtThumb::MTime\x001499185775P\xb8\x15\x86\x00\x00\x00\x0ftEXtThumb::Size\x000BB\x94\xa2>\xec\x00\x00\x00VtEXtThumb::URI\x00file:///mntlog/favicons/2017-07-04/bbd6ab4a419f5545b7ccd4c330c5a09f.ico.pngqǕT\x00\x00\x00\x00IEND\xaeB`\x82"),
|
|
|
|
|
}
|
|
|
|
|
fileh := &embedded.EmbeddedFile{
|
|
|
|
|
Filename: "static/img/icons/favicon-32x32.png",
|
2018-02-02 23:14:53 +00:00
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
Content: string("\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00 \x00\x00\x00 \b\x03\x00\x00\x00D\xa4\x8a\xc6\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x01zPLTE\x00\x00\x00)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)x\xff)z\xff.\x88\xff4\x9b\xff6\xa5\xff7\xa7\xff3\x9b\xff-\x87\xff/\x8d\xff8\xaa\xff>\xbd\xff@\xc5\xff@\xc4\xff/\x8c\xff*|\xff4\x9d\xff>\xbe\xff4\x9c\xff6\xa4\xff@\xc3\xff6\xa3\xff>\xc3\xff=\xc3\xffF\xc6\xffj\xd1\xff\x8a\xdb\xffh\xd0\xffE\xc6\xff/\x8b\xffi\xd1\xff\xc1\xec\xff\xf2\xfb\xff\xfe\xff\xff\xf1\xfb\xff\xbe\xeb\xffe\xcf\xff\xde\xf5\xff\xff\xff\xff\xdb\xf4\xff\xc0\xec\xff\xba\xea\xff2\x96\xff4\x9e\xff\x87\xda\xff\x89\xdb\xff\x86\xda\xff\xb7\xe9\xffE\xc5\xff\xd8\xf3\xffa\xce\xff\xbb\xea\xff7\xa6\xff.\x8a\xff5\xa1\xffAr\x8a\x86\x00\x00\x00GtRNS\x00\x00\x030\x81\xb0\xd3\xf3\xfe\xf2ү~-B\x9d\xe0\xfdޜ? \x91\xeb\xe9\x8f\x1e@\xc8\xc3:L\xdc\xd8E\xdb\xd7\xc7\xc1\x1f\x90\x89\x02C\xea>\x92\xdf\xfcn\x9em.\x8e\x85¼\x1d;\xd45ս4\x8a\x1c\x04=\x939\x9f]n\x19\xe2\x00\x00\x00\x01bKGDm\xbb\x06\x00\xad\x00\x00\x00\tpHYs\x00\x00'^\x00\x00'^\x01\xcf\xc1X\x8e\x00\x00\x02\fIDAT8\xcbm\x93{[\x12Q\x10\xc6\xcf,\xc6M\x93\x04-\xd0\xc4\xf0\ue699I\xda\xcdk\x1a\xd7\x05\xd9E@\x10\xe4b\x05\x12\x16RZi\u07fd\x9d9\xbb\xb0\xab\xce\x1f\xfb\xec\xce\xfb\xdb9s\xcey\x871-@\xb0\xf4=\xb0\xda\xecv\x87\xb3\u007f\xe0\xa1\x00\xcc\x1c \f\xba\x1e\r\x85\xb4\x18r{\x86M\b\xc0\xc8\xe3'!Sx}\xa3\x00=}\xeci\xe8N\x8c\xfbu\x02`\xe2\x19υ\xc3a\xed\x81\x11\x98\xe4\x84\xfa\xff\x14\x97#\xd1X\\\x92\xe2\x89d\x84#Ӽ\x06\x8c\xcc\xf0?\x0eR\xb2\x82\x91\x96S\x87<3;\a\xd8\xff<}d\xb29%\xad\x85\"\x1fe(\xb9 \x02\x83E\xea?\x93/tu\x95(\x1c\x13\xf1|\t\x98\xe0\"6[ \xa5X*\x15\xe9\xa5\x10\xa3\xf4\v\x91Y\x96\xb1\xbf\x03\xaa_<)W*\xd5\x1a\"J\xee\x14;]\xb6\xb0><\xbfH\x8a\xf4\xcf_\xbe\xd6덳&\x11RD\x15^\xae\xb0~,\x10\x95I\xff֢8'\"\x17\xc5\x12\xaf\x98\x15\x81\x18\x168\xf9\xde\xd2\xe2G\r\xdbh#`e6\x04\xe2*P,7t\xa0QVK(\x17\bؘ\x1d\x9b\x95T\xa0T\xd1\xf5V\xbdSR\x81<*v\x03\xf0\xb3\xde\x05~\x19\x00Gw\x89jo\x89*.\x91\xc5%\x1c̉@\x02\x9b\xaa\x9d\xe9\xc0\xe5U\xb7I'\xdff\x92\xb6\xd9<\xe7\xfa\xef?\xb8M9\x89\x80\x87\r\x18\x0e\xaa\xf9\x17\x0f\xea\x92t\xe5\x9a\x0ej\x95\x05\xddX\xe2P&\xa2V\xeet\xaaW\xa4\xcb7X\xc0\x1dd\x82\x87n\xe5\xe8\xf6e%(\xfdZd0\xe6\xa5\xeb>6_\xf7?\xban\xaf_\xf5\x83\xe8ㆉ\x19\r\x93\xe0\x86Y\x13\xd1R\xa3\xeb\xdc`\xa7R.\xcd-w}\xc33oޒ'\xe1]@7m\xfb\"\x9f϶uӾ\xff\xa0\xdbz2p\x9f\xed7\x96z\x83\xe1_\xbf;8\x9b[\xc6њ۾=zk;`\x9a\xceݏ{\xc6\xe1\xf5\xed\xdf3ߖ\x95O|\xfc]\xab\xc1\x9e\xfc\x1f\x15\xb2\xfa\x82\x8co\xb3\x17\x00\x00\x00%tEXtdate:create\x002017-07-04T16:29:35+00:00ċ\"\xa7\x00\x00\x00%tEXtdate:modify\x002017-07-04T16:29:35+00:00\xb5֚\x1b\x00\x00\x00FtEXtsoftware\x00ImageMagick 6.7.8-9 2014-05-12 Q16 http://www.imagemagick.org܆\xed\x00\x00\x00\x00\x18tEXtThumb::Document::Pages\x001\xa7\xff\xbb/\x00\x00\x00\x18tEXtThumb::Image::height\x00192\x0f\x00r\x85\x00\x00\x00\x17tEXtThumb::Image::Width\x00192Ӭ!\b\x00\x00\x00\x19tEXtThumb::Mimetype\x00image/png?\xb2VN\x00\x00\x00\x17tEXtThumb::MTime\x001499185775P\xb8\x15\x86\x00\x00\x00\x0ftEXtThumb::Size\x000BB\x94\xa2>\xec\x00\x00\x00VtEXtThumb::URI\x00file:///mntlog/favicons/2017-07-04/bbd6ab4a419f5545b7ccd4c330c5a09f.ico.pngqǕT\x00\x00\x00\x00IEND\xaeB`\x82"),
|
|
|
|
|
}
|
|
|
|
|
filei := &embedded.EmbeddedFile{
|
|
|
|
|
Filename: "static/img/icons/favicon.ico",
|
2018-02-02 23:14:53 +00:00
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
Content: string("\x00\x00\x01\x00\x01\x00\x10\x10\x00\x00\x01\x00 \x00h\x04\x00\x00\x16\x00\x00\x00(\x00\x00\x00\x10\x00\x00\x00 \x00\x00\x00\x01\x00 \x00\x00\x00\x00\x00\x00\x04\x00\x00^'\x00\x00^'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xffy)\x00\xffy)\a\xffy)J\xffy)\xa9\xffy)\xe5\xffy)\xfc\xffy)\xfc\xffy)\xe5\xffy)\xa9\xffy)J\xffy)\a\xffy)\x00\x00\x00\x00\x00\x00\x00\x00\x00\xffy)\x00\xffy)\x00\xffy)\x19\xffy)\x93\xffy)\xef\xffy)\xff\xffx)\xff\xffx)\xff\xffx)\xff\xffx)\xff\xffy)\xff\xffy)\xef\xffy)\x93\xffy)\x19\xffy)\x00\xffy)\x00\xffy)\x00\xffy)\x19\xffy)\xb2\xffy)\xff\xffx)\xff\xff{*\xff\xff\x87-\xff\xff\x921\xff\xff\x921\xff\xff\x87-\xff\xff{*\xff\xffx)\xff\xffy)\xff\xffy)\xb2\xffy)\x19\xffy)\x00\xffy)\x06\xffy)\x93\xffy)\xff\xffx)\xff\xff\x86-\xff\xff\xab8\xff\xff\xbf>\xff\xff\xc3@\xff\xff\xc3@\xff\xff\xbf>\xff\xff\xab8\xff\xff\x86-\xff\xffx)\xff\xffy)\xff\xffy)\x93\xffy)\x06\xffy)K\xffy)\xee\xffx)\xff\xff\x86-\xff\xff\xb7<\xff\xff\xc5@\xff\xff\xc4>\xff\xff\xc4?\xff\xff\xc4?\xff\xff\xc4>\xff\xff\xc5@\xff\xff\xb7<\xff\xff\x86-\xff\xffx)\xff\xffy)\xee\xffy)K\xffy)\xa9\xffy)\xff\xff{*\xff\xff\xab8\xff\xff\xc5@\xff\xff\xc4A\xff\xff\xd3q\xff\xff\xe7\xb0\xff\xff\xe7\xb0\xff\xff\xd3q\xff\xff\xc4A\xff\xff\xc5@\xff\xff\xab8\xff\xff{*\xff\xffy)\xff\xffy)\xa9\xffy)\xe4\xffx)\xff\xff\x87-\xff\xff\xbf>\xff\xff\xc4>\xff\xff\xd3q\xff\xff\xf9\xed\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xf9\xed\xff\xff\xd3q\xff\xff\xc4>\xff\xff\xbf>\xff\xff\x87-\xff\xffx)\xff\xffy)\xe4\xffy)\xfc\xffx)\xff\xff\x921\xff\xff\xc3@\xff\xff\xc4?\xff\xff\xe6\xb0\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xe6\xb0\xff\xff\xc4?\xff\xff\xc3@\xff\xff\x921\xff\xffx)\xff\xffy)\xfc\xffy)\xfc\xffx)\xff\xff\x921\xff\xff\xc3@\xff\xff\xc4?\xff\xff\xe6\xb0\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xe6\xb0\xff\xff\xc4?\xff\xff\xc3@\xff\xff\x921\xff\xffx)\xff\xffy)\xfc\xffy)\xe4\xffx)\xff\xff\x87-\xff\xff\xbf>\xff\xff\xc4>\xff\xff\xd3q\xff\xff\xf9\xed\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xf9\xed\xff\xff\xd3q\xff\xff\xc4>\xff\xff\xbf>\xff\xff\x87-\xff\xffx)\xff\xffy)\xe4\xffy)\xa9\xffy)\xff\xff{*\xff\xff\xab8\xff\xff\xc5@\xff\xff\xc4A\xff\xff\xd3q\xff\xff\xe7\xb0\xff\xff\xe7\xb0\xff\xff\xd3q\xff\xff\xc4A\xff\xff\xc5@\xff\xff\xab8\xff\xff{*\xff\xffy)\xff\xffy)\xa9\xffy)K\xffy)\xee\xffx)\xff\xff\x86-\xff\xff\xb7<\xff\xff\xc5@\xff\xff\xc4>\xff\xff\xc4?\xff\xff\xc4?\xff\xff\xc4>\xff\xff\xc5@\xff\xff\xb7<\xff\xff\x86-\xff\xffx)\xff\xffy)\xee\xffy)K\xffy)\x06\xffy)\x93\xffy)\xff\xffx)\xff\xff\x86-\xff\xff\xab8\xff\xff\xbf>\xff\xff\xc3@\xff\xff\xc3@\xff\xff\xbf>\xff\xff\xab8\xff\xff\x86-\xff\xffx)\xff\xffy)\xff\xffy)\x93\xffy)\x06\xffy)\x00\xffy)\x19\xffy)\xb2\xffy)\xff\xffx)\xff\xff{*\xff\xff\x87-\xff\xff\x921\xff\xff\x921\xff\xff\x87-\xff\xff{*\xff\xffx)\xff\xffy)\xff\xffy)\xb2\xffy)\x19\xffy)\x00\xffy)\x00\xffy)\x00\xffy)\x19\xffy)\x93\xffy)\xef\xffy)\xff\xffx)\xff\xffx)\xff\xffx)\xff\xffx)\xff\xffy)\xff\xffy)\xef\xffy)\x93\xffy)\x19\xffy)\x00\xffy)\x00\x00\x00\x00\x00\x00\x00\x00\x00\xffy)\x00\xffy)\a\xffy)J\xffy)\xa9\xffy)\xe5\xffy)\xfc\xffy)\xfc\xffy)\xe5\xffy)\xa9\xffy)J\xffy)\a\xffy)\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe0\a\x00\x00\xc0\x03\x00\x00\x80\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x01\x00\x00\xc0\x03\x00\x00\xe0\a\x00\x00"),
|
|
|
|
|
}
|
|
|
|
|
filej := &embedded.EmbeddedFile{
|
|
|
|
|
Filename: "static/img/icons/msapplication-icon-144x144.png",
|
2018-02-02 23:14:53 +00:00
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
Content: string("\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\x90\x00\x00\x00\x90\b\x03\x00\x00\x00И\x12\x8a\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x02\u007fPLTE\x00\x00\x00)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)x\xff*{\xff*|\xff+~\xff,\x81\xff,\x83\xff-\x85\xff*}\xff,\x82\xff.\x89\xff1\x93\xff4\x9c\xff6\xa4\xff8\xab\xff:\xb1\xff;\xb5\xff<\xb8\xff<\xba\xff<\xb9\xff)z\xff+\x80\xff/\x8c\xff3\x99\xff7\xa7\xff:\xb2\xff=\xbb\xff?\xc1\xff@\xc3\xff@\xc5\xff/\x8b\xff5\x9e\xff:\xb0\xff?\xc2\xff@\xc4\xff,\x84\xff2\x96\xff9\xad\xff>\xbc\xff-\x86\xff4\x9d\xff;\xb3\xff+\u007f\xff*z\xff8\xaa\xff?\xbf\xff?\xc0\xff/\x8e\xff1\x94\xff3\x9a\xff=\xbc\xff>\xbe\xff>\xbf\xff;\xb2\xff?\xc4\xff?\xc3\xff>\xc3\xffE\xc5\xffM\xc8\xffT\xca\xff\\\xcd\xffb\xce\xffC\xc5\xffU\xca\xffp\xd3\xff\x92\xdd\xff\xaf\xe6\xff\xc7\xee\xff\xd8\xf3\xff\xe0\xf6\xff\xe5\xf7\xffI\xc7\xffm\xd2\xff\x9f\xe2\xff\xcb\xef\xff\xea\xf8\xff\xfb\xfe\xff\xff\xff\xff>\xc4\xffF\xc6\xffo\xd2\xff\xb2\xe7\xff\xe4\xf7\xff^\xcd\xff\xa5\xe3\xff\xe7\xf7\xff\xfd\xfe\xffE\xc6\xff{\xd6\xff\xce\xf0\xff\xfa\xfe\xff2\x97\xffJ\xc7\xff\x90\xdd\xff\xe6\xf7\xffL\xc8\xff\x9e\xe1\xff\xf0\xfb\xff\xf1\xfb\xff\xcd\xf0\xff\xdfޒ\xee\x00\x00\x00qtRNS\x00\x00\n\x19+C`~\x9d\xb7\xcd\xdd\xeb\xf5\xfe\"Bg\x8e\xaf\xca\xe0\xef\xf9\xfd\x04\x126h\x9b\xc6\xe1\xf3\x02\x17>w\xb3\xf6\t1n\xad\xdf\xfa\xaeo\x01\x13H\x94\xd2\xf4\x1dZ\xe7\xfcY\x1c\x1bc\xb4\xedW\xb2\xee\xa5)\x84\xdb\x0e\xc0\xf7*\x90\xe8N\xbe\xf8\x15u'\x9c\xf1\x03=\xb5\x05O_\xda\fiq\xe4\v\xea(\xb6v\xe9\xc1\x1ab\xec2?x\x9a\xc7\xe2\xb1V#\xca,O\x00\x00\x00\x01bKGD\xbe\xa4܃\xc3\x00\x00\x00\tpHYs\x00\x00'^\x00\x00'^\x01\xcf\xc1X\x8e\x00\x00\b+IDATx\xda՜\xf9CLk\x18\xc7ϛ\x16-*i\xdaT\b\r\x89A\xeeEJ\xd1B\x89H\"\xb2]˽\x96\xeb\xde3mZUD\xdbLi_\xb4Y\xee\xb4 T\x96ʠ\xcdv\x8b\xf0\a\xdds\xa6$y\x9f\xb3̢\xf7>?6\xd3y?\xf3}\x9ew=\xcf\xfbP\x94\x16\x86X3\x9aelbj6\xdb\xdc\xc2\xd2j\x8e5͘\xf5\x1c+K\v\xf3\xd9f\xa6&Ƴ\x8c4_\xd1\xe6\xd9Z\xc2\xd8\xd8ε\x9bg/qptҰ|3k'G\a\x89\xfd<\xbb\xb9\xb66?\x03\x8am\xc1\xd9e\xbe\xab\x9b\xfb\x82\x85\xd3H\xa6q-\\\xe0\xee\xe6:\xdf\xc5٠L̳\x17y,^\xb2T\xe2\xc9\t3\t\xe5)Y\xbad\xb1\xc7\"\x03!\xb1?U\xbal\xb9\xd7\no!0_\xcd{\xc5\xcaUˤ\x86\x90\t!\xd9\xea5k}։\xa1\x19\xb7u>k\u05f8\xc8\xf4L\xc4\xe0\xfc\xf2\xab\xd7\xfa\r\xe2qX۰\xdek\xa3\xaf>\x91\x18\x9cM~\xfe\x9b\xb5\xa3\x19\xb7\xcd\xfe~\x9b\xf4\x85\xc4\xf8\u007fu@\xe0\x16]pX\xdb\x12\x18\xb0Z/\xa1\xc4\f:&[\xadt\xc5a\xcdj\xab\x89\x91\xceD\x8c\xb7\x82\x82C\x04\xf5r~\xb3\x0e\t\x0e\xd2\xd1o\b\x85\x06lۮ\x1f\x1cֶo\v\bՅ\b\xc9\xc2\xc2w\xe8\x0f\x87\xb5\x1d\xe1a2m\x89\x98\x810b\xe7.\xfd\xf2\xd0\xf4\xae\x9d\x11R\xedDB(r\xb7\xa5\xbeqX\xb3\xdc\x1d\xa9\r\x11B{\xa2\xf6\x1a\x82\x87\xa6\xf7F\xed\x11M\x84P\xf4\xbe\x18Q\xb3\x96\x18\xf3\x8e\xd9\x17-\x12\t\xed?`\xefd(\x1e\x9av\xb2?\xb0_\x14\x10\x92\xc6\x1e4\x1c\x0ek\ac\xa5\u0089\x10:\x14'1,\x0fMK\xe2\x0e\t\xf6\x1a:t\xf8\x88\xa1yh\xfa\xc8\xe1C\x02\x81\xd0\xd1\xc3\xc7\f\xcfC\xd3\xc7\x0e\x1f\x15D\x84\x8c\xe2D\xeb#טh\x8d\xe2\x8c\x04\x10\xa1\xfd\xb1\x82\xe3GC\x11\x9f\x90\x98\x94|\x91\xb1\xe4\xa4ĄxZ\f\x99$\x96\xbf\xaf\xa1\xe8\x03\x02\xfb\x17\xd3nJjZzF楬\xec\x9c\xcbW\xae\\\xce\xc9κ\x94\x99\x91\x9e\x96\x9aB\ve:x \x9a\x87\b\xc9\xf6\xd9\v\xc3ɽz-/\xbf\xa0\xb0H\xa1\xfc\xce\x14E\x85\x05\xf9y\u05ee\xe6\nC\xb2\xdf\xc73բ\xe3\xbf\t\x18\x0f\xe5tbq\xc9\xf5\xc2\xd2
|
|
|
|
|
}
|
|
|
|
|
filek := &embedded.EmbeddedFile{
|
|
|
|
|
Filename: "static/img/icons/mstile-150x150.png",
|
2018-02-02 23:14:53 +00:00
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
Content: string("\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\x96\x00\x00\x00\x96\b\x03\x00\x00\x00\v߁\xd0\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x02\x97PLTE\x00\x00\x00)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)y\xff)x\xff)z\xff*{\xff*}\xff+\u007f\xff,\x82\xff-\x84\xff-\x85\xff+~\xff,\x84\xff.\x8b\xff1\x94\xff4\x9d\xff6\xa5\xff9\xac\xff:\xb1\xff;\xb5\xff<\xb8\xff<\xb9\xff*|\xff0\x90\xff8\xaa\xff;\xb4\xff=\xbc\xff?\xc1\xff@\xc3\xff@\xc4\xff@\xc5\xff1\x92\xff;\xb3\xff>\xbd\xff.\x8a\xff5\xa0\xff>\xbf\xff0\x8f\xff7\xa7\xff=\xbb\xff*~\xff8\xa9\xff>\xbc\xff7\xa6\xff=\xb8\xff0\x8e\xff9\xae\xff+\x80\xff4\x9b\xff=\xb9\xff?\xc0\xff/\x8b\xff:\xb0\xff*z\xff0\x91\xff2\x94\xff2\x95\xff?\xc4\xff?\xc3\xff>\xc3\xffA\xc4\xffF\xc6\xffN\xc8\xffU\xca\xff]\xcd\xffc\xce\xffY\xcb\xffu\xd4\xff\x95\xde\xff\xb2\xe7\xff\xc9\xee\xff\xd9\xf3\xff\xe0\xf6\xff\xe5\xf7\xffP\xc9\xffx\xd5\xff\xa7\xe4\xff\xd1\xf1\xff\xed\xf9\xff\xfb\xfe\xff\xff\xff\xff\x80\xd8\xff\xc0\xeb\xff\xe9\xf8\xff\xfd\xff\xffD\xc5\xffo\xd3\xff\xba\xea\xff\xee\xfa\xff7\xa8\xffQ\xc9\xff\x96\xde\xff\xe2\xf6\xff^\xce\xff\xb3\xe7\xff\xf3\xfb\xffd\xcf\xff\xc5\xed\xff\xfa\xfd\xff\xca\xef\xff\xfd\xfe\xff\xb3\xe8\xff\xfa\xfe\xff\xf4\xfb\xff\xfe\xff\xff\xbf\xeb\xffw\xd5\xff\xfc\xfe\xff4\x9c\xff\"\x83\x89\xde\x00\x00\x00rtRNS\x00\x00\x03\x0f\x1e0Jg\x85\xa2\xbb\xd0\xdf\xec\xf6\x14/Ot\x97\xb6\xe4\xf2\xfa\xfd\xfe\x01\b\"N\u007f\xac\xcf\xe7\xf8\v&X\x95\xca\xe9\x04 Q\x90\xcc\xf1\x91\n4w\xb8\xe8\x0eB\xd2\xf5A\r\x12I\x9d\xe2\xfb\xe1E\x9b\xe3\x066\xdcѵ\xf4'\x87\t\xb9\x18v.\x9e\xf0\x05\xbc]\x10s\x17\x82\xeb\x19\x8b\x1c\xf3\x11\xeaFӽ\xdd\x02\xe0\x8f\xfc\x9a\xcd%Y~\xab\x84-5\xc3\x1c\x9f\x80\x00\x00\x00\x01bKGD\xc0\x13a\xdf\xf8\x00\x00\x00\tpHYs\x00\x00'^\x00\x00'^\x01\xcf\xc1X\x8e\x00\x00\b\xabIDATx\xda\xe5\x9c\xf7[\x13I\x18\xc7w\x00\x83\x12\x9a(%Q,\xa8(\x8a\x82\xa8'`\r \x8a\x05\xb1\x82\xe58\xdbY\xf0.\t\x10\x11\f\b\x8a@\bE\x01\x15\xec5R\x14,(*\xac\xbd\x17\xec폹]\x02\x88\x98wv7\xd9\xc8<Ͻ\xbf)\xbb3\x9f|\xdfwߙ\x9d\x9dy)\xca,C\xac\xd9\xd8\xda\xf5\x91\xd8\xf7\xed\xe7 utrV\xb6\x9b\xb3\x93\xa3ԡ__{I\x1f;[\x9b\xf6\x8b\xcck\xdf\\(\x1b\x17\xd7\xfen\x03\x06J\xdd=<\xbdd2e7\x93ɼ<=ܥ\x03\a\xb8\xf5wu\xb1\xf9M`\xac\x00\xf2A\x83\xbd\x87\f\x1d6\xdcG\x895\x9f\xe1Æ\x0e\xf1\x1e<Hnu\xd1\xd8\x0eF\x8c\x1c\xe5;z\f\aR\x17ژѾ\xa3F\x8e\xb0.\x18B~c\xc7\xf9\x8f\x9f\xe0ŏ\xc9h^\x13\xc6\a\x8c\x1b\xebg%.\xf6\a\aN\f\x9a4Y&\x84\xa9#\xdc&O\n\x9a\x18h\rɘ&\xa7\xfc\x1105X8\x93т\xa7\x06\x84\x84\x8a\xcdŴ7m\xfa\x8c\x99\xb3̅bm\xd6\xec\x19ӧ\x89\n\x86P\xa8\",\xdc\f\xef\xf5\x88\xb2\xf00E\xa8h\\\bE\xcc\xf1\x8f\x14\x14\xe6 X\xa4\xff\x9c\bQ\xc0\x984e\xe7\x16\xe5)\x06\x14k\x9eQnvr\xcb\xc1\x18\xffyG\xcf\x15\v\x8a\xb5\xb9\xd1ޖz\x92\x91*f\x9e\xa3\xc5A\xf5\xb3\xc9\x1c\xe7\xc5X$\x18B\xf3%\xb1\xce\xe2B\xb1\xe6\x1c+\x99o>\x17B\v\x16F\x8a,U\x87`\x91\v\x17\x98˅\xe4\x8b\x16\xc7Y\x03\x8a\xb5\xb8ŋ\xe4\xe6p!\xb4D\x11/\xda\x03\xf8\xaby\xc6+\x96\b\x17\x8c\x19\x00\x97N\xb5\x8a\x03;M6ui\xa0`.\xb4l\xf9LkB\xb16s\xf92aX\b\xadX\xb9\xca\xdaTJ媕+\x84\xe8\x85PBb\x9c\xf5\xa9\x98\xc0OL\x10\xc0\x85V\xfb\xae\xf9\x1dTJ\xe5\x1a\xdfռ\xb1P\x82\xaf\xd9\xf3*\xa1\x16\xec\x9b\xc0\x8f\x8b\x89\xabD\x0f\xe1\xed\xab\xdaM\xf8}\x1e\x89\xfc\xe2\v\xad]\x19'\x88F\xa9NIM\xd3\xecLgl\xa7&-5E\xad\x14\xc4\x17\xb7r-\x0f,\x14\xb8|\x1d\u007f&\xf5\xae\x8c\xcc\xddڬ\x
|
|
|
|
|
}
|
|
|
|
|
filem := &embedded.EmbeddedFile{
|
2018-02-02 23:14:53 +00:00
|
|
|
|
Filename: "static/js/app.e8697d002882976987f8.js",
|
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
|
|
|
|
Content: string("webpackJsonp([0],[function(e,t,n){(function(e){!function(t,n){e.exports=n()}(0,function(){\"use strict\";function t(){return Sr.apply(null,arguments)}function r(e){return e instanceof Array||\"[object Array]\"===Object.prototype.toString.call(e)}function i(e){return null!=e&&\"[object Object]\"===Object.prototype.toString.call(e)}function s(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(e.hasOwnProperty(t))return!1;return!0}function a(e){return void 0===e}function o(e){return\"number\"==typeof e||\"[object Number]\"===Object.prototype.toString.call(e)}function u(e){return e instanceof Date||\"[object Date]\"===Object.prototype.toString.call(e)}function l(e,t){var n,r=[];for(n=0;n<e.length;++n)r.push(t(e[n],n));return r}function c(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function d(e,t){for(var n in t)c(t,n)&&(e[n]=t[n]);return c(t,\"toString\")&&(e.toString=t.toString),c(t,\"valueOf\")&&(e.valueOf=t.valueOf),e}function h(e,t,n,r){return Yt(e,t,n,r,!0).utc()}function f(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function m(e){return null==e._pf&&(e._pf=f()),e._pf}function p(e){if(null==e._isValid){var t=m(e),n=xr.call(t.parsedDateParts,function(e){return null!=e}),r=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&n);if(e._strict&&(r=r&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour),null!=Object.isFrozen&&Object.isFrozen(e))return r;e._isValid=r}return e._isValid}function _(e){var t=h(NaN);return null!=e?d(m(t),e):m(t).userInvalidated=!0,t}function v(e,t){var n,r,i;if(a(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),a(t._i)||(e._i=t._i),a(t._f)||(e._f=t._f),a(t._l)||(e._l=t._l),a(t._strict)||(e._strict=t._strict),a(t._tzm)||(e._tzm=t._tzm),a(t._isUTC)||(e._isUTC=t._isUTC),a(t._offset)||(e._offset=t._offset),a(t._pf)||(e._pf=m(t)),a(t._locale)||(e._locale=t._locale),Cr.length>0)for(n=0;n<Cr.length;n++)r=Cr[n],i=t[r],a(i)||(e[r]=i);return e}function g(e){v(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===Hr&&(Hr=!0,t.updateOffset(this),Hr=!1)}function y(e){return e instanceof g||null!=e&&null!=e._isAMomentObject}function w(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function M(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=w(t)),n}function b(e,t,n){var r,i=Math.min(e.length,t.length),s=Math.abs(e.length-t.length),a=0;for(r=0;r<i;r++)(n&&e[r]!==t[r]||!n&&M(e[r])!==M(t[r]))&&a++;return a+s}function L(e){!1===t.suppressDeprecationWarnings&&\"undefined\"!=typeof console&&console.warn&&console.warn(\"Deprecation warning: \"+e)}function k(e,n){var r=!0;return d(function(){if(null!=t.deprecationHandler&&t.deprecationHandler(null,e),r){for(var i,s=[],a=0;a<arguments.length;a++){if(i=\"\",\"object\"==typeof arguments[a]){i+=\"\\n[\"+a+\"] \";for(var o in arguments[0])i+=o+\": \"+arguments[0][o]+\", \";i=i.slice(0,-2)}else i=arguments[a];s.push(i)}L(e+\"\\nArguments: \"+Array.prototype.slice.call(s).join(\"\")+\"\\n\"+(new Error).stack),r=!1}return n.apply(this,arguments)},n)}function Y(e,n){null!=t.deprecationHandler&&t.deprecationHandler(e,n),jr[e]||(L(n),jr[e]=!0)}function T(e){return e instanceof Function||\"[object Function]\"===Object.prototype.toString.call(e)}function D(e){var t,n;for(n in e)t=e[n],T(t)?this[n]=t:this[\"_\"+n]=t;this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+\"|\"+/\\d{1,2}/.source)}function S(e,t){var n,r=d({},e);for(n in t)c(t,n)&&(i(e[n])&&i(t[n])?(r[n]={},d(r[n],e[n]),d(r[n],t[n])):null!=t[n]?r[n]=t[n]:delete r[n]);for(n in e)c(e,n)&&!c(t,n)&&i(e[n])&&(r[n]=d({},r[n]));return r}function x(e){null!=e&&this.set(e)}function C(e,t,n){var r=this._calendar[e]||
|
2018-01-07 12:40:28 +00:00
|
|
|
|
}
|
|
|
|
|
filen := &embedded.EmbeddedFile{
|
2018-02-02 23:14:53 +00:00
|
|
|
|
Filename: "static/js/app.e8697d002882976987f8.js.map",
|
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
|
|
|
|
Content: string("{\"version\":3,\"sources\":[\"webpack:///static/js/app.e8697d002882976987f8.js\",\"webpack:///./node_modules/moment/moment.js\",\"webpack:///./node_modules/vue-loader/lib/runtime/component-normalizer.js\",\"webpack:///./node_modules/vuex/dist/vuex.esm.js\",\"webpack:///./src/utils/api.js\",\"webpack:///./node_modules/babel-runtime/helpers/extends.js\",\"webpack:///./node_modules/core-js/library/modules/_global.js\",\"webpack:///./node_modules/core-js/library/modules/_wks.js\",\"webpack:///./node_modules/core-js/library/modules/_core.js\",\"webpack:///./node_modules/babel-runtime/core-js/get-iterator.js\",\"webpack:///./node_modules/core-js/library/modules/_an-object.js\",\"webpack:///./node_modules/core-js/library/modules/_object-dp.js\",\"webpack:///./node_modules/core-js/library/modules/_export.js\",\"webpack:///./node_modules/core-js/library/modules/_hide.js\",\"webpack:///./node_modules/core-js/library/modules/_is-object.js\",\"webpack:///./node_modules/core-js/library/modules/_descriptors.js\",\"webpack:///./node_modules/core-js/library/modules/_has.js\",\"webpack:///./src/utils/url.js\",\"webpack:///./src/utils/buttons.js\",\"webpack:///./node_modules/core-js/library/modules/_to-iobject.js\",\"webpack:///(webpack)/buildin/global.js\",\"webpack:///./node_modules/core-js/library/modules/_ctx.js\",\"webpack:///./node_modules/core-js/library/modules/_fails.js\",\"webpack:///./node_modules/core-js/library/modules/_property-desc.js\",\"webpack:///./node_modules/core-js/library/modules/_cof.js\",\"webpack:///./src/store/index.js\",\"webpack:///./node_modules/core-js/library/modules/_iterators.js\",\"webpack:///./node_modules/babel-runtime/core-js/promise.js\",\"webpack:///./node_modules/core-js/library/modules/_a-function.js\",\"webpack:///./node_modules/core-js/library/modules/_object-keys.js\",\"webpack:///./node_modules/core-js/library/modules/_uid.js\",\"webpack:///./node_modules/core-js/library/modules/_object-pie.js\",\"webpack:///./node_modules/vue/dist/vue.esm.js\",\"webpack:///./node_modules/core-js/library/modules/es6.string.iterator.js\",\"webpack:///./node_modules/core-js/library/modules/_library.js\",\"webpack:///./node_modules/core-js/library/modules/_set-to-string-tag.js\",\"webpack:///./node_modules/core-js/library/modules/_dom-create.js\",\"webpack:///./node_modules/core-js/library/modules/_to-primitive.js\",\"webpack:///./node_modules/core-js/library/modules/_defined.js\",\"webpack:///./node_modules/core-js/library/modules/_to-length.js\",\"webpack:///./node_modules/core-js/library/modules/_to-integer.js\",\"webpack:///./node_modules/core-js/library/modules/_shared-key.js\",\"webpack:///./node_modules/core-js/library/modules/_shared.js\",\"webpack:///./node_modules/core-js/library/modules/_enum-bug-keys.js\",\"webpack:///./node_modules/core-js/library/modules/_object-gops.js\",\"webpack:///./node_modules/core-js/library/modules/_to-object.js\",\"webpack:///./node_modules/core-js/library/modules/web.dom.iterable.js\",\"webpack:///./node_modules/core-js/library/modules/_wks-ext.js\",\"webpack:///./node_modules/core-js/library/modules/_wks-define.js\",\"webpack:///./src/utils/auth.js\",\"webpack:///./node_modules/core-js/library/modules/core.get-iterator-method.js\",\"webpack:///./node_modules/core-js/library/modules/_new-promise-capability.js\",\"webpack:///./node_modules/babel-runtime/core-js/object/assign.js\",\"webpack:///./node_modules/core-js/library/modules/_ie8-dom-define.js\",\"webpack:///./node_modules/core-js/library/modules/_object-keys-internal.js\",\"webpack:///./node_modules/core-js/library/modules/_iobject.js\",\"webpack:///src/App.vue\",\"webpack:///./node_modules/babel-runtime/helpers/typeof.js\",\"webpack:///./node_modules/core-js/library/modules/_iter-define.js\",\"webpack:///./node_modules/core-js/library/modules/_redefine.js\",\"webpack:///./node_modules/core-js/library/modules/_object-create.js\",\"webpack:///./node_modules/core-js/library/modules/_html.js\",\"webpack:///./node_modules/core-js/library/modules/_object-gopn.js\",\"webpack:///./src/i18n/index.js\",\"w
|
2018-01-07 12:40:28 +00:00
|
|
|
|
}
|
2018-02-01 13:40:37 +00:00
|
|
|
|
fileo := &embedded.EmbeddedFile{
|
2018-02-02 23:14:53 +00:00
|
|
|
|
Filename: "static/js/manifest.b71221347fcf5fda1dec.js",
|
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
|
|
|
|
Content: string("!function(e){function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var r=window.webpackJsonp;window.webpackJsonp=function(t,c,a){for(var i,u,f,s=0,l=[];s<t.length;s++)u=t[s],o[u]&&l.push(o[u][0]),o[u]=0;for(i in c)Object.prototype.hasOwnProperty.call(c,i)&&(e[i]=c[i]);for(r&&r(t,c,a);l.length;)l.shift()();if(a)for(s=0;s<a.length;s++)f=n(n.s=a[s]);return f};var t={},o={1:0};n.e=function(e){function r(){i.onerror=i.onload=null,clearTimeout(u);var n=o[e];0!==n&&(n&&n[1](new Error(\"Loading chunk \"+e+\" failed.\")),o[e]=void 0)}var t=o[e];if(0===t)return new Promise(function(e){e()});if(t)return t[2];var c=new Promise(function(n,r){t=o[e]=[n,r]});t[2]=c;var a=document.getElementsByTagName(\"head\")[0],i=document.createElement(\"script\");i.type=\"text/javascript\",i.charset=\"utf-8\",i.async=!0,i.timeout=12e4,n.nc&&i.setAttribute(\"nonce\",n.nc),i.src=n.p+\"static/js/\"+e+\".\"+{0:\"e8697d002882976987f8\"}[e]+\".js\";var u=setTimeout(r,12e4);return i.onerror=i.onload=r,a.appendChild(i),c},n.m=e,n.c=t,n.d=function(e,r,t){n.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:t})},n.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(r,\"a\",r),r},n.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},n.p=\"{{ .BaseURL }}/\",n.oe=function(e){throw console.error(e),e}}([]);\n//# sourceMappingURL=manifest.b71221347fcf5fda1dec.js.map"),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
}
|
2018-02-01 13:40:37 +00:00
|
|
|
|
filep := &embedded.EmbeddedFile{
|
2018-02-02 23:14:53 +00:00
|
|
|
|
Filename: "static/js/manifest.b71221347fcf5fda1dec.js.map",
|
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
|
|
|
|
Content: string("{\"version\":3,\"sources\":[\"webpack:///static/js/manifest.b71221347fcf5fda1dec.js\",\"webpack:///webpack/bootstrap df3ed2212e4dbc189f69\"],\"names\":[\"modules\",\"__webpack_require__\",\"moduleId\",\"installedModules\",\"exports\",\"module\",\"i\",\"l\",\"call\",\"parentJsonpFunction\",\"window\",\"chunkIds\",\"moreModules\",\"executeModules\",\"chunkId\",\"result\",\"resolves\",\"length\",\"installedChunks\",\"push\",\"Object\",\"prototype\",\"hasOwnProperty\",\"shift\",\"s\",\"1\",\"e\",\"onScriptComplete\",\"script\",\"onerror\",\"onload\",\"clearTimeout\",\"timeout\",\"chunk\",\"Error\",\"undefined\",\"installedChunkData\",\"Promise\",\"resolve\",\"promise\",\"reject\",\"head\",\"document\",\"getElementsByTagName\",\"createElement\",\"type\",\"charset\",\"async\",\"nc\",\"setAttribute\",\"src\",\"p\",\"0\",\"setTimeout\",\"appendChild\",\"m\",\"c\",\"d\",\"name\",\"getter\",\"o\",\"defineProperty\",\"configurable\",\"enumerable\",\"get\",\"n\",\"__esModule\",\"object\",\"property\",\"oe\",\"err\",\"console\",\"error\"],\"mappings\":\"CAAS,SAAUA,GCuCnB,QAAAC,GAAAC,GAGA,GAAAC,EAAAD,GACA,MAAAC,GAAAD,GAAAE,OAGA,IAAAC,GAAAF,EAAAD,IACAI,EAAAJ,EACAK,GAAA,EACAH,WAUA,OANAJ,GAAAE,GAAAM,KAAAH,EAAAD,QAAAC,IAAAD,QAAAH,GAGAI,EAAAE,GAAA,EAGAF,EAAAD,QA1DA,GAAAK,GAAAC,OAAA,YACAA,QAAA,sBAAAC,EAAAC,EAAAC,GAIA,IADA,GAAAX,GAAAY,EAAAC,EAAAT,EAAA,EAAAU,KACQV,EAAAK,EAAAM,OAAoBX,IAC5BQ,EAAAH,EAAAL,GACAY,EAAAJ,IACAE,EAAAG,KAAAD,EAAAJ,GAAA,IAEAI,EAAAJ,GAAA,CAEA,KAAAZ,IAAAU,GACAQ,OAAAC,UAAAC,eAAAd,KAAAI,EAAAV,KACAF,EAAAE,GAAAU,EAAAV,GAIA,KADAO,KAAAE,EAAAC,EAAAC,GACAG,EAAAC,QACAD,EAAAO,SAEA,IAAAV,EACA,IAAAP,EAAA,EAAYA,EAAAO,EAAAI,OAA2BX,IACvCS,EAAAd,IAAAuB,EAAAX,EAAAP,GAGA,OAAAS,GAIA,IAAAZ,MAGAe,GACAO,EAAA,EA6BAxB,GAAAyB,EAAA,SAAAZ,GA+BA,QAAAa,KAEAC,EAAAC,QAAAD,EAAAE,OAAA,KACAC,aAAAC,EACA,IAAAC,GAAAf,EAAAJ,EACA,KAAAmB,IACAA,GACAA,EAAA,MAAAC,OAAA,iBAAApB,EAAA,aAEAI,EAAAJ,OAAAqB,IAvCA,GAAAC,GAAAlB,EAAAJ,EACA,QAAAsB,EACA,UAAAC,SAAA,SAAAC,GAA0CA,KAI1C,IAAAF,EACA,MAAAA,GAAA,EAIA,IAAAG,GAAA,GAAAF,SAAA,SAAAC,EAAAE,GACAJ,EAAAlB,EAAAJ,IAAAwB,EAAAE,IAEAJ,GAAA,GAAAG,CAGA,IAAAE,GAAAC,SAAAC,qBAAA,WACAf,EAAAc,SAAAE,cAAA,SACAhB,GAAAiB,KAAA,kBACAjB,EAAAkB,QAAA,QACAlB,EAAAmB,OAAA,EACAnB,EAAAI,QAAA,KAEA/B,EAAA+C,IACApB,EAAAqB,aAAA,QAAAhD,EAAA+C,IAEApB,EAAAsB,IAAAjD,EAAAkD,EAAA,aAAArC,EAAA,KAAwEsC,EAAA,wBAA2BtC,GAAA,KACnG,IAAAkB,GAAAqB,WAAA1B,EAAA,KAgBA,OAfAC,GAAAC,QAAAD,EAAAE,OAAAH,EAaAc,EAAAa,YAAA1B,GAEAW,GAIAtC,EAAAsD,EAAAvD,EAGAC,EAAAuD,EAAArD,EAGAF,EAAAwD,EAAA,SAAArD,EAAAsD,EAAAC,GACA1D,EAAA2D,EAAAxD,EAAAsD,IACAtC,OAAAyC,eAAAzD,EAAAsD,GACAI,cAAA,EACAC,YAAA,EACAC,IAAAL,KAMA1D,EAAAgE,EAAA,SAAA5D,GACA,GAAAsD,GAAAtD,KAAA6D,WACA,WAA2B,MAAA7D,GAAA,SAC3B,WAAiC,MAAAA,GAEjC,OADAJ,GAAAwD,EAAAE,EAAA,IAAAA,GACAA,GAIA1D,EAAA2D,EAAA,SAAAO,EAAAC,GAAsD,MAAAhD,QAAAC,UAAAC,eAAAd,KAAA2D,EAAAC,IAGtDnE,EAAAkD,EAAA,kBAGAlD,EAAAoE,GAAA,SAAAC,GAA8D,KAApBC,SAAAC,MAAAF,GAAoBA\",\"file\":\"static/js/manifest.b71221347fcf5fda1dec.js\",\"sourcesContent\":[\"/******/ (function(modules) { // webpackBootstrap\\n/******/ \\t// install a JSONP callback for chunk loading\\n/******/ \\tvar parentJsonpFunction = window[\\\"webpackJsonp\\\"];\\n/******/ \\twindow[\\\"webpackJsonp\\\"] = function webpackJsonpCallback(chunkIds, moreModules, executeModules) {\\n/******/ \\t\\t// add \\\"moreModules\\\" to the modules object,\\n/******/ \\t\\t// then flag all \\\"chunkIds\\\" as loaded and fire callback\\n/******/ \\t\\tvar moduleId, chunkId, i = 0, resolves = [], result;\\n/******/ \\t\\tfor(;i < chunkIds.length; i++) {\\n/******/ \\t\\t\\tchunkId = chunkIds[i];\\n/******/ \\t\\t\\tif(installedChunks[chunkId]) {\\n/******/ \\t\\t\\t\\tresolves.push(installedChunks[chunkId][0]);\\n/******/ \\t\\t\\t}\\n/******/ \\t\\t\\tinstalledChunks[chunkId] = 0;\\n/******/ \\t\\t}\\n/******/ \\t\\tfor(moduleId in moreModules) {\\n/******/ \\t\\t\\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\\n/******/ \\t\\t\\t\\tmodules[moduleId] = moreModules[moduleId];\\n/******/ \\t\\t\\t}\\n/******/ \\t\\t}\\n/******/ \\t\\tif(parentJsonpFunction) parentJsonpFunction(chunkIds,
|
2018-01-07 12:40:28 +00:00
|
|
|
|
}
|
2018-02-01 13:40:37 +00:00
|
|
|
|
fileq := &embedded.EmbeddedFile{
|
2018-01-07 12:40:28 +00:00
|
|
|
|
Filename: "static/manifest.json",
|
2018-02-02 23:14:53 +00:00
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
2018-02-01 13:40:37 +00:00
|
|
|
|
Content: string("{\n \"name\": \"File Browser\",\n \"short_name\": \"File Browser\",\n \"icons\": [\n {\n \"src\": \"{{ .BaseURL }}/static/img/icons/android-chrome-192x192.png\",\n \"sizes\": \"192x192\",\n \"type\": \"image/png\"\n },\n {\n \"src\": \"{{ .BaseURL }}/static/img/icons/android-chrome-512x512.png\",\n \"sizes\": \"512x512\",\n \"type\": \"image/png\"\n }\n ],\n \"start_url\": \"{{ .BaseURL }}/\",\n \"display\": \"standalone\",\n \"background_color\": \"#ffffff\",\n \"theme_color\": \"#2979ff\"\n}\n"),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
}
|
2018-02-01 13:40:37 +00:00
|
|
|
|
files := &embedded.EmbeddedFile{
|
2018-01-07 12:40:28 +00:00
|
|
|
|
Filename: "static/share/404.html",
|
2018-02-02 23:14:53 +00:00
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
2018-02-01 13:40:37 +00:00
|
|
|
|
Content: string("<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=no\">\n <title>File Browser</title>\n <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"{{ .BaseURL }}/static/img/icons/favicon-32x32.png\">\n <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"{{ .BaseURL }}/static/img/icons/favicon-16x16.png\">\n <!--[if IE]><link rel=\"shortcut icon\" href=\"{{ .BaseURL }}/static/img/icons/favicon.ico\"><![endif]-->\n <link rel=\"manifest\" href=\"{{ .BaseURL }}/static/manifest.json\">\n <meta name=\"theme-color\" content=\"#2979ff\">\n <meta name=\"apple-mobile-web-app-capable\" content=\"yes\">\n <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\">\n <meta name=\"apple-mobile-web-app-title\" content=\"assets\">\n <link rel=\"apple-touch-icon\" href=\"{{ .BaseURL }}/static/img/icons/apple-touch-icon-152x152.png\">\n <meta name=\"msapplication-TileImage\" content=\"{{ .BaseURL }}/static/img/icons/msapplication-icon-144x144.png\">\n <meta name=\"msapplication-TileColor\" content=\"#2979ff\">\n\n <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css\">\n <style>\n * {\n box-sizing: border-box\n }\n body {\n font-family: Arial, sans-serif;\n color: #6f6f6f;\n background: #f8f8f8;\n }\n body > div {\n text-align: center;\n position: absolute;\n transform: translate(-50%, -50%);\n top: 50%;\n left: 50%;\n box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 3px, rgba(0, 0, 0, 0.12) 0px 1px 2px;\n background: #fff;\n display: block;\n border-radius: 0.2em;\n padding: 2em 3em;\n }\n body > a * {\n margin: 0;\n }\n </style>\n</head>\n<body>\n <div><h1>404 Not Found</h1></div>\n</body>\n</html>\n"),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
}
|
2018-02-01 13:40:37 +00:00
|
|
|
|
filet := &embedded.EmbeddedFile{
|
2018-01-07 12:40:28 +00:00
|
|
|
|
Filename: "static/share/index.html",
|
2018-02-02 23:14:53 +00:00
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
2018-02-01 13:40:37 +00:00
|
|
|
|
Content: string("<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=no\">\n <title>{{ .File.Name }}</title>\n <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"{{ .BaseURL }}/static/img/icons/favicon-32x32.png\">\n <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"{{ .BaseURL }}/static/img/icons/favicon-16x16.png\">\n <!--[if IE]><link rel=\"shortcut icon\" href=\"{{ .BaseURL }}/static/img/icons/favicon.ico\"><![endif]-->\n <link rel=\"manifest\" href=\"{{ .BaseURL }}/static/manifest.json\">\n <meta name=\"theme-color\" content=\"#2979ff\">\n <meta name=\"apple-mobile-web-app-capable\" content=\"yes\">\n <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\">\n <meta name=\"apple-mobile-web-app-title\" content=\"assets\">\n <link rel=\"apple-touch-icon\" href=\"{{ .BaseURL }}/static/img/icons/apple-touch-icon-152x152.png\">\n <meta name=\"msapplication-TileImage\" content=\"{{ .BaseURL }}/static/img/icons/msapplication-icon-144x144.png\">\n <meta name=\"msapplication-TileColor\" content=\"#2979ff\">\n\n <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css\">\n <style>\n * {\n box-sizing: border-box\n }\n body {\n font-family: Arial, sans-serif;\n color: #6f6f6f;\n background: #f8f8f8;\n }\n a {\n text-decoration: none;\n color: inherit;\n }\n body > a {\n text-align: center;\n position: absolute;\n transform: translate(-50%, -50%);\n top: 50%;\n left: 50%;\n box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 3px, rgba(0, 0, 0, 0.12) 0px 1px 2px;\n background: #fff;\n display: block;\n border-radius: 0.2em;\n width: 90%;\n max-width: 25em;\n }\n body > a > div:first-child {\n width: 100%;\n padding: 1em;\n cursor: pointer;\n background: #ffffff;\n color: rgba(0, 0, 0, 0.5);\n border-bottom: 1px solid rgba(0, 0, 0, 0.05);\n }\n body > a > div:last-child {\n padding: 2em 3em;\n }\n body > a * {\n margin: 0;\n }\n body > a h1 {\n margin-top: .2em;\n word-wrap: break-word;\n }\n </style>\n</head>\n<body>\n <a href=\"?dl=1\">\n <div>Download {{ if .File.IsDir }}Folder{{ else }}File{{ end }}</div>\n <div>\n {{ if .File.IsDir -}}\n <svg fill=\"#40c4ff\" height=\"150\" viewBox=\"0 0 24 24\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z\"/>\n <path d=\"M0 0h24v24H0z\" fill=\"none\"/>\n </svg>\n {{ else -}}\n <svg fill=\"#40c4ff\" height=\"150\" viewBox=\"0 0 24 24\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M6 2c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6H6zm7 7V3.5L18.5 9H13z\"/>\n <path d=\"M0 0h24v24H0z\" fill=\"none\"/>\n </svg>\n {{ end -}}\n <h1>{{ .File.Name }}</h1>\n </div>\n </a>\n</body>\n</html>\n"),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
}
|
2018-02-01 13:40:37 +00:00
|
|
|
|
fileu := &embedded.EmbeddedFile{
|
2018-01-07 12:40:28 +00:00
|
|
|
|
Filename: "sw.js",
|
2018-02-02 23:14:53 +00:00
|
|
|
|
FileModTime: time.Unix(1517613213, 0),
|
|
|
|
|
Content: string("\"use strict\";var precacheConfig=[[\"{{ .BaseURL }}/index.html\",\"d420767ae2625fedd6df6ad23f35a880\"],[\"{{ .BaseURL }}/static/css/app.75a7f41b85cdb16097dd425ffc55c1f5.css\",\"b07571b270d3cebd99688d0382c905ac\"],[\"{{ .BaseURL }}/static/js/app.e8697d002882976987f8.js\",\"319e6f0b5dab813b2dec78a9ec7a3797\"],[\"{{ .BaseURL }}/static/js/manifest.b71221347fcf5fda1dec.js\",\"750a06c550547bb15376b7596dea18bb\"],[\"{{ .BaseURL }}/static/share/404.html\",\"53a045d471950aa998910ca45f1365a7\"],[\"{{ .BaseURL }}/static/share/index.html\",\"229c4c4fec9c448a89b82f35f104b89f\"],[\"{{ .BaseURL }}/sw.js\",\"d47043c011825743e320bca3f836359a\"]],cacheName=\"sw-precache-v3-File Browser-\"+(self.registration?self.registration.scope:\"\"),ignoreUrlParametersMatching=[/^utm_/],addDirectoryIndex=function(e,t){var n=new URL(e);return\"/\"===n.pathname.slice(-1)&&(n.pathname+=t),n.toString()},cleanResponse=function(e){return e.redirected?(\"body\"in e?Promise.resolve(e.body):e.blob()).then(function(t){return new Response(t,{headers:e.headers,status:e.status,statusText:e.statusText})}):Promise.resolve(e)},createCacheKey=function(e,t,n,r){var a=new URL(e);return r&&a.pathname.match(r)||(a.search+=(a.search?\"&\":\"\")+encodeURIComponent(t)+\"=\"+encodeURIComponent(n)),a.toString()},isPathWhitelisted=function(e,t){if(0===e.length)return!0;var n=new URL(t).pathname;return e.some(function(e){return n.match(e)})},stripIgnoredUrlParameters=function(e,t){var n=new URL(e);return n.hash=\"\",n.search=n.search.slice(1).split(\"&\").map(function(e){return e.split(\"=\")}).filter(function(e){return t.every(function(t){return!t.test(e[0])})}).map(function(e){return e.join(\"=\")}).join(\"&\"),n.toString()},hashParamName=\"_sw-precache\",urlsToCacheKeys=new Map(precacheConfig.map(function(e){var t=e[0],n=e[1],r=new URL(t,self.location),a=createCacheKey(r,hashParamName,n,!1);return[r.toString(),a]}));function setOfCachedUrls(e){return e.keys().then(function(e){return e.map(function(e){return e.url})}).then(function(e){return new Set(e)})}self.addEventListener(\"install\",function(e){e.waitUntil(caches.open(cacheName).then(function(e){return setOfCachedUrls(e).then(function(t){return Promise.all(Array.from(urlsToCacheKeys.values()).map(function(n){if(!t.has(n)){var r=new Request(n,{credentials:\"same-origin\"});return fetch(r).then(function(t){if(!t.ok)throw new Error(\"Request for \"+n+\" returned a response with status \"+t.status);return cleanResponse(t).then(function(t){return e.put(n,t)})})}}))})}).then(function(){return self.skipWaiting()}))}),self.addEventListener(\"activate\",function(e){var t=new Set(urlsToCacheKeys.values());e.waitUntil(caches.open(cacheName).then(function(e){return e.keys().then(function(n){return Promise.all(n.map(function(n){if(!t.has(n.url))return e.delete(n)}))})}).then(function(){return self.clients.claim()}))}),self.addEventListener(\"fetch\",function(e){if(\"GET\"===e.request.method){var t,n=stripIgnoredUrlParameters(e.request.url,ignoreUrlParametersMatching),r=\"index.html\";(t=urlsToCacheKeys.has(n))||(n=addDirectoryIndex(n,r),t=urlsToCacheKeys.has(n));0,t&&e.respondWith(caches.open(cacheName).then(function(e){return e.match(urlsToCacheKeys.get(n)).then(function(e){if(e)return e;throw Error(\"The cached response that was expected is missing.\")})}).catch(function(t){return console.warn('Couldn\\'t serve response for \"%s\" from cache: %O',e.request.url,t),fetch(e.request)}))}});"),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// define dirs
|
|
|
|
|
dir1 := &embedded.EmbeddedDir{
|
|
|
|
|
Filename: "",
|
2018-02-18 09:51:06 +00:00
|
|
|
|
DirModTime: time.Unix(1518947465, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
ChildFiles: []*embedded.EmbeddedFile{
|
2018-02-01 13:40:37 +00:00
|
|
|
|
file2, // "index.html"
|
|
|
|
|
fileu, // "sw.js"
|
2018-01-07 12:40:28 +00:00
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
dir3 := &embedded.EmbeddedDir{
|
|
|
|
|
Filename: "static",
|
2018-02-18 09:51:06 +00:00
|
|
|
|
DirModTime: time.Unix(1518947465, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
ChildFiles: []*embedded.EmbeddedFile{
|
2018-02-01 13:40:37 +00:00
|
|
|
|
fileq, // "static/manifest.json"
|
2018-01-07 12:40:28 +00:00
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
dir4 := &embedded.EmbeddedDir{
|
|
|
|
|
Filename: "static/css",
|
2018-02-18 09:51:06 +00:00
|
|
|
|
DirModTime: time.Unix(1518947464, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
ChildFiles: []*embedded.EmbeddedFile{
|
2018-02-01 13:40:37 +00:00
|
|
|
|
file5, // "static/css/app.75a7f41b85cdb16097dd425ffc55c1f5.css"
|
2018-01-07 12:40:28 +00:00
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
dir6 := &embedded.EmbeddedDir{
|
|
|
|
|
Filename: "static/img",
|
2018-02-18 09:51:06 +00:00
|
|
|
|
DirModTime: time.Unix(1518947464, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
ChildFiles: []*embedded.EmbeddedFile{},
|
|
|
|
|
}
|
|
|
|
|
dir7 := &embedded.EmbeddedDir{
|
|
|
|
|
Filename: "static/img/icons",
|
2018-02-18 09:51:06 +00:00
|
|
|
|
DirModTime: time.Unix(1518947464, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
ChildFiles: []*embedded.EmbeddedFile{
|
|
|
|
|
file8, // "static/img/icons/android-chrome-192x192.png"
|
|
|
|
|
file9, // "static/img/icons/android-chrome-512x512.png"
|
|
|
|
|
filea, // "static/img/icons/apple-touch-icon-120x120.png"
|
|
|
|
|
fileb, // "static/img/icons/apple-touch-icon-152x152.png"
|
|
|
|
|
filec, // "static/img/icons/apple-touch-icon-180x180.png"
|
|
|
|
|
filed, // "static/img/icons/apple-touch-icon-60x60.png"
|
|
|
|
|
filee, // "static/img/icons/apple-touch-icon-76x76.png"
|
|
|
|
|
filef, // "static/img/icons/apple-touch-icon.png"
|
|
|
|
|
fileg, // "static/img/icons/favicon-16x16.png"
|
|
|
|
|
fileh, // "static/img/icons/favicon-32x32.png"
|
|
|
|
|
filei, // "static/img/icons/favicon.ico"
|
|
|
|
|
filej, // "static/img/icons/msapplication-icon-144x144.png"
|
|
|
|
|
filek, // "static/img/icons/mstile-150x150.png"
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
dirl := &embedded.EmbeddedDir{
|
|
|
|
|
Filename: "static/js",
|
2018-02-18 09:51:06 +00:00
|
|
|
|
DirModTime: time.Unix(1518947465, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
ChildFiles: []*embedded.EmbeddedFile{
|
2018-02-02 23:14:53 +00:00
|
|
|
|
filem, // "static/js/app.e8697d002882976987f8.js"
|
|
|
|
|
filen, // "static/js/app.e8697d002882976987f8.js.map"
|
|
|
|
|
fileo, // "static/js/manifest.b71221347fcf5fda1dec.js"
|
|
|
|
|
filep, // "static/js/manifest.b71221347fcf5fda1dec.js.map"
|
2018-01-07 12:40:28 +00:00
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
}
|
2018-02-01 13:40:37 +00:00
|
|
|
|
dirr := &embedded.EmbeddedDir{
|
|
|
|
|
Filename: "static/share",
|
2018-02-18 09:51:06 +00:00
|
|
|
|
DirModTime: time.Unix(1518947465, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
ChildFiles: []*embedded.EmbeddedFile{
|
2018-02-01 13:40:37 +00:00
|
|
|
|
files, // "static/share/404.html"
|
|
|
|
|
filet, // "static/share/index.html"
|
2018-01-07 12:40:28 +00:00
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-01 13:40:37 +00:00
|
|
|
|
// link ChildDirs
|
|
|
|
|
dir1.ChildDirs = []*embedded.EmbeddedDir{
|
|
|
|
|
dir3, // "static"
|
2018-01-07 12:40:28 +00:00
|
|
|
|
|
|
|
|
|
}
|
2018-02-01 13:40:37 +00:00
|
|
|
|
dir3.ChildDirs = []*embedded.EmbeddedDir{
|
|
|
|
|
dir4, // "static/css"
|
|
|
|
|
dir6, // "static/img"
|
|
|
|
|
dirl, // "static/js"
|
|
|
|
|
dirr, // "static/share"
|
2018-01-07 12:40:28 +00:00
|
|
|
|
|
|
|
|
|
}
|
2018-02-01 13:40:37 +00:00
|
|
|
|
dir4.ChildDirs = []*embedded.EmbeddedDir{}
|
|
|
|
|
dir6.ChildDirs = []*embedded.EmbeddedDir{
|
|
|
|
|
dir7, // "static/img/icons"
|
2018-01-07 12:40:28 +00:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
dir7.ChildDirs = []*embedded.EmbeddedDir{}
|
2018-02-01 13:40:37 +00:00
|
|
|
|
dirl.ChildDirs = []*embedded.EmbeddedDir{}
|
|
|
|
|
dirr.ChildDirs = []*embedded.EmbeddedDir{}
|
2018-01-07 12:40:28 +00:00
|
|
|
|
|
|
|
|
|
// register embeddedBox
|
2018-02-01 13:40:37 +00:00
|
|
|
|
embedded.RegisterEmbeddedBox(`./node_modules/filebrowser-frontend/dist`, &embedded.EmbeddedBox{
|
|
|
|
|
Name: `./node_modules/filebrowser-frontend/dist`,
|
2018-02-18 09:51:06 +00:00
|
|
|
|
Time: time.Unix(1518947465, 0),
|
2018-01-07 12:40:28 +00:00
|
|
|
|
Dirs: map[string]*embedded.EmbeddedDir{
|
2018-02-01 13:40:37 +00:00
|
|
|
|
"": dir1,
|
|
|
|
|
"static": dir3,
|
|
|
|
|
"static/css": dir4,
|
|
|
|
|
"static/img": dir6,
|
|
|
|
|
"static/img/icons": dir7,
|
|
|
|
|
"static/js": dirl,
|
|
|
|
|
"static/share": dirr,
|
2018-01-07 12:40:28 +00:00
|
|
|
|
},
|
|
|
|
|
Files: map[string]*embedded.EmbeddedFile{
|
|
|
|
|
"index.html": file2,
|
2018-02-01 13:40:37 +00:00
|
|
|
|
"static/css/app.75a7f41b85cdb16097dd425ffc55c1f5.css": file5,
|
|
|
|
|
"static/img/icons/android-chrome-192x192.png": file8,
|
|
|
|
|
"static/img/icons/android-chrome-512x512.png": file9,
|
|
|
|
|
"static/img/icons/apple-touch-icon-120x120.png": filea,
|
|
|
|
|
"static/img/icons/apple-touch-icon-152x152.png": fileb,
|
|
|
|
|
"static/img/icons/apple-touch-icon-180x180.png": filec,
|
|
|
|
|
"static/img/icons/apple-touch-icon-60x60.png": filed,
|
|
|
|
|
"static/img/icons/apple-touch-icon-76x76.png": filee,
|
|
|
|
|
"static/img/icons/apple-touch-icon.png": filef,
|
|
|
|
|
"static/img/icons/favicon-16x16.png": fileg,
|
|
|
|
|
"static/img/icons/favicon-32x32.png": fileh,
|
|
|
|
|
"static/img/icons/favicon.ico": filei,
|
|
|
|
|
"static/img/icons/msapplication-icon-144x144.png": filej,
|
|
|
|
|
"static/img/icons/mstile-150x150.png": filek,
|
2018-02-02 23:14:53 +00:00
|
|
|
|
"static/js/app.e8697d002882976987f8.js": filem,
|
|
|
|
|
"static/js/app.e8697d002882976987f8.js.map": filen,
|
|
|
|
|
"static/js/manifest.b71221347fcf5fda1dec.js": fileo,
|
|
|
|
|
"static/js/manifest.b71221347fcf5fda1dec.js.map": filep,
|
2018-02-01 13:40:37 +00:00
|
|
|
|
"static/manifest.json": fileq,
|
|
|
|
|
"static/share/404.html": files,
|
|
|
|
|
"static/share/index.html": filet,
|
|
|
|
|
"sw.js": fileu,
|
2018-01-07 12:40:28 +00:00
|
|
|
|
},
|
|
|
|
|
})
|
|
|
|
|
}
|