starz/static.go

630 lines
885 KiB
Go
Raw Permalink Normal View History

2016-07-01 09:35:21 -07:00
package starz
import (
"bytes"
"compress/gzip"
"fmt"
"io"
"strings"
"os"
"time"
"io/ioutil"
"path"
"path/filepath"
)
func bindata_read(data []byte, name string) ([]byte, error) {
gz, err := gzip.NewReader(bytes.NewBuffer(data))
if err != nil {
return nil, fmt.Errorf("Read %q: %v", name, err)
}
var buf bytes.Buffer
_, err = io.Copy(&buf, gz)
gz.Close()
if err != nil {
return nil, fmt.Errorf("Read %q: %v", name, err)
}
return buf.Bytes(), nil
}
type asset struct {
bytes []byte
info os.FileInfo
}
type bindata_file_info struct {
name string
size int64
mode os.FileMode
modTime time.Time
}
func (fi bindata_file_info) Name() string {
return fi.name
}
func (fi bindata_file_info) Size() int64 {
return fi.size
}
func (fi bindata_file_info) Mode() os.FileMode {
return fi.mode
}
func (fi bindata_file_info) ModTime() time.Time {
return fi.modTime
}
func (fi bindata_file_info) IsDir() bool {
return false
}
func (fi bindata_file_info) Sys() interface{} {
return nil
}
var _static_list_html = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x57\x6d\x8f\xd3\x46\x10\xfe\xce\xaf\x18\xb6\x52\x2b\x21\x36\x26\x55\x51\x29\x24\x91\x68\x7a\x6a\xa9\x28\xa5\x84\xbe\x09\xf1\x61\x6d\x4f\xec\x3d\xd6\x5e\xb3\xbb\xf6\x5d\x5a\xf5\xbf\x77\x76\xed\x38\x8e\xcf\x86\x43\xfd\xd0\xe8\x4e\x8e\xbd\xf3\x3e\xcf\x3c\x9e\xac\xee\x7e\xf7\xf3\xf6\xf5\x9f\x2f\x2f\x20\x77\x85\xda\xdc\x59\xf9\x0b\x28\x51\x66\x6b\x86\x25\xdb\xdc\xa1\x27\x28\x52\xba\x02\x7d\x56\x05\x3a\x01\x49\x2e\x8c\x45\xb7\x66\xb5\xdb\xf3\x47\x24\x73\x3a\xca\x9d\xab\x38\xbe\xaf\x65\xb3\x66\x7f\xf0\x5f\x9f\xf2\xad\x2e\x2a\xe1\x64\xac\x90\x41\xa2\x4b\x87\x25\xe9\x3d\xbb\x58\x63\x9a\xe1\x99\x66\x29\x0a\x5c\xb3\x46\xe2\x55\xa5\x8d\x1b\x08\x5f\xc9\xd4\xe5\xeb\x14\x1b\x99\x20\x0f\x37\xf7\x41\x96\xd2\x49\xa1\xb8\x4d\x84\xc2\xf5\x72\xc2\x50\x8a\x36\x31\xb2\x72\x52\x97\x03\x5b\x13\x82\xa2\x76\xb9\x36\xe7\x32\xad\x90\x93\x4e\xe1\xc6\x3a\x61\xfe\x5a\x45\xed\x4d\x77\x72\x97\x73\xf8\x56\x6b\x67\x9d\x11\x15\x6c\xb5\x41\xd8\xee\x76\xc0\x79\x67\x5e\xc9\xf2\x1d\xe4\x06\xf7\x6b\x16\x91\xbe\x93\x49\x64\xa3\xc4\xda\x28\x3e\x2a\x2d\x0a\x59\x2e\xe8\x09\x03\x83\x6a\xcd\xac\x3b\x28\xb4\x39\xa2\x63\x43\x1f\xdb\xda\x3a\x5d\x9c\xdb\x0e\xa2\xed\xf7\x58\xa7\x07\xf8\x3b\x7c\xf5\x9f\x4a\xa4\xa9\x2c\x33\xee\x74\xf5\x18\xbe\x7e\x50\x5d\x3f\xe9\x8f\xa2\x7b\xf0\xca\x77\xc5\x60\x7a\x14\x83\xbd\x36\xb0\x28\x45\x13\x0b\xc3\xf7\xf2\x1a\x53\xaf\xb8\x20\xb9\x42\x37\x08\x72\x0f\xb5\xf5\x62\x47\x91\x36\x8f\x56\x66\x9b\x13\x3e\x82\x4c\x8e\x32\xcb\x1d\xe8\x3d\x55\xb3\x91\x99\xf0\xf5\xf6\xf8\xa0\x63\xbb\x80\x7b\x51\x88\xe0\x9f\x36\xf2\xa8\x0b\xfd\x94\xdf\x0f\xaf\x7f\x7a\xfe\x10\x76\xb9\x2c\x40\x94\x29\xb9\xb6\x95\x2e\xd3\xc5\xa5\x85\x67\x17\x8f\xc0\xd6\x95\x87\x82\x37\xde\x0a\xa2\xc2\x82\x5a\x64\x83\x70\x81\xa9\x14\xf0\xbe\x46\x23\xd1\x9e\xca\xe3\xcd\xfe\xfe\xf4\xd5\x8b\x67\x2f\xbe\x7f\x3c\x34\x98\x6a\xb4\xe5\x17\x0e\xae\xb4\x79\xe7\x03\x3f\xe8\x1a\x3c\xd8\xc0\xe5\x48\x25\xa1\x6c\x1a\x32\xb7\x97\x0a\x1f\x47\xd1\x99\xb9\x37\x24\xad\x1c\x45\x04\xdf\xbc\xdd\xf4\x15\x5d\xb5\xf0\x02\x6b\x92\x61\x93\x2f\x6d\xe4\x07\xe8\xa1\xcd\x65\x43\x6e\xd9\x86\xb2\x0e\x82\xb7\xd1\x34\x5d\xb8\x1e\x1b\x37\x75\x57\x77\xdf\x60\x99\xca\xfd\x5b\x1f\xdc\x9d\x55\xd4\x8d\xe5\xca\xa3\x60\x58\xd4\x17\xa7\x46\xf4\x69\x50\x73\x20\x51\xc2\xda\x35\x6b\xdb\x09\x5d\x57\x65\xd9\x20\xcd\x32\x8c\x71\x40\xb8\xd4\x34\x59\xec\xd4\x55\x36\xc8\x20\x95\xbd\x39\x3f\x36\x42\x96\x68\x06\xe7\xa7\x19\x31\xbe\x53\xfe\xdf\xe9\x2c\x53\x08\x19\x3a\xc8\x8c\xae\x2b\xc2\xa1\xc7\x5f\x8c\xce\xa1\x81\x42\xc7\x54\x78\x48\xa5\xad\x94\x38\xf4\x61\x4f\xf9\xeb\x02\xf5\xc9\xdf\xf0\x19\x64\xe3\xda\x39\x4a\xdd\x1d\x2a\x0a\xbf\xbd\x61\x23\xe5\x36\x18\x06\xa9\x70\xa2\xbb\xf1\x89\x28\x25\x2a\xdb\x3f\x16\x26\xf3\x14\xf7\x59\x6c\x39\x5e\x8b\xa2\x52\xc8\x3b\xf5\xa3\x24\x5f\x4e\xf8\x6f\x3b\x5c\x89\xf2\xe8\xd3\x1a\xae\x4b\x75\x60\x9b\xd7\x6d\x09\x4e\x15\xa5\xf6\x92\xdc\x2d\x4c\x48\x2a\x32\x27\xcf\x01\x11\xff\xa3\xca\x2a\x6a\xeb\x39\x71\x22\x46\x25\x8e\x7d\xe7\xd9\x0d\x0e\x64\x9b\x5d\x4b\xa7\x62\xd4\xe1\x88\x5a\x3c\x01\xa0\x2d\x95\x1a\x13\x17\x86\xd4\x63\xd8\x13\xab\xbd\xef\xa1\x53\xd0\xc5\x03\x4b\xd3\x91\x39\x92\x77\xc0\x54\x68\xa8\x67\xae\x0f\xc1\xe8\xd8\x43\x18\xf5\x94\x81\x4c\x09\x36\x9f\xd6\xf3\x55\xad\x06\xe9\x1f\x4d\xd2\x65\x0e\x1f\x4a\x4e\x1f\x74\xa5\xec\xaa\x26\x2a\x19\x35\x0f\x22\xa5\x33\x5d\xd3\x7b\xe1\x79\xb8\xde\x28\xdd\xa9\x84\x53\x56\x57\x51\xad\x6e\x57\xea\x68\x31\x4a\xf5\xac\x7e\x23\xad\x4e\xa3\x1f\xfe\x13\xd3\x44\x64\x65\xc8\x46\x2f\x3d\xb5\x6e\xbb\xf6\xf4\x52\x33\x04\x32\xc9\x30\x46\x5f\x8d\xb9\xe5\xbc\x91\x5c\x65\x7c\xf9\x25\x38\xbc\x76\x3c\x21\x37\xd3\xbc\x90\x2f\x37\x17\xfe\x8c\x5e\x6b\x68\xfc\xab\x9f\x18\x74\x39\x21\x17\x46\xc2\x83\xc0\xcb\xf0\x5c\x2b\xcf\x33\xfd\x8c\x94\x55\xed\x78\x60\xb0\xb9\xde\x06\x91\x8e\x7e\x7c\x48\xbd\xae\x07\x2d\xf7\xd9\x12\xb3\x42\x6b\xc8\x16\xac\x77\xc5\x80\xb8\x2f\xc1\xd6\xe1\x9a\x65\xd2\xe5\x75\xdc\x07\xcb\x80\xf6\x14\xbd\xd7\x49\x6d\xa7\x9a\x3c\x33\xaf\xff\x35\x97\x8e\x4b\xbd\x05\x8b\x7e\x9e\x3b\xd5\xd8\x95\x40\xff\x3c\xc5\xbd\xa8\x15\xa5\x78\xc6\xb6\x9b\xa3\xfe\x3c\xc6\x87\xbc\x93\xa9\x43\x95\x7b\xf2\x81\xfe\x1b\x0
func static_list_html_bytes() ([]byte, error) {
return bindata_read(
_static_list_html,
"static/list.html",
)
}
func static_list_html() (*asset, error) {
bytes, err := static_list_html_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "static/list.html", size: 3433, mode: os.FileMode(436), modTime: time.Unix(1459222881, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _static_s_index_html_swp = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xec\x9a\x4f\x6c\xdc\xc4\x17\xc7\x27\xfd\xa9\xf9\xf1\xaf\xe5\xef\x81\xde\x26\x2e\xa2\xa2\xaa\xd7\xd9\x42\x95\x34\xdd\x4d\x55\xb6\x51\x09\x6a\x4b\xdb\xf4\x0f\xa8\xf4\x30\xbb\x9e\x5d\x4f\xe2\x7f\xf5\x8c\x37\x59\x0a\xad\x38\x20\xc1\x89\x2b\x07\x10\x12\xbd\x22\x38\x23\x0e\x54\x82\x1b\x17\x24\x04\x88\x1e\xe8\x89\x3b\x12\x5c\x7a\xe3\x3b\xf6\x7a\xe3\x5d\x76\x13\x7a\xa1\x20\xcd\x57\x7c\xf0\xda\xf3\xfc\x3c\xf3\xde\xf3\xb3\xa3\xba\x39\x7b\x71\xf9\x14\x9d\xab\xbc\x40\xa0\xc7\x08\xb9\x73\xf7\xee\xc5\x5b\x53\x3b\xc8\xaf\x47\x09\x71\x83\xa0\x75\x35\x65\x3d\xb2\x8d\x58\xd2\x14\x8a\x27\xdb\x99\x91\xeb\x85\x43\x47\x26\x2d\x47\x2a\x96\xbc\xa1\xff\xaf\x04\x76\x1c\x11\xba\x7c\xa3\xe2\xa9\xc0\xdf\xd6\x8f\x91\x91\xd1\x3d\x2a\x55\x6d\x7b\x7e\x17\x79\xfe\x60\x75\x56\xef\xee\xb5\x66\xe8\x93\x4f\x5c\xb8\xdf\xb3\x32\x32\x32\x32\x32\x32\x32\x32\x32\x32\x32\xfa\x07\xa5\xe2\x29\x72\x03\xdb\x1d\xfd\xfd\xe2\x2f\x82\xa9\x91\xad\x91\x91\x91\x91\x91\x91\x91\x91\x91\x91\x91\x91\x91\x91\xd1\x7f\x57\xcc\x25\xe4\x8b\xff\x11\xf2\xdc\x4e\x92\xfd\xfb\x7f\xf1\xf7\xff\x6f\x8f\x12\x72\x07\xfc\x02\x7e\x02\x3f\x82\x2f\xc1\xdb\x60\x1e\x4c\x83\xdb\xbb\x09\xf9\x19\xdc\x02\x5f\x81\x8f\xc1\xeb\xe0\x32\x68\x80\x39\x70\x00\x3c\x0e\xde\xdf\x45\xc8\x7b\xe0\x4d\x70\x0d\x3c\x03\x7e\x78\x04\xe7\x81\x77\xc0\x32\x98\x07\x73\xc0\x01\x15\xb0\x0f\x3c\x0b\x76\x83\xaf\x1f\x26\xe4\x26\xb8\x04\x1c\xf0\xf9\x43\x84\xf8\xe0\x30\x98\x06\xdf\x3f\x88\x75\x80\xeb\x60\x0d\xec\x01\xdf\x3c\x40\xc8\x07\xe0\x06\x38\x0e\xf6\x83\xa7\xc0\x14\xb8\xfd\x7f\x42\xbe\x05\x9f\x81\x9b\xe0\x13\xf0\x2e\xf0\xc1\x1a\x38\x0b\x66\xc0\x0e\xf0\xe9\x34\x21\xe7\xc0\x51\x30\x0b\xf6\x80\xa7\xc1\x2e\xf0\x07\xe2\xf6\x3b\xf8\x0e\x7c\x04\x3e\x04\x29\x38\x02\x16\xc0\x41\x50\xdd\x99\xc7\x77\x7a\xe7\xfd\xcc\xb4\x91\x91\xd1\x78\xd5\x1c\xfd\xe1\xd1\xa2\xfe\xd1\x8c\xdc\x1e\x7e\x50\xa8\x26\x5b\x89\x88\x15\x95\x49\xab\x5e\xdb\xde\xc4\xda\xfc\x98\x69\x55\xc2\x28\x52\x52\x25\x2c\xae\x04\x22\xac\xac\x4a\x6b\xb1\xe6\xe4\xc6\x8b\xf9\x99\x33\xb6\x4d\x5f\x2c\x8c\x68\x23\x4a\x38\x7d\x99\x75\xd9\x4a\xee\xd0\xb6\xb7\xbd\xc2\xea\xd5\x94\x27\xbd\x49\xae\x57\xcf\xea\x51\x7a\x91\x27\x52\x44\x21\xad\x56\xaa\xf8\xaf\xe4\x56\xdb\x38\x95\x56\x14\x2a\x26\x42\x9e\x64\x23\xd9\x80\xe3\x8a\x6e\xdf\xa8\x64\x98\x44\xeb\x03\x93\x92\x19\x2d\x69\xcc\xa1\xec\x70\x4c\x5b\x3e\x93\xb2\x6e\xf9\x9c\xb9\xd6\xe2\x19\x6c\x24\xa7\x35\x46\xbd\x84\xb7\xb1\x26\x16\x0b\xa7\x3b\xeb\xf8\x51\x47\x84\x8e\xb5\x98\x6d\x6b\x0e\x5b\xa4\x2a\xa2\x7a\x7e\x22\x4c\x79\xcd\x89\xb7\xf7\x7c\xde\x13\x92\xb2\x38\xa6\xbe\x90\x0a\xbf\x7c\x9f\x2a\x8f\x53\xfd\xa1\x99\xa4\xed\x28\xa1\x2c\xec\xd1\x13\x42\x79\x69\x93\xa6\x92\x27\x33\xe3\xbd\x7a\xd5\xc5\x15\xfd\x6d\x1a\x32\x5e\x1d\x59\x21\x16\x58\x5c\xb2\x15\xf9\xb6\xdf\xb1\xab\x07\xa9\xe2\x1b\xca\x6e\xf1\x50\xf1\xc4\x2a\x05\xa8\x64\x8b\xe0\x59\x45\xdc\x87\x5c\xf4\x83\x6f\x95\xf2\x76\x86\x75\x38\xaa\x01\xde\xc2\x72\x15\x38\x21\x2b\xc5\x76\x62\xf6\x26\xa5\x26\xb7\x87\x8f\x26\x4b\x6c\x4c\xdd\x67\x31\x72\x50\x3e\x6b\xab\x0c\x3a\xa9\xff\xd7\xa3\xf9\x88\x2f\xc6\x8f\x64\xa3\x93\x52\x7c\xb2\x48\xf1\x78\xa7\xe3\x7c\xd6\x52\xbf\x08\x1b\x56\x41\xfb\x2b\xc1\xc6\xda\x32\x45\xf9\x3a\x47\xd6\x6d\x51\xe1\xd6\xad\xa6\xb4\xf9\x06\x0b\x62\x9f\xdb\x23\xe3\x76\x75\xd4\xa9\x0e\x5f\x03\xa3\xbc\xa5\xb2\x92\xd2\x53\xf0\x45\xb8\x26\x0f\xe8\xba\x0a\xb0\x61\xa1\x4b\x23\x0c\x25\x59\xc9\xea\xdc\xe9\x82\x53\x51\xa7\x03\xbb\xce\xdf\x8e\x34\x2b\x2d\x52\x4f\xa9\x99\xc0\xb1\xd5\x0f\xe3\x5e\xab\x28\xcc\x31\x91\x43\x5b\x4a\x95\x8a\xc2\x09\x31\x95\x31\x0b\x0b\xdf\x02\x53\xb4\xe1\x3d\xeb\x1b\x38\xfe\xaf\x39\x45\x26\x76\x14\xfa\x3d\xdc\xc9\x3a\x6e\x59\x98\x45\x07\x0d\x2f\x0a\x27\xb9\xa8\xe5\x8b\xa6\xaa\x17\x73\xa4\x34\xdb\xb1\x46\x62\x98\x25\x01\x49\x77\x99\x62\xfd\x9d\xcd\xda\x28\x0e\xb3\xa4\xc3\x15\x42\x7c\x2f\x55\x51\x2a\xb5\xbe\xad\x87\x3e\x34\xd4\x05\x32\xbb\xac\xd3\xeb\x44\x66\x55\x92\xcf\x80\xe2\x72\xb4\x93\x44\x69\xcc\xdd\xac\x54\x9a\x5c\xa1\x81\xd0\x20\x6a\x0a\x8c\xba\x42\xc6\x3e\xeb\x0d\xdf\xd7\x5b\xb5\x0e\x5d\x91\x43\x73\x29\x8a\x5e\x84\x5d\x3c\x02\x06\xf7\x40\x5b\x6c\x70\x17\x51\x88\x2d\x9a\x44\x3a
func static_s_index_html_swp_bytes() ([]byte, error) {
return bindata_read(
_static_s_index_html_swp,
"static/s/.index.html.swp",
)
}
func static_s_index_html_swp() (*asset, error) {
bytes, err := static_s_index_html_swp_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "static/s/.index.html.swp", size: 12288, mode: os.FileMode(420), modTime: time.Unix(1459223711, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _static_s_license = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xdc\x5a\x5b\x93\xdb\xc6\xb1\x7e\xd7\xaf\x98\xc3\xaa\x53\x67\xb7\x0a\x4b\xc9\xb2\x7d\x12\xcb\x4f\xb4\x76\x65\x33\x59\x71\x55\xcb\x55\x14\x3f\x0e\x81\x01\x39\x11\x80\x81\x67\x80\xe5\x32\xa9\xfc\xf7\xf4\x65\x6e\x20\xb9\xb2\x52\x79\x8b\xca\x25\x8b\x24\xa6\xa7\xa7\x2f\x5f\x7f\xdd\x83\x45\x2f\xcb\x9d\x12\xb7\xba\x54\x9d\x53\x2f\xc4\xf3\x7f\xfe\xa2\xac\xd3\xa6\x13\xaf\xe7\xaf\x0a\xf1\x27\xd9\x8d\xd2\x1e\xc4\xeb\x57\xaf\xbe\x7b\x76\xd1\x6e\x18\xfa\x37\x2f\x5f\xee\xf7\xfb\xb9\xa4\x6d\xe6\xc6\x6e\x5f\x36\xbc\x95\x7b\xf9\x02\x17\x3e\xdc\xdc\xbf\x5f\x8b\xc5\xea\x5a\xbc\xbd\x5b\x5d\x2f\x1f\x96\x77\xab\xb5\x78\x77\x77\x2f\x3e\xae\x6f\x0a\x71\x7f\xf3\xe1\xfe\xee\xfa\xe3\x5b\xfc\xba\xa0\xa7\xae\x97\xeb\x87\xfb\xe5\x4f\x1f\xf1\x1b\x12\xf0\xcd\x5c\x5c\xab\x5a\x77\x7a\x00\xe5\xdc\xfc\x85\xd7\x66\xe6\x4f\x34\x13\x6e\x27\x9b\x46\xb4\x4a\x76\x62\x80\x93\x0e\xca\xb6\x4e\xc8\xae\x12\xa5\xe9\x2a\x5e\x25\x6a\x63\xc5\xe8\x54\x21\xac\xea\xad\xa9\xc6\x12\xbf\x2e\xbc\x28\x7c\xb6\xd2\x6e\xb0\x7a\x33\xe2\xf7\x42\x3a\x51\xe1\x96\xaa\x12\x9b\x83\x58\xab\x92\x85\x7c\x03\xf2\xad\x19\xb7\x3b\xf1\x83\x30\x35\x7c\xd0\xf0\x9c\x29\xc7\x56\x75\xc3\xb1\x5e\xc6\x9e\x28\x56\x9a\xfe\x60\xf5\x76\x37\x08\xb3\xef\x94\x15\xa0\x12\x2c\xd4\xc3\x41\xc8\x71\xd8\x19\xab\xff\x4e\xfb\x79\x39\xe7\x56\x0c\x3b\x39\x08\xd8\x74\x6b\x25\x2c\xec\xb6\xf4\x90\xb7\x43\xa6\x80\xda\xca\x46\xdc\x90\xe8\x13\x25\xc6\x0e\x0f\x48\xda\x2b\x21\x4b\x92\x12\xb4\x00\x33\xc0\xb3\x5e\x8c\x81\x07\xbc\x82\x5a\x39\xde\x1a\x0c\x3a\x58\xd3\x14\x42\x5a\x15\x3e\x34\xa4\x74\x81\xa7\xc1\x6f\xc7\xae\x82\x65\xa5\x69\x5b\xd3\x79\x49\xfe\x41\xb1\xd7\xc3\x8e\xe5\xf0\x86\x73\xf1\xce\x58\xd2\xa3\x1f\x6d\x6f\x20\x62\x92\x55\xa3\xc3\x83\x8f\x66\x5e\xca\x8c\x8e\xe2\xc4\x85\xbe\xe4\xa5\x66\xaf\x6c\x01\xee\xb3\xe0\x25\x54\x42\x77\xfc\xef\x42\x0c\x46\x94\x12\x9c\x8e\xcf\x79\x29\xfc\x13\x59\xc0\x8a\x56\x76\x72\xab\xd0\x79\xb8\xaf\x1b\xcb\x9d\x57\xac\x10\xfb\x9d\xa2\xe3\x83\xf7\x69\x5f\x49\xb2\x73\xcb\xec\x35\x46\x13\x48\xb9\xd0\xa0\x09\xb9\xc7\xed\x74\x8f\x92\x6a\x5d\x83\x35\x7b\x65\x4b\x14\x7d\xf1\xfd\xab\xff\xbd\xa4\xed\x0c\x98\x87\x0d\x1f\x04\x8d\x83\x1b\xc0\xea\xe8\x03\x70\x93\x55\x2e\x48\x04\x91\x1b\xd5\x81\x11\x4a\x0d\xae\x9c\x48\xcf\xf4\x4c\x2e\xff\xd5\x8c\x33\x71\x01\x6b\xf1\x5f\x76\x76\x99\x7b\x1d\xfe\x43\x9b\x3c\xea\x6a\x44\x59\x56\xe4\xf1\xe1\x05\xa8\x27\xd0\x56\x3b\x54\x04\xf4\x6e\xb5\x73\x14\xf0\x14\x67\x9c\x04\xe4\x96\x93\x50\x5b\xc3\x6e\x25\xa4\x20\xa4\x57\x7b\x1c\x69\xbd\x55\xb5\xb2\x16\x96\xd3\xaf\x35\x59\xfc\x33\x6e\xd1\x9a\x4a\xc3\xd1\x24\x65\x55\x70\xb0\xee\xca\x66\x24\x53\x40\x12\x8a\xce\x0c\xa2\xd1\xad\xc6\xdd\xc1\x8f\xce\xd4\xc3\x1e\xc3\xcb\xd1\x86\xe0\x94\x0a\xac\x1f\x72\x8f\x04\x79\x31\xfc\x40\x11\xf2\xbf\xd6\xdb\xd1\xd2\xef\xe0\x96\x46\x65\xf0\x71\xb7\xf9\x1b\x84\xc2\xa9\xea\xb2\x3b\xf0\x77\xe0\x8e\xb1\xa1\xfc\xa8\xad\x69\xe1\xc7\x72\x27\x3b\xd0\x3a\x24\x08\x44\x45\xe7\xf0\x49\x19\x02\x8a\xbe\x69\xfc\xc7\x5a\x48\xc1\xe6\x21\x71\xc5\xf4\x80\x5e\xc6\xd1\x31\x21\x6d\x7a\x8d\x09\x65\x48\x39\x7f\xcc\x2d\x44\x02\x9c\x01\xbe\x9e\x1c\x38\x47\x2f\x38\xe9\x23\xa3\xb7\x43\x39\x9c\xbb\xad\xaa\xb4\x14\xc3\xa1\xcf\x8f\xfd\xc9\xd8\xcf\x27\xa0\xb0\x87\x2f\x49\x63\xc2\x21\x8c\xb4\x94\x02\xba\x0b\xc7\x88\x09\xc0\xa6\xf3\xc7\x6a\x65\x05\x40\xf2\x28\x75\x23\x37\x4d\xc8\xff\x0c\x97\x0a\x44\x53\x0c\xc0\x52\xfa\x50\x92\x11\x17\x02\xba\x81\x19\xe0\xe1\x08\x6f\x6c\x29\x78\x58\x93\x59\xe5\x30\x60\x6d\x21\x0b\x05\x6d\xbd\x88\x0b\x38\x80\x7a\x92\x6d\x0f\x3b\xc3\x42\x80\x76\x08\x73\x5e\x88\x4f\x2e\xfa\x5e\xc1\xce\x4f\x90\x4c\x8d\xd9\x5f\x26\x2b\x5c\x2b\xab\x1f\xc1\x8a\x8f\x4a\xa0\x41\xdc\xec\x38\x02\x70\x8f\xf3\x36\xf0\xa7\xf7\x92\xd8\x06\x41\xf1\x8d\x74\xe8\xbc\x8e\x52\xb1\xc2\x3d\x30\xfa\x21\x7a\x18\xab\x70\x2b\x72\x17\xe6\xc2\x7e\xa7\xcb\x5d\x06\x06\xe0\xac\x01\x6a\x00\x64\xa6\x55\x8f\x9a\x5c\x89\x51\x0c\xa6\xf1\x79\x22\x14\x58\xd8\xd8\xf0\x09\x44\x78\x37\xe7\xd9\xe4\x85\x61\x95\x53\x0e\x22\x85\xac\x2f\x61\x33\xd3\x50\x52\xc0\x32\xbd\xd5\x1d\xec\x72\xea\xf3\x53\x3c\x0e\x38\x55\x4f\xd2\xbf\x10\xc7\xe6\xf3\xd6\xc3\x68\xf6\xbe\x23\xf1\xbe\x6a\x58\xd5\x4
func static_s_license_bytes() ([]byte, error) {
return bindata_read(
_static_s_license,
"static/s/LICENSE",
)
}
func static_s_license() (*asset, error) {
bytes, err := static_s_license_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "static/s/LICENSE", size: 11336, mode: os.FileMode(436), modTime: time.Unix(1459205211, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _static_s_readme_md = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x9c\x54\xcd\x6e\xdb\x3c\x10\xbc\xf3\x29\x16\xc8\xe5\xb3\xe1\x9f\x7c\x29\x7a\xc9\xa5\x68\x7e\x9a\xa4\xb0\x9b\x16\xc9\xcd\xe8\x81\x12\xd7\x12\x1b\x89\xab\x92\x2b\x0b\x7e\xfb\x2e\xa9\xd8\x56\x9d\x22\x68\x73\x48\x6c\x2c\x67\x97\xb3\x33\x43\x9f\xc0\xea\x81\xb5\x67\xb8\x20\xe2\xc0\x5e\x37\xdf\xff\x2b\x99\x9b\xf3\xf9\x3c\xc4\x7a\xb6\x2b\xcf\x72\xaa\xe7\x23\x98\xc2\xea\x42\x7b\x7c\x0d\xc4\x58\x37\x95\x66\x9c\xd2\x06\xfd\xc6\x62\x17\xe6\x99\xb4\xcc\x47\x4a\xbd\xbd\x17\x6c\x00\x0d\xf1\x3b\xdc\x3e\x2e\x17\x90\x7a\xd1\xc3\xae\x01\xd6\xe4\x85\xda\x8b\x25\x0a\x7c\xb1\x42\xee\x51\x1a\x0c\x64\xdb\x7f\xdb\x7d\x06\x8f\xa5\xb0\x38\xdc\x28\x63\x5a\x8f\x01\x1a\x8f\x06\xd7\xd6\xc9\xcc\xb5\xad\x10\x1a\xcd\x65\x48\x84\xf6\x83\x41\x3b\x03\x3f\xbe\xb5\xe8\xb7\x13\x08\x04\x5b\x6a\x21\xd7\x0e\x7e\xb6\x36\x7f\xaa\xb6\xcf\x9c\x06\xf8\x0e\xb3\x60\x19\xc3\x4c\xa9\x93\x13\xb8\x41\x66\xeb\x0a\x48\x74\xd1\x28\xf5\x48\xd0\x06\x04\x1e\x12\x9a\x40\x5e\x12\x49\x95\x9c\xfc\xad\xe5\x30\xaa\x52\x55\xd4\xc5\x56\x6a\xd8\x92\x13\x34\x81\x68\xf2\xac\x9f\x39\x57\x63\xb8\xa2\xce\x55\xa4\x4d\x6a\x88\x83\x02\x83\xc7\x0a\x75\x1a\x05\x47\x12\x49\xc3\x27\xf2\x4f\xfd\xd5\x1e\x1b\x12\x9a\xe4\xb7\x11\x79\x63\xf9\xb6\xcd\x12\xe1\x8b\xb6\x08\x69\xe7\xbb\x10\x5a\x0c\x4a\xdd\xea\x0d\x46\x03\x5b\x61\xe2\xe5\x44\xfc\x94\x03\xe8\x2c\x97\xbf\x6f\xf1\x01\x56\xf7\x0d\x3a\xc1\x3a\xec\x7a\x54\xef\x4a\x88\x6e\x0a\xbc\xcd\x92\x1d\x77\x9e\xdc\x43\x5b\xd7\x96\x97\x68\xac\x3e\x72\x6c\x9a\x52\x93\xba\xc3\x08\x4a\xf4\x78\x20\x18\x09\xc8\x76\x89\x8f\x4c\xaa\xd1\x71\x3c\x8c\xdb\xaf\xf6\xe6\xee\xf2\x27\x66\x16\x02\xe4\x63\x19\xde\x14\xe2\xde\xcc\xcb\xe8\x35\x79\xa5\x8e\x46\x42\xa7\xc3\x30\x9c\x51\x3e\x11\xa6\xd6\xd6\xb1\x4e\xe9\x92\xe2\x78\x7c\xa5\x37\xd6\xc0\xd2\x56\x15\xfa\xf1\x78\x02\x4b\xed\x74\x11\x1d\xfe\xda\xbf\x08\xe1\xba\x8a\xe2\x40\xaf\x0e\x24\x79\x84\xbe\x97\xb9\x85\xc5\xb0\x67\xde\x75\xdd\xcc\x0a\x30\x24\x5c\x1d\x61\xcf\x41\x57\x62\xf2\x4e\x72\x16\x8b\x64\x6c\x3a\x31\xf1\xea\x3a\xdd\x1c\x9e\x78\x00\x1a\xf8\x92\x30\xdc\x83\x5e\xae\x28\xfb\x64\x92\x2b\xb3\x17\xfc\xaf\x5e\xec\xda\xeb\x1a\xbb\x98\xba\xe1\xdb\x5d\x6a\x29\xdc\x33\xd3\x21\x1f\x43\xb2\xb5\xa1\x51\xd2\x70\xf5\x59\xe7\x94\xc9\xe3\x25\xcf\xe4\xfe\x0c\x5e\x6b\xde\xb9\x43\xcd\xd6\xdb\xa2\xe4\xd4\xbb\xb0\x39\xba\x80\x4a\x1d\xca\x67\xa7\xff\xbf\x9b\xca\xbf\xf7\xf0\x9a\xca\x13\x58\x2c\x2e\x67\x32\xcd\xe0\xee\x31\x19\x68\x9d\x89\x3f\x59\x71\xef\x8f\x8d\xce\xe5\xf3\x6c\x76\xfa\xe6\x74\x67\x15\x65\xf3\xa2\x9c\xc6\x84\x86\xf9\xe2\xee\xf2\xfa\xcb\xc3\xf5\x08\xaa\x9e\xf2\xec\x57\x00\x00\x00\xff\xff\x06\x26\x4c\x22\xda\x05\x00\x00")
func static_s_readme_md_bytes() ([]byte, error) {
return bindata_read(
_static_s_readme_md,
"static/s/README.md",
)
}
func static_s_readme_md() (*asset, error) {
bytes, err := static_s_readme_md_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "static/s/README.md", size: 1498, mode: os.FileMode(436), modTime: time.Unix(1459205211, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _static_s_css_bootstrap_css = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xec\xbd\x6b\x93\x23\xc7\x91\x20\xf8\xbd\x7f\x05\xa6\x69\x32\x76\x8b\x00\x3a\xf1\xac\x42\xd1\xd8\xb7\x73\xda\xb5\x1d\x99\x8d\xe6\xc3\xad\xce\x6c\xcd\x28\xde\x59\x02\x99\x28\xa4\x08\x20\xa1\xcc\x44\x3f\xa8\xeb\xfd\xed\x17\xef\x97\xbb\x47\x46\x02\xc5\xe6\x6a\x4c\x2a\x91\xac\xca\x70\xf7\xf0\x70\xf7\xf0\xf0\x78\x79\xbc\xfb\xfd\xbf\xbc\x1a\xfd\x7e\xf4\x7f\xd6\x75\xd7\x76\x4d\x7e\x19\x7d\x58\x4c\x17\xd3\xf5\xe8\xcd\xa1\xeb\x2e\x4f\xef\xde\x3d\x97\xdd\x56\x97\x4d\x77\xf5\xe9\x2d\x87\xfe\x43\x7d\xf9\xdc\x54\xcf\x87\x6e\x34\xcf\x66\xb3\x09\xfb\xd7\x6a\xf4\xe7\x8f\x55\xd7\x95\xcd\x78\xf4\xc7\xf3\x6e\xca\x81\xfe\xbd\xda\x95\xe7\xb6\x2c\x46\xd7\x73\x51\x36\xa3\x3f\xfd\xf1\xcf\x92\x68\xcb\xa9\x56\xdd\xe1\xba\xe5\xf4\xde\x75\x1f\xb7\xed\x3b\x53\xc5\xbb\xed\xb1\xde\xbe\x3b\xe5\x2d\x23\xf5\xee\xdf\xff\xf8\x87\xff\xf6\x1f\xff\xe3\xbf\xf1\x2a\xdf\xbd\x62\x8c\x8e\xce\x75\x73\xca\x8f\xd5\x2f\xe5\x74\xd7\xb6\x9c\xd3\x6c\xba\x18\xfd\x7f\x82\xb4\xaa\x8d\xfd\xe5\xd0\x3e\x97\xbb\xfa\x98\xb7\xef\x7c\x3c\x46\xec\xd0\x9d\x8e\xa3\xbf\xbf\x1a\x8d\xf6\xf5\xb9\x9b\xec\xf3\x53\x75\xfc\xfc\x34\x6a\xf3\x73\x3b\x69\xcb\xa6\xda\x7f\xcf\x8a\x26\x1f\xcb\xed\xcf\x55\x37\xe9\xca\x4f\xdd\xa4\x65\xc8\x93\xbc\xf8\xeb\xb5\xed\x9e\x46\xb3\x2c\xfb\x1d\x87\xe0\xff\x9b\x9c\x5a\x12\xe2\xcb\xab\x6d\x5d\x7c\x16\xf5\x9c\xf2\xe6\xb9\x3a\x3f\x8d\x32\xfe\x35\x6f\xba\x6a\x77\x2c\xc7\xaf\xf2\xb6\x2a\xd8\x7f\x8a\xb2\xcb\xab\x63\x3b\x7e\xb5\xaf\x9e\x77\xf9\xa5\xab\xea\xb3\xf8\xfd\xda\xb0\xc2\x3d\x13\x0d\x13\xeb\xab\x43\x99\x17\xe2\xbf\xcf\x4d\x7d\xbd\x8c\x5f\x9d\xf2\x8a\x41\x9d\xca\xf3\x75\xfc\xea\x9c\x7f\x18\xbf\x6a\xcb\x9d\xc4\x6c\xaf\x27\x56\x9d\xac\xb7\xa8\xda\xcb\x31\x67\x6d\x63\x72\xdd\xfd\x2c\x2a\xbf\x16\x55\x3d\x7e\xb5\xcb\xcf\x1f\x72\x56\xe5\xa5\xa9\x9f\x9b\xb2\x65\xbf\x7d\x60\xbc\xd4\x3e\x52\x75\x3e\x56\xe7\x72\xa2\x70\x47\xa3\x0f\x25\xe7\x3c\x3f\x4e\x98\x30\x9f\x59\x6b\xb6\x79\x5b\x72\x08\x43\xf7\xe9\x5c\x77\x6f\x7e\xdc\x31\xa1\x36\xf5\xb1\xfd\xe9\xad\x4f\xee\x5c\x73\xd0\xd1\xe8\x50\x72\xdb\x51\xc2\xf8\xf1\x50\x15\x45\x79\xfe\x69\xfc\xaa\x2b\x4f\x0c\xae\x2b\x31\x24\x46\x5f\x7c\xde\xe6\xbb\x9f\xb9\x00\xce\xc5\x84\xa9\xb6\x6e\x9e\x46\xcc\x6a\xce\xed\x25\x6f\xca\x73\x27\xc0\x9e\x72\x26\x86\x0f\x5c\xb8\x4f\x87\x9a\x31\x2c\xd0\xea\x6b\xc7\xf9\xd4\xf2\xdf\x6e\x9b\x1f\xbb\xaa\x3b\x96\x3f\x49\xa2\x75\xc3\x44\x3b\xd9\xd6\x5d\x57\x9f\x98\xf2\x2e\x9f\x46\x05\xfb\xbd\x2c\x84\x0a\x99\x40\x59\x6b\xce\xcf\xd6\x5e\x3e\x2a\xfe\xb7\xf5\x51\x80\x14\xfb\xb3\x2d\x6c\xbb\xcf\x47\x56\x51\xd5\x31\x19\xed\x78\xe9\x61\xe6\x59\xc0\x74\xfd\x50\x9e\x38\x1f\x1a\x9e\xd9\xcd\xd3\x68\x5e\x9e\x38\x2c\x03\xfa\x59\x40\xab\xc6\x7d\x93\x65\x02\xd2\x36\x9b\x7d\xdb\xef\x45\x2b\x5a\x66\xd2\x8e\x11\x4b\x3a\x8f\xd2\xee\xda\x2b\x67\xfb\x7a\x11\xc5\x97\xba\xad\xb8\x65\x3c\x8d\x9a\x92\xc9\x97\x09\x27\xa8\xfc\x61\x25\xcc\x59\xe8\xda\xd1\x4d\x5c\xdf\x9a\x7a\x57\x5f\x9e\x46\x93\xe9\x4a\x36\x80\x55\xac\x44\x2a\x65\x39\x99\xce\x55\x49\x75\x7a\x76\x84\xad\x34\xd1\x7e\x78\x16\x26\xf3\xd4\x30\x2b\x97\xd6\xc2\x75\xb6\x3f\xd6\x1f\x9f\x46\xd2\x30\x38\x98\xec\x0b\x9e\x18\x67\x4c\x88\xcb\xec\xf2\x49\x48\x58\x2a\xd9\x63\x5d\xf7\xde\x6d\xfd\x89\xb7\xb2\x3a\x3f\x3f\x8d\xb8\x5d\x32\x33\xe1\xdf\x54\xf7\x9d\x9c\xea\x5f\x7a\x40\xc4\xff\x48\x90\x2f\xac\x03\x95\x01\xdf\xf9\xb5\xab\x79\xc9\xae\xe6\x9d\xfb\xe7\x6d\xc1\x7b\x19\xfb\xad\xcd\x4f\x17\xe8\x74\x4e\xf5\xb9\x66\xf6\xbb\x2b\xc7\xf6\xd7\x40\x3f\x33\x29\xc1\xed\x95\xc9\x94\xf5\xef\xea\x7c\xb9\x76\xe3\x57\xf5\xa5\x53\xae\x80\x29\x85\xf5\x7d\xde\x81\x3e\x75\xac\x23\xe4\xa1\xc7\x91\xc4\x78\x77\x3e\x30\xe7\xd6\x7d\x6f\xed\xcb\x7c\xd1\xd4\x83\xa6\x7c\xa8\xda\x6a\x7b\x2c\xdd\xda\x65\x65\x52\xf5\xdc\xef\x89\xfe\xb7\x67\x0e\xd6\x76\x55\x0d\x2a\xbc\xac\xe0\xf6\xc7\xee\xf3\xa5\xfc\xe1\xb5\x2c\x78\xfd\x93\x6a\x83\xfa\xca\xdc\x4f\xd9\x85\x1f\x99\x21\x9d\x2a\xf6\x55\x54\xa4\x95\x99\x5f\x2e\x65\xce\xea\xdb\x31\xa1\x48\x5a\xa2\x2d\xd7\xa6\xe5\x8d\xb9\xd4\x15\xd3\x4c\x63\x39\xf8\x91\x39\x91\x9c\xb1\x5f\xfc\xe4\xf1\x62\xbe\xca\x9e\xa6\xb0\x8b\x72\x9f\x5f\x8f\x8e\x28\x9e\x9e\x84\x75\xec\xeb\xdd\xb5\x9d\x54\xe7\x33\x77\
func static_s_css_bootstrap_css_bytes() ([]byte, error) {
return bindata_read(
_static_s_css_bootstrap_css,
"static/s/css/bootstrap.css",
)
}
func static_s_css_bootstrap_css() (*asset, error) {
bytes, err := static_s_css_bootstrap_css_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "static/s/css/bootstrap.css", size: 146082, mode: os.FileMode(436), modTime: time.Unix(1459205211, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _static_s_css_bootstrap_min_css = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xec\xbd\x6b\xb3\xe3\xba\x91\x20\xf8\x7d\x7e\x85\xba\x1c\x37\x6e\x95\x4b\x52\x51\xd4\xeb\x48\x8a\x7b\xb6\x7b\x3d\x13\xd3\x8e\x68\xf7\x87\x1d\x6f\xc4\x44\x5c\xd7\x6e\x50\x22\x75\x44\x5f\x4a\x94\x49\xaa\x1e\xd6\x6a\x7e\xfb\xe2\xfd\x48\x64\x92\x94\xce\xb9\xb6\x37\xd6\x5d\xd1\xd7\x3a\x40\x22\x91\xc8\x4c\x64\x02\x49\x20\xf1\xe9\xb7\xff\xf2\x5f\x06\xbf\x1d\xfc\xef\x65\xd9\xd4\x4d\x95\x9c\x07\x5f\xa6\xe3\xe9\x78\x31\x78\x7f\x68\x9a\xf3\xfa\xd3\xa7\x97\xac\xd9\xea\xba\xf1\xae\x3c\x7e\xe0\xd0\xbf\x2b\xcf\xdf\xab\xfc\xe5\xd0\x0c\xe2\x68\x32\x19\xb1\xff\xcc\x07\x7f\xfc\x9a\x37\x4d\x56\x0d\x07\xbf\x3f\xed\xc6\x1c\xe8\x3f\xf2\x5d\x76\xaa\xb3\x74\x70\x39\xa5\x59\x35\xf8\xc3\xef\xff\x28\x91\xd6\x1c\x6b\xde\x1c\x2e\x5b\x8e\xef\x53\xf3\x75\x5b\x7f\x32\x5d\x7c\xda\x16\xe5\xf6\xd3\x31\xa9\x19\xaa\x4f\xff\xf1\xfb\xdf\xfd\xb7\xff\xfc\x1f\xff\x8d\x77\xf9\x89\xd1\x39\x38\x95\xd5\x31\x29\xf2\xbf\x66\xe3\x5d\x5d\x73\x42\xa3\xf1\x74\xf0\xff\x08\xcc\xaa\x33\xf6\x97\x83\xfa\x94\xed\xca\x22\xa9\x3f\xf9\xed\x7e\xfb\xe9\xd0\x1c\x8b\xeb\xbe\x3c\x35\xa3\x7d\x72\xcc\x8b\xef\xeb\x3a\x39\xd5\xa3\x3a\xab\xf2\xfd\x66\xf4\x35\xdb\xfe\x92\x37\xa3\x26\xfb\xd6\x8c\x6a\xd6\x66\x94\xa4\x7f\xbe\xd4\xcd\x7a\x12\x45\x3f\x6c\x46\xc7\x1a\xaf\xb9\x6d\xcb\xf4\xfb\xf5\x98\x54\x2f\xf9\x69\x1d\xdd\x92\xaa\xc9\x77\x45\x36\x4c\xea\x3c\xcd\x86\x69\xd6\x24\x79\x51\x0f\xf7\xf9\xcb\x2e\x39\x37\x79\x79\xe2\x3f\x2f\x55\x36\xdc\xb3\x71\x33\x9e\x1d\xb2\x24\xe5\xff\xf3\x52\x95\x97\xf3\xf0\x98\xe4\xa7\xe1\x31\x3b\x5d\x86\xa7\xe4\xcb\xb0\xce\x76\xa2\x45\x7d\x39\x32\xf4\xdf\xaf\x69\x5e\x9f\x8b\xe4\xfb\x9a\x31\x6a\xf7\xcb\x2d\xb9\xa4\x79\x39\xdc\x25\xa7\x2f\x49\x3d\x3c\x57\xe5\x4b\x95\xd5\xf5\xf0\x0b\xeb\xb5\x34\x90\xf9\xa9\xc8\x4f\xd9\x48\x34\xd8\x7c\xc9\x38\x69\x49\x31\x62\x0c\x79\x39\xad\xb7\x49\x9d\xf1\x5a\x89\x68\x7d\x2a\x9b\xf7\x3f\xef\x18\x67\xaa\xb2\xa8\x3f\x7f\x30\x28\x4e\xe5\x29\xdb\x1c\x32\x2e\x72\x36\xba\x9f\x0f\x79\x9a\x66\xa7\xcf\xc3\x26\x3b\xb2\xea\x26\xf3\xe0\x6e\xc9\x75\x9b\xec\x7e\xe1\x63\x39\xa5\x23\x26\x81\xb2\x5a\x33\xd1\x9e\xea\x73\x52\x65\xa7\xe6\x96\xac\x13\x36\xa2\x2f\x8c\x39\xeb\x43\xc9\xc8\xb9\x96\x97\x86\x93\xc0\xd9\xb6\xdd\x56\x3f\x37\x79\x53\x64\x9f\xaf\xdb\xb2\x62\x3c\x19\x6d\xcb\xa6\x29\x8f\xeb\xc9\xf9\xdb\x20\x65\x3f\xb3\xf4\xb6\x1d\x32\x4d\x29\x4f\x2f\x52\x82\x5f\x25\x51\xcb\x28\xba\xa5\xfb\x93\x2c\xab\x9b\xef\x45\xb6\xce\x1b\x36\xc4\xdd\xed\x30\xd1\x62\x19\x2f\x96\xd9\x71\x10\x6d\x24\x0c\x13\xe0\x3a\xce\x8e\x37\x56\xf9\xcb\x55\x52\xf9\x9b\x28\x8a\x36\x96\xf6\xf5\x6f\xf6\xfb\xe8\x56\x33\xd5\x51\xda\x22\xda\x3c\x31\x61\xd7\x17\x46\xc4\xe5\x7c\x3d\x97\x75\xce\x85\xb3\xae\x32\xc6\x06\x36\x26\x07\xf7\x72\xfe\xc3\x46\xf0\x5d\xb3\x8d\x64\x3d\xc7\xd4\x94\xe7\xf5\x68\x3c\x67\xf4\x30\xdc\x57\x35\xe8\xd1\x38\xe6\x25\xf9\xf1\x45\x71\x83\xb1\xa8\xfe\xf2\x22\xa4\xb4\xae\x98\xea\x7c\xb8\x72\x06\xee\x8b\xf2\xeb\x5a\x8a\xe4\x26\xf5\x4a\x8f\x78\xc2\xc6\x3b\x8b\xce\xdf\x6e\x87\xea\x6a\xc8\xd0\x1a\xbe\x2d\xbf\x71\x4a\xf3\xd3\xcb\x9a\x4b\x9c\x89\x86\x17\x31\x15\x2f\xff\x4a\xd5\xe1\xc5\xb7\x33\xeb\xd1\x10\x92\x5c\x9a\xf2\xb6\x2b\x99\xda\xff\xb2\x4d\x99\x4a\x66\xc3\x3a\x39\x9e\xbd\xe9\x76\x2c\x4f\x25\xd3\x86\x5d\x36\x34\xbf\x1c\xc6\x31\xa2\x6f\xdb\x0b\x63\xc0\x69\x98\x9f\xce\x97\x66\x58\x9e\x1b\x39\x31\x18\xbf\xd8\x64\x18\xf2\x09\xc8\x54\x29\x31\xd3\x4d\x34\x66\x6a\x7e\x60\x33\xb8\xd9\x48\x59\xaa\xbf\x14\x26\x4b\xde\x97\xbc\xce\xb7\x45\xa6\x7b\x90\x28\xaf\x62\x4e\x0b\x25\xdd\x33\x5b\x21\xd5\x58\x41\x70\x63\x31\x10\x84\xfc\xdc\x7c\x3f\x67\x3f\xc9\xe2\xcf\x43\xa7\x88\xcd\xb9\xac\xf1\x4a\x98\x10\x8f\x79\xf3\xf9\xaa\x79\x9d\x9c\xcf\x59\xc2\xd0\xef\xb2\xb5\x6c\xbf\xd9\x5d\xaa\x9a\x91\x79\x2e\x73\xc6\xc7\x4a\x75\xf6\x33\x9b\x47\x09\xa3\x2e\xfd\xec\x76\x6b\x0a\xaf\xaa\x51\x9a\xed\x93\x4b\xa1\xc7\xb6\x5e\x0b\x91\xed\xcb\xdd\xa5\x1e\xe5\xa7\x13\x33\x24\xa2\x5d\x58\x7e\x3d\x27\x69\xca\x85\xc7\xb4\x5c\xeb\x93\x00\xbd\xba\x8a\x2a\xad\xe5\xcd\x19\xcd\xee\x90\xed\x7e\x61\x82\xf6\x07\x9d\x30\x83\x61\x47\xe8\xa8\x86\x99\xb9\xa1\x32\x39\x55\x78\xa9\xa1\xd0\xed\xff\x74\x39\x6e\xb3\xea\x33\x1b\x90\xea\x4c\x8c\
func static_s_css_bootstrap_min_css_bytes() ([]byte, error) {
return bindata_read(
_static_s_css_bootstrap_min_css,
"static/s/css/bootstrap.min.css",
)
}
func static_s_css_bootstrap_min_css() (*asset, error) {
bytes, err := static_s_css_bootstrap_min_css_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "static/s/css/bootstrap.min.css", size: 121260, mode: os.FileMode(436), modTime: time.Unix(1459205211, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _static_s_fonts_glyphicons_halflings_regular_eot = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x8c\xf7\x65\x50\x1d\x7f\xd0\x2d\x0a\x6f\x36\xee\xee\xb6\x71\x87\x8d\x7b\x70\x77\x77\x77\x77\x09\x10\xdc\xdd\xdd\xdd\x3d\xb8\xbb\xbb\x07\x82\x04\x82\xbb\x13\xe4\xfd\x3f\xe7\xbc\x75\xea\xd6\x3d\x5f\xee\xfa\x55\x4f\x75\xaf\x5e\xb3\xba\x6b\xbe\xcc\x4c\x81\x22\x00\x20\xa2\x00\x00\x00\xff\x3b\x50\x80\xff\x01\x34\xe0\x7f\x03\x02\x90\x08\x01\xf8\x8f\x93\x57\xfe\xff\x13\x40\xc0\xff\xe9\xfc\x6f\xd0\x60\x04\x30\x02\xfe\x2f\xd0\x02\xa4\x00\xf2\x00\x1d\x80\x32\x40\x1a\x20\x03\x10\x03\x28\x01\x14\x01\x6a\x00\xd0\x7f\x95\x09\xc0\x1e\x60\xf9\x5f\xd8\x00\x1c\x01\x56\x00\xb7\xff\xb4\x28\x00\x55\x80\xc5\x7f\xb9\xc7\x7f\xac\x09\xc0\xf5\x3f\xc6\x1b\xa0\xf9\x1f\xe3\xfa\x5f\xd7\x06\xe0\xf4\x9f\x0e\x04\x60\x05\x30\x03\xc0\xff\x1d\x5e\x00\xff\x7f\x9e\xff\xe3\xf4\x3f\xd5\xff\x93\xb5\xfe\x4f\xe9\x0e\x30\xfb\x5f\x7a\xcf\xff\x73\x07\x33\x80\xfb\xbf\x2b\x3f\xc0\xe1\x3f\x67\xbb\xff\x3c\xff\x47\x63\xf9\x1f\xfb\x3f\xf3\x4d\x01\x6c\xff\x65\x9c\xff\x2b\x78\x00\xec\xff\x55\xbc\xff\xcd\xe6\xf9\xff\xbc\x39\xe8\xff\xda\x1b\x00\x10\x55\x93\x52\xfe\x7f\x3f\x0b\x48\x40\xd5\x36\x40\x01\x13\xa0\x80\x0f\x90\xbc\xc2\x9a\x3d\x8d\x9d\x5f\x42\xdf\x2c\xa1\xf5\x20\x9c\x8a\x15\x80\x00\x8b\xff\x11\x65\xd1\x46\xbe\x56\xbc\x46\x8c\x04\x88\x89\x9d\x19\x8e\x43\x23\xb9\x3a\xa8\xb2\xb9\xd9\x4d\x4e\x2b\xcb\x92\x73\x32\xa4\x5b\xd9\x9f\x6a\xd1\xdb\xac\x6a\xa5\xb3\x48\x5c\x25\xe5\x2e\x43\x73\x50\xd4\xae\x94\x68\x94\xfb\x37\x5b\xa2\x45\x25\x11\x6a\x88\x6f\x8f\x74\x3e\x47\xd6\x34\xed\xc9\xb6\xb3\xee\xb3\x90\x7d\x7e\xb2\xe4\x77\x4d\xb9\x55\x03\xb9\xf1\x93\x53\xec\xa2\xd3\x52\x61\x61\x68\xbb\x22\x8b\xac\x49\x15\x5f\x4e\x79\x9c\x12\x2f\xcd\x29\xbf\xbb\xc4\x77\xb2\xb6\x1c\xac\xf1\xe2\x84\x08\xa3\x33\x45\x05\x4b\x4b\x25\x43\x3c\xe0\xfd\x54\x23\x7f\x91\xb4\x7d\x80\xda\x28\xe4\x12\x63\x4f\x2d\xa5\xce\x8f\x18\x24\x79\xa9\xd6\xe2\x64\x1d\x5c\x26\xdc\x5e\x17\x2d\x68\x30\x99\x3e\x53\x31\x51\x0d\xd7\x60\x79\x6c\xf3\xa5\xef\x0f\x9e\xbe\x06\x04\x0b\xa6\x0b\x9b\x3f\xbc\x58\x53\x16\x91\xb0\x4e\xaa\xff\xca\x70\x34\x63\x30\x4b\xfe\x2d\x52\x54\xd1\x03\x8f\x9b\xa6\x3b\x19\x58\x2a\xac\xb2\x68\x56\x67\x42\x10\xb1\xfa\xdb\xfe\x39\x91\xed\xdb\x94\x5c\xe3\x04\x14\x84\xc3\x3d\x0d\x08\x31\x65\x1a\x5f\x2c\x42\x5a\x61\xa4\xd6\x52\x34\x4a\x3b\x8e\xb1\x4f\x07\x02\xf7\x6e\xc8\xb9\xd2\xa2\x38\x11\xe1\x2a\xae\x43\xe3\x65\x03\x82\x84\x7e\x29\x95\xc0\xe7\x0b\xc1\x21\x78\x7a\xda\x06\x07\x4d\x89\xd5\x51\x62\x8c\x19\x2d\x27\xf4\x10\xd9\xda\x9b\xcc\x44\x0c\x41\x5b\x7d\x0b\x4b\xb3\x78\x14\xa7\x6a\x28\x26\x1d\x29\x03\xf6\x54\x95\xb8\x2c\x9b\x84\xaa\x0c\x0a\xca\x4f\xe6\xb0\x50\xfa\x26\x71\x74\x55\x39\x84\x93\x7c\xd4\x34\x59\xb1\x19\x0d\xfd\xa7\xe0\xc1\x4b\x88\xeb\x26\x8b\xd1\x91\x6a\x6c\x4e\x6a\x96\x11\xe2\x1e\xd5\x52\x68\x9c\x87\xcf\xe4\xe9\x52\xe6\x1a\x67\x32\xdb\x48\xd1\xd2\x1f\x68\xe5\x2d\xba\xfc\x95\x4f\xf4\x7c\xc2\xb1\x61\xc9\x10\x6e\xb5\x18\x08\x97\x50\xc9\x01\x5f\xc7\x7d\x1b\x2c\x93\x20\x60\x7b\x87\xb0\x38\xfa\x82\x5b\x24\x7f\x36\x1e\xe9\x0f\x5e\xc2\x83\xda\x32\xa1\xd1\xae\x24\x18\xfc\x8a\x21\x44\x24\x55\xdf\x72\x75\xbb\x4b\xfe\xdf\x3f\xc7\x73\xd7\x35\xf4\x15\xf3\x75\x5f\x72\x54\x98\xba\x0d\x57\xdc\x12\x03\xb8\xef\x2c\x11\xc1\xf8\x99\x53\x63\x6a\xec\x22\x48\xdb\xc8\x46\x8e\x89\x41\xc6\x5a\x44\xdc\xca\x01\x18\xce\x99\xdd\x0f\x7b\x70\x36\x35\x97\x2d\x64\x37\x56\x1b\x2c\x7b\x46\xce\xdd\x83\x4b\x50\xba\x81\x4c\x82\xc3\xeb\x65\xfe\x5a\xba\x14\x2c\xfb\x1c\x20\x39\x49\x80\x71\x2b\xa8\x3b\x16\xc2\x67\x17\xb8\x04\x86\xfd\xe5\x07\x2f\x1e\x0c\x83\xb5\xf8\x13\x70\x01\x08\xa6\x36\x1f\x2e\x95\x89\x6a\x8d\x7f\x1f\x4e\x18\xe4\x6f\x57\xb8\x48\xf5\xa5\x69\x73\x72\x08\x4f\x75\x28\x46\x94\x41\x44\x87\x21\xf3\x22\xb2\xe1\xf5\x93\xe6\xab\xf8\x55\x31\xd0\x7d\xfc\x3c\xf5\xd9\xe7\x8b\xfd\xcf\xff\xa9\xf3\xc3\x05\xaa\xab\xa3\x4a\xe9\xe5\xe8\xe1\xaa\xaa\x10\xf5\x2d\x87\x31\x13\x14\x2c\x6f\x40\x1d\x2a\x0b\xbe\x4d\xdb\xe4\x65\x81\xbc\x44\xe5\xa5\x9e\xd1\x79\x41\x3a\x49\x69\xf4\xe5\x7f\x7e\xa3\x19\x60\x37\x26\x4a\xb6\x00\x04\x08\x7b\x62\x49\xa3\x86\x7e\x87\x13\xd7\xa5\xec\x02\x84\xb2\x07\x4d\x43\x46\x8a\x7b\xb3\xf1\x20\x41\x41\x87\x68\x05\x82\xc4
func static_s_fonts_glyphicons_halflings_regular_eot_bytes() ([]byte, error) {
return bindata_read(
_static_s_fonts_glyphicons_halflings_regular_eot,
"static/s/fonts/glyphicons-halflings-regular.eot",
)
}
func static_s_fonts_glyphicons_halflings_regular_eot() (*asset, error) {
bytes, err := static_s_fonts_glyphicons_halflings_regular_eot_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "static/s/fonts/glyphicons-halflings-regular.eot", size: 20127, mode: os.FileMode(436), modTime: time.Unix(1459205211, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _static_s_fonts_glyphicons_halflings_regular_svg = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xec\xbd\x6b\x8f\xf4\x46\x96\x26\xf6\x7d\x7f\x05\x2d\x03\xfe\x60\x83\xaf\x18\xf7\x08\x4f\xf7\x2c\xe0\x99\xc5\xc2\x80\x65\x2f\xe0\xb5\x0d\x7f\x32\xb4\x2d\xa9\xab\x01\x8e\x34\xd9\xe2\xe6\x8c\xf5\xeb\x7d\x9e\xe7\x9c\x20\x99\x59\x99\xcc\x7a\xab\xea\xbd\x68\xdc\xe8\xd6\x9b\x2c\x32\x18\x8c\xcb\x89\x88\x73\x7d\xce\x1f\xfe\xfd\xbf\xfe\xd3\x3c\x9c\x7f\xfc\xeb\xaf\x7f\xf9\xe5\xe7\x3f\x7e\xe3\x3e\x4c\xdf\x0c\xbf\x2e\xdf\xff\xfc\xc3\xf7\xf3\x2f\x3f\xff\xf8\xc7\x6f\x7e\xfe\xe5\x9b\x7f\xff\xf7\xff\xee\x0f\xff\xcd\x3f\xfe\x6f\xff\xf0\x9f\xff\xef\xff\xf4\x1f\x86\x5f\xcf\x7f\x1e\xfe\xd3\xff\xf1\x3f\xfd\x2f\xff\xf3\x3f\x0c\xdf\x8c\xdf\x7e\xfb\x7f\x85\x7f\xf8\xf6\xdb\x7f\xfc\xcf\xff\x38\xfc\xef\xff\xe7\x7f\x1c\xdc\x07\xf7\xed\xb7\xff\xe1\x7f\xfd\x66\xf8\xe6\x69\x59\xfe\xf9\x7f\xfc\xf6\xdb\x7f\xf9\x97\x7f\xf9\xf0\x2f\xe1\xc3\x2f\x7f\xfd\xf3\xb7\xff\xf1\xaf\xdf\xff\xf3\xd3\x5f\xfe\xf4\xeb\xb7\x52\xf0\x5b\x14\x94\x97\xbe\x95\xca\x9c\xfb\xf0\xc3\xf2\xc3\x37\x83\x7c\x03\x55\x4b\x63\x7e\xfe\xf5\x8f\x37\xde\xf7\xd3\x34\xa1\xfc\x37\x52\xf0\x9f\x7e\x5c\xbe\xff\xe1\xfb\xe5\xfb\xbf\xff\xc3\xb7\xeb\xe5\xbf\xfb\xc3\x0f\x3f\xfe\xf4\xab\xfc\xfc\xf4\xcb\xcf\xcb\xf0\x97\x1f\xfe\xf8\xcd\x9f\xe7\xff\x17\x5f\xfc\xe5\xe7\x5f\xff\x9f\xa7\xef\xe7\x9f\xe6\xbf\xfc\xfc\xe7\x5f\xff\xfa\xe3\x9f\xff\xeb\xfc\xfd\x5f\xbf\x19\x9e\x7e\xf9\xeb\x5f\x7e\x1b\xbf\xff\xe1\x3c\xfe\xab\x74\x5a\x2a\x67\x0b\xf0\xee\xf8\xd3\xf7\x7f\xfa\x71\xf8\xaf\x3f\xff\x65\xf9\x75\xfc\xe7\x1f\xff\x3a\xfe\xf8\x4f\xbd\xc0\xf7\xbf\xfe\xe9\xc7\x9f\x97\x3f\x7e\xd3\xb2\xfc\xf1\xc3\x8f\xf6\xd7\xe8\xa3\xfc\xf9\x2d\x9a\xf5\x97\x5f\x7f\x95\x8f\x8c\xfc\xf0\xe5\x17\xd2\x64\x65\x6e\x3c\xbb\xff\x24\x5e\xbe\x25\x6d\xfa\xd3\x2f\x3f\xc8\x9c\x0c\x37\xef\xfe\xf7\xd2\xa8\x3f\x7e\xf3\x5d\x9e\xa6\xc1\xb9\x69\x3a\xb9\x34\x4c\x43\x88\xc3\xe8\x3e\xa4\x25\x4c\xc3\x18\x3e\xa4\xd9\x39\xf9\xfb\xe4\xe4\x2f\x3f\xb8\xf2\x21\xc9\x5f\x93\x3c\xd6\xab\xfa\x21\x9d\x47\xef\xe3\xec\x52\x1d\xe4\xbf\x53\x19\xca\xe0\xea\x50\x17\xd7\x86\x31\xcf\x6e\xca\x28\x9f\xe5\xfe\x58\x07\x5c\xb7\x45\x2e\xe4\xc5\x79\xc4\x2b\xf8\xe7\x49\xde\x47\xfd\xd2\x88\x8a\x4a\xa5\xe6\x05\x9f\x90\x87\x72\x79\x92\x97\xa2\xc3\xab\x25\x9d\x26\xbc\xc0\xe6\x49\xdb\xe2\x82\xf6\xc9\xc5\x24\x75\xc9\x4d\x77\x92\x16\x8e\x68\xe8\xf6\xf6\x32\xae\x75\x3e\xad\xed\xe4\x97\xd1\xa2\x32\xb0\x29\xcb\xc8\x86\xcd\xe3\xda\x5a\x34\xb1\xe0\x9e\xf4\x01\x55\x0c\xd6\x5c\xf9\x8f\xdd\x65\x43\x26\x56\xab\x83\xb0\x8c\xdb\xd0\x9c\xd0\xde\x91\x0d\x96\x9f\xd3\xc8\x51\x95\xe6\x0e\x18\x55\x69\xed\x80\x51\x95\xe6\x0e\xd2\x60\xa9\xc4\x6b\x4b\x07\x8e\x2a\x6b\xe4\xa8\xa2\xb1\xeb\x10\x9d\xc6\xa2\x0d\x92\x3f\xa5\xb9\xd2\xae\xac\xad\x65\x63\xd9\x0d\xb9\x6e\x8b\xb4\xb0\xf6\xa9\x60\x7f\xf9\x85\x49\xdb\x38\xa0\xee\x45\x07\x87\x23\x2b\xef\x68\x4b\x39\xb2\xd2\x4c\x8c\xab\x0c\x2b\x46\x55\x06\x55\x1a\xe8\x4e\x32\xe7\xd3\xb0\xbe\xb2\xf4\x7a\x9e\xd6\xe6\x59\xeb\x38\xbf\x32\x94\x68\xc6\xdc\x5b\x56\x41\x0c\xd2\xd6\x85\xed\x5e\xc7\xfe\xac\x23\x28\x15\xf7\xde\x2e\xeb\x08\x9c\x38\xd7\x32\x72\xf9\xb7\x9b\x24\xfb\x3f\x28\xc9\xc6\xa4\x24\xfb\x24\xcb\xec\xe4\x1d\xc8\x36\x71\xfc\x23\x2a\x8b\x24\x8b\x04\xda\x0c\x69\x7a\x92\xff\x0e\xcb\xa0\x0e\x90\xb7\xd3\x67\x7a\x7b\x19\xb7\xd2\x4f\xa8\x86\x75\x3d\x2a\x87\xaa\x46\x7e\x4b\x6f\xf3\x5b\x5a\x9a\xdf\x42\x73\x58\xcf\x51\x21\x6d\x8f\x14\x58\x6f\x2d\x6b\xb9\x01\xbd\x39\x6b\x4b\x6e\x97\xb8\x3d\x6e\xff\xdd\x7f\xfb\xaf\xdf\x4f\x7f\x77\xf7\x51\xfa\x3b\x1d\xd7\xea\x93\x8d\xab\x7c\x41\xd7\xa4\x47\xef\xa4\x7d\xda\xcb\x30\x8f\x21\xcb\x0e\x21\xff\x80\x7e\xb8\x72\x30\x1e\xb2\x8a\x73\xb5\x37\x02\x57\x4d\xc0\x98\x08\x8d\x78\x90\x5f\x9e\x58\xba\x2a\x09\x3b\x59\xba\x5e\xe8\x3e\x3f\xc9\x63\x99\x00\x7e\x50\x88\xf0\xb5\xaf\x17\x5d\x90\xee\x72\x41\x6e\x0b\xdf\x45\xa1\x51\xe7\xf6\x0b\x61\xb7\xd2\xe4\xf5\x41\x66\x4e\xbe\xdf\x17\x4b\x10\x92\x0d\x32\x98\x33\xbe\x8e\x8f\xe7\x01\xc4\x2d\x77\x16\xf9\x6e\x7e\xc2\x57\xd1\xe6\x8f\x7b\xc9\x49\x23\xe4\x93\x9e\x2d\xc5\x06\x88\x81\xe4\x38\x56\x2c\x60\xce\x5f\x58\x38\xde\x89\xe3\xef\xb1\x71\xc4\xc0\xdd\xd2\x61\xd0\xe5\x9f\x53\xd5\x85\x86\x7d\x80\xfb\x12\x1e\xe0\xbe
func static_s_fonts_glyphicons_halflings_regular_svg_bytes() ([]byte, error) {
return bindata_read(
_static_s_fonts_glyphicons_halflings_regular_svg,
"static/s/fonts/glyphicons-halflings-regular.svg",
)
}
func static_s_fonts_glyphicons_halflings_regular_svg() (*asset, error) {
bytes, err := static_s_fonts_glyphicons_halflings_regular_svg_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "static/s/fonts/glyphicons-halflings-regular.svg", size: 108738, mode: os.FileMode(436), modTime: time.Unix(1459205211, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _static_s_fonts_glyphicons_halflings_regular_ttf = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xec\xfd\x79\x60\x1b\xd5\xb5\x38\x8e\xcf\x9d\x45\xa3\x7d\xb4\x8d\x64\xd9\x96\x6d\x49\xb6\x64\x79\xb7\x64\x49\x71\x9c\xd8\xd9\x57\x67\x21\xab\xc3\x12\x02\x11\x84\x04\x92\x98\x25\x21\x40\xd8\x42\xd8\xa1\x0d\x2d\x38\x84\xfd\x25\x05\xd2\x90\x90\xb0\x94\xa5\xa4\x2d\x85\x52\xf4\xca\xeb\x2b\xa5\xa6\x7d\x50\x68\x9d\x3c\xe0\x93\xd7\x52\x1e\xd0\xb4\x40\x62\x4d\x7e\xe7\xdc\x19\xad\x76\x02\x7d\xfd\xf5\xbf\x6f\x62\xcd\x5d\xe6\xce\x3d\xe7\xee\xe7\x9c\x7b\xee\xb9\x0c\x61\x18\x46\x62\xae\x63\x38\xa6\x7f\xda\xb4\x45\x73\xd6\x36\x6c\x7f\x0f\x62\x86\xe1\x57\x39\x7d\xca\xd4\x69\x64\x0a\xc3\x33\x0c\x29\x83\x70\xcd\xbc\x85\xad\xd1\x55\x2f\x5e\x78\x2b\x84\xc7\x40\x78\xc5\xca\xb5\xe7\xf4\xbf\xbb\xef\xbf\xaf\x87\xf0\xbd\x0c\xa3\xbb\x64\xe5\xc6\xcb\x6a\x98\x7a\xf6\x4b\x86\xd1\x9b\xe1\x3d\xbf\xea\x9c\x4b\xfb\x4f\x9c\x80\x9c\x19\xbd\x0d\xc2\xfa\x55\x17\x5d\x71\xfe\xd5\x67\xbd\xb2\x1e\xbc\x90\xdf\xdd\xdf\xbb\xe0\xbc\x73\x52\xc2\x9c\xd6\xff\x62\x98\x07\x0e\xc2\xfb\xc4\x05\x10\x61\x9c\xc2\xdb\x21\x7c\x14\xc2\xb5\x17\xac\xbd\x6c\xd3\x5b\xaf\xd7\xac\x60\x98\x07\x21\x3d\x77\xd9\x45\xeb\x57\x9e\xb3\xfe\xf8\x3d\xff\xc9\x30\x8f\xdc\xc1\x30\x6c\xdb\xda\x73\x36\xf5\x93\x35\x0c\x7c\xbf\x13\xbf\xaf\x59\x77\xce\xda\xf3\x9e\x69\x7a\xe4\x7e\x08\x43\x19\xb8\x9d\xfd\xeb\x2f\xbd\xec\x87\xbb\x3e\x8c\x33\xcc\x63\xd7\x31\x8c\xf1\xd7\x97\x9f\x77\xee\xf9\xaf\x96\x2d\x9a\xcf\x30\x4f\x2d\x82\xf4\x3a\xf8\x61\xe9\x99\xff\x18\xbf\xf3\x57\xe8\xbe\xb9\xf1\xfa\x0d\xaa\x7b\xe9\x76\xfa\xc6\x0a\x3f\x2c\x39\x00\x83\x30\x21\x6e\x78\xf2\x34\x04\xd9\xf3\xb7\x93\x6d\x8c\xc0\xf0\x9c\x99\x7d\x13\xc2\xa7\xab\x2e\xf9\x1e\x13\x65\x5f\xc0\x4f\x04\x26\xff\x8f\x2d\xf0\x2f\x9e\xbd\x74\x2e\x33\x81\xa9\x39\x71\x82\x7b\xf9\x04\xd4\x8b\xe0\x62\xae\xca\x62\xa2\xfd\xab\xa1\x21\xcc\x00\xea\x8e\x69\x82\x9f\x11\x12\xbc\xa7\xa6\xe1\x2f\x80\x58\x42\xe3\x39\x2d\x9e\x27\x07\x20\x7c\x01\xe4\x2a\x30\xf5\xf0\x75\x23\xf3\x08\xf3\x68\x8d\xb1\xa6\xb5\xe6\xec\x9a\xbd\x35\x3f\x0a\x38\x82\x15\x75\xc3\x21\x12\x3a\x16\x36\x84\xa5\x21\x6e\xc8\x30\xe4\x1d\x8a\x0c\x75\x0e\xcd\x1c\x5a\x36\xb4\x62\x68\xf5\xd0\x15\x43\xb7\x0e\x6d\x3f\x64\x38\xe4\x3d\x14\x39\xd4\x79\x68\xda\xa1\x99\x87\x96\x1d\x5a\x7d\xe8\x8a\x43\xb7\x1e\xba\xe7\xd0\x8e\xc3\xba\xc3\x86\xc3\xee\xc3\xde\xc3\xfe\xc3\xe1\xc3\x9d\x87\x67\x1e\x5e\x76\x78\xc5\x97\x27\xa0\x5d\x11\xcf\x06\x0a\x89\x39\x09\x24\x32\x24\x0c\xd9\x86\x6a\x86\xda\x86\x26\x0c\xcd\x07\x48\xe7\x0e\xf5\x0f\x5d\x37\xb4\xed\x10\x39\x64\x3b\x54\x73\xa8\xed\xd0\x84\x43\x33\x0e\xcd\x3f\xb4\xe2\x50\xff\xa1\xeb\x0e\x6d\x3b\xb4\xfd\x30\x03\x90\x6c\x87\xcb\x00\x52\xf0\x70\xdb\xe1\x09\x87\xe7\xab\x90\x4e\xfc\xf7\x89\x77\x4f\x9c\x7f\xe2\xdc\x21\xfd\x1f\x3f\xf8\xe3\x0f\xfe\xb8\xfa\x8f\xcb\xfe\x20\xbc\x97\x79\xd7\xf7\xae\xf7\x1d\xff\x3b\xce\x77\xac\x35\xbe\x9a\xca\x1a\x77\x8d\x0d\x4a\xcc\x57\x2b\xd5\x5f\x56\x7f\x51\xfd\x59\xf5\x9f\xab\x3f\xac\xde\x5c\xbd\xb1\xba\xbf\x7a\x4d\x75\xaa\x7a\x65\xf5\x59\xd5\x4b\xab\x4f\xab\x9e\x5d\x3d\xb5\x7a\x4a\xd5\x1f\xaa\xde\xab\xfa\x6d\xd5\xdb\x55\xff\x59\xf5\xcb\xaa\xd7\xaa\x7e\x52\xf5\x62\xd5\x33\x7a\xb9\xa8\x05\xfe\xb5\xff\x70\x74\x30\xec\x1d\x5a\x28\x4e\x6b\x52\xfd\x61\x7b\x37\xc0\xaf\x11\x1b\x1a\x7e\x8f\x68\x3f\xec\xab\x8f\x6a\x3f\x51\x4b\x0e\x6d\xcf\xe8\xc1\x6d\x55\x7f\x8c\x13\xdc\xb3\xd5\x1f\xe3\x02\x77\xaf\xfa\x63\x64\x70\x7f\xa4\xfe\x18\x37\xc3\x04\x1c\xea\x8f\xf1\x30\x4c\xb0\x42\xfd\x61\x2f\xaf\x1b\x56\x7f\x8c\x97\x61\x42\x44\xfd\x31\xe5\xe0\x1e\x53\x7f\x0c\xa4\x0b\x1b\xd4\x1f\x53\x09\xae\xa4\xfe\x18\x1f\xc3\x0c\x41\xda\x21\xc4\xbd\x0a\x5c\xe8\xb7\x43\x98\xc6\x0f\x2e\xf4\xef\x21\xc8\x8f\x09\x81\x0b\x48\x0f\x45\xc0\xdf\x06\x2e\xfe\x3a\xc1\x3f\x16\xdc\x09\xf0\x9b\x09\xfe\x29\xe0\xc2\xd8\x1c\x5a\x06\xfe\xb9\xe0\xae\x50\x7f\x4c\x1f\xb8\xe7\xc2\x6f\x35\xf8\xe1\xdd\x50\x3f\xfc\xae\x00\xff\x39\xe0\x5e\x07\x3f\x98\x8f\x98\x0b\xc1\xdd\x06\xbf\xed\xe0\x87\x31\x7c\x08\xf0\x39\x84\x38\x5c\x0d\x2e\xe0\x70\x08\x71\xb8\x09\x5c\xc0\xe1\x10\xe2\x00\x69\x0f\x01\x0e\x87\x10\x87\xfb\xc0\x05\x1c\x0e\x4d\x03\xff\xf7\xc0\x9d\x01\x3f\xc4\xe7\x09\x70\x01\x9f\x43\x88\xcf\x3e\x70\x01\x97\x43
func static_s_fonts_glyphicons_halflings_regular_ttf_bytes() ([]byte, error) {
return bindata_read(
_static_s_fonts_glyphicons_halflings_regular_ttf,
"static/s/fonts/glyphicons-halflings-regular.ttf",
)
}
func static_s_fonts_glyphicons_halflings_regular_ttf() (*asset, error) {
bytes, err := static_s_fonts_glyphicons_halflings_regular_ttf_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "static/s/fonts/glyphicons-halflings-regular.ttf", size: 45404, mode: os.FileMode(436), modTime: time.Unix(1459205211, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _static_s_fonts_glyphicons_halflings_regular_woff = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x64\xb5\x73\x74\xe4\xcf\xf3\xff\x1b\x6f\x6c\xdb\xda\x78\x63\xdb\xd9\xd8\xd8\xd8\xb6\x6d\x6b\x63\xdb\xb6\x37\x36\x27\xd6\xc6\xc9\xc4\x76\xe6\xee\xfb\xf3\xbd\xff\xfd\xfa\x9c\xc7\xa9\xae\xe7\x54\x4f\x55\xbd\xce\xe9\x6a\x0f\x45\x49\x49\x30\x70\xb0\x7f\x4b\x37\x10\x0c\xe5\x3f\xdb\xa8\xf7\x7f\xfe\xff\xbb\x24\x25\xd5\x14\xc0\xc0\xc0\xb5\xfe\x6d\x09\xff\xc3\x8e\x3e\x7d\x4b\x4a\x5c\x42\xf2\x9f\xe6\xfa\xcf\x27\xf9\x07\x29\xb8\x38\x18\x94\xa2\x2a\x33\xdb\x3f\x2d\xf5\x9f\x2f\xf1\x0f\x43\x8b\x4e\x9b\x28\x13\x3b\x23\xc7\x7f\xda\x16\x18\x18\xc4\x00\x18\x18\x8c\xf3\x46\xed\x41\x90\x89\xbb\x2b\x29\x18\x18\x54\xce\xbf\x18\xa8\xff\x41\x0b\xf1\x62\x61\xe4\xf2\x2f\x0e\xaa\xe0\x9f\x0f\xfb\x1f\x20\x10\x18\xa4\x85\xad\x97\xf9\x3f\xad\x02\x0c\x4c\x01\x07\x0c\x2c\xb5\xc4\x4f\x7f\xd0\xc1\xd2\xcc\xc8\x14\x0c\x4c\xf9\xdf\x7f\x81\xb1\xff\x83\x13\x5a\x81\x79\xcd\xf2\x9f\xf8\x4f\x7b\xf8\xff\xeb\xa3\x84\x17\x87\x42\xb3\xb4\x73\xf5\x04\x03\x53\x41\xfd\x97\x5b\x11\x0c\x0c\xd2\x75\x71\x8c\xd4\xd0\xd6\xc1\xe4\x5f\x9c\xaa\xe1\xbf\x5a\x68\xfe\xc1\xe2\xf0\xfe\x7b\xd6\xce\xc8\xf3\x5f\x5e\xf5\xc8\xff\x7a\xf8\x5f\x1f\xd6\x60\x6b\xf6\x46\x76\x66\xff\xb4\x7f\x79\xc1\xf3\xfe\x9d\x2d\x6a\x66\x28\xc8\x76\x74\x70\xf9\xd7\xab\xa6\xf4\xbf\x7a\x18\xc1\xc0\xe0\x17\xba\x8a\x8f\x38\x3c\xcc\x8c\xff\xd5\xa7\xfb\x2f\x0f\x18\xcc\x7f\x0c\xe1\xaa\x29\xfd\xb3\xff\xfb\x8a\xd3\x02\x45\x73\xff\xd9\x79\xf7\x20\xb7\xff\xb3\x2e\xe9\x9e\x1b\x26\x86\xa6\x86\x86\x7f\x21\x8d\xe1\x60\x50\x0d\x8d\xff\xed\x4d\x31\x21\x93\x19\x0c\x89\x21\xc1\xa0\xa5\xc1\x64\xc1\xfe\xfb\xdd\xfc\xcc\x3c\x67\x60\x60\x72\x60\x70\x7a\xc8\x35\x28\x28\x88\x0c\x5e\xf4\x07\x93\x11\x8b\xf1\x06\xf8\x21\x64\x29\x6a\x20\x5c\x14\x11\x90\xe8\x6a\xec\xef\x40\xc1\x0d\x48\xe8\x3e\x08\x04\x21\xec\x46\x8e\xb8\x2c\x6c\x24\x49\x49\x05\x8f\x18\x0b\xc6\x9a\x86\x80\xf8\x2f\x97\xe7\xc6\x65\xaa\x90\xa5\xaa\x08\xe1\x58\x40\x7a\x89\x95\xea\xf0\xe8\x57\x54\x9c\xdd\x6e\x2f\x3b\x7b\x63\xed\x3c\x03\xb2\xd3\xa4\x92\x5c\x08\xa9\xd3\x22\xe2\xa2\x96\x04\xbe\x7e\x13\x2d\x14\x26\x1b\x1c\x78\x04\x53\x29\xa0\x32\x44\xbf\x25\x98\x94\x1c\x59\x82\x30\x47\xbc\x1d\xbe\xb6\xb4\x73\xd7\x4a\x5f\x1c\x50\xa8\x23\xfb\xf8\xda\xab\x07\x83\xd6\xda\xc5\xfd\xfa\x37\x65\xee\xba\xd7\xe3\xfa\x2a\xdb\xa3\x3f\x34\x32\x2b\x72\x1c\x05\x39\x48\x83\xbc\x51\x12\x02\x0b\xba\xcc\x51\x1d\x50\xff\x4e\xb0\x0a\xb9\xcf\x34\x5b\x4e\x1b\x62\x81\x9c\x2c\x37\xc4\xae\x88\x60\x5f\xcd\xb7\xff\xb3\x23\xe6\x4a\x25\xc0\xa7\xc7\xc2\x90\x86\x0c\x7d\x73\x42\xa9\x49\xe1\x55\x5d\x5a\x62\xb9\x40\xb6\xba\x66\xb2\x3a\x98\xbe\xaa\xa9\xaa\x4a\x1b\xd9\x29\xf5\x1b\xcf\x8c\x49\xce\x11\x3f\x4e\xe7\xb4\x7a\xde\x1e\x0f\x11\x80\x8c\x68\x41\x99\x68\x49\x26\x77\x45\x3b\x77\x35\x8c\x71\xee\xbe\xa1\x48\x4e\xec\xf1\xf7\x29\xce\x77\xb8\xe5\x92\xc1\x49\x75\xba\xdf\xca\x3c\x35\xec\x95\xb2\x55\x45\x65\xda\x8e\x19\xfa\x3f\x9d\xc2\xc7\x78\xc6\xa0\x99\x9c\xc2\xca\xbd\x34\x30\x34\xe0\xcf\xed\x6b\x30\x57\xe9\x72\x17\x78\xba\x93\x9f\x27\x75\x1f\x67\x7d\x52\xaa\x4a\x9f\xba\xdc\xfb\x35\x6a\x8e\x56\xb3\x57\xfa\x6a\x9e\x6a\x25\x35\x8d\xbf\x13\x7d\xf7\xd9\x16\x6c\x5f\x8d\xeb\x30\xf2\x3d\x08\xfc\xa0\x6f\x3f\xb4\x78\x55\xee\xfb\x4d\x70\x17\xdd\xc3\x20\x77\x17\xcc\x4f\x33\x37\xb9\x74\x57\xc2\x4f\x96\x30\x51\xec\x0c\xd0\xf6\x58\xc9\xc1\x99\x6d\xba\xdf\xf2\x3a\xe6\x77\x22\xe6\x41\xc9\xf5\x61\xd4\x7f\xba\xfc\x4a\x31\x49\x78\xbd\xd1\x77\xc8\x21\xaa\xeb\x97\x89\x59\xbf\x26\x63\xb1\xe5\xc4\x9f\xe6\x82\x0d\x0e\x83\x99\x89\xdb\x5b\xf3\xb1\x0e\x92\x62\x00\x80\x2b\x6a\x55\x60\x18\xb4\x28\xe1\xf4\x98\x16\xc2\x2a\x07\x74\x87\x3d\x61\x8c\xf8\x30\x00\x14\xd8\x1b\x4c\x0a\x69\x95\x45\xb5\x4e\xc1\x7a\xec\xc8\x62\xe5\xc2\x19\x00\x08\xed\xda\x15\x09\xd2\x46\x35\x6c\xeb\x44\xb8\x7e\xd5\xd3\x19\xb8\x84\x30\x19\x09\xe8\x2c\xa2\xd5\x22\x00\xba\xb5\x44\x49\x3f\xa8\xd9\x40\x06\xa0\x32\xf7\xb7\xbb\x8a\x84\x21\x68\x84\xdc\x60\x1a\x11\x34\x8e\xab\x4a\x74\xda\x62\x41\x48\x4d\x61\xac\x47\x09\x4f\xfc\xe9\xa2\x3e\xf1\xe1\xf1\x21\xea\x21\x75\x5c\xbc\x35\xd3\x0e\x18\x0a\xc8\x6c\x44\xdc\xa9\xf1\x01\xea\x21\x24\x5c\x3c\x4f\xc4\x47\x05\x4f\xc2\x0c\xfe\x76\xa3\x43\xa
func static_s_fonts_glyphicons_halflings_regular_woff_bytes() ([]byte, error) {
return bindata_read(
_static_s_fonts_glyphicons_halflings_regular_woff,
"static/s/fonts/glyphicons-halflings-regular.woff",
)
}
func static_s_fonts_glyphicons_halflings_regular_woff() (*asset, error) {
bytes, err := static_s_fonts_glyphicons_halflings_regular_woff_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "static/s/fonts/glyphicons-halflings-regular.woff", size: 23424, mode: os.FileMode(436), modTime: time.Unix(1459205211, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _static_s_fonts_glyphicons_halflings_regular_woff2 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x00\x27\x40\xd8\xbf\x77\x4f\x46\x32\x00\x01\x00\x00\x00\x00\x46\x6c\x00\x0f\x00\x00\x00\x00\xb1\x5c\x00\x00\x46\x09\x00\x01\x02\x4d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3f\x46\x46\x54\x4d\x1c\x1a\x20\x06\x60\x00\x8c\x72\x08\x04\x11\x08\x0a\x82\xa9\x24\x81\xe5\x65\x01\x36\x02\x24\x03\x86\x74\x0b\x84\x30\x00\x04\x20\x05\x87\x22\x07\x95\x51\x3f\x77\x65\x62\x66\x06\x1b\x65\x8c\x35\xec\x98\x8f\x80\xf3\x40\xa0\xc2\x3f\xfe\xbe\x08\x0a\xda\xf6\x88\x20\x1b\xac\x74\xf6\xff\x9f\x94\xa0\x86\x8c\xc1\x93\xc7\xd8\xdc\x2c\x33\x2b\x0f\x32\x71\x0d\xcb\x46\x16\xae\x59\x4f\x1b\xec\x04\x26\x3e\xb1\xe9\xb1\x62\xd2\x6d\xa4\x35\x81\x5a\x8e\xe6\x48\x24\xb1\xaa\x59\x8a\x19\x9c\xbd\x7b\xec\x48\x09\x6a\x64\x86\x0b\xd5\x89\x0c\xfc\xb2\x25\xf7\xb9\xd9\xa7\x7f\x79\x22\xa7\x04\x03\xf7\xf6\xd7\x2b\x8d\x40\xb9\x8c\x5d\xbd\xab\x65\x9f\xfb\x7b\xfa\xd2\xfb\x76\x90\xa0\x4e\x63\x8b\x29\x0e\xbb\x6e\xf9\x93\xc9\x3f\x7e\x3f\xe8\x90\xa4\x68\xf2\x00\xff\x9e\x5f\xe7\x26\x69\x1f\xc6\xca\xc8\x1d\xd1\x9d\x05\xc1\xa4\x8b\x3f\xba\x3e\xfc\xe5\x5e\x4b\x20\xfb\x76\xb4\x2d\x1b\x63\xdb\x8d\x31\xed\xf4\x80\x12\x89\x32\x4b\xa0\xe1\x79\xb7\xf5\x2c\x27\x6e\xe4\xab\xe0\x00\x07\x28\xf0\x33\x45\x77\x69\xe0\x42\x05\x17\x82\xa0\x26\xa9\xff\x0b\xe9\xce\x54\xb4\x6c\x68\xd8\x30\x4d\x1a\xd2\xd8\xda\xd2\x86\x64\xe5\x59\xd8\x72\xf1\xef\xb2\xac\xb3\x6e\x74\x69\xde\x5d\xdd\x79\x75\x72\x95\xb4\xbc\xae\xfb\x99\xee\x13\x56\x58\x73\x6a\x0e\xa1\xa2\x9e\xe5\x67\x4d\x6e\x19\xaa\xd3\x99\x48\x81\x57\x95\xa9\xc3\xd4\x08\x20\x72\x32\xf4\x3e\x69\x54\x60\x56\x37\xb8\xcd\x52\x28\xb1\xa8\xc9\xcf\x1a\xe0\xff\x2b\xa0\x6f\x36\xf3\x27\x63\xc5\xc8\x42\xb0\x8f\xe6\x06\xeb\x34\xe7\xb7\xd6\xce\xb9\xdd\x7f\x87\x83\x8b\xe3\xbf\x9a\xae\x54\x09\x5d\x61\x5b\x51\x64\x3c\x33\x77\x71\x38\x2c\x8e\x85\xee\x72\x54\x49\x16\xa1\x38\xe1\x12\x1c\x8e\x30\x3e\x45\xb8\x3f\xf9\x2a\x45\xa8\xe7\x97\xa6\x95\x23\xcf\xfa\x37\x27\x8d\xec\xdd\xfd\x86\x53\x09\x0c\x0b\x6f\x63\xfb\xca\xb7\xed\x5f\x8b\x37\x26\x23\x2a\xd1\x2b\x29\xbd\xb3\xa0\xd0\x2b\x34\x61\x01\xb0\x41\x36\xb6\x63\x8c\xe7\x79\xb1\xd9\xa3\x86\x66\x28\x62\x19\x46\xe9\xe6\xe4\xff\xe9\xb4\x24\x3b\x7b\x20\x59\x41\xc3\x31\x76\x50\x2d\x74\x47\xf8\xff\x8c\xe1\xc0\xb1\x15\xcd\x22\xfb\xb0\x95\xdb\x01\x43\xc2\x66\x2d\x20\x57\x82\xf7\xae\x02\x9a\xd4\x99\xce\x75\x4b\xd6\xb0\x4b\x08\xe3\x23\xad\xed\x0e\xe4\xac\xd6\x2a\x4b\x86\x3c\xdb\xfc\x04\x20\x28\xd1\xdf\xeb\xd4\xf7\xd7\xff\x5a\xfe\x60\xd9\xab\x0c\xe5\xb5\x5b\x97\x25\xea\x59\x05\x54\x8a\xac\x7b\x25\xaf\xc9\x8a\x24\x88\xad\x10\xa0\x73\x7b\x6f\xef\xed\x19\x9c\x17\xf2\x88\x83\x18\xd5\xbb\xef\x76\x74\x22\x70\xe0\x9c\x34\x60\xc8\xea\xdf\xa9\x8a\xcf\xa4\x7d\x6f\x0c\x60\xe3\xb3\xdd\x14\xfa\x27\x6e\x14\x65\xdc\x3e\x0a\xe4\x47\x1e\x35\x73\x00\x7a\xf3\x5f\x4e\xf3\x0a\x92\x50\x4b\xd3\xa6\x76\x6d\x55\xde\x0b\xc9\xbe\x7b\x7a\xbd\xdc\xf2\xee\xf3\xff\x9f\x19\xf8\x7f\xf8\x8c\x87\x22\x33\x60\x6c\x0d\x92\x1c\x03\x96\x57\x23\xd4\x90\xbd\x5e\x18\x40\x2b\x8d\x2c\x07\x63\xb9\xc9\x6b\x6f\xa9\x8d\x41\x4f\x1b\x70\x15\x6e\x75\xb5\xa7\xd4\x7a\xf3\x96\x7a\x4a\x29\xf5\xdc\xce\xa5\x1e\xf7\x98\xdb\x31\xc7\x7d\xe1\xe1\xff\x4f\x3d\xde\x7f\xad\xb6\x80\x78\xbe\x52\xc6\xc4\x60\xc1\x4a\x89\x60\xa7\x71\x83\x15\xa5\x82\x55\x73\x2f\xbf\x2b\xf8\x6b\xd2\x76\xc7\x31\x78\x6c\x1a\xdd\xdf\xe7\x6a\x12\x6c\x05\x96\x45\x6c\xec\x5c\x6e\x44\x8c\xc8\xc3\xc6\xb6\xaf\x56\x86\xb1\xe6\xff\xd0\x6a\x67\x9b\x7b\x5a\x64\xe5\x89\x08\x7a\x37\x8f\x0b\x14\x35\xff\xdf\x21\x04\x78\x6d\xc2\x35\x6f\xc2\x5b\x07\x1c\xbd\xbf\x75\xef\xfb\x26\xb7\xaf\x31\xda\x82\x48\x10\x42\x6b\x41\xe2\xec\x08\x71\x72\xea\xce\x52\x90\xc4\x0d\xa3\xb7\xb0\x16\x8f\x28\x5c\x67\x68\xf4\x10\x14\xc8\x37\x89\xec\xd2\x8a\x79\x8f\x3d\x86\x48\xb5\x5a\xf3\x55\x50\x68\xe9\xd0\x24\x38\x10\x52\x67\xd3\x05\xc4\x18\x80\x7a\xc2\x67\xcd\xad\xc9\x4e\x3a\x8b\xe0\x00\x31\x75\xac\x24\xdc\x85\xaf\xa4\xa1\x9e\x3e\x52\xfd\x5d\xe5\xfa\x14\x97\x0e\xa6\xac\x22\x9f\xf4\x66\x37\xbc\x97\x0b\xf5\x4b\xaf\x5e\x7f\x27\x98\xaa\xeb\xbd\x33\x93\x2b\x45\x2f\xbc\xc4\x5e\x89\x59\x55\x35\x5d\xa8\x4e\x42\x17\x2e\xde\xca\x
func static_s_fonts_glyphicons_halflings_regular_woff2_bytes() ([]byte, error) {
return bindata_read(
_static_s_fonts_glyphicons_halflings_regular_woff2,
"static/s/fonts/glyphicons-halflings-regular.woff2",
)
}
func static_s_fonts_glyphicons_halflings_regular_woff2() (*asset, error) {
bytes, err := static_s_fonts_glyphicons_halflings_regular_woff2_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "static/s/fonts/glyphicons-halflings-regular.woff2", size: 18028, mode: os.FileMode(436), modTime: time.Unix(1459205211, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _static_s_index_html = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x56\x5b\x6f\xdb\x36\x14\x7e\xcf\xaf\x38\x51\x1f\x06\x14\x95\x59\x0f\x28\xd6\x65\xb2\x81\xce\x0b\xba\x0c\x5d\x96\x35\xd9\x0d\x45\x1f\x68\xe9\x58\x62\x4a\x91\x0c\x49\x29\xf1\x86\xfd\xf7\x1d\xea\x62\xcb\x8a\xbc\x66\x4f\x33\x12\xd0\x32\xcf\xf5\xfb\x3e\x1e\x2a\x39\xfd\xee\xa7\xd5\xcd\x1f\x57\xe7\x50\xf8\x52\x2e\x4f\x92\xb0\x80\xe4\x2a\x5f\x44\xa8\xa2\xe5\x09\xfd\x82\x3c\xa3\x15\xe8\x93\x94\xe8\x39\xa4\x05\xb7\x0e\xfd\x22\xaa\xfc\x26\x7e\x4d\x36\xfb\xad\xc2\x7b\x13\xe3\x5d\x25\xea\x45\xf4\x7b\xfc\xcb\x9b\x78\xa5\x4b\xc3\xbd\x58\x4b\x8c\x20\xd5\xca\xa3\x22\xbf\x8b\xf3\x05\x66\x39\x1e\x78\x2a\x5e\xe2\x22\xaa\x05\xde\x1b\x6d\xfd\xc0\xf8\x5e\x64\xbe\x58\x64\x58\x8b\x14\xe3\xe6\xe1\x05\x08\x25\xbc\xe0\x32\x76\x29\x97\xb8\x98\x4f\x04\xca\xd0\xa5\x56\x18\x2f\xb4\x1a\xc4\xba\xf6\xdc\xfe\x09\xdc\x98\x09\x0f\x5e\xf9\x42\xdb\x81\x71\x56\x96\xe9\x5d\xc5\xb7\x51\xdf\xbc\x17\x5e\xe2\xb2\x89\x91\xb0\xf6\xa1\xdb\x39\x8d\x63\xf8\x56\x6b\xef\xbc\xe5\x06\x56\xda\x22\xac\xae\xaf\x21\x8e\xbb\x34\x52\xa8\x4f\x50\x58\xdc\x2c\x22\xe6\x3c\xe1\x91\x32\xc7\x52\xe7\xd8\xba\x77\x9a\x95\x42\xcd\xe8\x97\x08\x2c\xca\x45\xe4\xfc\x56\xa2\x2b\x10\x7d\x34\xcc\xb1\xaa\x9c\xd7\xe5\x61\xec\xc6\xb4\xfd\xbe\xd6\xd9\x16\xfe\x6a\xbe\x86\x8f\xe1\x59\x26\x54\x1e\x7b\x6d\xce\xe0\xab\x97\xe6\xe1\x9b\xdd\x16\x7b\x0e\xef\x03\x4d\x16\xb3\xde\x0c\x36\xda\xc2\x4c\xf1\x7a\xcd\x6d\xbc\x11\x0f\x98\x05\xc7\x19\xd9\x95\xba\x46\x10\x1b\xa8\x5c\x30\xeb\x4d\xda\x3e\x5a\x9b\x55\x41\x82\x69\x6c\x0a\x14\x79\xe1\x41\x6f\x08\xd5\x5a\xe4\x3c\x10\x10\x04\x43\xdb\x6e\x06\xcf\x59\x53\xc1\xdf\x6d\xe5\xac\x2b\x7d\xdf\xdf\xf7\x37\x3f\xbe\x7b\x05\xd7\x85\x28\x81\xab\x8c\x52\x3b\xa3\x55\x36\xbb\x75\x70\x71\xfe\x1a\x5c\x65\x82\x36\x42\xf0\xd6\x10\x25\x96\x44\x95\x6b\x8c\x4b\xcc\x04\x87\xbb\x0a\xad\x40\xb7\x87\x27\x84\xfd\xed\xcd\xfb\xcb\x8b\xcb\xb7\x67\xc3\x80\x99\x46\xa7\xbe\xf0\x70\xaf\xed\xa7\x50\xf8\x56\x57\x10\xd4\x07\xbe\x40\x82\x84\xba\xa9\x29\xdc\x46\x48\x3c\x63\xec\x20\xdc\x07\xb2\x96\x9e\x2a\x82\xaf\x3f\x2e\x77\x88\x26\xad\xde\xc0\xd9\x74\x48\xf2\xad\x63\xe1\x44\xbd\x72\x85\xa8\x29\x6d\xb4\xa4\xae\x1b\xc3\xa7\x78\xda\xae\xdc\xa0\x8d\xc7\xbe\xc9\xe9\x07\x54\x99\xd8\x7c\x0c\xc5\x9d\x24\xac\x3b\xa7\x49\x50\xc1\x10\xd4\xcb\x3d\x11\xbb\x36\x88\x1c\x48\x25\x77\x6e\x11\xb5\x74\x42\xc7\xaa\x50\x35\xd2\xe1\x86\xb1\x0e\x48\x97\x9a\x8e\x5a\xb4\x67\x35\x1a\x74\x90\x89\x5d\xb8\x70\x7c\xb8\x50\x68\x07\xfb\xfb\x33\x62\x03\x53\xe1\xdf\xeb\x3c\x97\x08\x39\x7a\xc8\xad\xae\x0c\xe9\x30\xe8\x6f\x8d\xde\xa3\x85\x52\xaf\x09\x78\xc8\x84\x33\x92\x6f\x77\x65\x4f\xe5\xeb\x0a\x0d\xcd\x3f\xca\xd9\xd8\xae\x2b\xef\xa9\x75\xbf\x35\x54\x7e\xfb\x10\x8d\x9c\xdb\x62\x22\xc8\xb8\xe7\xdd\x43\x68\x44\x4a\x6e\xdc\xee\x67\x6e\xf3\x30\xf3\x9e\xad\x5d\x8c\x0f\xbc\x34\x12\xe3\xce\xbd\xb7\x8c\xe7\x13\xf9\x5b\x86\x0d\x57\x7d\x4e\x67\x63\xad\x24\x4d\x95\x9b\x16\x82\x3d\xa2\x44\x2f\xd9\x3d\x21\x84\x20\x90\x63\xca\xdc\x28\xe2\x7f\x74\x49\x58\x8b\xe7\xc4\x0e\x1f\x41\xbc\x0e\xcc\x47\xdd\x0c\x7c\x16\xf5\x53\x94\x8f\x88\x65\xc4\xec\x84\x6e\x56\x84\x30\xa6\xbe\x39\x9b\x41\xba\x61\x9e\xba\x17\x41\x31\x25\x2d\x41\x4f\x9a\xb6\x6c\x3f\xbb\x1b\x29\x35\x3c\x86\x81\xf5\x6f\xea\xe9\xa9\x83\x11\x95\x11\x88\x8c\xd4\xf2\xdf\xa8\x4e\x2a\x39\xe8\xba\x0f\x49\xcb\x31\x59\x48\x31\xbd\xd1\x21\xd8\x5d\x18\xdc\x08\x56\xbf\x64\x52\xe7\x42\xb1\x68\xf9\x2e\xac\x8f\x90\xdb\x23\x38\x15\x34\x61\x95\x7c\x1a\xd2\x6c\x36\xea\xf4\x00\xbe\x91\x57\xe7\xb1\x3b\xf2\xfb\xf9\xc2\x28\xca\x70\x06\x5d\x85\x81\xba\xea\xd8\xd9\x59\x1d\x19\x1b\x93\x73\xc5\xea\xfb\xf1\x44\x39\xe4\x31\x96\x79\x3c\xff\x12\x3c\x3e\xf8\x38\xa5\x34\xd3\xd3\xa0\x98\xf7\xd2\xa3\x6f\x8f\xb7\x4d\x1f\x50\xd2\x3c\xa1\x23\x5a\x08\x17\x5e\x17\x48\x70\x2e\x5c\x33\x52\x36\x12\xa4\x19\x6d\x5d\x23\x32\xae\xb6\xf0\x56\xf8\xa2\x5a\xd3\xed\x88\xf6\x34\x61\xe6\xf3\x51\xaf\x68\x21\x60\x8f\x32\x2c\x7b\x86\x49\xc3\x8d\xa4\x85\xaa\xf0\x51\xe4\x31\x17\x93\xd4\x10\x6a\x0d\xdc\x27\x23\x93\x49\xe6\xf6\x3b\xb7\x3f\xd3\x35\xba\x85\x5f\xe9\x2a\x08\xd7\xc6\x7c\x36\xa7\xbf\xc1\x2b\xc7\xb1\x0b\xeb\x36\x5c\xbf\xdb\xd1\x5d\x75\xf4\x15\xe9\x07\x5e\xf3\xeb\x36
func static_s_index_html_bytes() ([]byte, error) {
return bindata_read(
_static_s_index_html,
"static/s/index.html",
)
}
func static_s_index_html() (*asset, error) {
bytes, err := static_s_index_html_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "static/s/index.html", size: 2775, mode: os.FileMode(436), modTime: time.Unix(1459223711, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _static_s_js_bootstrap_js = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xec\x7d\x7f\x77\x1b\xb7\xb1\xe8\xff\xfa\x14\x90\xa3\x7b\xc9\x8d\x29\x4a\x8e\xdb\xdb\x44\x09\xad\x23\x5b\xca\xab\xee\x73\x2c\x3d\x4b\x6e\x6e\x9f\xaa\xb6\x2b\x72\x25\x6d\x42\x71\x59\xee\xd2\xb2\x52\xab\x9f\xfd\xce\x0c\x7e\xcd\x60\xb1\x4b\x52\x76\x9c\x7b\xcf\xb1\x4e\x4f\x63\x2e\x80\xc1\x60\x30\x18\xcc\x0c\x06\x83\xad\x2f\xd7\xd7\xd4\x97\xea\x79\x51\x54\x65\x35\x4b\xa7\xea\xed\xd3\xfe\xd3\xfe\x7f\xa8\xee\x75\x55\x4d\x77\xb6\xb6\xae\xb2\xea\xc2\x96\xf5\x87\xc5\x4d\x82\xb5\x5f\x14\xd3\xbb\x59\x7e\x75\x5d\xa9\xaf\xb6\x9f\x3c\xd9\x84\xff\xfb\xbd\x3a\xbd\xcd\xab\x2a\x9b\xf5\xd4\xe1\x64\xd8\xc7\x4a\x2f\xf3\x61\x36\x29\xb3\x91\x9a\x4f\x46\xd9\x4c\x55\xd7\x99\xfa\xe1\xf0\x54\x8d\xf5\x67\xa8\xb1\xb5\xb6\x96\x5f\xaa\x6e\x75\x37\xcd\x8a\x4b\xf5\xd3\xff\x9b\x67\xb3\x3b\x35\x18\x0c\x54\x07\x5b\x5c\xe6\x93\x6c\xd4\x49\xd4\x3f\xd7\x14\xb4\x9d\x15\xb7\x6a\x92\xdd\xaa\x83\xd9\xac\x98\x75\x3b\x0e\xdd\xbf\x74\x4a\xf5\x9f\xe9\xdb\xf4\x64\x38\xcb\xa7\x95\x9a\x65\xff\x98\xe7\xb3\xac\x34\xd0\x3a\xc9\xda\xfd\xda\xda\xe3\xcb\xf9\x64\x58\xe5\xc5\x44\x75\x37\x34\xbc\xce\xbc\xcc\x14\xb4\xcf\x87\x55\xe7\x5b\xf8\xfd\x36\x9d\xa9\xb7\xd9\xac\xc4\x3a\x03\xb5\xd1\xbf\x9c\xf4\x7f\xfa\x07\x02\xe8\x97\xd3\x71\x5e\x75\x3b\xaa\x93\x9c\x6d\x9f\xdb\x5f\x7d\x80\xab\x14\xe2\xde\x35\xad\xa0\x50\x7d\xa7\xbe\x52\xff\xfe\xef\x16\xce\xd9\x13\xfc\xf2\x4d\xa2\xde\xbf\x57\xbc\x16\x0c\xef\x49\x50\x0d\x3e\x7d\xc3\x3f\x7d\x85\x2d\x9f\xd4\x5a\x3e\x53\x5f\x25\x1a\xfd\x87\x13\xc4\x8d\xf2\x49\xff\x9b\xfe\x13\x55\xcc\xd4\x35\x4c\x23\xce\xda\xc5\xbc\x52\xe3\xe2\x96\x26\x2a\x9d\xb8\x7a\x4f\x69\xa8\xf7\x6b\xf7\x5d\x0d\x20\xf9\x76\x6d\x6d\xeb\x4b\x9c\xa5\x8f\xf2\x27\x58\x6f\x47\xc1\xff\x4f\xca\x1c\xa7\xaa\xff\x53\x69\x38\x11\xab\x34\xf0\xe2\xd6\x4f\x30\xd0\x92\x06\xba\xf5\x85\x6f\x5b\x62\x93\x8f\x89\xe1\x43\xd8\x1d\x59\x9d\xd6\x50\x89\x88\xe7\xd5\xf5\xfc\x82\x50\xae\x6e\x2f\xca\x2d\x37\x8a\xad\x8b\x71\x71\xb1\x75\x93\x96\x00\x6a\xeb\xe5\xe1\x8b\x83\x57\x27\x07\xc9\xc7\x44\x9f\x56\xd9\xc2\x15\x00\x1f\xb6\xb6\xd4\x8b\x93\x13\x75\xfa\x7a\xef\xd5\xc9\xe1\xe9\xe1\xd1\x2b\x75\xf2\xe6\xf8\xf8\xe8\x35\x8c\xe2\xe4\xba\x98\x57\xf0\xbf\x1d\x3b\x0f\xb7\xb7\xb7\xfd\x9b\x02\x46\x39\xc9\x7f\x99\xd1\xa8\x12\x0d\xe1\x83\x08\x0d\x20\x1c\x9a\x7e\x32\x0f\x26\xa3\xae\xe5\x7a\x5c\xa6\xd9\x18\x56\xe8\xa8\x18\xce\x6f\xb2\x49\xd5\x1f\xce\xb2\xb4\xca\x0e\xc6\x19\xfe\xea\x76\x1c\x5d\x81\x6b\x5d\x0b\x82\x05\x60\x0e\xde\x42\x9d\x57\xe9\x0d\x2c\x86\x81\x01\xa8\xd4\x8f\xd9\xc5\xcf\x79\x75\xea\xba\x53\x3b\xaa\x73\x1b\x7c\x83\xb6\x9d\x9e\xa9\xff\x43\xf1\x0b\xab\x0c\x7f\x50\xdf\x23\x9b\xb1\x9a\x47\xb2\x1e\xd5\x2c\x04\x50\x55\xc4\x5b\x56\x41\xc3\x7a\x1f\x54\xf1\x5e\x0f\xf1\x12\x16\x71\x17\xc7\x39\x81\xa1\xa9\x7c\x12\x19\x6f\xe2\x86\x8b\x32\x2b\x1b\xf7\xcb\xea\x6e\x9c\x9d\x61\x83\x73\xb5\x0e\x4c\xe2\xe4\xad\xaf\xa9\x40\x74\x54\xf3\xd9\x44\xfd\x53\x41\x8f\x3b\x11\xa8\xa6\xfd\xbd\x69\x70\xcf\x91\x32\x6d\x2f\xd3\x31\xb0\x19\x30\x46\xf6\x0e\x24\xe7\x30\xaf\x08\xdb\x3c\xfb\x5a\x75\x95\xea\xff\xad\xaf\x65\x8b\xe6\x1d\xc3\x5b\xb0\x20\xae\xfa\xe9\x38\x7b\x77\x93\x0e\x87\xe9\x2d\x71\xd7\xb0\x2c\x37\xc5\xf2\xd6\x22\x3a\xbb\x99\x8f\x61\xf6\x25\x4d\x07\x9e\x89\xba\xa3\xf9\x2c\xc5\x7f\x71\xfe\x19\xa6\xe3\x71\x46\xd5\x10\x37\xf7\x79\x83\xf8\xaa\xba\xce\x4b\xfa\xb4\xd1\xc5\x7f\x26\x7d\x20\x37\x70\x55\x19\xf0\x02\xeb\x02\x40\x7b\x90\xd5\x6c\x9e\xa9\xfb\x44\xf4\x75\x91\x0e\x7f\x16\x48\x61\x0b\x9c\x86\x75\xdd\x2c\x81\xbe\xa0\xf3\xa4\x0f\x6b\xf1\xea\x2a\x9b\x75\x37\xfa\xe5\x7c\x3a\x2d\x66\x55\x9f\x49\x43\x98\x82\xc4\x50\xb8\xcc\xaa\xd3\xfc\x26\x83\xf5\xd8\xb5\xf0\x7b\xca\x8d\x94\x53\xdf\x8c\x86\x08\xbc\xd1\x15\x18\xe8\x41\x46\x7a\xa2\x51\x88\xb5\xa7\x27\x94\x30\x8e\x35\x48\x4c\x6f\x6b\x06\x64\x86\xfc\x01\x1b\x65\x36\xcc\xd3\x71\x3f\x20\x1d\x5b\x78\x17\xf9\x64\x74\x0a\x3b\xff\x4e\x14\x0d\x1c\xb0\x5d\x0e\xa3\x6c\x9c\x5d\xe1\x3c\x2f\x55\x1b\x36\xaf\xd1\x18\xea\xf9\xe1\x66\x9c\xa9\x71\x1c\x1b\xdd\xac\x5f\xa5\x33\xd8\x4d\x92\x7e\x5e\xea\x99\xb6\xc3\x50\x59\x5f\x43\x38\xba\xf8\xc9\xfc\x6b\xd6\x4f\xa7\xd3\xf1\x1d\xd5\xeb\x29\x68\x47\xa2\xa7\x4c\x02\xbe\x57\x38\xf3\x9
func static_s_js_bootstrap_js_bytes() ([]byte, error) {
return bindata_read(
_static_s_js_bootstrap_js,
"static/s/js/bootstrap.js",
)
}
func static_s_js_bootstrap_js() (*asset, error) {
bytes, err := static_s_js_bootstrap_js_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "static/s/js/bootstrap.js", size: 68954, mode: os.FileMode(436), modTime: time.Unix(1459205211, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _static_s_js_bootstrap_min_js = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xe4\x7d\x6d\x7b\xdb\xb8\xb5\xe0\xf7\xfe\x0a\x89\x93\xab\x90\x23\x8a\x96\x93\xdb\xf6\x96\x0a\xa3\x27\x93\xa4\xcf\x66\x77\x3a\x99\x9d\x64\x6e\x9f\x5d\x5f\xb7\x05\x49\x50\xa2\x23\x8b\x1a\x89\xb6\x93\x5a\xea\x6f\xdf\x73\xf0\x0e\x10\x94\xec\xf4\x76\xbe\xec\x17\x5b\x24\x41\xe0\xe0\xe0\xbc\x9f\x03\xf0\xec\xdb\xe1\x6f\x06\xdf\x0e\xbe\x6b\x9a\x76\xd7\x6e\xc9\x66\x70\xfb\x3c\x79\x9e\xfc\x6e\x10\x2e\xdb\x76\x93\x9e\x9d\x2d\x68\x9b\xcb\x67\x49\xd1\x5c\x47\xd8\xfa\x75\xb3\xf9\xb2\xad\x17\xcb\x76\xf0\x6c\x7a\x7e\x3e\x81\x3f\xbf\x1d\x7c\xbc\xab\xdb\x96\x6e\xe3\xc1\xbb\x75\x91\x60\xa3\xef\xeb\x82\xae\x77\xb4\x1c\xdc\xac\x4b\xba\x1d\xb4\x4b\x3a\xf8\xd3\xbb\x8f\x83\x15\xbf\x0d\x2d\xce\x7e\x53\x57\x61\x80\x4f\xab\x7a\x4d\xcb\x20\xcb\xda\x2f\x1b\xda\x54\x83\xab\xff\x7d\x43\xb7\x5f\xa2\x76\xb9\x6d\xee\x06\x6b\x7a\x37\x78\xbb\xdd\x36\xdb\x30\x50\x40\x3e\xdd\x0d\xfe\x27\xb9\x25\x1f\x8a\x6d\xbd\x69\x07\x5b\xfa\xcb\x4d\xbd\xa5\x3b\xf1\x5e\x10\xcd\xc6\xd5\xcd\xba\x68\xeb\x66\x1d\x92\xe8\x3e\xb8\xd9\xd1\x01\xbc\x56\x17\x6d\x30\xbb\x25\xdb\x41\x9e\x91\xa4\x5a\x27\x57\xbf\x60\xeb\x64\xb7\x59\xd5\x6d\x18\x0c\x82\xe8\x62\x7a\x29\xaf\x12\xe8\x04\x80\xcb\xe1\xd6\x8b\x67\xa3\x51\x7e\x71\x7e\xf9\xe2\x0f\xfb\xfd\x79\x96\xe1\xad\xd1\xe8\x0f\xf8\xe3\xfc\x12\x9f\x3c\xbb\x7c\x71\xbe\xdf\xe3\xed\x97\xcf\xbe\x16\xe4\xc1\x2d\xdd\xee\x00\xdc\xc1\x79\xf2\x87\xe4\x7c\xd0\x6c\x07\x4b\xc0\x2e\x22\x33\xbf\x69\x07\xab\xe6\x8e\xe1\x8f\xac\x55\xbb\xe7\x41\x74\x08\x05\x9a\xe2\xfe\xd9\xca\x07\x83\x3c\x8c\xee\x71\xea\x24\x2b\x9b\xe2\xe6\x9a\xae\xdb\xa4\xd8\x52\xd2\xd2\xb7\x2b\x8a\x57\x61\xa0\x16\x39\x88\xe2\x3c\xbb\xff\x33\xcd\x3f\xd5\xed\xc7\x2d\x59\xef\x6a\xec\x21\x0d\xee\x9c\x3b\x6f\xd7\x65\x10\xff\xa9\xf9\xbb\xd9\xa6\x55\xbf\x29\x3e\x7d\x6f\x3e\x6b\xac\x57\x07\x8d\xd3\xb6\xed\xed\xe6\x30\xab\x00\x93\x08\x7d\x31\xa8\x61\x2a\x11\x2c\xcc\x6d\x53\x97\x83\xe9\x30\x83\x95\xdc\xb5\x5f\x56\xf4\xa2\xb8\x8c\xb6\xb4\xbd\xd9\xae\xef\xe1\x95\x34\x87\xeb\xc3\x8c\xdf\x18\x9e\x1f\xd8\x72\xd3\xeb\x9b\x15\x4c\xd8\x82\x22\x53\x98\xcb\x39\x7e\x8a\x6c\x78\x1e\x97\x59\xbb\xac\x77\x33\x12\xe2\xbf\x28\x01\x28\x00\x3d\x3b\x67\xe6\xea\xcd\xe8\x1e\x5e\x9a\x1e\x22\x46\x5a\x34\x33\xef\xef\xf7\x24\x2c\xa3\x04\x16\x63\xb1\xa0\xdb\x10\x60\xbd\xd9\x6c\x9a\x6d\x9b\xe8\x09\x26\x00\x6e\x24\x41\x1d\xec\x68\xfb\xb1\xbe\xa6\xcd\x4d\x1b\xd2\x38\x8f\x62\x04\xe0\x10\x93\xd0\xe8\xd4\xd7\x49\x06\xcb\x1b\xfb\x1e\x8c\x46\x30\x28\xbd\xc5\xe5\xde\x6d\x68\x51\x93\x55\xe2\x4c\x24\xbb\xcf\xeb\x75\xf9\x11\xf8\x2e\xed\x03\x2f\x2e\xe9\x8a\x2e\x10\x75\x47\x5b\x01\x79\x96\x2b\x9a\x9a\x18\x15\xb3\x22\x61\x9e\xb4\x64\x0b\x92\x24\x4a\xea\x1d\xc7\xea\x3c\x4f\xf8\x0b\xef\xf3\x2b\xf1\x6b\x9b\x90\xcd\x66\xf5\x85\x3d\x8f\xa1\x39\x23\xd3\x5d\x94\xf2\xb5\x3e\x1c\xa2\xc3\x63\x69\x5e\x83\x80\x7d\x26\x94\x14\x4b\x13\x95\x7c\xc1\xc5\x32\xc7\x34\x2b\x92\x92\xb4\x04\xd7\x3a\x21\x00\x4e\x0b\x32\x80\xee\xf7\x9d\xbb\xd0\x12\x19\xbc\xe4\xef\x45\x71\x80\x23\xaf\x17\x5a\x7c\xe5\xa3\x11\xbd\xc8\x2f\x93\x82\xac\x56\x61\x81\x60\xf3\x91\x9e\x5e\x60\x4f\x93\xb2\xde\x5d\xd7\xbb\x5d\x16\xf0\xee\x2e\x9f\xc6\x36\x1d\x02\xba\x90\xe8\xc2\xa0\x00\x51\xf9\x29\x88\x0b\x46\x06\x49\xb1\x6a\x76\x14\x48\xa5\x4c\xfe\xf3\xed\x4f\x1f\xde\xbd\xff\x21\x0b\x98\xa4\x0e\xe2\x32\xf9\xf8\xd3\xab\x1f\x3e\xbc\xfb\x08\x37\xff\xfa\xe6\xe7\x9f\x5e\xe1\x8f\xec\xfc\xb7\x53\x78\xb2\xd9\x36\x6d\x83\x70\xf1\xf7\xad\x81\x14\xa6\x0a\x40\xc6\x22\x29\x69\x8b\x08\xd2\xf4\x1a\xb0\x57\xca\x44\xe3\x23\xd9\xd2\xeb\xe6\x96\x86\x7c\x46\x54\xe1\xae\xca\x68\x42\xda\x16\x5e\x61\x33\xe4\x8b\x0d\xe8\xab\xf6\xfb\x50\x3f\x5b\x6e\x69\x15\x60\xe3\x6a\x34\xaa\xa0\xab\xcd\x8a\x14\x34\x3c\x4b\xbe\x0d\xe7\xd9\x37\x17\x7f\xf9\xaf\xdd\xe5\xb7\x4f\xa2\xb3\x38\x08\x22\xce\x4c\x0b\xe8\xbf\x8a\x66\x80\xce\x1c\xe6\xc1\xc8\xf8\x0d\xad\xc8\xcd\xaa\x05\x72\x5f\x24\x2b\xba\x5e\xb4\x4b\x18\x61\x91\x89\xd9\xed\x50\x72\x0b\x50\xb1\x85\x9c\x08\x0a\xfc\xb7\xb7\x4c\xcc\xb1\x76\xc6\x8c\x40\xd8\x01\x4d\x8a\x6e\x7f\xe4\x83\xd0\x32\x8c\xb0\x5b\x31\xdb\xd7\x2b\xb2\xdb\x85\x41\xbd\x0e\xfa\x98\x6c\x01\x14\xbc\x13\xcd\x2a\x52\xd2\x20\x9a\x2f\x7a\xc
func static_s_js_bootstrap_min_js_bytes() ([]byte, error) {
return bindata_read(
_static_s_js_bootstrap_min_js,
"static/s/js/bootstrap.min.js",
)
}
func static_s_js_bootstrap_min_js() (*asset, error) {
bytes, err := static_s_js_bootstrap_min_js_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "static/s/js/bootstrap.min.js", size: 36868, mode: os.FileMode(436), modTime: time.Unix(1459205211, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _static_s_js_html5shiv_js = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x7c\x56\xdd\x72\xdb\x36\x13\xbd\xf7\x53\x40\xcc\x37\x36\x19\xe1\xa3\x94\xa4\x69\x67\x48\x23\xce\x24\xad\x9b\xce\x24\x99\xce\x24\xbd\x72\x9c\x0c\x08\x2c\x49\xd8\x14\x40\x13\x90\x12\x55\xe0\xbb\x77\x21\x52\x3f\x76\x93\x5e\x48\x22\x81\xc5\x62\xf7\xe0\x9c\x03\xcd\x1e\x9f\x90\x37\x1f\xdf\xbd\x7d\x4e\x3e\xd4\x6a\x45\x56\xcf\xd2\x5f\xd2\x39\xf1\xe4\x25\x2f\x79\x77\xcb\x2d\x79\x79\x23\x79\xe3\x8c\xc6\x07\xa3\xbf\x68\xe0\x0d\x79\xd9\xc1\x02\x43\xde\xfd\xf1\x71\xf6\xfb\x9f\x6f\x9f\x92\xb7\x4a\x80\xb6\x20\x4f\x1e\xcf\x4e\xe2\x72\xa9\x85\x53\x46\xc7\x0d\x2d\x93\xcd\xee\x8d\x2c\xe2\x64\xb3\xe2\x1d\xe1\x0c\x52\x68\x60\x01\xda\xd9\xbc\x03\xb7\xec\x74\x64\x5d\xa7\x74\x15\x31\xe6\xd6\x2d\x98\x92\xf0\x0b\x9e\xda\xb6\x51\x2e\x8e\x48\x94\x64\xbc\xdf\x67\x51\x31\x1f\xd2\x14\x4c\x5f\xf1\x2b\x73\x7d\x9d\x17\xde\xc7\x05\xdb\xf4\xb4\x9e\x4e\x69\x18\x62\x35\xd5\x57\xf5\x35\x2b\x92\x31\x3f\x29\x0e\x09\xda\x98\xd3\x82\x8a\x64\x33\x2c\x2b\x93\x5c\x95\x71\x95\xec\x02\x53\xd1\x01\x77\xf0\xdb\x50\x20\x6e\x96\x0b\x8c\x13\x4c\xc5\x45\x92\xe4\x05\x13\xa9\xe0\xa2\x86\x2b\x7e\x7d\x71\x78\x4c\x45\x63\x34\xbc\x37\x12\xe2\x24\xeb\x52\x07\x36\xac\xbc\x88\x0f\x11\x61\xdd\x3e\x31\xce\x25\xf7\x96\x3c\x98\xcc\x0f\xc5\x70\xfd\x86\xaf\xe0\x75\xad\x1a\xd9\x81\x3e\x3d\x9d\xd8\x7d\x76\x91\x96\x1d\xaf\x52\xde\xb6\xa0\xe5\x36\x02\x4b\xcc\x8e\x3a\x75\xa1\xd3\x64\x83\xed\x4d\x8a\xa1\x90\x64\xfc\x0d\x60\x1d\x77\xca\xf8\xfd\xb6\xf7\x93\x97\xb8\xc3\x7e\xf2\x57\x23\x96\x61\x36\x0c\x8e\x51\xa1\x02\x76\x1c\x1c\x27\xf9\xc9\x83\x64\x6c\xcf\x07\x04\x7d\xe8\x6c\x02\xa9\x45\xae\xbd\x03\x57\x1b\x69\x2f\x8e\x4b\xc1\xa0\xac\x8d\x05\x0d\xa5\xf7\xf9\x8f\xb6\x66\x97\xbb\x9c\x51\x4d\xcb\x88\x46\x23\x62\xfb\xad\x06\x8e\x68\x56\x1e\xe3\x4c\x05\xd3\xf7\x6b\xcb\xeb\xe3\x42\x4e\x4f\xe3\x68\x8a\x34\x4d\x6f\x8c\xc2\x14\x69\x07\x6d\xc3\x05\xc4\xb3\xab\x4f\x5f\x3f\xfd\xff\x7a\x3a\xab\xe8\x7e\x03\x64\x61\xf1\xe0\xd4\x06\x38\xfe\x4d\xa0\xa1\xb6\x33\x11\x47\x67\x53\x3e\x3d\x8b\x92\xb3\x3e\x99\x46\xfb\x53\xd6\x7d\x94\xc4\x30\x82\x99\x1c\x8e\xef\x2e\xec\xc1\x91\x7c\x3c\x90\x74\xa0\x7c\x60\x7f\xe0\xeb\x80\xdf\xeb\x0f\x1f\x90\x11\x37\xf8\x29\xd2\x9a\x5b\x7c\x1d\xda\x16\x54\x32\x9e\x0b\x26\x1f\xd4\x12\xb5\xb8\xab\xc4\xe1\x0a\xdc\x38\x66\x5f\xad\x3f\xf2\xea\x3d\x5f\x00\x22\x09\x5c\x46\xc9\xd5\xfc\xda\x7b\x99\xca\x11\xf1\x1d\x50\x22\x55\x5a\x43\x17\x8c\x82\x45\xdf\xce\xad\x5b\x37\xf0\x82\x77\x4e\x89\x06\x28\xb7\x4a\x02\x95\x8a\x37\x06\x21\x52\x95\xe0\x6d\x68\x21\x3c\x2e\x3b\xa0\xa5\x31\x0e\x3a\x1a\xf2\x87\x9f\xaa\x33\xcb\x96\x2e\xb8\xd2\x54\xf3\x15\xb5\xb0\xed\x77\x23\x15\x2a\x9e\xaf\xb3\xa2\x31\xe2\xb6\x5f\xa0\xf7\x6c\x0a\x2e\x6e\x43\xb4\x96\xd9\xa3\xcb\xcb\x79\x2e\x4c\x63\xba\xec\xd1\x7c\x3e\xef\x1d\x2c\x30\xda\xc1\x7e\x99\xc6\x63\xee\xcf\x67\x43\x61\x51\x7e\x12\xda\x57\xe8\x49\x9d\x7b\x05\xa5\xe9\x00\xc5\xd8\x70\xeb\xb6\x42\xa1\x32\x2d\x55\x37\xbe\x84\x83\x1b\xd0\x63\x93\x89\xe8\x2b\xef\x07\xe1\xec\xce\x87\xf7\x01\xd3\x5b\xd6\xa4\xb5\x5b\x34\xcf\xbd\x47\xf1\x58\x36\xfb\x7c\xee\x3f\xc7\x17\x59\xb1\x74\x68\x8d\x7e\xc1\x5b\x6f\xd1\xd5\x84\xf3\x0e\xbe\x39\x8e\xb8\x7b\x53\xdc\x84\x77\x85\xe7\xba\x00\x6f\xb6\x90\x84\x9f\x6d\xff\xc9\xff\x66\x8a\x76\x98\x06\x73\x70\x5f\x78\x81\x0c\xf5\x52\xad\x7c\xa9\xa0\x91\x16\x9c\xaf\x9f\xf8\xfa\xa9\xaf\x9f\xf9\xfa\x27\x5f\x3f\xf7\xf5\xcf\x5e\xf9\x86\x17\xd0\xf8\x46\x79\xd3\xf8\xd6\xdf\x79\xdb\x72\xed\xd1\x3c\x8d\xae\xfc\xb6\x73\xef\x78\x11\xbe\x0b\x23\xd7\xde\x49\xef\x6a\xef\x3a\xbf\x6c\xb6\xdb\xdd\x50\xc3\xa2\x2f\xdb\x2e\x02\x7d\x22\x5a\xb3\x39\xd5\xc1\x0c\xaa\x3c\x3e\x92\x8e\xeb\xd6\xa3\x53\x97\x0f\x19\xc4\x91\x41\xfc\x98\x0a\xe7\xdf\xd6\x7f\xbf\x38\x9f\x85\xef\x28\xbf\x61\x51\xad\xa4\x04\x1d\x29\xc4\x6d\xe0\x6c\xa0\xeb\x04\x8d\xf6\x09\x0b\x46\x12\x00\x0f\x62\xb4\x69\x03\xba\x72\x75\x82\x17\xc4\xf7\xf6\xd8\xd2\x78\xbf\xfd\x43\xf9\xc7\xc1\x89\x23\xa4\x05\x94\x4a\x83\x3c\xdc\x1b\xe2\x20\x77\xef\x4f\x7e\x10\xf1\xdd\x94\xde\xff\x57\xf4\x58\x5b\x8f\x66\xd7\x0b\xee\x44\x1d\xcb\x64\x53\xb1\x1b\x36\x99\xf7\x7d\x12\x0f\xf5\xa2\xad\xee\xee\xb5\xec\x76\x7f\xc5\x61\x62\x5e\x14\x08\xe6\xa0\x15\xb2\xd5\x0a\xe
func static_s_js_html5shiv_js_bytes() ([]byte, error) {
return bindata_read(
_static_s_js_html5shiv_js,
"static/s/js/html5shiv.js",
)
}
func static_s_js_html5shiv_js() (*asset, error) {
bytes, err := static_s_js_html5shiv_js_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "static/s/js/html5shiv.js", size: 2429, mode: os.FileMode(436), modTime: time.Unix(1459205211, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _static_s_js_jquery_js = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xdc\xfd\x79\x7b\x1b\xc7\xb1\x2f\x8e\xff\x7f\x5f\x05\x31\xd1\x81\x67\x84\x26\x08\xc8\xcb\x3d\x19\xa8\x39\x8f\x2d\x59\xb1\x13\x6f\x89\xe4\xd8\x3e\x20\xec\x67\x36\x00\x43\x62\x23\x00\x8a\xa2\x09\xe4\xb5\xff\xea\x53\xbd\x4c\xcf\x02\xc9\x39\xe7\xfe\x9e\xef\x7d\x6e\x62\x11\x33\xdd\x3d\xbd\x56\x57\x57\x55\xd7\x72\xf1\xb4\x73\x76\xfd\xf7\xbb\x7c\xfb\x70\xf6\x76\xd8\x1f\xd2\x7f\x67\x87\x33\x3f\x0d\xce\x9e\x0d\x06\x9f\x0a\xfa\x3b\xfc\xc4\xe4\xbf\x5a\xdf\xad\xb2\x78\x5f\xac\x57\xe2\xec\xeb\x55\xda\xa7\x82\xd7\xb7\xc8\xe9\xaf\xb7\xb3\x8b\x45\x91\xe6\xab\x5d\x7e\xf6\xf4\xe2\x7f\x75\xa6\x77\xab\x14\xe5\xfc\x58\x24\xc1\xa3\xb7\x4e\xae\xf3\x74\xef\x49\xb9\x7f\xd8\xe4\xeb\xe9\xd9\x72\x9d\xdd\x2d\xf2\x6e\xf7\x44\x46\x3f\x7f\xb7\x59\x6f\xf7\xbb\xa8\xfa\x2a\xe3\x7e\xb6\x4e\xef\x96\xf9\x6a\x1f\x25\x54\x73\x67\x10\x84\x65\x43\xc1\x63\x31\xf5\x3b\x65\x91\x60\x3f\xdf\xae\xef\xcf\x56\xf9\xfd\xd9\x97\xdb\xed\x7a\xeb\x7b\x7a\x14\xdb\xfc\xf6\xae\xd8\xe6\xbb\xb3\xf8\xec\xbe\x58\x65\x54\xe6\xbe\xd8\xcf\xe9\xcd\x7c\xe9\x05\xa3\x6d\xbe\xbf\xdb\xae\xce\xa8\x95\xe0\x18\xf2\x5f\xdf\xa3\xb1\xe7\xd3\x62\x95\x67\x5e\xc7\x74\x57\x7d\x1f\xa9\x9f\x70\x3f\x2f\x76\xa2\x3a\xf2\xb7\xf1\xf6\x2c\x95\xe3\x89\xc8\x64\xda\xdf\x61\x86\x44\x4e\x4f\xe9\x7a\x95\xc6\x7b\x31\xa5\xc7\xcd\xdd\x6e\x2e\x66\xf4\x40\x75\xe4\xef\xbe\x9f\x8a\xb9\x7c\x3c\x8a\x42\xce\xfb\xfb\xf5\xeb\xfd\xb6\x58\xcd\xc4\x35\xbd\xcc\xe3\xdd\xf7\xf7\xab\x1f\xb6\xeb\x4d\xbe\xdd\x3f\x88\x1b\x14\x5a\x48\x4f\x2d\x98\x27\x96\xb2\xda\xae\xee\x3f\x06\xbf\xec\x4f\x57\x54\x79\xb1\xe7\x9c\xa3\x58\xc9\x8b\x5f\xc7\x57\xbb\xab\xbb\x57\x5f\xbe\x7a\x75\xf5\xee\xf3\xc1\xa4\x77\xa8\xbd\x3f\xb9\x98\x89\x35\x15\x3b\x5f\xee\xce\x2f\xc4\x46\x5e\x9c\xfb\xe3\xab\x2c\x3e\xff\x7d\x12\x5c\xcc\x0a\x71\xdb\xde\x58\x42\x3d\xfe\x71\x43\xfd\x7b\x11\xef\x72\x3f\x38\x8e\xd0\xb2\x5c\xf6\x37\xdb\xf5\x7e\x8d\x09\x93\x8f\x0a\x5a\xc2\x85\xa0\x09\xd8\xed\xb7\x77\xe9\x7e\xbd\x0d\x97\x62\x97\x2f\x72\x7e\xf4\x3c\xb1\xc8\x57\xb3\xfd\x3c\x1c\x88\xfd\xfa\xf3\xed\x36\x7e\x28\x57\xd8\x36\x94\xf5\xd3\x78\xb1\xf0\x31\xdd\x34\x9e\x59\xbe\xaf\x40\x81\x19\xfa\xdd\x62\xd1\x91\x71\x34\xb8\x8c\x23\x94\x1c\xc7\x3d\xfc\xf4\x55\xfd\x93\x50\xa5\x4d\xc2\x6a\x65\x58\x8d\xd7\xfb\x38\xbd\xa9\x54\x89\x55\x4c\x68\x24\xcb\x7c\x3b\xcb\xb9\x68\xdf\x19\x80\x1f\x88\xb8\x84\x18\x1a\x6e\xfe\xf6\x7b\x06\x6b\xc9\x00\x91\xa0\xec\x3e\x7f\xa7\x5e\xcd\x8b\x48\x8e\x22\x8f\xd3\x79\xd8\x3a\x95\xcb\x3e\xf2\xb8\x25\xa1\x56\x6d\x19\x6f\xda\x46\xc9\x55\xda\x4e\xfb\xd4\xc5\x78\xe3\x57\xe1\x30\x11\xa9\x2d\x1e\xab\xc1\x52\x12\x2a\x0d\xa8\x5e\x86\xc9\x96\x39\xae\x55\x9c\xf5\xe3\xcd\x66\xf1\xa0\x7b\xb4\x9d\xf1\x3e\xd9\xa1\x82\x69\xb1\xdd\xed\x4f\x55\x90\xdf\xfa\x03\x2a\xb3\x88\xdf\x5b\xe4\x7c\x48\x65\xf2\xdb\x96\x29\x77\x56\x4c\xa4\xb2\x17\xf7\x7c\x2c\x67\x12\x0e\xec\x7c\xd7\xfa\x99\x5e\xca\x41\xb7\x9b\x5c\xa6\xd1\x98\x17\x38\x9d\x4c\xc2\xf1\x04\xd5\xaf\xb2\x93\xa3\xb4\x0b\x76\x38\x34\xd6\x16\x60\xa4\xe1\x22\x9c\x8a\x1d\xa1\xa1\x90\x36\x32\xfd\x88\xdd\x86\xa7\x8e\xde\xf8\x81\x96\x88\xf0\xd4\x9e\xda\x91\xbc\xe3\xf4\xb3\xd3\x26\x86\x44\x8b\x49\x73\x9f\x89\x5c\x4c\x69\xd3\xdb\x89\x1c\x0f\x26\x87\x03\xed\xe8\xb9\x1c\xd2\xd6\xb7\xc9\x66\xe8\xd7\xb2\x33\x1c\x4d\x81\xc2\x92\xf5\x7a\x91\xc7\xab\x12\x61\xce\xba\x5d\xff\x5a\xce\x2a\x95\xcd\x75\x65\xbd\x5e\x20\x1a\x18\x76\x76\x38\x2c\xfb\xc5\xee\x95\xe9\xd7\x2c\x38\x1c\xfc\x19\xa1\x93\x80\x5a\x97\xb2\xa0\xfa\x66\x0a\x70\xe7\xe7\xe7\xc1\xa8\xb8\x9c\x8f\x50\x11\xe1\x56\xb5\xa3\xfc\xbc\xd2\x52\x10\xa0\x5f\xd9\x59\xb1\x3a\xcb\x83\x58\xce\xc6\xd9\x84\x56\x2a\xc7\xcf\xac\x23\x65\x8a\xee\x75\xbb\xf8\x41\xab\x3f\x2c\xe2\x62\xa5\xe6\x9a\x4e\x18\x6a\x18\xbb\xaa\xd8\xf1\x46\xa7\x84\x20\x88\xfc\x84\xfe\xa3\xe1\x12\x6e\x8c\xbb\xdd\x32\x33\x0e\xa2\x18\x2b\x19\xda\x74\xb7\x2e\xce\xa5\x21\xa3\x79\x69\xd6\xc1\xbf\xa6\x49\xa6\x4a\xc3\xb7\xeb\x22\x3b\x1b\xe8\xde\x70\x11\x4a\x35\x00\x34\x2b\x17\xce\x7f\xa4\x83\x26\x26\x54\x1e\xea\xa3\xc2\xeb\xf9\x8b\xde\xb7\xf1\x7e\xde\xdf\x22\x79\xe9\x07\x41\x7f\x9b\x6f\x16\x71\x9a\xfb\x17\x57\x2f\x09\x4b\x7a\x5e\x20\x8a\xdd\x3f\xf2\x38\x7b\x08\x3b\x03\x91\xe3\x
func static_s_js_jquery_js_bytes() ([]byte, error) {
return bindata_read(
_static_s_js_jquery_js,
"static/s/js/jquery.js",
)
}
func static_s_js_jquery_js() (*asset, error) {
bytes, err := static_s_js_jquery_js_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "static/s/js/jquery.js", size: 95785, mode: os.FileMode(436), modTime: time.Unix(1459205211, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _static_s_js_respond_min_js = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x94\x57\x5b\x73\xdb\xba\xf1\x7f\xcf\xa7\xa0\xf8\xcf\x9f\x01\x2c\x88\x94\x9c\xbc\x94\x0a\xac\x93\xd8\x4a\x4f\x3a\x76\x72\x1a\x79\xda\x33\x95\x94\x19\x5e\x40\x91\x12\x45\xd0\x04\xa8\x8b\x4d\x7e\xf7\x2e\x78\xd1\xc5\x8e\xa7\xed\x8b\x04\x2c\x16\x8b\xbd\xfe\x76\x69\x5d\x74\xb4\x1f\x4c\xa4\x3c\xf1\xcd\xa5\xd0\x36\x03\xf3\x83\x79\x69\x6b\xeb\x28\xb1\xd6\xce\xae\xb7\x8d\x7c\x19\x6a\x6b\xe6\x47\x8e\xf6\x90\xb3\x6c\xaf\xa5\x3c\xde\x07\x51\x1c\x6b\x17\xda\x35\x4f\xf7\x59\xb4\x08\xa5\x76\xd9\x1f\xbc\xd7\x26\x1e\x97\x52\xfb\x1b\x0b\xe3\x37\x70\x78\x1b\x79\x2c\x11\xcc\xd7\xf2\xc4\x67\x99\x16\x4a\x99\x0a\xdb\xb2\x16\x91\x0c\x73\xd7\xf4\xf8\xda\x12\x8a\x7f\x09\xec\x56\xa3\x80\xe5\xc6\xdc\x85\x67\x85\x64\x99\x75\xfb\xf5\x7a\xfc\x6d\x32\xee\xdd\x7d\xbd\x57\xe2\xb4\x0b\xeb\xcd\x9b\x4e\x90\x27\x9e\x8c\x78\x82\x1c\xfc\xa4\xe7\x82\x69\x42\x66\x91\x27\xf5\xa1\x63\xae\x1d\xe9\x85\x77\x4a\x51\x7a\xba\x29\x8a\xd3\x3b\x1b\x27\xd3\x5c\xe2\x01\x87\xcf\xbd\x7c\xcd\x12\x39\x8e\x99\xfa\x23\x3e\xf5\xcc\x20\xca\x44\x4b\xb8\x0e\xa3\xd8\x2f\x8a\x86\x58\xed\x08\x83\x7b\x5e\xc6\x1c\xc9\x1a\x26\xa4\xbb\xdc\xdf\xeb\x98\x04\x2f\x4f\xfc\x68\xa3\xe3\x61\xc6\x64\x9e\x25\x5a\x60\x46\x3e\xd5\xd7\x0f\x3d\xc9\x84\xec\x0d\x74\x12\x98\x42\xee\x63\x66\x7a\x42\xdc\xb3\x9d\xa4\x7a\xca\x45\xa4\xb4\xb4\x1d\x57\xf0\x38\x97\x6c\x28\x79\x6a\xf7\x06\xfd\x3e\x5b\xeb\x84\x35\xec\xae\xe3\xad\x16\x19\x07\x97\x52\x3d\xe1\x09\x53\x27\x4e\x9a\xb2\xc4\xaf\x34\x44\x01\xa8\x72\x62\xee\xf1\xf5\x24\x61\xd9\xef\xf7\x77\xb7\xf4\x9d\x21\xc2\xfd\xf0\x63\x25\xae\x8e\x2b\xd5\xdf\x75\x9d\xee\x3b\xfd\x4a\xfb\xbf\x83\x82\xda\x93\x56\x45\xde\xd6\x3e\x5c\xa6\xbb\xa1\x56\x7e\xb4\xaa\x1b\x57\xef\x88\x07\xc2\x04\xcb\xe4\x67\x16\xf0\x8c\x21\x46\x7c\x4c\x5c\xfa\xe1\x92\x52\x1a\x98\x3c\x08\x04\x93\xff\x54\x57\x81\x31\x63\x6b\xbe\x61\xb5\x66\x0c\x93\xa7\x2a\x2a\x4c\xd8\x2e\xa9\x1e\xb6\x9d\xb2\x2c\xd1\x31\x14\xb8\x44\x32\x8c\xc4\xb9\x09\x67\x51\x6e\x0f\x34\x17\xe1\xa7\x1c\x75\xfa\xb8\x54\x11\xf5\xe8\x53\x09\x19\x90\xd5\x59\x44\x3d\x78\x3a\x4f\x7d\x08\x06\x3d\x48\xc2\xc0\xa1\x58\x7d\x3a\x9d\x93\x33\x7a\x95\x12\xb4\x33\x18\xca\x6c\xff\xe4\xd2\x84\x6d\x35\xc7\xfc\xf3\xee\xf6\x77\x48\xd8\x1f\x0c\x72\x5e\xc8\xd2\x53\x8a\x23\x0f\x1f\xce\x3f\xc1\xed\x0d\xfb\xf3\xbb\xbb\x64\x1e\xc4\xfa\x2e\xf2\x32\x2e\x78\x20\xab\x8b\xf7\xf7\x7f\xe8\xb8\x6c\x7d\x7f\x7c\xa9\xa1\xb8\x60\xb4\xca\x98\xa3\x95\xc4\xad\xd5\xf0\x28\x43\x78\xe8\x19\x06\xf2\x4c\x0e\x41\x45\xfa\x5f\xc7\xf7\x3a\x71\x08\x18\x0a\x36\xf1\x04\x32\xcc\xdf\x0b\x09\x96\x79\xa1\x93\x2c\xce\xec\xf8\xd0\xa1\x54\xb9\x1c\x38\x26\x8a\xa3\x28\x2e\xfb\xfd\x8a\xa6\x2e\xe4\xc2\x30\xde\xf7\x3f\x9c\xec\x8b\xc2\x45\x5e\xe3\x33\xc1\x54\x12\xe2\x92\x3c\x17\x62\x18\xc0\x0e\xd9\x85\x92\x3c\x8e\x31\x2e\x87\x51\x00\x97\x9c\xa5\xb3\xa3\x01\x68\x04\xde\xc9\x19\xf5\xab\x50\x2f\xd8\x8e\x3e\xd5\x71\xb5\x7e\xab\xfe\xa7\x3f\x67\x4f\xf3\xee\xec\x09\xa9\xc5\xac\x9c\x5f\xcc\x9e\x60\x55\x02\xf1\x62\x56\xe2\x2e\x40\x01\x59\xb1\x7d\x90\x39\x6b\xc8\x09\xeb\x37\x34\xb2\x67\x3d\xf8\xe1\xc5\x9a\x3f\x16\x5b\xe6\xae\x22\x89\x67\x3d\x3c\x3a\x30\x1d\x04\x8e\xec\x5f\x8b\x54\x6b\xb5\x52\xa2\xf3\x2c\x06\xa9\x08\xfe\x66\x08\x4f\xdf\xe9\xf3\x91\xd2\xc3\x9a\x61\x58\x4e\x7f\xda\xd5\x7f\xb7\x39\x98\x61\x6c\x2d\x48\x10\x25\xfe\x44\x65\xb9\x68\x2d\xd0\x2e\x50\xfd\x26\x56\x56\xcc\x26\x33\x31\xef\x8e\xf0\x5b\x8b\xf0\x24\xde\x83\x70\xf5\x37\x13\x5d\x0c\xa2\x9d\xde\xe3\xa7\xde\xbf\x14\xa7\x18\x59\x04\xe0\x73\x6b\x5b\x33\xb8\x23\xe6\x17\xb0\x99\xd5\x40\x3a\x13\x17\x76\x45\xaa\x0f\xa6\xfd\xde\x5f\x66\x26\xdc\x41\xe9\xae\x60\x6b\x5c\x11\x67\x18\xae\x3b\xbb\x93\xeb\xce\xee\x7f\xbb\x5e\x42\x3c\x2a\xf5\xff\x0e\x80\x1d\x31\x31\xc9\xd3\x94\x67\x92\xf9\x67\xc0\x68\x18\x2a\xa6\x10\xef\x53\x22\xd2\x95\x49\x9a\x13\xc7\x3a\x36\x8c\xd7\x4e\xcc\xa6\x90\x49\xe7\x95\x87\xea\x74\x5e\x90\x90\x44\x64\x79\x02\xb6\x64\x45\x97\x2f\x90\x37\x56\x25\xb9\x56\x3f\x89\xfa\xe1\x50\xcc\x24\xa5\xef\xfb\xe4\x01\x98\x17\xac\xe5\x13\x9f\xf7\xf7\xce\xe2\x1b\xe4\x01\xd2\x43\x48\x50\x1d\x4f\xfb\xf3\xa2\x58\x91\xec\x55\x36\xd7\x11\xac\x62\x23\x82\x3e\xbc\xc2\x13\x47\xc9\x0a\x00\
func static_s_js_respond_min_js_bytes() ([]byte, error) {
return bindata_read(
_static_s_js_respond_min_js,
"static/s/js/respond.min.js",
)
}
func static_s_js_respond_min_js() (*asset, error) {
bytes, err := static_s_js_respond_min_js_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "static/s/js/respond.min.js", size: 4377, mode: os.FileMode(436), modTime: time.Unix(1459205211, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _static_s_js_starz_js = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd4\x54\x41\x8f\xda\x3c\x10\xbd\xf3\x2b\x2c\x7f\x48\x38\x5a\x6d\xf2\x55\x3d\x02\x7b\x28\xea\xa1\x97\x6a\xef\x55\x55\x4d\xe3\x09\xb1\xd6\xc4\xc8\x76\xa0\xdb\x2a\xff\xbd\x1e\x88\x17\x92\x90\xb2\x74\x4f\x1d\x09\xe1\xd8\x33\x6f\xde\xbc\x19\x7b\x2a\x8a\xba\xca\xbd\x32\x95\x48\xd8\xaf\x09\x0b\x36\x15\xfc\xbf\x0a\x36\xc8\x93\x74\x07\x5a\x70\x9e\xcc\xfb\xfb\x4f\xf8\x5c\x6f\x4f\x91\x18\x43\xc9\x54\xc1\xc4\x54\xf8\x52\xb9\x63\x7c\xc2\x96\x4b\x16\x40\xce\x5c\xce\xd1\xee\x4b\xa3\x25\xda\x00\x6a\x71\x63\x76\xb8\xd2\xe0\x9c\xe0\x25\xb8\x7b\x57\xe7\x39\x3a\x17\x8e\x40\xca\xb3\xfd\x3d\xd8\x4a\x55\xeb\xc8\x8b\xac\x61\xa8\x1d\xde\x9e\xa2\x85\x62\xb4\x46\x6b\x8d\x1d\x24\x93\x58\x40\xad\x7d\x27\x59\xa7\x56\x24\x35\x56\x46\x22\xd5\xf9\xee\x7d\xbf\x4e\x87\x95\x14\x83\xe0\x26\x79\x91\x94\x1c\x42\xd6\x5c\xab\xfc\x69\x44\xd2\x73\x8c\x26\xfc\xd3\x6f\x12\x5d\xdb\xd3\xb3\xe6\x81\x46\x1b\x08\xa7\xa5\x92\x18\xc3\x76\x60\x19\x69\xc1\x96\xfd\xfe\xb6\x0e\x54\xca\xd1\xa1\xdf\xad\x1b\x65\x7c\x11\xac\x27\x64\x2b\xef\xbc\x83\x1b\xa9\xba\xd2\xec\x45\x92\x7a\xfc\xe1\x05\x7f\xd4\x08\xa1\x99\x5b\x6b\x76\xa1\x02\x06\x07\xe2\x69\x0c\x1d\xb4\x7a\x9a\xae\xd1\x8b\x8e\xe8\x64\x3c\x83\xad\xca\x76\xff\x67\x5a\x39\x9f\xf1\x3b\x02\xe9\x3a\x25\xa9\x34\x15\x9e\x34\x97\xe0\x61\x6c\x4c\xfb\x97\x21\x1a\xe9\xfa\x08\x16\x2b\x1f\x94\x95\x26\xaf\x37\x61\x49\x84\x3e\x6a\xa4\xe5\x87\xe7\x4f\x52\x70\x0f\xdf\x35\xf6\x43\xf7\xa5\xd2\x28\x8e\xc1\x69\x50\x68\x15\xbe\xe5\xe7\x30\x48\x4e\x24\x7d\x1a\x64\xad\x67\x2b\x3e\x39\xc7\xe0\x42\x59\xe7\x0f\x3b\xbd\x14\xcd\x00\x84\xda\x4c\x75\x52\x9b\xab\x5a\xeb\x4b\x89\xfe\x86\xdc\x1b\x48\x8e\x93\x25\xf3\xf6\x30\xb2\xb3\x85\xb7\xd9\xc3\x6c\x24\xd4\xdb\x14\xb6\x5b\xba\x07\x7c\xe1\xe5\x03\x67\x77\x8c\xd7\x0e\xc3\xc8\x1b\xcf\x0a\x53\x87\x1b\x46\x5b\x8b\x8c\x0e\x47\x30\x42\x8e\x43\x9b\x66\x49\xc4\xf2\xf6\x82\xeb\x90\xe5\x85\x97\x27\x5a\x61\x2c\x13\x34\x22\x8a\xa9\x8a\x5d\x9a\xaf\x9b\x4b\x1d\x29\x97\xb0\xbf\xa8\xaf\xe9\xe1\x0a\x5f\x2b\xf5\x0a\x86\xf3\x60\xd7\xf0\x13\xad\xfb\x96\x07\xed\xfc\xab\xf0\x5e\x29\x1f\xd9\x50\xc2\xd3\x4e\x93\xa4\x05\x28\x3d\xf2\x10\x92\xfd\x4b\x37\xee\x8f\x1d\x7d\xcb\xd0\x5e\x51\xbb\x89\x6f\xe5\xa4\x99\x4f\x7e\x07\x00\x00\xff\xff\x42\x33\x6e\xbc\xe3\x07\x00\x00")
func static_s_js_starz_js_bytes() ([]byte, error) {
return bindata_read(
_static_s_js_starz_js,
"static/s/js/starz.js",
)
}
func static_s_js_starz_js() (*asset, error) {
bytes, err := static_s_js_starz_js_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "static/s/js/starz.js", size: 2019, mode: os.FileMode(436), modTime: time.Unix(1459205211, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
// Asset loads and returns the asset for the given name.
// It returns an error if the asset could not be found or
// could not be loaded.
func Asset(name string) ([]byte, error) {
cannonicalName := strings.Replace(name, "\\", "/", -1)
if f, ok := _bindata[cannonicalName]; ok {
a, err := f()
if err != nil {
return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err)
}
return a.bytes, nil
}
return nil, fmt.Errorf("Asset %s not found", name)
}
// MustAsset is like Asset but panics when Asset would return an error.
// It simplifies safe initialization of global variables.
func MustAsset(name string) []byte {
a, err := Asset(name)
if (err != nil) {
panic("asset: Asset(" + name + "): " + err.Error())
}
return a
}
// AssetInfo loads and returns the asset info for the given name.
// It returns an error if the asset could not be found or
// could not be loaded.
func AssetInfo(name string) (os.FileInfo, error) {
cannonicalName := strings.Replace(name, "\\", "/", -1)
if f, ok := _bindata[cannonicalName]; ok {
a, err := f()
if err != nil {
return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err)
}
return a.info, nil
}
return nil, fmt.Errorf("AssetInfo %s not found", name)
}
// AssetNames returns the names of the assets.
func AssetNames() []string {
names := make([]string, 0, len(_bindata))
for name := range _bindata {
names = append(names, name)
}
return names
}
// _bindata is a table, holding each asset generator, mapped to its name.
var _bindata = map[string]func() (*asset, error){
"static/list.html": static_list_html,
"static/s/.index.html.swp": static_s_index_html_swp,
"static/s/LICENSE": static_s_license,
"static/s/README.md": static_s_readme_md,
"static/s/css/bootstrap.css": static_s_css_bootstrap_css,
"static/s/css/bootstrap.min.css": static_s_css_bootstrap_min_css,
"static/s/fonts/glyphicons-halflings-regular.eot": static_s_fonts_glyphicons_halflings_regular_eot,
"static/s/fonts/glyphicons-halflings-regular.svg": static_s_fonts_glyphicons_halflings_regular_svg,
"static/s/fonts/glyphicons-halflings-regular.ttf": static_s_fonts_glyphicons_halflings_regular_ttf,
"static/s/fonts/glyphicons-halflings-regular.woff": static_s_fonts_glyphicons_halflings_regular_woff,
"static/s/fonts/glyphicons-halflings-regular.woff2": static_s_fonts_glyphicons_halflings_regular_woff2,
"static/s/index.html": static_s_index_html,
"static/s/js/bootstrap.js": static_s_js_bootstrap_js,
"static/s/js/bootstrap.min.js": static_s_js_bootstrap_min_js,
"static/s/js/html5shiv.js": static_s_js_html5shiv_js,
"static/s/js/jquery.js": static_s_js_jquery_js,
"static/s/js/respond.min.js": static_s_js_respond_min_js,
"static/s/js/starz.js": static_s_js_starz_js,
}
// AssetDir returns the file names below a certain
// directory embedded in the file by go-bindata.
// For example if you run go-bindata on data/... and data contains the
// following hierarchy:
// data/
// foo.txt
// img/
// a.png
// b.png
// then AssetDir("data") would return []string{"foo.txt", "img"}
// AssetDir("data/img") would return []string{"a.png", "b.png"}
// AssetDir("foo.txt") and AssetDir("notexist") would return an error
// AssetDir("") will return []string{"data"}.
func AssetDir(name string) ([]string, error) {
node := _bintree
if len(name) != 0 {
cannonicalName := strings.Replace(name, "\\", "/", -1)
pathList := strings.Split(cannonicalName, "/")
for _, p := range pathList {
node = node.Children[p]
if node == nil {
return nil, fmt.Errorf("Asset %s not found", name)
}
}
}
if node.Func != nil {
return nil, fmt.Errorf("Asset %s not found", name)
}
rv := make([]string, 0, len(node.Children))
for name := range node.Children {
rv = append(rv, name)
}
return rv, nil
}
type _bintree_t struct {
Func func() (*asset, error)
Children map[string]*_bintree_t
}
var _bintree = &_bintree_t{nil, map[string]*_bintree_t{
"static": &_bintree_t{nil, map[string]*_bintree_t{
"list.html": &_bintree_t{static_list_html, map[string]*_bintree_t{
}},
"s": &_bintree_t{nil, map[string]*_bintree_t{
".index.html.swp": &_bintree_t{static_s_index_html_swp, map[string]*_bintree_t{
}},
"LICENSE": &_bintree_t{static_s_license, map[string]*_bintree_t{
}},
"README.md": &_bintree_t{static_s_readme_md, map[string]*_bintree_t{
}},
"css": &_bintree_t{nil, map[string]*_bintree_t{
"bootstrap.css": &_bintree_t{static_s_css_bootstrap_css, map[string]*_bintree_t{
}},
"bootstrap.min.css": &_bintree_t{static_s_css_bootstrap_min_css, map[string]*_bintree_t{
}},
}},
"fonts": &_bintree_t{nil, map[string]*_bintree_t{
"glyphicons-halflings-regular.eot": &_bintree_t{static_s_fonts_glyphicons_halflings_regular_eot, map[string]*_bintree_t{
}},
"glyphicons-halflings-regular.svg": &_bintree_t{static_s_fonts_glyphicons_halflings_regular_svg, map[string]*_bintree_t{
}},
"glyphicons-halflings-regular.ttf": &_bintree_t{static_s_fonts_glyphicons_halflings_regular_ttf, map[string]*_bintree_t{
}},
"glyphicons-halflings-regular.woff": &_bintree_t{static_s_fonts_glyphicons_halflings_regular_woff, map[string]*_bintree_t{
}},
"glyphicons-halflings-regular.woff2": &_bintree_t{static_s_fonts_glyphicons_halflings_regular_woff2, map[string]*_bintree_t{
}},
}},
"index.html": &_bintree_t{static_s_index_html, map[string]*_bintree_t{
}},
"js": &_bintree_t{nil, map[string]*_bintree_t{
"bootstrap.js": &_bintree_t{static_s_js_bootstrap_js, map[string]*_bintree_t{
}},
"bootstrap.min.js": &_bintree_t{static_s_js_bootstrap_min_js, map[string]*_bintree_t{
}},
"html5shiv.js": &_bintree_t{static_s_js_html5shiv_js, map[string]*_bintree_t{
}},
"jquery.js": &_bintree_t{static_s_js_jquery_js, map[string]*_bintree_t{
}},
"respond.min.js": &_bintree_t{static_s_js_respond_min_js, map[string]*_bintree_t{
}},
"starz.js": &_bintree_t{static_s_js_starz_js, map[string]*_bintree_t{
}},
}},
}},
}},
}}
// Restore an asset under the given directory
func RestoreAsset(dir, name string) error {
data, err := Asset(name)
if err != nil {
return err
}
info, err := AssetInfo(name)
if err != nil {
return err
}
err = os.MkdirAll(_filePath(dir, path.Dir(name)), os.FileMode(0755))
if err != nil {
return err
}
err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode())
if err != nil {
return err
}
err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime())
if err != nil {
return err
}
return nil
}
// Restore assets under the given directory recursively
func RestoreAssets(dir, name string) error {
children, err := AssetDir(name)
if err != nil { // File
return RestoreAsset(dir, name)
} else { // Dir
for _, child := range children {
err = RestoreAssets(dir, path.Join(name, child))
if err != nil {
return err
}
}
}
return nil
}
func _filePath(dir, name string) string {
cannonicalName := strings.Replace(name, "\\", "/", -1)
return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
}