From 0badf719e0c3b9123d7b6be7cf7471d170737d5a Mon Sep 17 00:00:00 2001 From: Daniel Heath Date: Sat, 27 Jan 2018 20:57:21 +1100 Subject: [PATCH 01/12] Add mutex around Save, fixes #70 --- page.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/page.go b/page.go index 849d97b..df44845 100755 --- a/page.go +++ b/page.go @@ -8,6 +8,7 @@ import ( "regexp" "sort" "strings" + "sync" "time" "github.com/schollz/versionedtext" @@ -107,7 +108,11 @@ func (p *Page) Render() { p.RenderedPage = MarkdownToHtml(p.Text.GetCurrent()) } +var saveMut = sync.Mutex{} + func (p *Page) Save() error { + saveMut.Lock() + defer saveMut.Unlock() bJSON, err := json.MarshalIndent(p, "", " ") if err != nil { return err From e1934b979780ce781360c659b1f288e5b23b1ee8 Mon Sep 17 00:00:00 2001 From: Daniel Heath Date: Mon, 29 Jan 2018 22:17:20 +1100 Subject: [PATCH 02/12] Clicking "View" while editing takes you to the current view page --- bindata.go | 4 ++-- templates/index.tmpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bindata.go b/bindata.go index b323ba3..56b3694 100644 --- a/bindata.go +++ b/bindata.go @@ -950,7 +950,7 @@ func staticTextSitemapXml() (*asset, error) { return a, nil } -var _templatesIndexTmpl = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3d\x7f\x73\xdb\x36\xb2\x7f\x37\x33\xf9\x0e\x1b\xc6\xad\xa4\x8b\x44\x59\x69\x9c\x34\x8a\xa4\xbe\x3e\x3b\x37\xcd\x7b\xbe\x24\x13\xbb\x37\x73\x73\xef\xe6\x1d\x44\xae\x24\xc4\x20\xc0\x03\x40\x4b\xae\xc7\xdf\xfd\x0d\x00\x52\xa4\x24\x92\x92\x6d\x25\xcd\xbd\xb1\x3a\xd3\x48\xc0\x62\x77\xb1\xd8\x5f\x58\x90\xf0\xe0\xc9\xc9\x87\xe3\xf3\xbf\x7d\x7c\x0b\x33\x1d\xb1\xd1\xe3\x47\x83\xf4\xdf\xc7\x8f\x00\x00\x06\x33\x24\xe1\xc8\x7d\xb7\xbf\x23\xd4\x04\x66\x5a\xc7\x1d\xfc\x57\x42\x2f\x87\x5e\x20\xb8\x46\xae\x3b\xfa\x2a\x46\x0f\xd2\x5f\x43\x4f\xe3\x42\x77\x0d\xaa\x37\x10\xcc\x88\x54\xa8\x87\xbf\x9d\xff\xb9\xf3\x93\xb7\x81\x8c\x93\x08\x87\xde\x25\xc5\x79\x2c\xa4\x2e\xa0\x98\xd3\x50\xcf\x86\x21\x5e\xd2\x00\x3b\xf6\x47\x1b\x28\xa7\x9a\x12\xd6\x51\x01\x61\x38\xec\xad\x60\x63\x94\x5f\x80\x44\x36\xf4\x48\x1c\x33\xec\x68\x91\x04\xb3\x0e\x0d\x04\xf7\x40\xd1\xdf\x51\x0d\xbd\xa3\x57\x8b\xa3\x57\x1e\xcc\x24\x4e\x86\x5d\xa5\x89\xa6\x41\x97\x46\xd3\x6e\x20\xe6\x57\xa2\xeb\x86\x99\x01\x1d\x0b\xe8\xc7\x7c\x7a\x4b\x02\x2f\x0f\x17\x2f\x0f\x2b\x09\x94\x92\xb2\x43\xee\x40\xea\xd5\xf3\xc5\xab\xe7\xbb\xcc\xc5\x02\xde\x85\xc0\xcb\xc5\xab\x97\x3b\x11\x30\x80\x77\x20\xd0\xeb\xbd\x58\xf4\x7a\x2f\x76\x21\x91\x82\xde\x85\xc8\xf3\xc3\x45\xef\x79\xf5\x9a\x14\x89\x38\xd0\xbb\x10\x79\xf1\x62\xd1\x7b\xb1\xdb\x4c\x1c\xe8\x5d\x88\x1c\x3d\x5f\xf4\x8e\x76\x5a\xf2\x14\xf4\x2e\x44\x7e\x3a\x5c\xf4\x7e\xda\x4d\x5c\x0e\xb4\x9a\x88\x43\x6c\x1c\xc3\xd0\xa3\x11\x99\x62\x37\xe6\xd3\x9c\xd2\xeb\xe7\x8b\xde\xeb\x9a\xe9\xf0\x50\x0a\x1a\xa6\xb4\x1c\xf0\x5d\x69\xfd\xf8\x7c\xf1\x63\x35\xa5\x09\xb9\xb4\x44\x2c\xd4\x5d\x49\xbc\x7e\xb9\x78\x5d\x6d\x2d\x19\x09\x0b\x75\x67\x89\xbd\x5c\xf4\xb6\x93\xb0\x50\xd5\x24\x22\xc2\xe9\x04\x95\xae\xc4\x93\x01\xf8\x9f\x95\xe0\x15\xde\x3a\x52\x46\x0f\x68\x40\x34\x15\xbc\x73\x4e\x19\x1e\x0b\x26\x64\xc1\x79\x3f\x9d\x4c\x26\x55\xbe\x7e\x73\xf4\x3b\x33\xd7\xc2\xe8\x6e\xa4\x36\xac\xa5\x0a\x9b\x9e\x61\x84\x9d\xa0\x82\xfe\xe3\x47\xd7\xd7\x40\x27\x40\x78\x08\xfe\x71\xa2\xb4\x88\x8e\xcf\xce\xc0\xff\x84\x24\xfc\x48\xa6\x08\x37\x37\x8f\x1f\x15\xc4\xa3\xf4\x15\x43\x35\x43\xd4\xd9\x3a\xd8\x48\x16\x28\x95\x0a\xcc\xcb\x24\x16\x28\xd5\x0d\x2c\x42\xdf\xf4\x8e\x2c\x25\x64\x2a\x45\xa9\x02\x49\x63\x5d\xc4\xf1\x99\x5c\x12\xd7\xea\x81\x92\x41\x8e\xe9\xb3\xea\x7e\xfe\x57\x82\xf2\xaa\xd3\xf3\x7f\xf2\x7f\xf4\x3f\x2b\x6f\x34\xe8\x3a\xd0\xd1\x3d\xb8\x9b\x52\x3d\x4b\xc6\x9d\x88\xc8\x8b\x50\xcc\x79\xc6\xe6\x9d\xf1\x45\xc8\x13\xd5\x89\xe8\xfd\x31\x8d\x89\xc2\x1d\x10\x6d\x0e\x9c\xd1\xe9\x8c\xd1\xe9\x4c\x2f\x47\xa6\x72\x5e\x17\x68\x0e\x68\xc8\xac\x4b\xf4\x76\x8b\x93\xe3\x8a\x49\x70\xb1\x8e\xcc\xa0\x33\x3c\xaf\x4f\x7b\x94\xa9\x9e\x7f\x4a\x95\x5e\xea\x5a\xf7\x4f\xf0\xc9\xa4\x4e\x12\x43\x98\x08\x09\x8c\x2a\xad\xe0\x4f\xdd\xc7\x8f\x54\x4c\x38\x5c\x43\x90\x48\x25\x64\x1f\x62\x41\xb9\x46\xf9\x06\x6e\x9c\x66\xf1\xd0\x8e\x1f\x8b\xf0\x0a\xae\x9d\x29\x8c\x49\x70\x31\x95\x22\xe1\x61\x1f\x8c\xc2\xbf\x79\xfc\xe8\xe6\xf1\x23\x5f\x25\x41\x80\x4a\x65\x50\xd6\x34\xfa\xf0\xf4\x28\x18\xff\x74\x14\xbc\x71\x8d\x13\xc1\x75\x67\x8e\x66\x56\x7d\x18\x0b\x16\xa6\x63\x27\x84\xb2\x44\xe2\xfa\xd8\xf0\xf5\xd1\x8f\x2f\x26\x5b\xc6\xc6\x89\xc4\x8e\x51\x12\x20\xeb\xe3\x5f\xbd\x7a\x95\x02\x85\xc8\x50\x53\x3e\xcd\x20\x44\x4c\x02\xaa\xaf\xfa\x70\xe8\x1f\x39\x90\xa7\x73\x49\xe2\xac\x3b\x16\x8a\x1a\x37\xd1\x07\x32\x56\x82\x25\x1a\x53\x26\xb4\x88\xfb\x70\x74\x18\x2f\xd2\xdf\x0c\x27\xba\x0f\xf9\x6f\xe9\xd8\xcb\x1b\xc6\x42\x6b\x11\x65\x2d\x86\x4e\x4c\xc2\x8c\xcc\xcc\xcd\xa6\x77\x78\xf8\xbd\xeb\x4c\x97\xee\x6d\x48\xf3\xa5\x2b\x8a\x5e\x5c\xa2\x9c\x30\x31\xef\xcf\x68\x18\x22\x5f\x0e\x32\xcb\xb4\x04\xb6\x14\x8c\x42\x10\x89\x4b\x91\xd8\x4c\xb6\x0f\x29\xa9\x02\xf1\x62\xd3\x58\x2c\x3a\x8a\xfe\x4e\xf9\xd4\x48\x58\x86\x28\x3b\x63\x91\xcd\xa4\x13\x89\xdf\x3b\xf5\x10\x73\x1c\x5f\x50\x5d\x0f\x54\x29\xda\x54\x94\x6b\x82\x5c\x17\x63\x71\x1d\xf2\x4e\x43\x63\xf3\x37\x17\x3c\x43\x2e\x12\xcd\x28\xc7\x95\xb6\x15\x76\x67\x24\x14\xf3\xd5\xee\xe5\x7c\x37\xfb\x2a\x9a\x25\x9a\x98\xb9\xd2\x64\xb5\xd6\xb5\xf6\xfc\x43\x8c\xd2\xe6\x74\xa1\x7f\x25\xea\x44\xe8\x77\xfc\x3d\x89\xdc\x62\x2f\x87\x4c\x48\x44\xd9\x55\x1f\xbc\xd3\x24\xa0\x21\x81\x63\xc1\x95\x60\xe8\xb5\xe1\x2f\x82\x93\x40\xb4\x21\x12\x5c\xa8\x98\x04\xb8\x44\x69\xc2\x40\x29\x92\xc6\x87\x18\x39\x9c\x11\xae\x1a\xed\xc6\x19\x4e\x05\xc2\x6f\xef\x1a\xed\x73\x32\x13\x11\x69\xff\x22\x29\x61\x6d\x45\xb8\xea\x28\x94\x74\x92\xb3\x98\x59\xff\x8d\xf1\x37\x7e\xe6\xd1\x3b\x56\x23\x13\xd6\x86\xb5\x26\xc1\x96\xf6\x43\xc2\x90\xf2\x69\x27\x5d\x53\x3b\x6d\x8b\xe4\x3f\x22\x0c\x29\x81\x66\x44\x79\x27\x55\xc9\x23\x8c\x5a\xd9\xb8\x90\x5e\x3e\x35\xa6\xdc\xb6\xdf\x24\xf2\x10\x25\x86\x6d\xa8\x54\xeb\x4d\x62\xcf\x33\x65\x2e\x76\xa5\xda\xb4\xec\x4b\x85\x54\xf0\x1d\xf9\xd7\xce\x4c\x48\xfa\xbb\xe0\x9a\xb0\x22\x95\x88\x2c\x32\x8e\x7f\x3c\xcc\xed\x7b\x03\x53\x27\xa4\x8a\x8c\x99\xe1\xba\x88\x13\x89\x61\x64\xa5\xcd\x46\x9f\xaa\x79\xf4\xfc\xe7\x4b\x65\xd9\x9c\xc9\xb2\xcb\x2d\x4e\x99\x54\x0f\xf7\x2b\xd6\xde\x61\x8d\x5c\xf3\xce\xfd\x8b\xa3\x0f\xfe\x11\x46\xd0\xdb\x3e\xe5\x57\xfb\x9e\xf2\x51\xdd\x94\x8f\xbe\x5f\xe1\xa7\x94\xa3\xde\xe1\x9e\x59\x7a\x5e\xb7\x0a\xcf\x0f\x57\x59\x1a\x74\x6d\x86\x30\x5a\x09\xe4\xcb\x5c\x56\x53\xcd\x70\x74\x7d\x0d\x7e\x1a\x69\x06\x5d\xd7\x64\xe6\x52\xfc\x6f\x39\xa2\x98\xbe\x34\xd6\xd2\x97\xc6\xe8\xf1\xa3\xef\x9c\xa3\x65\x34\x16\x30\x84\x09\x61\x0a\x0b\xcc\x9a\x4f\xb7\x3b\x78\xf2\xf7\xe3\x93\x5f\xce\x7f\xf9\xfb\x6a\xc7\x41\x73\x4e\x79\x28\xe6\x2d\x9f\x09\x12\x36\x27\x09\x0f\x4c\x8c\x68\xb6\x8a\xa2\xc8\xb1\xc0\x27\xd4\x89\xe4\x0a\x08\x64\xa0\x6d\xd0\x33\xa2\xdb\x40\x14\x30\xc1\xa7\xe6\x5f\xaa\x6d\x62\x4e\x79\x82\x0a\xb4\x80\x31\x02\xe5\x97\xe2\xc2\xc8\x7c\x4e\x19\x03\x2e\x74\x29\xf6\x31\x82\x96\x74\x3a\x35\xcb\xe3\xc3\xf9\x0c\x97\x54\xdc\xb8\x31\x42\x40\x18\xc3\x10\xc8\x44\xa3\x34\x84\x94\x16\xb1\x82\x31\x9a\x14\x23\xed\x9b\x08\x59\x8a\xfd\x3d\x44\x94\x31\xaa\x30\x10\x3c\x54\x3e\xbc\x9b\xc0\x3f\x69\x64\x95\x47\xe3\x3f\x81\x2a\x88\x89\x52\x86\xc9\x94\x09\xd0\x45\x0e\x04\x37\xbf\x4b\x31\x33\x67\x55\x80\xe1\x14\xdb\x40\xb9\xd2\x48\x42\x10\x13\x8b\x40\x4b\x42\x19\xe5\x53\x7f\x73\xe8\x12\x77\x88\x63\x91\xf0\x00\xed\x02\xb4\x61\x4e\xa8\x6e\xc3\x92\xb7\xd2\xc5\x30\x9f\x4b\x22\x41\xd3\x08\x45\xa2\xdf\x94\x43\x48\xbb\x5e\x50\xbf\xae\xb9\x32\x34\x9e\x2a\x72\x89\x26\x0b\xfa\xcf\x44\x6b\xc1\x1b\x2d\x5f\x62\x24\x2e\xf1\x98\x11\xa5\x9a\xad\x5b\x8e\x35\xba\xda\xf4\x4c\x13\xe5\x53\xaf\x55\xc1\x63\x36\x13\xbb\x99\x5b\x68\x18\x82\x9e\x51\xd5\xae\x06\x36\x1f\x22\xa7\x0a\x86\xe6\x9f\x24\x42\xae\xd5\x16\xdc\x8c\x18\x7d\x19\xee\x28\x08\xf3\x49\xe5\x0a\x43\xe0\x09\x63\x35\xe8\xcd\x87\x4e\xa0\xf9\xa4\xb0\x5e\x86\x8c\x6f\x76\xbd\x57\xcd\x74\x56\x6d\xcb\x71\x9d\x08\x6e\xb6\x89\x87\x30\xf6\x5e\xcc\x61\x98\x2b\x06\xfc\xf0\x03\x3c\xa9\x57\x00\xf3\x09\x18\x12\x79\xee\xc0\x9a\x29\x78\x1d\x27\xf9\xd4\x15\xea\x6c\x9c\x95\xa0\x53\xcd\xba\xb1\x46\x12\x29\xa7\xb7\x17\x43\x99\x08\x4c\x5b\xa9\xd1\x9d\xcf\xa8\x72\x6e\xc1\x52\xb0\xb6\x96\xd9\x11\xe0\x64\x82\x81\x4e\x6d\x16\x2e\xf0\x2a\x89\x01\x2f\x91\x97\xfb\x9d\x5f\x78\x68\x7c\x89\xe0\xec\x0a\x26\x54\xa2\x82\xa3\xc3\xc3\x48\x81\x90\x30\x23\x6c\x02\x04\x9c\xd3\x48\xdd\x8e\x41\x99\x28\x94\xd6\xf9\xc4\x18\x1a\xcf\x4c\xf9\x74\x13\xb5\x31\x0a\x03\xf8\x8e\xc7\x89\x6e\xb4\x7c\xc1\x9b\x0d\xcb\x4b\xa3\xbd\x6a\xf2\xf5\x2a\x19\xb8\x14\xd4\x67\x62\xda\x6c\x38\x5a\x20\x82\x20\x91\x12\xc3\x86\x91\xe5\x77\xdf\x65\xa2\xcf\xa2\xc0\x10\xb4\x4c\x8c\xe3\xd8\xe0\xe1\x92\xb0\x66\x59\x9b\xb1\xf4\x98\x91\x00\x9b\x5d\xec\x4e\xdb\x9e\xd7\x6a\xbd\x81\x9b\x72\x86\xee\xea\x28\x6a\x9c\xc4\x19\xb9\xb4\x3e\xa2\x7c\x60\x12\xdb\xf0\x54\xa6\x37\x37\x6d\x93\x30\xfb\x27\xd9\xca\xdf\xdc\xb4\x5a\xa5\x2a\xb3\x74\xb6\x19\xb2\x2a\x71\x1f\xf8\xe4\x33\x59\x34\x6b\xfc\x83\x89\xc4\x7d\x68\x7c\xfc\x70\x76\xde\xa8\xf1\x53\x89\x64\x7d\x68\x74\x93\x38\x24\x1a\xeb\x00\x43\xa2\x49\x1f\xfe\xeb\xec\xc3\x7b\x5f\x69\x49\xf9\x94\x4e\xae\xea\xe8\x9b\x0f\xc7\xf9\xff\x1a\xd1\xf5\x4b\x57\xb8\xb5\xc5\x7d\xc6\x64\x8a\x7d\xf0\x0a\x59\x88\x57\xe3\x99\xea\xb0\xa5\xd5\x87\x7e\xee\x5a\xcd\x6c\xb6\xba\xd7\xfb\xc4\x1a\x48\x95\xdd\x10\x5a\x56\x3f\x72\x95\xaf\x1f\x58\x49\x9c\x84\xa1\xa3\xec\xa5\x28\x6b\x03\x96\x95\x8b\xab\xff\xdd\x9f\x60\x5a\x85\xd9\x4e\xf0\x0e\x32\xb5\xe6\x65\x25\x15\xa1\x52\x64\x8a\xb5\x31\xa8\x66\xa1\x51\x4a\x21\x0b\xcb\xbc\x98\xc9\xb6\x6b\xfc\xe2\x8b\xbd\x27\xf1\x55\xcb\xc7\x4d\xe3\x8e\x82\x49\x8b\xd0\xe7\xd6\x29\x78\x85\x5a\x77\xf7\xb3\x12\xdc\xdb\x62\xf7\x6e\x58\xc3\x80\x36\x2a\xa2\x62\xa9\xdb\xab\x75\x71\xb1\xa4\x11\xfe\x59\xc8\x33\x64\x93\x13\x54\x5a\x26\x81\xfe\x7a\x0e\xcf\x52\xdf\xb7\xbf\x7b\xf0\x58\x0f\x1e\xab\x8c\xc0\x83\xc7\xba\xbd\x60\xbe\x41\x8f\xc5\x44\x70\x61\xec\xba\x69\xf6\xe0\xf1\x4c\x12\x55\x6d\x18\xfb\xf6\x57\x86\xf6\x57\x70\x57\x5b\x53\xb2\x6c\xe2\xfd\xc2\xf7\x07\x1f\xf7\xe0\xe3\xa0\x46\xb2\xf0\xc3\x0f\x96\x42\x66\x3f\x19\xee\x96\x01\xf0\x4e\x45\x70\xe1\xed\x24\x7c\x57\x06\xf4\x99\x70\x8e\x00\x86\xe0\x75\x0b\xca\xdb\xbd\xa4\x38\xf7\xee\x27\x88\xbb\x4d\xe1\x37\xce\xf6\x36\x09\x0c\xa9\xbe\xc7\x24\x1e\x62\xcd\x1d\x04\xf3\x0d\xc6\x9a\x38\x19\x33\xaa\x66\x36\xdc\x7c\xbd\xa4\xd8\x11\xfd\x06\xe2\x8c\x63\xc4\xd5\x0d\x0a\xa2\x58\x35\xbb\x8f\xae\xe3\x21\xc7\x7e\x88\x3f\xf6\xb3\x94\x6c\x0a\x9f\xfa\xe6\x54\x7f\x30\xdc\xcd\x41\x57\xa8\xdc\x52\xdb\xf6\x2b\xdb\x32\x4a\x4b\x96\xef\x23\xd6\x87\x40\x70\x07\xc1\x7c\x83\x81\x00\x79\x20\xaf\x62\xfd\x47\xed\x3b\x52\xf2\xdf\x40\x48\x78\xd8\x7a\x3c\xb8\xfe\xca\xcf\xb6\xbc\xbd\x60\x45\xab\x39\xc4\x5b\xd7\xf1\x6f\xb3\x01\xa9\x9c\xc8\x09\xee\x71\x22\x0f\x9b\x90\xdb\xa2\xf9\x7f\x19\x7b\xec\xa1\xfc\x07\xb6\x8f\x73\xc8\x93\xb7\xa7\x6f\xcf\xdf\xee\x10\x70\x04\x0b\x19\x55\x5f\x23\xe0\x3c\xc4\x8e\x87\xd8\x01\xf7\x95\xec\x36\x4f\x6a\x74\xf9\xdf\xd1\x93\xde\xc5\x07\x3e\xb8\xd2\x12\x67\x7a\xd0\xf4\x8a\x41\xdb\x6b\xf9\x01\xa3\xc1\x45\xfe\x48\x4d\xb5\x9e\xa1\x1f\x4b\xfb\x40\xd0\x09\x4e\x48\xc2\x74\xe5\xaa\x5c\x12\x59\xc8\x89\x61\x08\xb1\x14\x51\x6c\xf6\xac\x0c\x4d\x03\x72\x8d\x12\x48\x01\xc6\x87\xf7\x42\x63\x1f\xd2\xf4\x87\xf2\xa9\x7b\x4c\xc9\xe9\x00\x10\xc6\xc0\xd0\xa6\x22\x51\x30\xa3\x4a\x0b\x79\xe5\x7b\x6d\xf0\x2a\x57\xd4\x18\x51\x81\x85\x27\xee\x91\xb4\x5a\x45\xac\xd8\xd9\x54\x3d\x77\x55\x22\x71\xf7\x10\x4d\x85\xcc\x0d\xb2\x2f\x2a\x71\x09\x43\xa3\x69\x13\x2a\xa3\xa6\xf7\x8b\x44\xb8\x12\x09\xa8\x24\xfd\x32\x27\x5c\x83\x16\x60\xf9\xf8\xb9\x56\x6e\x72\x27\x8f\xb3\x35\x67\x33\x84\xaa\x5c\xcd\x76\xcf\xbd\x30\x08\xff\x26\x12\xb3\xee\x4a\x61\x08\xc7\x84\x07\xc8\x9e\x54\x62\xbc\xe5\x7a\xa8\xc2\x31\xff\xd7\x5b\x96\xfc\x01\x3c\x2b\x1e\xfb\x58\x9c\x49\x05\xec\x17\x8e\x0b\x6d\x1f\x24\x04\xaa\x81\x2a\x10\x31\x72\x0c\xdb\x40\xaa\xd6\x32\x14\xf6\x41\xe2\x7d\xac\x66\xf9\xd3\x0f\xdf\xec\xea\x65\xe7\x1e\xdf\x88\xfb\x32\x8b\x61\x8f\x5c\xf6\xec\x92\xcc\x90\xfb\x9e\x54\xed\x21\xb6\x7a\x6b\x08\xbc\xac\x32\x68\x38\xd8\xf6\x98\xf2\x6e\x49\xda\x97\xe4\xd2\x1d\x87\x6d\xe5\xb3\xba\xab\xec\xa0\xbd\x06\x53\xb7\x0b\x1f\x3f\x9c\x9d\x67\x01\xc5\x1a\x78\x2d\xb4\x44\x26\x48\x58\x03\x57\x6d\x1e\x65\x62\x28\xd4\x70\xbf\x98\x7d\x2c\x4b\xda\xe0\x15\x9f\x2a\x0e\x43\xe3\xa0\x64\xea\xd3\x84\x75\x6b\x8a\x6a\x8c\x48\xec\x2f\x22\x06\x4a\x18\xdf\x96\xbd\x98\x40\x79\x88\x0b\x0c\x61\x7c\x05\x0a\x89\x0c\x66\x80\x7c\x4a\x39\x2a\xbf\xca\x4f\x64\x06\x51\x79\x06\x53\xa8\x55\xd7\xa9\x5c\x81\xfd\x5b\xb8\x24\xc8\x9f\xba\x37\xee\x1c\xc3\xaa\x88\xfb\xb3\x07\xcf\x60\x4b\xba\x6f\x9f\xfa\xce\x11\xed\xe0\xa3\xf7\x35\x79\xf8\xe2\xf6\x96\xb2\xf1\xed\xbb\x86\x8f\x3b\x32\x5a\x13\x38\x8b\x07\xa3\xb7\x8e\x6e\x65\xac\x66\x55\x8e\x3f\x26\x23\x31\xa9\xb6\xe5\x00\x43\xfb\xe2\x35\x18\xeb\x55\x3b\x24\x21\xd0\xfc\x2b\x4a\x45\x05\x4f\xd1\x29\x4d\xae\x80\xf2\x2c\x5d\x6f\xf9\x7b\xc8\x52\xf2\x02\xd0\x1f\x9f\x98\xac\x37\x1f\x34\xbd\xec\x9d\x38\xaf\xe5\x5f\xe0\x55\x28\xe6\x7c\x97\xb5\xa3\x93\x26\x1a\xf8\x63\x11\x22\x0c\x87\x43\x78\xdd\x82\x6b\x13\x16\x34\x19\xc3\x9c\xa8\x8c\xd5\xda\x10\x32\x45\x0d\x01\x91\xa8\x97\xef\x2c\x77\x15\x32\xb4\xb4\xab\x07\x1a\x6d\x50\x9a\xc8\xec\x05\x22\x7f\x39\xe6\xcc\xb4\x6e\x79\xbb\x06\x79\xb8\x31\xee\x2d\x0f\x4b\xa5\x53\x1c\x77\x60\x86\xc0\x10\x0e\x9a\xe6\xcb\xb6\x57\x9c\x2e\x09\x4b\x8c\xa3\xb6\xa3\xdc\x83\xfa\xb5\x14\xba\x5d\x50\xa8\xf3\xf7\x13\xdd\x78\x2d\xfa\xb6\x09\xc6\x38\x11\x12\x53\x59\x3d\xb3\x32\x7e\xe6\x7a\xdc\x8b\x2a\xb6\xa3\x1a\x7b\xce\x85\xc5\xeb\xab\x64\xec\x6a\x7e\xcd\xc3\xb6\x13\xe5\x96\xba\x59\xf6\x79\x06\xde\xff\xe8\x9a\x9a\xdf\x2a\xec\x3a\x31\xe4\x61\xc5\x2b\x1b\x05\x31\xc4\x49\xa6\x13\x44\xbb\x77\xd4\x97\xca\x01\x64\x4a\x28\x87\xa6\x09\xd8\x82\xa3\xbd\x66\xc1\xbe\x78\x47\xc6\x35\xfc\x97\xa8\x48\x99\x02\xc0\x30\x55\xaa\x67\xd0\xdb\xca\xa3\x73\x5b\xee\xb5\x41\x11\x24\x0a\x98\xa8\x3b\x46\xdb\xd9\xd1\xdd\xc6\x70\x1b\xee\xca\x05\x32\x66\x26\xa0\xae\x3b\x5d\x43\xad\xc2\x78\x6d\xdf\x6e\x1c\xd9\x37\xea\x28\xc7\xf7\x49\x94\xab\xbe\x4f\xb4\x96\xcd\x06\x75\xaf\x24\x95\x0d\xab\x2f\x68\xdb\x1a\xb5\x67\x8b\x7a\xc6\x4d\x9b\xac\xa3\xf1\x73\x03\x9e\xc1\x81\x1f\x13\x49\xa2\xea\x2a\xb4\x97\xf2\xe2\xf5\x33\xae\x2a\xab\x50\x9e\x49\xe6\xbc\x9d\x8a\xd5\x95\x85\xea\x9d\xaa\xee\x9b\x95\xec\x9a\x60\xb0\x56\x7e\xf0\x5d\x0e\xdd\xb4\x21\xe4\x36\x19\x5d\x69\xed\x2c\x5b\x59\x4d\xe4\x14\xb5\x1f\x98\x34\xe3\x94\x2a\xed\x93\x30\x6c\x36\xb2\xfb\x39\x1a\xa5\x65\xb7\xb2\x6d\xeb\x4d\xeb\x0d\x74\xbb\xff\xf8\xc7\x68\xe5\x1d\xe5\xfc\x82\x94\x65\x53\xda\x32\x63\x9f\x95\x4f\x39\xd5\xbf\x66\xf7\xaa\x50\x3e\xfd\xc0\x4f\xdd\x0b\x5d\x2b\x37\xab\x38\x4c\x85\x3b\xe8\x06\xf6\x7a\x03\x1a\x0e\xbd\x98\x84\x2b\x37\x02\x11\xa9\x69\xc0\x10\xec\x74\x86\xde\xca\x7d\x08\xde\x0a\x6b\xe9\x8d\x0f\x2b\x37\x00\x2d\xd1\x84\xf4\xd2\xa2\x9f\x4b\x12\x17\xf1\xaf\x74\x66\x6f\x8c\x17\x01\x8c\xfe\x7c\x4a\xdb\x37\xd0\xba\x79\x84\xf4\xb2\xc8\xf1\xda\xef\xe2\xed\x41\xeb\x22\xb6\x94\xd3\x99\xe5\x37\x25\x94\x5d\x94\xe0\x59\x06\x4d\xe3\x3a\xf7\x16\x4f\xc2\x36\xd0\x74\x6c\xd5\xbc\x04\x18\xdc\xc5\x51\xa3\x41\x97\xd1\xaa\xee\x27\x9d\x4e\x7e\x9d\x8d\x16\x70\x81\x18\x1b\x77\x17\x01\xc3\x4b\x64\x3f\x43\xa7\x53\x8d\x79\x93\x15\x63\xe7\xc5\x69\x11\xd5\x09\x66\x94\x85\x12\x79\xa1\x99\x30\x26\xe6\x9d\x99\xb8\x44\x59\xc5\xb7\xa5\x40\xd2\x0b\x84\x9e\xe6\x42\x39\xa5\xfc\xa2\xe7\x95\xc9\x80\x5f\x78\xab\xef\xe0\x93\x3a\xd4\x65\x72\xcc\x38\xad\xe3\x09\x72\xfd\x3b\xa1\x44\x5e\xfd\xc5\xa4\x45\xeb\x9a\xb2\xb3\xa8\xbc\xd1\x72\x8e\xb6\x3a\x79\x42\x74\x7e\xa2\x5c\x35\xc9\xf7\x38\x37\x93\xab\x59\xd5\x02\xa3\x4b\x8d\xbc\x37\x7f\x7b\xe2\x67\xed\xf2\x84\xbb\xb2\x33\xd3\x3a\x56\xfd\x6e\x7a\x45\x96\x1f\x88\xa8\xab\x82\x99\x60\xec\x77\x77\x0b\x5a\x25\xb7\x67\x22\x91\x01\xee\xce\xf0\xc6\x25\x42\xf7\xe5\xfc\x69\x15\x6b\xce\x2b\x16\xaa\x23\x5b\x99\xeb\x58\xee\xde\xa9\x8f\xd9\x33\x7b\xd0\xd9\xc6\xe1\x72\xf7\xbb\x1d\xb7\x55\x9d\xad\x08\x3f\xee\x8c\x8e\xef\xc0\xde\x9e\x15\x69\x26\x77\x5a\xe0\xa6\x90\xd0\xf4\xdf\xa9\x53\x11\x5c\x60\xd8\xb2\xdf\xd3\xb3\x1e\xf3\xb3\xb5\x8d\xce\x3e\xed\xac\x5e\x3d\x8a\x67\x63\xa3\x54\x3b\x0b\xbc\xc2\xcd\x4d\xfa\x64\x4b\xce\x52\xda\x79\x7d\x8d\x3c\x74\x6e\x71\x07\x01\xdf\x9f\xd3\x65\x0d\x3c\x67\xd3\x89\x17\x6e\x6e\x5c\xc9\x33\x67\xf1\xd4\xfe\xda\x37\x7f\x2b\xe7\x3d\xe9\x3e\xbf\xd2\x2d\xfc\xea\xfa\x77\x25\xbf\x55\xb1\xee\x2f\xc0\x8d\x23\xa0\xd1\x19\xb2\x49\x27\x4c\x9b\xbe\xda\x42\xe6\x47\x83\xa3\xb7\xe6\xeb\xfe\x4c\x74\xd0\x4d\x58\x55\x72\x51\x9f\xb2\xdc\x36\x23\x31\xdc\xcc\xa9\x9e\x81\xff\x57\x8a\xf3\x54\x27\x72\x18\xb7\x3d\xc4\x70\xc9\x73\x65\x36\x55\xaa\x5b\xf6\x41\xb6\x2a\xc5\x32\x04\xab\x73\x11\x3b\x4f\x9b\x62\x7d\xc9\x24\x6b\x6f\xf3\x87\x3b\x65\x65\xf5\x22\x80\xfb\xa4\x63\x35\xea\x7d\x9b\x15\x94\x48\xc2\x4a\xf6\x8f\x13\x29\x91\xeb\x2d\x33\xa8\xb7\x88\xeb\x6b\x90\x84\x4f\xd1\x6c\x31\x02\xe4\x9a\x5d\x99\x9c\x02\xc3\xfb\x45\x8c\x2a\xb3\x5d\xce\xd0\xcf\xe6\x36\xb2\xdf\x77\x30\xdd\xbd\x98\x6d\x79\xe7\xfd\x62\xed\x66\x14\xb9\xa5\xc5\xfc\xc1\x91\xab\x9a\xaf\x2a\xbd\x2b\xb0\x3b\x1a\xd8\xbb\x45\x6d\x58\x58\x3d\x2a\x18\x0d\xba\xa6\x6b\xb4\x85\xfa\xb6\x0c\xe5\xdb\xcf\x4c\xfe\x78\xf9\xd5\x98\xc5\xea\x85\x91\x25\x83\x37\x6e\x91\xbd\xd5\x14\x73\xf7\x5d\xc0\x51\xeb\xbe\x77\x5c\xb4\xe5\x61\xce\xe8\xd8\x7c\x83\x50\xf0\x6d\xf1\xfd\xce\x9a\x74\x8f\x49\x6c\x3e\x23\x58\xb5\xe6\x06\xf5\xfd\x96\x72\x07\xfe\x0b\xdb\xc1\x3b\xf0\x5f\xbb\xb7\xaf\xd6\x53\xf3\x7d\x57\x5d\xb5\xf6\xb4\x79\xed\xe0\x72\x8a\x9b\x0e\x3c\xab\x65\x95\xd6\xad\xaa\xca\x69\x50\xba\x43\xce\xc7\xd8\x0a\xdf\x60\x79\xd4\x41\x12\x2d\x5c\x11\xdd\xde\x4a\x35\x13\x2c\x44\x39\xf4\x7e\x53\x08\x59\xb1\x0f\xb4\x80\xb9\xa4\x1a\xdd\x39\x3d\x17\x1a\x9f\xc0\x7b\x9c\xf7\xed\x99\x5e\x40\x96\x6f\x7a\xe6\xfd\x30\x9f\x21\xb7\xdd\x44\xa2\x55\x60\x68\x16\xc4\x0d\x9d\x51\xb6\x45\x6d\xf9\x4e\xe9\x97\x37\x2b\xb9\x7a\xd1\x27\x32\xcf\xaf\x6d\x4c\x79\x1d\x39\x79\x14\x54\xa5\xb6\x74\xb8\x26\x8c\x13\xc1\xf5\x7f\x73\x31\x5f\x0a\x44\x69\x29\xf8\x74\x34\x08\xec\xb3\x39\x8e\xaa\x48\x6c\xa9\xc7\xcc\x01\x12\x83\x52\x69\x21\xc2\x27\x83\x6e\x0a\x34\xe8\xa6\xa3\x6a\xf4\x35\xa5\x57\xc8\xe9\xb6\x16\x31\x6b\x2c\x20\xbb\x48\xd7\xed\x84\x2a\x47\x0f\x66\xbd\x7c\xb7\x34\xeb\x95\x17\x29\x4b\x85\xe3\x32\xa0\x03\xda\x86\x03\x84\xfe\x10\xfc\xec\x48\xb6\xce\x16\xed\xc5\x9b\x43\xcf\x58\x7d\xc7\x7e\x4f\xef\x04\xde\x29\xc1\x3b\x58\xc9\xd1\x7f\xbe\x74\xf4\x86\xd7\xd7\x07\x68\x0c\x34\x4b\x4c\x7f\xe0\x63\x15\xbf\x71\xff\xaf\x18\x6f\xe8\x6f\x8c\xcf\xbc\xcd\x0e\xe3\x25\xd9\x24\xff\x89\x6c\x50\xaf\xb2\x68\xfb\x2c\x0a\x1c\x2c\x25\x76\x8e\x0b\x0d\x07\xf4\xe6\xc6\x0d\x6b\x5e\x5f\xd3\x09\x30\x0d\xcd\x75\xc0\xe3\x99\x11\xfa\x59\x12\x29\x38\xa0\x2d\x38\xbc\xb9\x71\x2e\x26\x15\xab\xbb\xde\xdb\xaa\x73\x16\xc3\x4a\xfa\xa7\x12\x4d\x1a\xfe\x2c\xf5\x2c\x9b\xec\xac\x50\x31\x86\x64\xfd\x54\xab\xc2\x49\x2d\x1d\xd4\xc6\xda\x6d\x3a\xa6\x7a\x5d\xdd\x12\x52\x97\x59\xf7\x81\x65\xd8\xe8\x1d\xc3\x08\xb9\xb6\xda\x67\x06\xbf\xd3\x18\xa9\x9a\xb0\x9e\x8f\xa8\xa4\x50\xc1\x5e\xd6\x5c\xca\xf7\x09\x95\x18\xd4\x5b\x99\x3d\xef\xcb\x96\xc1\x5d\x82\xdb\x3b\x3c\xfc\xbe\x5c\xed\x07\xba\xaa\x1e\x31\xd0\xb3\xd1\x89\x08\xec\x95\x9a\x83\xae\x9e\xd5\x80\xa5\xfb\x1c\xfb\xc7\x2a\xb6\x80\xbe\x4f\x22\x30\x2e\x5f\x6d\x81\x3b\x25\x4a\x83\xdb\xe9\x54\x42\x0e\xba\x15\xcc\x67\x0e\x23\x97\xd6\x5b\xae\x25\xc5\x0a\x77\x51\x27\x83\x70\x2d\x16\xa7\x97\x84\xbb\x9d\xfb\xa8\xd0\xe2\x42\xab\x0e\x6b\x30\x5d\x5f\xfb\xa7\xc8\xa7\x7a\x66\x03\xc6\x16\xc8\xf7\x49\x14\x58\xdb\x50\xbb\x40\x1b\x71\x19\x69\x9d\xd3\x08\x6b\xe0\x6b\x24\x56\x19\x2a\x06\x5d\xab\x50\x1b\xd6\x95\x5a\xe2\xfa\x59\x16\x14\x72\x82\x52\x65\x1e\x74\xd3\xf3\xba\xd1\x6a\x9e\x31\xe8\x8e\x45\x78\xe5\xfe\xaa\x42\x37\xfd\x4b\x54\xff\x17\x00\x00\xff\xff\x2c\x8a\xa2\x6c\xa3\x6a\x00\x00") +var _templatesIndexTmpl = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3d\x7f\x73\xdb\x36\xb2\x7f\x37\x33\xf9\x0e\x1b\xc6\xad\xa4\x8b\x44\x59\x69\x9c\x34\x8a\xa4\xbe\x3e\x3b\x37\xcd\x7b\xbe\x24\x13\xbb\x37\x73\x73\xef\xe6\x1d\x44\xae\x24\xc4\x20\xc0\x03\x40\x4b\xae\xc7\xdf\xfd\x0d\x00\x52\xa4\x24\x92\x92\x6d\x25\xcd\xbd\xb1\x3a\xd3\x48\xc0\x62\x77\xb1\xd8\x5f\x58\x90\xf0\xe0\xc9\xc9\x87\xe3\xf3\xbf\x7d\x7c\x0b\x33\x1d\xb1\xd1\xe3\x47\x83\xf4\xdf\xc7\x8f\x00\x00\x06\x33\x24\xe1\xc8\x7d\xb7\xbf\x23\xd4\x04\x66\x5a\xc7\x1d\xfc\x57\x42\x2f\x87\x5e\x20\xb8\x46\xae\x3b\xfa\x2a\x46\x0f\xd2\x5f\x43\x4f\xe3\x42\x77\x0d\xaa\x37\x10\xcc\x88\x54\xa8\x87\xbf\x9d\xff\xb9\xf3\x93\xb7\x81\x8c\x93\x08\x87\xde\x25\xc5\x79\x2c\xa4\x2e\xa0\x98\xd3\x50\xcf\x86\x21\x5e\xd2\x00\x3b\xf6\x47\x1b\x28\xa7\x9a\x12\xd6\x51\x01\x61\x38\xec\xad\x60\x63\x94\x5f\x80\x44\x36\xf4\x48\x1c\x33\xec\x68\x91\x04\xb3\x0e\x0d\x04\xf7\x40\xd1\xdf\x51\x0d\xbd\xa3\x57\x8b\xa3\x57\x1e\xcc\x24\x4e\x86\x5d\xa5\x89\xa6\x41\x97\x46\xd3\x6e\x20\xe6\x57\xa2\xeb\x86\x99\x01\x1d\x0b\xe8\xc7\x7c\x7a\x4b\x02\x2f\x0f\x17\x2f\x0f\x2b\x09\x94\x92\xb2\x43\xee\x40\xea\xd5\xf3\xc5\xab\xe7\xbb\xcc\xc5\x02\xde\x85\xc0\xcb\xc5\xab\x97\x3b\x11\x30\x80\x77\x20\xd0\xeb\xbd\x58\xf4\x7a\x2f\x76\x21\x91\x82\xde\x85\xc8\xf3\xc3\x45\xef\x79\xf5\x9a\x14\x89\x38\xd0\xbb\x10\x79\xf1\x62\xd1\x7b\xb1\xdb\x4c\x1c\xe8\x5d\x88\x1c\x3d\x5f\xf4\x8e\x76\x5a\xf2\x14\xf4\x2e\x44\x7e\x3a\x5c\xf4\x7e\xda\x4d\x5c\x0e\xb4\x9a\x88\x43\x6c\x1c\xc3\xd0\xa3\x11\x99\x62\x37\xe6\xd3\x9c\xd2\xeb\xe7\x8b\xde\xeb\x9a\xe9\xf0\x50\x0a\x1a\xa6\xb4\x1c\xf0\x5d\x69\xfd\xf8\x7c\xf1\x63\x35\xa5\x09\xb9\xb4\x44\x2c\xd4\x5d\x49\xbc\x7e\xb9\x78\x5d\x6d\x2d\x19\x09\x0b\x75\x67\x89\xbd\x5c\xf4\xb6\x93\xb0\x50\xd5\x24\x22\xc2\xe9\x04\x95\xae\xc4\x93\x01\xf8\x9f\x95\xe0\x15\xde\x3a\x52\x46\x0f\x68\x40\x34\x15\xbc\x73\x4e\x19\x1e\x0b\x26\x64\xc1\x79\x3f\x9d\x4c\x26\x55\xbe\x7e\x73\xf4\x3b\x33\xd7\xc2\xe8\x6e\xa4\x36\xac\xa5\x0a\x9b\x9e\x61\x84\x9d\xa0\x82\xfe\xe3\x47\xd7\xd7\x40\x27\x40\x78\x08\xfe\x71\xa2\xb4\x88\x8e\xcf\xce\xc0\xff\x84\x24\xfc\x48\xa6\x08\x37\x37\x8f\x1f\x15\xc4\xa3\xf4\x15\x43\x35\x43\xd4\xd9\x3a\xd8\x48\x16\x28\x95\x0a\xcc\xcb\x24\x16\x28\xd5\x0d\x2c\x42\xdf\xf4\x8e\x2c\x25\x64\x2a\x45\xa9\x02\x49\x63\x5d\xc4\xf1\x99\x5c\x12\xd7\xea\x81\x92\x41\x8e\xe9\xb3\xea\x7e\xfe\x57\x82\xf2\xaa\xd3\xf3\x7f\xf2\x7f\xf4\x3f\x2b\x6f\x34\xe8\x3a\xd0\xd1\x3d\xb8\x9b\x52\x3d\x4b\xc6\x9d\x88\xc8\x8b\x50\xcc\x79\xc6\xe6\x9d\xf1\x45\xc8\x13\xd5\x89\xe8\xfd\x31\x8d\x89\xc2\x1d\x10\x6d\x0e\x9c\xd1\xe9\x8c\xd1\xe9\x4c\x2f\x47\xa6\x72\x5e\x17\x68\x0e\x68\xc8\xac\x4b\xf4\x76\x8b\x93\xe3\x8a\x49\x70\xb1\x8e\xcc\xa0\x33\x3c\xaf\x4f\x7b\x94\xa9\x9e\x7f\x4a\x95\x5e\xea\x5a\xf7\x4f\xf0\xc9\xa4\x4e\x12\x43\x98\x08\x09\x8c\x2a\xad\xe0\x4f\xdd\xc7\x8f\x54\x4c\x38\x5c\x43\x90\x48\x25\x64\x1f\x62\x41\xb9\x46\xf9\x06\x6e\x9c\x66\xf1\xd0\x8e\x1f\x8b\xf0\x0a\xae\x9d\x29\x8c\x49\x70\x31\x95\x22\xe1\x61\x1f\x8c\xc2\xbf\x79\xfc\xe8\xe6\xf1\x23\x5f\x25\x41\x80\x4a\x65\x50\xd6\x34\xfa\xf0\xf4\x28\x18\xff\x74\x14\xbc\x71\x8d\x13\xc1\x75\x67\x8e\x66\x56\x7d\x18\x0b\x16\xa6\x63\x27\x84\xb2\x44\xe2\xfa\xd8\xf0\xf5\xd1\x8f\x2f\x26\x5b\xc6\xc6\x89\xc4\x8e\x51\x12\x20\xeb\xe3\x5f\xbd\x7a\x95\x02\x85\xc8\x50\x53\x3e\xcd\x20\x44\x4c\x02\xaa\xaf\xfa\x70\xe8\x1f\x39\x90\xa7\x73\x49\xe2\xac\x3b\x16\x8a\x1a\x37\xd1\x07\x32\x56\x82\x25\x1a\x53\x26\xb4\x88\xfb\x70\x74\x18\x2f\xd2\xdf\x0c\x27\xba\x0f\xf9\x6f\xe9\xd8\xcb\x1b\xc6\x42\x6b\x11\x65\x2d\x86\x4e\x4c\xc2\x8c\xcc\xcc\xcd\xa6\x77\x78\xf8\xbd\xeb\x4c\x97\xee\x6d\x48\xf3\xa5\x2b\x8a\x5e\x5c\xa2\x9c\x30\x31\xef\xcf\x68\x18\x22\x5f\x0e\x32\xcb\xb4\x04\xb6\x14\x8c\x42\x10\x89\x4b\x91\xd8\x4c\xb6\x0f\x29\xa9\x02\xf1\x62\xd3\x58\x2c\x3a\x8a\xfe\x4e\xf9\xd4\x48\x58\x86\x28\x3b\x63\x91\xcd\xa4\x13\x89\xdf\x3b\xf5\x10\x73\x1c\x5f\x50\x5d\x0f\x54\x29\xda\x54\x94\x6b\x82\x5c\x17\x63\x71\x1d\xf2\x4e\x43\x63\xf3\x37\x17\x3c\x43\x2e\x12\xcd\x28\xc7\x95\xb6\x15\x76\x67\x24\x14\xf3\xd5\xee\xe5\x7c\x37\xfb\x2a\x9a\x25\x9a\x98\xb9\xd2\x64\xb5\xd6\xb5\xf6\xfc\x43\x8c\xd2\xe6\x74\xa1\x7f\x25\xea\x44\xe8\x77\xfc\x3d\x89\xdc\x62\x2f\x87\x4c\x48\x44\xd9\x55\x1f\xbc\xd3\x24\xa0\x21\x81\x63\xc1\x95\x60\xe8\xb5\xe1\x2f\x82\x93\x40\xb4\x21\x12\x5c\xa8\x98\x04\xb8\x44\x69\xc2\x40\x29\x92\xc6\x87\x18\x39\x9c\x11\xae\x1a\xed\xc6\x19\x4e\x05\xc2\x6f\xef\x1a\xed\x73\x32\x13\x11\x69\xff\x22\x29\x61\x6d\x45\xb8\xea\x28\x94\x74\x92\xb3\x98\x59\xff\x8d\xf1\x37\x7e\xe6\xd1\x3b\x56\x23\x13\xd6\x86\xb5\x26\xc1\x96\xf6\x43\xc2\x90\xf2\x69\x27\x5d\x53\x3b\x6d\x8b\xe4\x3f\x22\x0c\x29\x81\x66\x44\x79\x27\x55\xc9\x23\x8c\x5a\xd9\xb8\x90\x5e\x3e\x35\xa6\xdc\xb6\xdf\x24\xf2\x10\x25\x86\x6d\xa8\x54\xeb\x4d\x62\xcf\x33\x65\x2e\x76\xa5\xda\xb4\xec\x4b\x85\x54\xf0\x1d\xf9\xd7\xce\x4c\x48\xfa\xbb\xe0\x9a\xb0\x22\x95\x88\x2c\x32\x8e\x7f\x3c\xcc\xed\x7b\x03\x53\x27\xa4\x8a\x8c\x99\xe1\xba\x88\x13\x89\x61\x64\xa5\xcd\x46\x9f\xaa\x79\xf4\xfc\xe7\x4b\x65\xd9\x9c\xc9\xb2\xcb\x2d\x4e\x99\x54\x0f\xf7\x2b\xd6\xde\x61\x8d\x5c\xf3\xce\xfd\x8b\xa3\x0f\xfe\x11\x46\xd0\xdb\x3e\xe5\x57\xfb\x9e\xf2\x51\xdd\x94\x8f\xbe\x5f\xe1\xa7\x94\xa3\xde\xe1\x9e\x59\x7a\x5e\xb7\x0a\xcf\x0f\x57\x59\x1a\x74\x6d\x86\x30\x5a\x09\xe4\xcb\x5c\x56\x53\xcd\x70\x74\x7d\x0d\x7e\x1a\x69\x06\x5d\xd7\x64\xe6\x52\xfc\x6f\x39\xa2\x98\xbe\x34\xd6\xd2\x97\xc6\xe8\xf1\xa3\xef\x9c\xa3\x65\x34\x16\x30\x84\x09\x61\x0a\x0b\xcc\x9a\x4f\xb7\x3b\x78\xf2\xf7\xe3\x93\x5f\xce\x7f\xf9\xfb\x6a\xc7\x41\x73\x4e\x79\x28\xe6\x2d\x9f\x09\x12\x36\x27\x09\x0f\x4c\x8c\x68\xb6\x8a\xa2\xc8\xb1\xc0\x27\xd4\x89\xe4\x0a\x08\x64\xa0\x6d\xd0\x33\xa2\xdb\x40\x14\x30\xc1\xa7\xe6\x5f\xaa\x6d\x62\x4e\x79\x82\x0a\xb4\x80\x31\x02\xe5\x97\xe2\xc2\xc8\x7c\x4e\x19\x03\x2e\x74\x29\xf6\x31\x82\x96\x74\x3a\x35\xcb\xe3\xc3\xf9\x0c\x97\x54\xdc\xb8\x31\x42\x40\x18\xc3\x10\xc8\x44\xa3\x34\x84\x94\x16\xb1\x82\x31\x9a\x14\x23\xed\x9b\x08\x59\x8a\xfd\x3d\x44\x94\x31\xaa\x30\x10\x3c\x54\x3e\xbc\x9b\xc0\x3f\x69\x64\x95\x47\xe3\x3f\x81\x2a\x88\x89\x52\x86\xc9\x94\x09\xd0\x45\x0e\x04\x37\xbf\x4b\x31\x33\x67\x55\x80\xe1\x14\xdb\x40\xb9\xd2\x48\x42\x10\x13\x8b\x40\x4b\x42\x19\xe5\x53\x7f\x73\xe8\x12\x77\x88\x63\x91\xf0\x00\xed\x02\xb4\x61\x4e\xa8\x6e\xc3\x92\xb7\xd2\xc5\x30\x9f\x4b\x22\x41\xd3\x08\x45\xa2\xdf\x94\x43\x48\xbb\x5e\x50\xbf\xae\xb9\x32\x34\x9e\x2a\x72\x89\x26\x0b\xfa\xcf\x44\x6b\xc1\x1b\x2d\x5f\x62\x24\x2e\xf1\x98\x11\xa5\x9a\xad\x5b\x8e\x35\xba\xda\xf4\x4c\x13\xe5\x53\xaf\x55\xc1\x63\x36\x13\xbb\x99\x5b\x68\x18\x82\x9e\x51\xd5\xae\x06\x36\x1f\x22\xa7\x0a\x86\xe6\x9f\x24\x42\xae\xd5\x16\xdc\x8c\x18\x7d\x19\xee\x28\x08\xf3\x49\xe5\x0a\x43\xe0\x09\x63\x35\xe8\xcd\x87\x4e\xa0\xf9\xa4\xb0\x5e\x86\x8c\x6f\x76\xbd\x57\xcd\x74\x56\x6d\xcb\x71\x9d\x08\x6e\xb6\x89\x87\x30\xf6\x5e\xcc\x61\x98\x2b\x06\xfc\xf0\x03\x3c\xa9\x57\x00\xf3\x09\x18\x12\x79\xee\xc0\x9a\x29\x78\x1d\x27\xf9\xd4\x15\xea\x6c\x9c\x95\xa0\x53\xcd\xba\xb1\x46\x12\x29\xa7\xb7\x17\x43\x99\x08\x4c\x5b\xa9\xd1\x9d\xcf\xa8\x72\x6e\xc1\x52\xb0\xb6\x96\xd9\x11\xe0\x64\x82\x81\x4e\x6d\x16\x2e\xf0\x2a\x89\x01\x2f\x91\x97\xfb\x9d\x5f\x78\x68\x7c\x89\xe0\xec\x0a\x26\x54\xa2\x82\xa3\xc3\xc3\x48\x81\x90\x30\x23\x6c\x02\x04\x9c\xd3\x48\xdd\x8e\x41\x99\x28\x94\xd6\xf9\xc4\x18\x1a\xcf\x4c\xf9\x74\x13\xb5\x31\x0a\x03\xf8\x8e\xc7\x89\x6e\xb4\x7c\xc1\x9b\x0d\xcb\x4b\xa3\xbd\x6a\xf2\xf5\x2a\x19\xb8\x14\xd4\x67\x62\xda\x6c\x38\x5a\x20\x82\x20\x91\x12\xc3\x86\x91\xe5\x77\xdf\x65\xa2\xcf\xa2\xc0\x10\xb4\x4c\x8c\xe3\xd8\xe0\xe1\x92\xb0\x66\x59\x9b\xb1\xf4\x98\x91\x00\x9b\x5d\xec\x4e\xdb\x9e\xd7\x6a\xbd\x81\x9b\x72\x86\xee\xea\x28\x6a\x9c\xc4\x19\xb9\xb4\x3e\xa2\x7c\x60\x12\xdb\xf0\x54\xa6\x37\x37\x6d\x93\x30\xfb\x27\xd9\xca\xdf\xdc\xb4\x5a\xa5\x2a\xb3\x74\xb6\x19\xb2\x2a\x71\x1f\xf8\xe4\x33\x59\x34\x6b\xfc\x83\x89\xc4\x7d\x68\x7c\xfc\x70\x76\xde\xa8\xf1\x53\x89\x64\x7d\x68\x74\x93\x38\x24\x1a\xeb\x00\x43\xa2\x49\x1f\xfe\xeb\xec\xc3\x7b\x5f\x69\x49\xf9\x94\x4e\xae\xea\xe8\x9b\x0f\xc7\xf9\xff\x1a\xd1\xf5\x4b\x57\xb8\xb5\xc5\x7d\xc6\x64\x8a\x7d\xf0\x0a\x59\x88\x57\xe3\x99\xea\xb0\xa5\xd5\x87\x7e\xee\x5a\xcd\x6c\xb6\xba\xd7\xfb\xc4\x1a\x48\x95\xdd\x10\x5a\x56\x3f\x72\x95\xaf\x1f\x58\x49\x9c\x84\xa1\xa3\xec\xa5\x28\x6b\x03\x96\x95\x8b\xab\xff\xdd\x9f\x60\x5a\x85\xd9\x4e\xf0\x0e\x32\xb5\xe6\x65\x25\x15\xa1\x52\x64\x8a\xb5\x31\xa8\x66\xa1\x51\x4a\x21\x0b\xcb\xbc\x98\xc9\xb6\x6b\xfc\xe2\x8b\xbd\x27\xf1\x55\xcb\xc7\x4d\xe3\x8e\x82\x49\x8b\xd0\xe7\xd6\x29\x78\x85\x5a\x77\xf7\xb3\x12\xdc\xdb\x62\xf7\x6e\x58\xc3\x80\x36\x2a\xa2\x62\xa9\xdb\xab\x75\x71\xb1\xa4\x11\xfe\x59\xc8\x33\x64\x93\x13\x54\x5a\x26\x81\xfe\x7a\x0e\xcf\x52\xdf\xb7\xbf\x7b\xf0\x58\x0f\x1e\xab\x8c\xc0\x83\xc7\xba\xbd\x60\xbe\x41\x8f\xc5\x44\x70\x61\xec\xba\x69\xf6\xe0\xf1\x4c\x12\x55\x6d\x18\xfb\xf6\x57\x86\xf6\x57\x70\x57\x5b\x53\xb2\x6c\xe2\xfd\xc2\xf7\x07\x1f\xf7\xe0\xe3\xa0\x46\xb2\xf0\xc3\x0f\x96\x42\x66\x3f\x19\xee\x96\x01\xf0\x4e\x45\x70\xe1\xed\x24\x7c\x57\x06\xf4\x99\x70\x8e\x00\x86\xe0\x75\x0b\xca\xdb\xbd\xa4\x38\xf7\xee\x27\x88\xbb\x4d\xe1\x37\xce\xf6\x36\x09\x0c\xa9\xbe\xc7\x24\x1e\x62\xcd\x1d\x04\xf3\x0d\xc6\x9a\x38\x19\x33\xaa\x66\x36\xdc\x7c\xbd\xa4\xd8\x11\xfd\x06\xe2\x8c\x63\xc4\xd5\x0d\x0a\xa2\x58\x35\xbb\x8f\xae\xe3\x21\xc7\x7e\x88\x3f\xf6\xb3\x94\x6c\x0a\x9f\xfa\xe6\x54\x7f\x30\xdc\xcd\x41\x57\xa8\xdc\x52\xdb\xf6\x2b\xdb\x32\x4a\x4b\x96\xef\x23\xd6\x87\x40\x70\x07\xc1\x7c\x83\x81\x00\x79\x20\xaf\x62\xfd\x47\xed\x3b\x52\xf2\xdf\x40\x48\x78\xd8\x7a\x3c\xb8\xfe\xca\xcf\xb6\xbc\xbd\x60\x45\xab\x39\xc4\x5b\xd7\xf1\x6f\xb3\x01\xa9\x9c\xc8\x09\xee\x71\x22\x0f\x9b\x90\xdb\xa2\xf9\x7f\x19\x7b\xec\xa1\xfc\x07\xb6\x8f\x73\xc8\x93\xb7\xa7\x6f\xcf\xdf\xee\x10\x70\x04\x0b\x19\x55\x5f\x23\xe0\x3c\xc4\x8e\x87\xd8\x01\xf7\x95\xec\x36\x4f\x6a\x74\xf9\xdf\xd1\x93\xde\xc5\x07\x3e\xb8\xd2\x12\x67\x7a\xd0\xf4\x8a\x41\xdb\x6b\xf9\x01\xa3\xc1\x45\xfe\x48\x4d\xb5\x9e\xa1\x1f\x4b\xfb\x40\xd0\x09\x4e\x48\xc2\x74\xe5\xaa\x5c\x12\x59\xc8\x89\x61\x08\xb1\x14\x51\x6c\xf6\xac\x0c\x4d\x03\x72\x8d\x12\x48\x01\xc6\x87\xf7\x42\x63\x1f\xd2\xf4\x87\xf2\xa9\x7b\x4c\xc9\xe9\x00\x10\xc6\xc0\xd0\xa6\x22\x51\x30\xa3\x4a\x0b\x79\xe5\x7b\x6d\xf0\x2a\x57\xd4\x18\x51\x81\x85\x27\xee\x91\xb4\x5a\x45\xac\xd8\xd9\x54\x3d\x77\x55\x22\x71\xf7\x10\x4d\x85\xcc\x0d\xb2\x2f\x2a\x71\x09\x43\xa3\x69\x13\x2a\xa3\xa6\xf7\x8b\x44\xb8\x12\x09\xa8\x24\xfd\x32\x27\x5c\x83\x16\x60\xf9\xf8\xb9\x56\x6e\x72\x27\x8f\xb3\x35\x67\x33\x84\xaa\x5c\xcd\x76\xcf\xbd\x30\x08\xff\x26\x12\xb3\xee\x4a\x61\x08\xc7\x84\x07\xc8\x9e\x54\x62\xbc\xe5\x7a\xa8\xc2\x31\xff\xd7\x5b\x96\xfc\x01\x3c\x2b\x1e\xfb\x58\x9c\x49\x05\xec\x17\x8e\x0b\x6d\x1f\x24\x04\xaa\x81\x2a\x10\x31\x72\x0c\xdb\x40\xaa\xd6\x32\x14\xf6\x41\xe2\x7d\xac\x66\xf9\xd3\x0f\xdf\xec\xea\x65\xe7\x1e\xdf\x88\xfb\x32\x8b\x61\x8f\x5c\xf6\xec\x92\xcc\x90\xfb\x9e\x54\xed\x21\xb6\x7a\x6b\x08\xbc\xac\x32\x68\x38\xd8\xf6\x98\xf2\x6e\x49\xda\x97\xe4\xd2\x1d\x87\x6d\xe5\xb3\xba\xab\xec\xa0\xbd\x06\x53\xb7\x0b\x1f\x3f\x9c\x9d\x67\x01\xc5\x1a\x78\x2d\xb4\x44\x26\x48\x58\x03\x57\x6d\x1e\x65\x62\x28\xd4\x70\xbf\x98\x7d\x2c\x4b\xda\xe0\x15\x9f\x2a\x0e\x43\xe3\xa0\x64\xea\xd3\x84\x75\x6b\x8a\x6a\x8c\x48\xec\x2f\x22\x06\x4a\x18\xdf\x96\xbd\x98\x40\x79\x88\x0b\x0c\x61\x7c\x05\x0a\x89\x0c\x66\x80\x7c\x4a\x39\x2a\xbf\xca\x4f\x64\x06\x51\x79\x06\x53\xa8\x55\xd7\xa9\x5c\x81\xfd\x5b\xb8\x24\xc8\x9f\xba\x37\xee\x1c\xc3\xaa\x88\xfb\xb3\x07\xcf\x60\x4b\xba\x6f\x9f\xfa\xce\x11\xed\xe0\xa3\xf7\x35\x79\xf8\xe2\xf6\x96\xb2\xf1\xed\xbb\x86\x8f\x3b\x32\x5a\x13\x38\x8b\x07\xa3\xb7\x8e\x6e\x65\xac\x66\x55\x8e\x3f\x26\x23\x31\xa9\xb6\xe5\x00\x43\xfb\xe2\x35\x18\xeb\x55\x3b\x24\x21\xd0\xfc\x2b\x4a\x45\x05\x4f\xd1\x29\x4d\xae\x80\xf2\x2c\x5d\x6f\xf9\x7b\xc8\x52\xf2\x02\xd0\x1f\x9f\x98\xac\x37\x1f\x34\xbd\xec\x9d\x38\xaf\xe5\x5f\xe0\x55\x28\xe6\x7c\x97\xb5\xa3\x93\x26\x1a\xf8\x63\x11\x22\x0c\x87\x43\x78\xdd\x82\x6b\x13\x16\x34\x19\xc3\x9c\xa8\x8c\xd5\xda\x10\x32\x45\x0d\x01\x91\xa8\x97\xef\x2c\x77\x15\x32\xb4\xb4\xab\x07\x1a\x6d\x50\x9a\xc8\xec\x05\x22\x7f\x39\xe6\xcc\xb4\x6e\x79\xbb\x06\x79\xb8\x31\xee\x2d\x0f\x4b\xa5\x53\x1c\x77\x60\x86\xc0\x10\x0e\x9a\xe6\xcb\xb6\x57\x9c\x2e\x09\x4b\x8c\xa3\xb6\xa3\xdc\x83\xfa\xb5\x14\xba\x5d\x50\xa8\xf3\xf7\x13\xdd\x78\x2d\xfa\xb6\x09\xc6\x38\x11\x12\x53\x59\x3d\xb3\x32\x7e\xe6\x7a\xdc\x8b\x2a\xb6\xa3\x1a\x7b\xce\x85\xc5\xeb\xab\x64\xec\x6a\x7e\xcd\xc3\xb6\x13\xe5\x96\xba\x59\xf6\x79\x06\xde\xff\xe8\x9a\x9a\xdf\x2a\xec\x3a\x31\xe4\x61\xc5\x2b\x1b\x05\x31\xc4\x49\xa6\x13\x44\xbb\x77\xd4\x97\xca\x01\x64\x4a\x28\x87\xa6\x09\xd8\x82\xa3\xbd\x66\xc1\xbe\x78\x47\xc6\x35\xfc\x97\xa8\x48\x99\x02\xc0\x30\x55\xaa\x67\xd0\xdb\xca\xa3\x73\x5b\xee\xb5\x41\x11\x24\x0a\x98\xa8\x3b\x46\xdb\xd9\xd1\xdd\xc6\x70\x1b\xee\xca\x05\x32\x66\x26\xa0\xae\x3b\x5d\x43\xad\xc2\x78\x6d\xdf\x6e\x1c\xd9\x37\xea\x28\xc7\xf7\x49\x94\xab\xbe\x4f\xb4\x96\xcd\x06\x75\xaf\x24\x95\x0d\xab\x2f\x68\xdb\x1a\xb5\x67\x8b\x7a\xc6\x4d\x9b\xac\xa3\xf1\x73\x03\x9e\xc1\x81\x1f\x13\x49\xa2\xea\x2a\xb4\x97\xf2\xe2\xf5\x33\xae\x2a\xab\x50\x9e\x49\xe6\xbc\x9d\x8a\xd5\x95\x85\xea\x9d\xaa\xee\x9b\x95\xec\x9a\x60\xb0\x56\x7e\xf0\x5d\x0e\xdd\xb4\x21\xe4\x36\x19\x5d\x69\xed\x2c\x5b\x59\x4d\xe4\x14\xb5\x1f\x98\x34\xe3\x94\x2a\xed\x93\x30\x6c\x36\xb2\xfb\x39\x1a\xa5\x65\xb7\xb2\x6d\xeb\x4d\xeb\x0d\x74\xbb\xff\xf8\xc7\x68\xe5\x1d\xe5\xfc\x82\x94\x65\x53\xda\x32\x63\x9f\x95\x4f\x39\xd5\xbf\x66\xf7\xaa\x50\x3e\xfd\xc0\x4f\xdd\x0b\x5d\x2b\x37\xab\x38\x4c\x85\x3b\xe8\x06\xf6\x7a\x03\x1a\x0e\xbd\x98\x84\x2b\x37\x02\x11\xa9\x69\xc0\x10\xec\x74\x86\xde\xca\x7d\x08\xde\x0a\x6b\xe9\x8d\x0f\x2b\x37\x00\x2d\xd1\x84\xf4\xd2\xa2\x9f\x4b\x12\x17\xf1\xaf\x74\x66\x6f\x8c\x17\x01\x8c\xfe\x7c\x4a\xdb\x37\xd0\xba\x79\x84\xf4\xb2\xc8\xf1\xda\xef\xe2\xed\x41\xeb\x22\xb6\x94\xd3\x99\xe5\x37\x25\x94\x5d\x94\xe0\x59\x06\x4d\xe3\x3a\xf7\x16\x4f\xc2\x36\xd0\x74\x6c\xd5\xbc\x04\x18\xdc\xc5\x51\xa3\x41\x97\xd1\xaa\xee\x27\x9d\x4e\x7e\x9d\x8d\x16\x70\x81\x18\x1b\x77\x17\x01\xc3\x4b\x64\x3f\x43\xa7\x53\x8d\x79\x93\x15\x63\xe7\xc5\x69\x11\xd5\x09\x66\x94\x85\x12\x79\xa1\x99\x30\x26\xe6\x9d\x99\xb8\x44\x59\xc5\xb7\xa5\x40\xd2\x0b\x84\x9e\xe6\x42\x39\xa5\xfc\xa2\xe7\x95\xc9\x80\x5f\x78\xab\xef\xe0\x93\x3a\xd4\x65\x72\xcc\x38\xad\xe3\x09\x72\xfd\x3b\xa1\x44\x5e\xfd\xc5\xa4\x45\xeb\x9a\xb2\xb3\xa8\xbc\xd1\x72\x8e\xb6\x3a\x79\x42\x74\x7e\xa2\x5c\x35\xc9\xf7\x38\x37\x93\xab\x59\xd5\x02\xa3\x4b\x8d\xbc\x37\x7f\x7b\xe2\x67\xed\xf2\x84\xbb\xb2\x33\xd3\x3a\x56\xfd\x6e\x7a\x45\x96\x1f\x88\xa8\xab\x82\x99\x60\xec\x77\x77\x0b\x5a\x25\xb7\x67\x22\x91\x01\xee\xce\xf0\xc6\x25\x42\xf7\xe5\xfc\x69\x15\x6b\xce\x2b\x16\xaa\x23\x5b\x99\xeb\x58\xee\xde\xa9\x8f\xd9\x33\x7b\xd0\xd9\xc6\xe1\x72\xf7\xbb\x1d\xb7\x55\x9d\xad\x08\x3f\xee\x8c\x8e\xef\xc0\xde\x9e\x15\x69\x26\x77\x5a\xe0\xa6\x90\xd0\xf4\xdf\xa9\x53\x11\x5c\x60\xd8\xb2\xdf\xd3\xb3\x1e\xf3\xb3\xb5\x8d\xce\x3e\xed\xac\x5e\x3d\x8a\x67\x63\xa3\x54\x3b\x0b\xbc\xc2\xcd\x4d\xfa\x64\x4b\xce\x52\xda\x79\x7d\x8d\x3c\x74\x6e\x71\x07\x01\xdf\x9f\xd3\x65\x0d\x3c\x67\xd3\x89\x17\x6e\x6e\x5c\xc9\x33\x67\xf1\xd4\xfe\xda\x37\x7f\x2b\xe7\x3d\xe9\x3e\xbf\xd2\x2d\xfc\xea\xfa\x77\x25\xbf\x55\xb1\xee\x2f\xc0\x8d\x23\xa0\xd1\x19\xb2\x49\x27\x4c\x9b\xbe\xda\x42\xe6\x47\x83\xa3\xb7\xe6\xeb\xfe\x4c\x74\xd0\x4d\x58\x55\x72\x51\x9f\xb2\xdc\x36\x23\x31\xdc\xcc\xa9\x9e\x81\xff\x57\x8a\xf3\x54\x27\x72\x18\xb7\x3d\xc4\x70\xc9\x73\x65\x36\x55\xaa\x5b\xf6\x41\xb6\x2a\xc5\x32\x04\xab\x73\x11\x3b\x4f\x9b\x62\x7d\xc9\x24\x6b\x6f\xf3\xdf\x26\x83\xbb\x09\x01\xee\x93\x90\xd5\x28\xf8\x6d\xd6\x50\x22\x09\x2b\xd7\xf0\x38\x91\x12\xb9\xde\x32\x83\x7a\x9b\xb8\xbe\x06\x49\xf8\x14\xcd\x26\x23\x40\xae\xd9\x95\xc9\x2a\x30\xbc\x5f\xcc\xa8\x32\xdc\xe5\x0c\xfd\x6c\x6e\x23\xfb\x7d\x07\xe3\xdd\x8b\xe1\x96\x77\xde\x2f\xda\x6e\xc6\x91\x5b\xda\xcc\x1f\x1c\xbb\xaa\xf9\xaa\xd2\xbb\x02\xbb\xa3\x81\xbd\x5d\xd4\x06\x86\xd5\xc3\x82\xd1\xa0\x6b\xba\x46\x5b\xa8\x6f\xcb\x51\xbe\xfd\xdc\xe4\x8f\x97\x5f\x8d\x59\xac\x5e\x19\x59\x32\x78\xe3\x1e\xd9\x5b\x4d\x31\x77\xe0\x05\x1c\xb5\x0e\x7c\xc7\x45\x5b\x1e\xe7\x8c\x8e\xcd\x37\x08\x05\xdf\x16\xe1\xef\xac\x49\xf7\x98\xc4\xe6\x53\x82\x55\x6b\x6e\x50\xdf\x6f\x29\x77\xe0\xbf\xb0\x21\xbc\x03\xff\xb5\xbb\xfb\x6a\x3d\x35\xdf\x77\xd5\x55\x6b\x4f\x9b\x17\x0f\x2e\xa7\xb8\xe9\xc0\xb3\x6a\x56\x69\xe5\xaa\xaa\xa0\x06\xa5\x7b\xe4\x7c\x8c\xad\xf1\x0d\x96\x87\x1d\x24\xd1\xc2\x95\xd1\xed\xbd\x54\x33\xc1\x42\x94\x43\xef\x37\x85\x90\x95\xfb\x40\x0b\x98\x4b\xaa\xd1\x9d\xd4\x73\xa1\xf1\x09\xbc\xc7\x79\xdf\x9e\xea\x05\x64\xf9\xae\x67\xde\x0f\xf3\x19\x72\xdb\x4d\x24\x5a\x05\x86\x66\x41\xdc\xd0\x19\x65\x9b\xd4\x96\xef\x94\x7e\x79\xb7\x92\xab\x18\x7d\x22\xf3\xfc\xe2\xc6\x94\xd7\x91\x93\x47\x41\x55\x6a\x8b\x87\x6b\xc2\x38\x11\x5c\xff\x37\x17\xf3\xa5\x40\x94\x96\x82\x4f\x47\x83\xc0\x3e\x9d\xe3\xa8\x8a\xc4\x16\x7b\xcc\x1c\x20\x31\x28\x95\x16\x22\x7c\x32\xe8\xa6\x40\x83\x6e\x3a\xaa\x46\x5f\x53\x7a\x85\xac\x6e\x6b\x19\xb3\xc6\x02\xb2\xab\x74\xdd\x5e\xa8\x72\xf4\x60\xd6\xcb\xf7\x4b\xb3\x5e\x79\x99\xb2\x54\x38\x2e\x03\x3a\xa0\x6d\x38\x40\xe8\x0f\xc1\xcf\x0e\x65\xeb\x6c\xd1\x5e\xbd\x39\xf4\x8c\xd5\x77\xec\xf7\xf4\x56\xe0\x9d\x12\xbc\x83\x95\x0c\xf5\xe7\x4b\x47\x6f\x78\x7d\x7d\x80\xc6\x40\xb3\xc4\xf4\x07\x3e\x56\xf1\x1b\xf7\xff\x8a\xf1\x86\xfe\xc6\xf8\xcc\xdb\xec\x30\x5e\x92\x4d\xf2\x9f\xc8\x06\xf5\x2a\x8b\xb6\x4f\xa3\xc0\xc1\x52\x62\xe7\xb8\xd0\x70\x40\x6f\x6e\xdc\xb0\xe6\xf5\x35\x9d\x00\xd3\xd0\x5c\x07\x3c\x9e\x19\xa1\x9f\x25\x91\x82\x03\xda\x82\xc3\x9b\x1b\xe7\x62\x52\xb1\xba\x0b\xbe\xad\x3a\x67\x31\xac\xa4\x7f\x2a\xd1\xa4\xe1\xcf\x52\xcf\xb2\xc9\xce\x0a\x15\x63\x48\xd6\x4f\xb5\x2a\x9c\xd4\xd2\x41\x6d\xac\xdd\xa6\x63\xaa\xd7\xd5\x2d\x21\x75\x99\x75\x1f\x58\x86\x8d\xde\x31\x8c\x90\x6b\xab\x7d\x66\xf0\x3b\x8d\x91\xaa\x09\xeb\xf9\x88\x4a\x0a\x15\xec\x65\xcd\xa5\x7c\x9f\x50\x89\x41\xbd\x95\xd9\x13\xbf\x6c\x19\xdc\x35\xb8\xbd\xc3\xc3\xef\xcb\xd5\x7e\xa0\xab\x2a\x12\x03\x3d\x1b\x9d\x88\xc0\x5e\xaa\x39\xe8\xea\x59\x0d\x58\xba\xcf\xb1\x7f\xae\x62\x0b\xe8\xfb\x24\x02\xe3\xf2\xd5\x16\xb8\x53\xa2\x34\xb8\x9d\x4e\x25\xe4\xa0\x5b\xc1\x7c\xe6\x30\x72\x69\xbd\xe5\x5a\x52\xac\x70\x17\x75\x32\x08\xd7\x62\x71\x7a\x4d\xb8\xdb\xb7\x8e\x0a\x2d\x2e\xb4\xea\xb0\x06\xd3\xf5\xb5\x7f\x8a\x7c\xaa\x67\x36\x60\x6c\x81\x7c\x9f\x44\x81\xb5\x0d\xb5\x0b\xb4\x11\x97\x91\xd6\x39\x8d\xb0\x06\xbe\x46\x62\x95\xa1\x62\xd0\xb5\x0a\xb5\x61\x5d\xa9\x25\xae\x9f\x66\x41\x21\x27\x28\x55\xe6\x41\x37\x3d\xb1\x1b\xad\xe6\x19\x83\xee\x58\x84\x57\xee\xef\x2a\x74\xd3\xbf\x45\xf5\x7f\x01\x00\x00\xff\xff\xa9\x35\x5c\x4d\xa5\x6a\x00\x00") func templatesIndexTmplBytes() ([]byte, error) { return bindataRead( @@ -965,7 +965,7 @@ func templatesIndexTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "templates/index.tmpl", size: 27299, mode: os.FileMode(493), modTime: time.Unix(1516255625, 0)} + info := bindataFileInfo{name: "templates/index.tmpl", size: 27301, mode: os.FileMode(493), modTime: time.Unix(1517224613, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/templates/index.tmpl b/templates/index.tmpl index 798fd7a..c306c0f 100755 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -537,7 +537,7 @@ body#pad textarea { -->
  • - View + View
    • Current From b42750073ca5a50c75268d6748c237f2cde4adcb Mon Sep 17 00:00:00 2001 From: Daniel Heath Date: Mon, 29 Jan 2018 22:33:11 +1100 Subject: [PATCH 03/12] Whitespace --- bindata.go | 6 +- handlers.go | 1 + templates/index.tmpl | 272 ++++++++++++++++++++++--------------------- 3 files changed, 141 insertions(+), 138 deletions(-) diff --git a/bindata.go b/bindata.go index 56b3694..f91b140 100644 --- a/bindata.go +++ b/bindata.go @@ -145,7 +145,7 @@ func staticCssGithubMarkdownCss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "static/css/github-markdown.css", size: 11557, mode: os.FileMode(420), modTime: time.Unix(1514960370, 0)} + info := bindataFileInfo{name: "static/css/github-markdown.css", size: 11557, mode: os.FileMode(420), modTime: time.Unix(1517367301, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -950,7 +950,7 @@ func staticTextSitemapXml() (*asset, error) { return a, nil } -var _templatesIndexTmpl = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3d\x7f\x73\xdb\x36\xb2\x7f\x37\x33\xf9\x0e\x1b\xc6\xad\xa4\x8b\x44\x59\x69\x9c\x34\x8a\xa4\xbe\x3e\x3b\x37\xcd\x7b\xbe\x24\x13\xbb\x37\x73\x73\xef\xe6\x1d\x44\xae\x24\xc4\x20\xc0\x03\x40\x4b\xae\xc7\xdf\xfd\x0d\x00\x52\xa4\x24\x92\x92\x6d\x25\xcd\xbd\xb1\x3a\xd3\x48\xc0\x62\x77\xb1\xd8\x5f\x58\x90\xf0\xe0\xc9\xc9\x87\xe3\xf3\xbf\x7d\x7c\x0b\x33\x1d\xb1\xd1\xe3\x47\x83\xf4\xdf\xc7\x8f\x00\x00\x06\x33\x24\xe1\xc8\x7d\xb7\xbf\x23\xd4\x04\x66\x5a\xc7\x1d\xfc\x57\x42\x2f\x87\x5e\x20\xb8\x46\xae\x3b\xfa\x2a\x46\x0f\xd2\x5f\x43\x4f\xe3\x42\x77\x0d\xaa\x37\x10\xcc\x88\x54\xa8\x87\xbf\x9d\xff\xb9\xf3\x93\xb7\x81\x8c\x93\x08\x87\xde\x25\xc5\x79\x2c\xa4\x2e\xa0\x98\xd3\x50\xcf\x86\x21\x5e\xd2\x00\x3b\xf6\x47\x1b\x28\xa7\x9a\x12\xd6\x51\x01\x61\x38\xec\xad\x60\x63\x94\x5f\x80\x44\x36\xf4\x48\x1c\x33\xec\x68\x91\x04\xb3\x0e\x0d\x04\xf7\x40\xd1\xdf\x51\x0d\xbd\xa3\x57\x8b\xa3\x57\x1e\xcc\x24\x4e\x86\x5d\xa5\x89\xa6\x41\x97\x46\xd3\x6e\x20\xe6\x57\xa2\xeb\x86\x99\x01\x1d\x0b\xe8\xc7\x7c\x7a\x4b\x02\x2f\x0f\x17\x2f\x0f\x2b\x09\x94\x92\xb2\x43\xee\x40\xea\xd5\xf3\xc5\xab\xe7\xbb\xcc\xc5\x02\xde\x85\xc0\xcb\xc5\xab\x97\x3b\x11\x30\x80\x77\x20\xd0\xeb\xbd\x58\xf4\x7a\x2f\x76\x21\x91\x82\xde\x85\xc8\xf3\xc3\x45\xef\x79\xf5\x9a\x14\x89\x38\xd0\xbb\x10\x79\xf1\x62\xd1\x7b\xb1\xdb\x4c\x1c\xe8\x5d\x88\x1c\x3d\x5f\xf4\x8e\x76\x5a\xf2\x14\xf4\x2e\x44\x7e\x3a\x5c\xf4\x7e\xda\x4d\x5c\x0e\xb4\x9a\x88\x43\x6c\x1c\xc3\xd0\xa3\x11\x99\x62\x37\xe6\xd3\x9c\xd2\xeb\xe7\x8b\xde\xeb\x9a\xe9\xf0\x50\x0a\x1a\xa6\xb4\x1c\xf0\x5d\x69\xfd\xf8\x7c\xf1\x63\x35\xa5\x09\xb9\xb4\x44\x2c\xd4\x5d\x49\xbc\x7e\xb9\x78\x5d\x6d\x2d\x19\x09\x0b\x75\x67\x89\xbd\x5c\xf4\xb6\x93\xb0\x50\xd5\x24\x22\xc2\xe9\x04\x95\xae\xc4\x93\x01\xf8\x9f\x95\xe0\x15\xde\x3a\x52\x46\x0f\x68\x40\x34\x15\xbc\x73\x4e\x19\x1e\x0b\x26\x64\xc1\x79\x3f\x9d\x4c\x26\x55\xbe\x7e\x73\xf4\x3b\x33\xd7\xc2\xe8\x6e\xa4\x36\xac\xa5\x0a\x9b\x9e\x61\x84\x9d\xa0\x82\xfe\xe3\x47\xd7\xd7\x40\x27\x40\x78\x08\xfe\x71\xa2\xb4\x88\x8e\xcf\xce\xc0\xff\x84\x24\xfc\x48\xa6\x08\x37\x37\x8f\x1f\x15\xc4\xa3\xf4\x15\x43\x35\x43\xd4\xd9\x3a\xd8\x48\x16\x28\x95\x0a\xcc\xcb\x24\x16\x28\xd5\x0d\x2c\x42\xdf\xf4\x8e\x2c\x25\x64\x2a\x45\xa9\x02\x49\x63\x5d\xc4\xf1\x99\x5c\x12\xd7\xea\x81\x92\x41\x8e\xe9\xb3\xea\x7e\xfe\x57\x82\xf2\xaa\xd3\xf3\x7f\xf2\x7f\xf4\x3f\x2b\x6f\x34\xe8\x3a\xd0\xd1\x3d\xb8\x9b\x52\x3d\x4b\xc6\x9d\x88\xc8\x8b\x50\xcc\x79\xc6\xe6\x9d\xf1\x45\xc8\x13\xd5\x89\xe8\xfd\x31\x8d\x89\xc2\x1d\x10\x6d\x0e\x9c\xd1\xe9\x8c\xd1\xe9\x4c\x2f\x47\xa6\x72\x5e\x17\x68\x0e\x68\xc8\xac\x4b\xf4\x76\x8b\x93\xe3\x8a\x49\x70\xb1\x8e\xcc\xa0\x33\x3c\xaf\x4f\x7b\x94\xa9\x9e\x7f\x4a\x95\x5e\xea\x5a\xf7\x4f\xf0\xc9\xa4\x4e\x12\x43\x98\x08\x09\x8c\x2a\xad\xe0\x4f\xdd\xc7\x8f\x54\x4c\x38\x5c\x43\x90\x48\x25\x64\x1f\x62\x41\xb9\x46\xf9\x06\x6e\x9c\x66\xf1\xd0\x8e\x1f\x8b\xf0\x0a\xae\x9d\x29\x8c\x49\x70\x31\x95\x22\xe1\x61\x1f\x8c\xc2\xbf\x79\xfc\xe8\xe6\xf1\x23\x5f\x25\x41\x80\x4a\x65\x50\xd6\x34\xfa\xf0\xf4\x28\x18\xff\x74\x14\xbc\x71\x8d\x13\xc1\x75\x67\x8e\x66\x56\x7d\x18\x0b\x16\xa6\x63\x27\x84\xb2\x44\xe2\xfa\xd8\xf0\xf5\xd1\x8f\x2f\x26\x5b\xc6\xc6\x89\xc4\x8e\x51\x12\x20\xeb\xe3\x5f\xbd\x7a\x95\x02\x85\xc8\x50\x53\x3e\xcd\x20\x44\x4c\x02\xaa\xaf\xfa\x70\xe8\x1f\x39\x90\xa7\x73\x49\xe2\xac\x3b\x16\x8a\x1a\x37\xd1\x07\x32\x56\x82\x25\x1a\x53\x26\xb4\x88\xfb\x70\x74\x18\x2f\xd2\xdf\x0c\x27\xba\x0f\xf9\x6f\xe9\xd8\xcb\x1b\xc6\x42\x6b\x11\x65\x2d\x86\x4e\x4c\xc2\x8c\xcc\xcc\xcd\xa6\x77\x78\xf8\xbd\xeb\x4c\x97\xee\x6d\x48\xf3\xa5\x2b\x8a\x5e\x5c\xa2\x9c\x30\x31\xef\xcf\x68\x18\x22\x5f\x0e\x32\xcb\xb4\x04\xb6\x14\x8c\x42\x10\x89\x4b\x91\xd8\x4c\xb6\x0f\x29\xa9\x02\xf1\x62\xd3\x58\x2c\x3a\x8a\xfe\x4e\xf9\xd4\x48\x58\x86\x28\x3b\x63\x91\xcd\xa4\x13\x89\xdf\x3b\xf5\x10\x73\x1c\x5f\x50\x5d\x0f\x54\x29\xda\x54\x94\x6b\x82\x5c\x17\x63\x71\x1d\xf2\x4e\x43\x63\xf3\x37\x17\x3c\x43\x2e\x12\xcd\x28\xc7\x95\xb6\x15\x76\x67\x24\x14\xf3\xd5\xee\xe5\x7c\x37\xfb\x2a\x9a\x25\x9a\x98\xb9\xd2\x64\xb5\xd6\xb5\xf6\xfc\x43\x8c\xd2\xe6\x74\xa1\x7f\x25\xea\x44\xe8\x77\xfc\x3d\x89\xdc\x62\x2f\x87\x4c\x48\x44\xd9\x55\x1f\xbc\xd3\x24\xa0\x21\x81\x63\xc1\x95\x60\xe8\xb5\xe1\x2f\x82\x93\x40\xb4\x21\x12\x5c\xa8\x98\x04\xb8\x44\x69\xc2\x40\x29\x92\xc6\x87\x18\x39\x9c\x11\xae\x1a\xed\xc6\x19\x4e\x05\xc2\x6f\xef\x1a\xed\x73\x32\x13\x11\x69\xff\x22\x29\x61\x6d\x45\xb8\xea\x28\x94\x74\x92\xb3\x98\x59\xff\x8d\xf1\x37\x7e\xe6\xd1\x3b\x56\x23\x13\xd6\x86\xb5\x26\xc1\x96\xf6\x43\xc2\x90\xf2\x69\x27\x5d\x53\x3b\x6d\x8b\xe4\x3f\x22\x0c\x29\x81\x66\x44\x79\x27\x55\xc9\x23\x8c\x5a\xd9\xb8\x90\x5e\x3e\x35\xa6\xdc\xb6\xdf\x24\xf2\x10\x25\x86\x6d\xa8\x54\xeb\x4d\x62\xcf\x33\x65\x2e\x76\xa5\xda\xb4\xec\x4b\x85\x54\xf0\x1d\xf9\xd7\xce\x4c\x48\xfa\xbb\xe0\x9a\xb0\x22\x95\x88\x2c\x32\x8e\x7f\x3c\xcc\xed\x7b\x03\x53\x27\xa4\x8a\x8c\x99\xe1\xba\x88\x13\x89\x61\x64\xa5\xcd\x46\x9f\xaa\x79\xf4\xfc\xe7\x4b\x65\xd9\x9c\xc9\xb2\xcb\x2d\x4e\x99\x54\x0f\xf7\x2b\xd6\xde\x61\x8d\x5c\xf3\xce\xfd\x8b\xa3\x0f\xfe\x11\x46\xd0\xdb\x3e\xe5\x57\xfb\x9e\xf2\x51\xdd\x94\x8f\xbe\x5f\xe1\xa7\x94\xa3\xde\xe1\x9e\x59\x7a\x5e\xb7\x0a\xcf\x0f\x57\x59\x1a\x74\x6d\x86\x30\x5a\x09\xe4\xcb\x5c\x56\x53\xcd\x70\x74\x7d\x0d\x7e\x1a\x69\x06\x5d\xd7\x64\xe6\x52\xfc\x6f\x39\xa2\x98\xbe\x34\xd6\xd2\x97\xc6\xe8\xf1\xa3\xef\x9c\xa3\x65\x34\x16\x30\x84\x09\x61\x0a\x0b\xcc\x9a\x4f\xb7\x3b\x78\xf2\xf7\xe3\x93\x5f\xce\x7f\xf9\xfb\x6a\xc7\x41\x73\x4e\x79\x28\xe6\x2d\x9f\x09\x12\x36\x27\x09\x0f\x4c\x8c\x68\xb6\x8a\xa2\xc8\xb1\xc0\x27\xd4\x89\xe4\x0a\x08\x64\xa0\x6d\xd0\x33\xa2\xdb\x40\x14\x30\xc1\xa7\xe6\x5f\xaa\x6d\x62\x4e\x79\x82\x0a\xb4\x80\x31\x02\xe5\x97\xe2\xc2\xc8\x7c\x4e\x19\x03\x2e\x74\x29\xf6\x31\x82\x96\x74\x3a\x35\xcb\xe3\xc3\xf9\x0c\x97\x54\xdc\xb8\x31\x42\x40\x18\xc3\x10\xc8\x44\xa3\x34\x84\x94\x16\xb1\x82\x31\x9a\x14\x23\xed\x9b\x08\x59\x8a\xfd\x3d\x44\x94\x31\xaa\x30\x10\x3c\x54\x3e\xbc\x9b\xc0\x3f\x69\x64\x95\x47\xe3\x3f\x81\x2a\x88\x89\x52\x86\xc9\x94\x09\xd0\x45\x0e\x04\x37\xbf\x4b\x31\x33\x67\x55\x80\xe1\x14\xdb\x40\xb9\xd2\x48\x42\x10\x13\x8b\x40\x4b\x42\x19\xe5\x53\x7f\x73\xe8\x12\x77\x88\x63\x91\xf0\x00\xed\x02\xb4\x61\x4e\xa8\x6e\xc3\x92\xb7\xd2\xc5\x30\x9f\x4b\x22\x41\xd3\x08\x45\xa2\xdf\x94\x43\x48\xbb\x5e\x50\xbf\xae\xb9\x32\x34\x9e\x2a\x72\x89\x26\x0b\xfa\xcf\x44\x6b\xc1\x1b\x2d\x5f\x62\x24\x2e\xf1\x98\x11\xa5\x9a\xad\x5b\x8e\x35\xba\xda\xf4\x4c\x13\xe5\x53\xaf\x55\xc1\x63\x36\x13\xbb\x99\x5b\x68\x18\x82\x9e\x51\xd5\xae\x06\x36\x1f\x22\xa7\x0a\x86\xe6\x9f\x24\x42\xae\xd5\x16\xdc\x8c\x18\x7d\x19\xee\x28\x08\xf3\x49\xe5\x0a\x43\xe0\x09\x63\x35\xe8\xcd\x87\x4e\xa0\xf9\xa4\xb0\x5e\x86\x8c\x6f\x76\xbd\x57\xcd\x74\x56\x6d\xcb\x71\x9d\x08\x6e\xb6\x89\x87\x30\xf6\x5e\xcc\x61\x98\x2b\x06\xfc\xf0\x03\x3c\xa9\x57\x00\xf3\x09\x18\x12\x79\xee\xc0\x9a\x29\x78\x1d\x27\xf9\xd4\x15\xea\x6c\x9c\x95\xa0\x53\xcd\xba\xb1\x46\x12\x29\xa7\xb7\x17\x43\x99\x08\x4c\x5b\xa9\xd1\x9d\xcf\xa8\x72\x6e\xc1\x52\xb0\xb6\x96\xd9\x11\xe0\x64\x82\x81\x4e\x6d\x16\x2e\xf0\x2a\x89\x01\x2f\x91\x97\xfb\x9d\x5f\x78\x68\x7c\x89\xe0\xec\x0a\x26\x54\xa2\x82\xa3\xc3\xc3\x48\x81\x90\x30\x23\x6c\x02\x04\x9c\xd3\x48\xdd\x8e\x41\x99\x28\x94\xd6\xf9\xc4\x18\x1a\xcf\x4c\xf9\x74\x13\xb5\x31\x0a\x03\xf8\x8e\xc7\x89\x6e\xb4\x7c\xc1\x9b\x0d\xcb\x4b\xa3\xbd\x6a\xf2\xf5\x2a\x19\xb8\x14\xd4\x67\x62\xda\x6c\x38\x5a\x20\x82\x20\x91\x12\xc3\x86\x91\xe5\x77\xdf\x65\xa2\xcf\xa2\xc0\x10\xb4\x4c\x8c\xe3\xd8\xe0\xe1\x92\xb0\x66\x59\x9b\xb1\xf4\x98\x91\x00\x9b\x5d\xec\x4e\xdb\x9e\xd7\x6a\xbd\x81\x9b\x72\x86\xee\xea\x28\x6a\x9c\xc4\x19\xb9\xb4\x3e\xa2\x7c\x60\x12\xdb\xf0\x54\xa6\x37\x37\x6d\x93\x30\xfb\x27\xd9\xca\xdf\xdc\xb4\x5a\xa5\x2a\xb3\x74\xb6\x19\xb2\x2a\x71\x1f\xf8\xe4\x33\x59\x34\x6b\xfc\x83\x89\xc4\x7d\x68\x7c\xfc\x70\x76\xde\xa8\xf1\x53\x89\x64\x7d\x68\x74\x93\x38\x24\x1a\xeb\x00\x43\xa2\x49\x1f\xfe\xeb\xec\xc3\x7b\x5f\x69\x49\xf9\x94\x4e\xae\xea\xe8\x9b\x0f\xc7\xf9\xff\x1a\xd1\xf5\x4b\x57\xb8\xb5\xc5\x7d\xc6\x64\x8a\x7d\xf0\x0a\x59\x88\x57\xe3\x99\xea\xb0\xa5\xd5\x87\x7e\xee\x5a\xcd\x6c\xb6\xba\xd7\xfb\xc4\x1a\x48\x95\xdd\x10\x5a\x56\x3f\x72\x95\xaf\x1f\x58\x49\x9c\x84\xa1\xa3\xec\xa5\x28\x6b\x03\x96\x95\x8b\xab\xff\xdd\x9f\x60\x5a\x85\xd9\x4e\xf0\x0e\x32\xb5\xe6\x65\x25\x15\xa1\x52\x64\x8a\xb5\x31\xa8\x66\xa1\x51\x4a\x21\x0b\xcb\xbc\x98\xc9\xb6\x6b\xfc\xe2\x8b\xbd\x27\xf1\x55\xcb\xc7\x4d\xe3\x8e\x82\x49\x8b\xd0\xe7\xd6\x29\x78\x85\x5a\x77\xf7\xb3\x12\xdc\xdb\x62\xf7\x6e\x58\xc3\x80\x36\x2a\xa2\x62\xa9\xdb\xab\x75\x71\xb1\xa4\x11\xfe\x59\xc8\x33\x64\x93\x13\x54\x5a\x26\x81\xfe\x7a\x0e\xcf\x52\xdf\xb7\xbf\x7b\xf0\x58\x0f\x1e\xab\x8c\xc0\x83\xc7\xba\xbd\x60\xbe\x41\x8f\xc5\x44\x70\x61\xec\xba\x69\xf6\xe0\xf1\x4c\x12\x55\x6d\x18\xfb\xf6\x57\x86\xf6\x57\x70\x57\x5b\x53\xb2\x6c\xe2\xfd\xc2\xf7\x07\x1f\xf7\xe0\xe3\xa0\x46\xb2\xf0\xc3\x0f\x96\x42\x66\x3f\x19\xee\x96\x01\xf0\x4e\x45\x70\xe1\xed\x24\x7c\x57\x06\xf4\x99\x70\x8e\x00\x86\xe0\x75\x0b\xca\xdb\xbd\xa4\x38\xf7\xee\x27\x88\xbb\x4d\xe1\x37\xce\xf6\x36\x09\x0c\xa9\xbe\xc7\x24\x1e\x62\xcd\x1d\x04\xf3\x0d\xc6\x9a\x38\x19\x33\xaa\x66\x36\xdc\x7c\xbd\xa4\xd8\x11\xfd\x06\xe2\x8c\x63\xc4\xd5\x0d\x0a\xa2\x58\x35\xbb\x8f\xae\xe3\x21\xc7\x7e\x88\x3f\xf6\xb3\x94\x6c\x0a\x9f\xfa\xe6\x54\x7f\x30\xdc\xcd\x41\x57\xa8\xdc\x52\xdb\xf6\x2b\xdb\x32\x4a\x4b\x96\xef\x23\xd6\x87\x40\x70\x07\xc1\x7c\x83\x81\x00\x79\x20\xaf\x62\xfd\x47\xed\x3b\x52\xf2\xdf\x40\x48\x78\xd8\x7a\x3c\xb8\xfe\xca\xcf\xb6\xbc\xbd\x60\x45\xab\x39\xc4\x5b\xd7\xf1\x6f\xb3\x01\xa9\x9c\xc8\x09\xee\x71\x22\x0f\x9b\x90\xdb\xa2\xf9\x7f\x19\x7b\xec\xa1\xfc\x07\xb6\x8f\x73\xc8\x93\xb7\xa7\x6f\xcf\xdf\xee\x10\x70\x04\x0b\x19\x55\x5f\x23\xe0\x3c\xc4\x8e\x87\xd8\x01\xf7\x95\xec\x36\x4f\x6a\x74\xf9\xdf\xd1\x93\xde\xc5\x07\x3e\xb8\xd2\x12\x67\x7a\xd0\xf4\x8a\x41\xdb\x6b\xf9\x01\xa3\xc1\x45\xfe\x48\x4d\xb5\x9e\xa1\x1f\x4b\xfb\x40\xd0\x09\x4e\x48\xc2\x74\xe5\xaa\x5c\x12\x59\xc8\x89\x61\x08\xb1\x14\x51\x6c\xf6\xac\x0c\x4d\x03\x72\x8d\x12\x48\x01\xc6\x87\xf7\x42\x63\x1f\xd2\xf4\x87\xf2\xa9\x7b\x4c\xc9\xe9\x00\x10\xc6\xc0\xd0\xa6\x22\x51\x30\xa3\x4a\x0b\x79\xe5\x7b\x6d\xf0\x2a\x57\xd4\x18\x51\x81\x85\x27\xee\x91\xb4\x5a\x45\xac\xd8\xd9\x54\x3d\x77\x55\x22\x71\xf7\x10\x4d\x85\xcc\x0d\xb2\x2f\x2a\x71\x09\x43\xa3\x69\x13\x2a\xa3\xa6\xf7\x8b\x44\xb8\x12\x09\xa8\x24\xfd\x32\x27\x5c\x83\x16\x60\xf9\xf8\xb9\x56\x6e\x72\x27\x8f\xb3\x35\x67\x33\x84\xaa\x5c\xcd\x76\xcf\xbd\x30\x08\xff\x26\x12\xb3\xee\x4a\x61\x08\xc7\x84\x07\xc8\x9e\x54\x62\xbc\xe5\x7a\xa8\xc2\x31\xff\xd7\x5b\x96\xfc\x01\x3c\x2b\x1e\xfb\x58\x9c\x49\x05\xec\x17\x8e\x0b\x6d\x1f\x24\x04\xaa\x81\x2a\x10\x31\x72\x0c\xdb\x40\xaa\xd6\x32\x14\xf6\x41\xe2\x7d\xac\x66\xf9\xd3\x0f\xdf\xec\xea\x65\xe7\x1e\xdf\x88\xfb\x32\x8b\x61\x8f\x5c\xf6\xec\x92\xcc\x90\xfb\x9e\x54\xed\x21\xb6\x7a\x6b\x08\xbc\xac\x32\x68\x38\xd8\xf6\x98\xf2\x6e\x49\xda\x97\xe4\xd2\x1d\x87\x6d\xe5\xb3\xba\xab\xec\xa0\xbd\x06\x53\xb7\x0b\x1f\x3f\x9c\x9d\x67\x01\xc5\x1a\x78\x2d\xb4\x44\x26\x48\x58\x03\x57\x6d\x1e\x65\x62\x28\xd4\x70\xbf\x98\x7d\x2c\x4b\xda\xe0\x15\x9f\x2a\x0e\x43\xe3\xa0\x64\xea\xd3\x84\x75\x6b\x8a\x6a\x8c\x48\xec\x2f\x22\x06\x4a\x18\xdf\x96\xbd\x98\x40\x79\x88\x0b\x0c\x61\x7c\x05\x0a\x89\x0c\x66\x80\x7c\x4a\x39\x2a\xbf\xca\x4f\x64\x06\x51\x79\x06\x53\xa8\x55\xd7\xa9\x5c\x81\xfd\x5b\xb8\x24\xc8\x9f\xba\x37\xee\x1c\xc3\xaa\x88\xfb\xb3\x07\xcf\x60\x4b\xba\x6f\x9f\xfa\xce\x11\xed\xe0\xa3\xf7\x35\x79\xf8\xe2\xf6\x96\xb2\xf1\xed\xbb\x86\x8f\x3b\x32\x5a\x13\x38\x8b\x07\xa3\xb7\x8e\x6e\x65\xac\x66\x55\x8e\x3f\x26\x23\x31\xa9\xb6\xe5\x00\x43\xfb\xe2\x35\x18\xeb\x55\x3b\x24\x21\xd0\xfc\x2b\x4a\x45\x05\x4f\xd1\x29\x4d\xae\x80\xf2\x2c\x5d\x6f\xf9\x7b\xc8\x52\xf2\x02\xd0\x1f\x9f\x98\xac\x37\x1f\x34\xbd\xec\x9d\x38\xaf\xe5\x5f\xe0\x55\x28\xe6\x7c\x97\xb5\xa3\x93\x26\x1a\xf8\x63\x11\x22\x0c\x87\x43\x78\xdd\x82\x6b\x13\x16\x34\x19\xc3\x9c\xa8\x8c\xd5\xda\x10\x32\x45\x0d\x01\x91\xa8\x97\xef\x2c\x77\x15\x32\xb4\xb4\xab\x07\x1a\x6d\x50\x9a\xc8\xec\x05\x22\x7f\x39\xe6\xcc\xb4\x6e\x79\xbb\x06\x79\xb8\x31\xee\x2d\x0f\x4b\xa5\x53\x1c\x77\x60\x86\xc0\x10\x0e\x9a\xe6\xcb\xb6\x57\x9c\x2e\x09\x4b\x8c\xa3\xb6\xa3\xdc\x83\xfa\xb5\x14\xba\x5d\x50\xa8\xf3\xf7\x13\xdd\x78\x2d\xfa\xb6\x09\xc6\x38\x11\x12\x53\x59\x3d\xb3\x32\x7e\xe6\x7a\xdc\x8b\x2a\xb6\xa3\x1a\x7b\xce\x85\xc5\xeb\xab\x64\xec\x6a\x7e\xcd\xc3\xb6\x13\xe5\x96\xba\x59\xf6\x79\x06\xde\xff\xe8\x9a\x9a\xdf\x2a\xec\x3a\x31\xe4\x61\xc5\x2b\x1b\x05\x31\xc4\x49\xa6\x13\x44\xbb\x77\xd4\x97\xca\x01\x64\x4a\x28\x87\xa6\x09\xd8\x82\xa3\xbd\x66\xc1\xbe\x78\x47\xc6\x35\xfc\x97\xa8\x48\x99\x02\xc0\x30\x55\xaa\x67\xd0\xdb\xca\xa3\x73\x5b\xee\xb5\x41\x11\x24\x0a\x98\xa8\x3b\x46\xdb\xd9\xd1\xdd\xc6\x70\x1b\xee\xca\x05\x32\x66\x26\xa0\xae\x3b\x5d\x43\xad\xc2\x78\x6d\xdf\x6e\x1c\xd9\x37\xea\x28\xc7\xf7\x49\x94\xab\xbe\x4f\xb4\x96\xcd\x06\x75\xaf\x24\x95\x0d\xab\x2f\x68\xdb\x1a\xb5\x67\x8b\x7a\xc6\x4d\x9b\xac\xa3\xf1\x73\x03\x9e\xc1\x81\x1f\x13\x49\xa2\xea\x2a\xb4\x97\xf2\xe2\xf5\x33\xae\x2a\xab\x50\x9e\x49\xe6\xbc\x9d\x8a\xd5\x95\x85\xea\x9d\xaa\xee\x9b\x95\xec\x9a\x60\xb0\x56\x7e\xf0\x5d\x0e\xdd\xb4\x21\xe4\x36\x19\x5d\x69\xed\x2c\x5b\x59\x4d\xe4\x14\xb5\x1f\x98\x34\xe3\x94\x2a\xed\x93\x30\x6c\x36\xb2\xfb\x39\x1a\xa5\x65\xb7\xb2\x6d\xeb\x4d\xeb\x0d\x74\xbb\xff\xf8\xc7\x68\xe5\x1d\xe5\xfc\x82\x94\x65\x53\xda\x32\x63\x9f\x95\x4f\x39\xd5\xbf\x66\xf7\xaa\x50\x3e\xfd\xc0\x4f\xdd\x0b\x5d\x2b\x37\xab\x38\x4c\x85\x3b\xe8\x06\xf6\x7a\x03\x1a\x0e\xbd\x98\x84\x2b\x37\x02\x11\xa9\x69\xc0\x10\xec\x74\x86\xde\xca\x7d\x08\xde\x0a\x6b\xe9\x8d\x0f\x2b\x37\x00\x2d\xd1\x84\xf4\xd2\xa2\x9f\x4b\x12\x17\xf1\xaf\x74\x66\x6f\x8c\x17\x01\x8c\xfe\x7c\x4a\xdb\x37\xd0\xba\x79\x84\xf4\xb2\xc8\xf1\xda\xef\xe2\xed\x41\xeb\x22\xb6\x94\xd3\x99\xe5\x37\x25\x94\x5d\x94\xe0\x59\x06\x4d\xe3\x3a\xf7\x16\x4f\xc2\x36\xd0\x74\x6c\xd5\xbc\x04\x18\xdc\xc5\x51\xa3\x41\x97\xd1\xaa\xee\x27\x9d\x4e\x7e\x9d\x8d\x16\x70\x81\x18\x1b\x77\x17\x01\xc3\x4b\x64\x3f\x43\xa7\x53\x8d\x79\x93\x15\x63\xe7\xc5\x69\x11\xd5\x09\x66\x94\x85\x12\x79\xa1\x99\x30\x26\xe6\x9d\x99\xb8\x44\x59\xc5\xb7\xa5\x40\xd2\x0b\x84\x9e\xe6\x42\x39\xa5\xfc\xa2\xe7\x95\xc9\x80\x5f\x78\xab\xef\xe0\x93\x3a\xd4\x65\x72\xcc\x38\xad\xe3\x09\x72\xfd\x3b\xa1\x44\x5e\xfd\xc5\xa4\x45\xeb\x9a\xb2\xb3\xa8\xbc\xd1\x72\x8e\xb6\x3a\x79\x42\x74\x7e\xa2\x5c\x35\xc9\xf7\x38\x37\x93\xab\x59\xd5\x02\xa3\x4b\x8d\xbc\x37\x7f\x7b\xe2\x67\xed\xf2\x84\xbb\xb2\x33\xd3\x3a\x56\xfd\x6e\x7a\x45\x96\x1f\x88\xa8\xab\x82\x99\x60\xec\x77\x77\x0b\x5a\x25\xb7\x67\x22\x91\x01\xee\xce\xf0\xc6\x25\x42\xf7\xe5\xfc\x69\x15\x6b\xce\x2b\x16\xaa\x23\x5b\x99\xeb\x58\xee\xde\xa9\x8f\xd9\x33\x7b\xd0\xd9\xc6\xe1\x72\xf7\xbb\x1d\xb7\x55\x9d\xad\x08\x3f\xee\x8c\x8e\xef\xc0\xde\x9e\x15\x69\x26\x77\x5a\xe0\xa6\x90\xd0\xf4\xdf\xa9\x53\x11\x5c\x60\xd8\xb2\xdf\xd3\xb3\x1e\xf3\xb3\xb5\x8d\xce\x3e\xed\xac\x5e\x3d\x8a\x67\x63\xa3\x54\x3b\x0b\xbc\xc2\xcd\x4d\xfa\x64\x4b\xce\x52\xda\x79\x7d\x8d\x3c\x74\x6e\x71\x07\x01\xdf\x9f\xd3\x65\x0d\x3c\x67\xd3\x89\x17\x6e\x6e\x5c\xc9\x33\x67\xf1\xd4\xfe\xda\x37\x7f\x2b\xe7\x3d\xe9\x3e\xbf\xd2\x2d\xfc\xea\xfa\x77\x25\xbf\x55\xb1\xee\x2f\xc0\x8d\x23\xa0\xd1\x19\xb2\x49\x27\x4c\x9b\xbe\xda\x42\xe6\x47\x83\xa3\xb7\xe6\xeb\xfe\x4c\x74\xd0\x4d\x58\x55\x72\x51\x9f\xb2\xdc\x36\x23\x31\xdc\xcc\xa9\x9e\x81\xff\x57\x8a\xf3\x54\x27\x72\x18\xb7\x3d\xc4\x70\xc9\x73\x65\x36\x55\xaa\x5b\xf6\x41\xb6\x2a\xc5\x32\x04\xab\x73\x11\x3b\x4f\x9b\x62\x7d\xc9\x24\x6b\x6f\xf3\xdf\x26\x83\xbb\x09\x01\xee\x93\x90\xd5\x28\xf8\x6d\xd6\x50\x22\x09\x2b\xd7\xf0\x38\x91\x12\xb9\xde\x32\x83\x7a\x9b\xb8\xbe\x06\x49\xf8\x14\xcd\x26\x23\x40\xae\xd9\x95\xc9\x2a\x30\xbc\x5f\xcc\xa8\x32\xdc\xe5\x0c\xfd\x6c\x6e\x23\xfb\x7d\x07\xe3\xdd\x8b\xe1\x96\x77\xde\x2f\xda\x6e\xc6\x91\x5b\xda\xcc\x1f\x1c\xbb\xaa\xf9\xaa\xd2\xbb\x02\xbb\xa3\x81\xbd\x5d\xd4\x06\x86\xd5\xc3\x82\xd1\xa0\x6b\xba\x46\x5b\xa8\x6f\xcb\x51\xbe\xfd\xdc\xe4\x8f\x97\x5f\x8d\x59\xac\x5e\x19\x59\x32\x78\xe3\x1e\xd9\x5b\x4d\x31\x77\xe0\x05\x1c\xb5\x0e\x7c\xc7\x45\x5b\x1e\xe7\x8c\x8e\xcd\x37\x08\x05\xdf\x16\xe1\xef\xac\x49\xf7\x98\xc4\xe6\x53\x82\x55\x6b\x6e\x50\xdf\x6f\x29\x77\xe0\xbf\xb0\x21\xbc\x03\xff\xb5\xbb\xfb\x6a\x3d\x35\xdf\x77\xd5\x55\x6b\x4f\x9b\x17\x0f\x2e\xa7\xb8\xe9\xc0\xb3\x6a\x56\x69\xe5\xaa\xaa\xa0\x06\xa5\x7b\xe4\x7c\x8c\xad\xf1\x0d\x96\x87\x1d\x24\xd1\xc2\x95\xd1\xed\xbd\x54\x33\xc1\x42\x94\x43\xef\x37\x85\x90\x95\xfb\x40\x0b\x98\x4b\xaa\xd1\x9d\xd4\x73\xa1\xf1\x09\xbc\xc7\x79\xdf\x9e\xea\x05\x64\xf9\xae\x67\xde\x0f\xf3\x19\x72\xdb\x4d\x24\x5a\x05\x86\x66\x41\xdc\xd0\x19\x65\x9b\xd4\x96\xef\x94\x7e\x79\xb7\x92\xab\x18\x7d\x22\xf3\xfc\xe2\xc6\x94\xd7\x91\x93\x47\x41\x55\x6a\x8b\x87\x6b\xc2\x38\x11\x5c\xff\x37\x17\xf3\xa5\x40\x94\x96\x82\x4f\x47\x83\xc0\x3e\x9d\xe3\xa8\x8a\xc4\x16\x7b\xcc\x1c\x20\x31\x28\x95\x16\x22\x7c\x32\xe8\xa6\x40\x83\x6e\x3a\xaa\x46\x5f\x53\x7a\x85\xac\x6e\x6b\x19\xb3\xc6\x02\xb2\xab\x74\xdd\x5e\xa8\x72\xf4\x60\xd6\xcb\xf7\x4b\xb3\x5e\x79\x99\xb2\x54\x38\x2e\x03\x3a\xa0\x6d\x38\x40\xe8\x0f\xc1\xcf\x0e\x65\xeb\x6c\xd1\x5e\xbd\x39\xf4\x8c\xd5\x77\xec\xf7\xf4\x56\xe0\x9d\x12\xbc\x83\x95\x0c\xf5\xe7\x4b\x47\x6f\x78\x7d\x7d\x80\xc6\x40\xb3\xc4\xf4\x07\x3e\x56\xf1\x1b\xf7\xff\x8a\xf1\x86\xfe\xc6\xf8\xcc\xdb\xec\x30\x5e\x92\x4d\xf2\x9f\xc8\x06\xf5\x2a\x8b\xb6\x4f\xa3\xc0\xc1\x52\x62\xe7\xb8\xd0\x70\x40\x6f\x6e\xdc\xb0\xe6\xf5\x35\x9d\x00\xd3\xd0\x5c\x07\x3c\x9e\x19\xa1\x9f\x25\x91\x82\x03\xda\x82\xc3\x9b\x1b\xe7\x62\x52\xb1\xba\x0b\xbe\xad\x3a\x67\x31\xac\xa4\x7f\x2a\xd1\xa4\xe1\xcf\x52\xcf\xb2\xc9\xce\x0a\x15\x63\x48\xd6\x4f\xb5\x2a\x9c\xd4\xd2\x41\x6d\xac\xdd\xa6\x63\xaa\xd7\xd5\x2d\x21\x75\x99\x75\x1f\x58\x86\x8d\xde\x31\x8c\x90\x6b\xab\x7d\x66\xf0\x3b\x8d\x91\xaa\x09\xeb\xf9\x88\x4a\x0a\x15\xec\x65\xcd\xa5\x7c\x9f\x50\x89\x41\xbd\x95\xd9\x13\xbf\x6c\x19\xdc\x35\xb8\xbd\xc3\xc3\xef\xcb\xd5\x7e\xa0\xab\x2a\x12\x03\x3d\x1b\x9d\x88\xc0\x5e\xaa\x39\xe8\xea\x59\x0d\x58\xba\xcf\xb1\x7f\xae\x62\x0b\xe8\xfb\x24\x02\xe3\xf2\xd5\x16\xb8\x53\xa2\x34\xb8\x9d\x4e\x25\xe4\xa0\x5b\xc1\x7c\xe6\x30\x72\x69\xbd\xe5\x5a\x52\xac\x70\x17\x75\x32\x08\xd7\x62\x71\x7a\x4d\xb8\xdb\xb7\x8e\x0a\x2d\x2e\xb4\xea\xb0\x06\xd3\xf5\xb5\x7f\x8a\x7c\xaa\x67\x36\x60\x6c\x81\x7c\x9f\x44\x81\xb5\x0d\xb5\x0b\xb4\x11\x97\x91\xd6\x39\x8d\xb0\x06\xbe\x46\x62\x95\xa1\x62\xd0\xb5\x0a\xb5\x61\x5d\xa9\x25\xae\x9f\x66\x41\x21\x27\x28\x55\xe6\x41\x37\x3d\xb1\x1b\xad\xe6\x19\x83\xee\x58\x84\x57\xee\xef\x2a\x74\xd3\xbf\x45\xf5\x7f\x01\x00\x00\xff\xff\xa9\x35\x5c\x4d\xa5\x6a\x00\x00") +var _templatesIndexTmpl = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3d\xed\x72\xdb\x38\x92\xff\x53\x95\x77\xe8\x30\xde\x91\xbc\x91\x48\xcb\x13\x27\x13\xc5\xd2\xdc\x9c\x9d\xad\xc9\x9d\xd7\x49\xc5\x9e\xad\xda\xda\xdb\xba\x85\xc8\x96\x88\x18\x04\xb8\x00\x28\xc9\x71\xf9\xdd\xaf\x00\x92\x12\x25\x91\x14\x2d\x3b\x99\xcc\x95\xf5\x23\x96\xf0\xd1\xdf\xe8\x6e\x34\x48\xe4\xf8\xd9\xe9\x87\x93\xcb\xbf\x7f\x7c\x07\xa1\x8e\xd8\xf0\xe9\x93\xe3\xec\xef\xd3\x27\x00\x00\xc7\x21\x92\x60\x98\x7e\xb7\xbf\x23\xd4\x04\x42\xad\xe3\x2e\xfe\x3b\xa1\xd3\x81\xe3\x0b\xae\x91\xeb\xae\xbe\x8e\xd1\x81\xec\xd7\xc0\xd1\x38\xd7\x9e\x01\xf5\x16\xfc\x90\x48\x85\x7a\xf0\xdb\xe5\x5f\xba\x3f\x39\x1b\xc0\x38\x89\x70\xe0\x4c\x29\xce\x62\x21\x75\x01\xc4\x8c\x06\x3a\x1c\x04\x38\xa5\x3e\x76\xed\x8f\x0e\x50\x4e\x35\x25\xac\xab\x7c\xc2\x70\xd0\x5b\x81\xc6\x28\xbf\x02\x89\x6c\xe0\x90\x38\x66\xd8\xd5\x22\xf1\xc3\x2e\xf5\x05\x77\x40\xd1\x2f\xa8\x06\xce\xd1\xeb\xf9\xd1\x6b\x07\x42\x89\xe3\x81\xa7\x34\xd1\xd4\xf7\x68\x34\xf1\x7c\x31\xbb\x16\x5e\x3a\xcd\x4c\xe8\xda\x81\x6e\xcc\x27\x77\x44\xf0\xea\x60\xfe\xea\xa0\x12\x41\x29\x2a\x3b\x65\x07\x54\xaf\x0f\xe7\xaf\x0f\x9b\xf0\x62\x07\xee\x82\xe0\xd5\xfc\xf5\xab\x46\x08\xcc\xc0\x1d\x10\xf4\x7a\x2f\xe7\xbd\xde\xcb\x26\x28\xb2\xa1\xbb\x20\x39\x3c\x98\xf7\x0e\xab\x75\x52\x44\x92\x0e\xdd\x05\xc9\xcb\x97\xf3\xde\xcb\x66\x9c\xa4\x43\x77\x41\x72\x74\x38\xef\x1d\x35\x52\x79\x36\x74\x17\x24\x3f\x1d\xcc\x7b\x3f\x35\x13\x57\x3a\xb4\x1a\x49\x0a\xd8\x38\x86\x81\x43\x23\x32\x41\x2f\xe6\x93\x25\xa6\x37\x87\xf3\xde\x9b\x1a\x76\x78\x20\x05\x0d\x32\x5c\xe9\xe0\x5d\x71\xfd\x78\x38\xff\xb1\x1a\xd3\x98\x4c\x2d\x12\x3b\x6a\x57\x14\x6f\x5e\xcd\xdf\x54\xaf\x96\x1c\x85\x1d\xb5\xb3\xc4\x5e\xcd\x7b\xdb\x51\xd8\x51\xd5\x28\x22\xc2\xe9\x18\x95\xae\x84\x93\x0f\x70\x3f\x2b\xc1\x2b\xbc\x75\xa4\x8c\x1d\x50\x9f\x68\x2a\x78\xf7\x92\x32\x3c\x11\x4c\xc8\x82\xf3\x7e\x3e\x1e\x8f\xab\x7c\xfd\xe6\xec\xf7\x86\xd7\xc2\x6c\x2f\x52\x1b\xab\xa5\x0a\x9a\x0e\x31\xc2\xae\x5f\x81\xff\xe9\x93\x9b\x1b\xa0\x63\x20\x3c\x00\xf7\x24\x51\x5a\x44\x27\x17\x17\xe0\x7e\x42\x12\x7c\x24\x13\x84\xdb\xdb\xa7\x4f\x0a\xe2\x51\xfa\x9a\xa1\x0a\x11\x75\xae\x07\x1b\xc9\x7c\xa5\x32\x81\x39\xb9\xc4\x7c\xa5\x3c\xdf\x02\x74\x4d\xef\xd0\x62\x42\xa6\x32\x90\xca\x97\x34\xd6\x45\x18\x9f\xc9\x94\xa4\xad\x0e\x28\xe9\x2f\x21\x7d\x56\xde\xe7\x7f\x27\x28\xaf\xbb\x3d\xf7\x27\xf7\x47\xf7\xb3\x72\x86\xc7\x5e\x3a\x74\x78\x0f\xea\x26\x54\x87\xc9\xa8\x1b\x11\x79\x15\x88\x19\xcf\xc9\xdc\x19\x5e\x84\x3c\x51\xdd\x88\xde\x1f\xd2\x88\x28\x6c\x00\x68\x73\x62\x48\x27\x21\xa3\x93\x50\x2f\x66\x66\x72\x5e\x17\xe8\x72\xa0\x41\xb3\x2e\xd1\xbb\x29\x67\x09\x2b\x26\xfe\xd5\x3a\x30\x03\xce\xd0\xbc\xce\xf6\x30\x37\x3d\xf7\x8c\x2a\xbd\xb0\x35\xef\xcf\xf0\xc9\xa4\x4e\x12\x03\x18\x0b\x09\x8c\x2a\xad\xe0\xcf\xde\xd3\x27\x2a\x26\x1c\x6e\xc0\x4f\xa4\x12\xb2\x0f\xb1\xa0\x5c\xa3\x7c\x0b\xb7\xa9\x65\xf1\xc0\xce\x1f\x89\xe0\x1a\x6e\xd2\xa5\x30\x22\xfe\xd5\x44\x8a\x84\x07\x7d\x30\x06\xff\xf6\xe9\x93\xdb\xa7\x4f\x5c\x95\xf8\x3e\x2a\x95\x8f\xb2\x4b\xa3\x0f\xcf\x8f\xfc\xd1\x4f\x47\xfe\xdb\xb4\x71\x2c\xb8\xee\xce\xd0\x70\xd5\x87\x91\x60\x41\x36\x77\x4c\x28\x4b\x24\xae\xcf\x0d\xde\x1c\xfd\xf8\x72\xbc\x65\x6e\x9c\x48\xec\x1a\x23\x01\xb2\x3e\xff\xf5\xeb\xd7\xd9\xa0\x00\x19\x6a\xca\x27\xf9\x08\x11\x13\x9f\xea\xeb\x3e\x1c\xb8\x47\xe9\x90\xe7\x33\x49\xe2\xbc\x3b\x16\x8a\x1a\x37\xd1\x07\x32\x52\x82\x25\x1a\x33\x22\xb4\x88\xfb\x70\x74\x10\xcf\xb3\xdf\x0c\xc7\xba\x0f\xcb\xdf\x32\x25\x6f\xd9\x30\x12\x5a\x8b\x28\x6f\x31\x78\x62\x12\xe4\x68\xc2\x94\x9b\xde\xc1\xc1\x9f\xd2\xce\x4c\x75\xef\x02\xba\x54\x5d\x51\xf4\x62\x8a\x72\xcc\xc4\xac\x1f\xd2\x20\x40\xbe\x98\x64\xd4\xb4\x18\x6c\x31\x18\x83\x20\x12\x17\x22\xb1\x99\x6c\x1f\x32\x54\x05\xe4\xc5\xa6\x91\x98\x77\x15\xfd\x42\xf9\xc4\x48\x58\x06\x28\xbb\x23\x91\x73\xd2\x8d\xc4\x97\x6e\xfd\x88\x19\x8e\xae\xa8\xae\x1f\x54\x29\xda\x4c\x94\x6b\x82\x5c\x17\x63\x51\x0f\xcb\x4e\x83\x63\xf3\x37\x17\x3c\x07\x2e\x12\xcd\x28\xc7\x95\xb6\x15\x72\x43\x12\x88\xd9\x6a\xf7\x82\xdf\xcd\xbe\x8a\x66\x89\x26\x66\xae\x34\x59\xab\x4d\x5b\x7b\xee\x01\x46\x59\x73\xa6\xe8\x5f\x89\x3a\x15\xfa\x3d\x3f\x27\x51\xaa\xec\xc5\x94\x31\x89\x28\xbb\xee\x83\x73\x96\xf8\x34\x20\x70\x22\xb8\x12\x0c\x9d\x0e\xfc\x55\x70\xe2\x8b\x0e\x44\x82\x0b\x15\x13\x1f\x17\x20\x4d\x18\x28\x05\xd2\xfa\x10\x23\x87\x0b\xc2\x55\xab\xd3\xba\xc0\x89\x40\xf8\xed\x7d\xab\x73\x49\x42\x11\x91\xce\x2f\x92\x12\xd6\x51\x84\xab\xae\x42\x49\xc7\x4b\x12\xf3\xd5\x7f\x6b\xfc\x8d\x9b\x7b\xf4\xae\xb5\xc8\x84\x75\x60\xad\x49\xb0\xc5\xfa\x21\x41\x40\xf9\xa4\x9b\xe9\xd4\xb2\x6d\x81\xfc\x47\x84\x01\x25\xd0\x8e\x28\xef\x66\x26\x79\x84\xd1\x7e\x3e\x2f\xa0\xd3\xe7\x66\x29\x77\xec\x37\x89\x3c\x40\x89\x41\x07\x2a\xcd\x7a\x13\xd9\x61\x6e\xcc\xc5\xae\xcc\x9a\x16\x7d\x99\x90\x0a\xbe\x63\xf9\xb5\x1b\x0a\x49\xbf\x08\xae\x09\x2b\x62\x89\xc8\x3c\xa7\xf8\xc7\x83\xe5\xfa\xde\x80\xd4\x0d\xa8\x22\x23\x66\xa8\x2e\xc2\x44\x62\x08\x59\x69\xb3\xd1\xa7\x8a\x8f\x9e\x7b\xb8\x30\x96\x4d\x4e\x16\x5d\xa9\x72\xca\xa4\x7a\xf0\xb0\x62\xed\x1d\xd4\xc8\x75\xd9\xf9\xf0\xe2\xe8\x83\x7b\x84\x11\xf4\xb6\xb3\xfc\xfa\xa1\x59\x3e\xaa\x63\xf9\xe8\x4f\x2b\xf4\x94\x52\xd4\x3b\x78\x60\x92\x0e\xeb\xb4\x70\x78\xb0\x4a\xd2\xb1\x67\x33\x84\xe1\x4a\x20\x5f\xe4\xb2\x9a\x6a\x86\xc3\x9b\x1b\x70\xb3\x48\x73\xec\xa5\x4d\x79\x11\xc6\x8e\x2a\xa6\x2c\xad\xb5\x94\xa5\x55\x48\x8d\x53\x1f\xcb\x68\x2c\x60\x00\x63\xc2\x14\xbe\x5d\xed\xf4\xbc\xe3\x67\xff\x38\x39\xfd\xe5\xf2\x97\x7f\xac\x76\xec\xb5\x67\x94\x07\x62\xb6\xef\x32\x41\x82\xf6\x38\xe1\xbe\x09\x0f\xed\xfd\xa2\x14\x96\x50\xe0\x13\xea\x44\x72\x05\x04\xf2\xa1\x1d\xd0\x21\xd1\x1d\x20\x0a\x98\xe0\x13\xf3\x97\x6a\x9b\x93\x53\x9e\xa0\x02\x2d\x60\x84\x40\xf9\x54\x5c\x19\x71\xcf\x28\x63\xc0\x85\x2e\x85\x3e\x42\xd0\x92\x4e\x26\x46\x33\x2e\x5c\x86\xb8\xc0\x92\xce\x1b\x21\xf8\x84\x31\x0c\x80\x8c\x35\x4a\x83\x48\x69\x11\x2b\x18\xa1\xc9\x2e\xb2\xbe\xb1\x90\xa5\xd0\xcf\x21\xa2\x8c\x51\x85\xbe\xe0\x81\x72\xe1\xfd\x18\xfe\x45\x23\x6b\x37\x1a\xff\x05\x54\x41\x4c\x94\x32\x44\x66\x44\x80\x2e\x52\x20\xb8\xf9\x5d\x0a\x99\xa5\x0b\x0a\x30\x98\x60\x07\x28\x57\x1a\x49\x00\x62\x6c\x01\x68\x49\x28\xa3\x7c\xe2\x6e\x4e\x5d\xc0\x0e\x70\x24\x12\xee\xa3\x55\x40\x07\x66\x84\xea\x0e\x2c\x68\x2b\x55\x86\xf9\x4c\x89\x04\x4d\x23\x14\x89\x7e\x5b\x3e\x42\x5a\x7d\x41\xbd\x5e\x97\xc6\xd0\x7a\xae\xc8\x14\x4d\x02\xf4\x9f\x89\xd6\x82\xb7\xf6\x5d\x89\x91\x98\xe2\x09\x23\x4a\xb5\xf7\xef\x38\xd7\x98\x6c\xdb\x31\x4d\x94\x4f\x9c\xfd\x0a\x1a\x73\x4e\xec\x3e\x6e\xae\x61\x00\x3a\xa4\xaa\x53\x3d\xd8\x7c\x88\x9c\x28\x18\x98\x3f\x49\x84\x5c\xab\x2d\xb0\x19\x31\xf6\x32\x68\x28\x08\xf3\xc9\xe4\x0a\x03\xe0\x09\x63\x35\xe0\xcd\x87\x8e\xa1\xfd\xac\xa0\x2f\x83\xc6\x35\x1b\xde\xeb\x76\xc6\x55\xc7\x52\x5c\x27\x82\xdb\x6d\xe2\x21\x8c\x9d\x8b\x19\x0c\x96\x86\x01\x3f\xfc\x00\xcf\xea\x0d\xc0\x7c\x7c\x86\x44\x5e\xa6\xc3\xda\xd9\xf0\x3a\x4a\x96\xac\x2b\xd4\xf9\x3c\x2b\xc1\xd4\x34\xeb\xe6\x1a\x49\x64\x94\xde\x5d\x0c\x65\x22\x30\x6d\xa5\x8b\xee\x32\xa4\x2a\x75\x0b\x16\x83\x5d\x6b\xf9\x3a\x02\x1c\x8f\xd1\xd7\xd9\x9a\x85\x2b\xbc\x4e\x62\xc0\x29\xf2\x72\xbf\xf3\x0b\x0f\x8c\x2f\x11\x9c\x5d\xc3\x98\x4a\x54\x70\x74\x70\x10\x29\x10\x12\x42\xc2\xc6\x40\x20\x75\x1a\x99\xdb\x31\x20\x13\x85\xd2\x3a\x9f\x18\x03\xe3\xa0\x29\x9f\x6c\x82\x36\x8b\xc2\x0c\x7c\xcf\xe3\x44\xb7\xf6\x5d\xc1\xdb\x2d\x4b\x4b\xab\xb3\xba\xe4\xeb\x4d\xd2\xc8\x34\x75\xef\x5b\x97\x6f\x11\xdb\x94\xb0\x76\x59\x9b\x59\xd3\x31\x23\x3e\xb6\x3d\xf4\x26\x1d\xc7\xd9\xaf\xd4\x47\x79\xf3\xae\x7e\xa2\xc6\x47\x5c\x90\xa9\x75\x11\xe5\x13\x93\xd8\x46\xa7\x32\x32\x6f\x3b\x26\x55\x76\x4f\x73\xc5\xdf\xde\x5a\x6e\x6a\x7c\x6d\x0e\xac\x4a\x94\x7b\x2e\xf9\x4c\xe6\xed\x1a\x41\x9b\x78\xdc\x87\xd6\xc7\x0f\x17\x97\xad\x1a\x37\x95\x48\xd6\x87\x96\x97\xc4\x01\xd1\x58\x37\x30\x20\x9a\xf4\xe1\xbf\x2e\x3e\x9c\xbb\x4a\x4b\xca\x27\x74\x7c\x5d\x87\xdf\x7c\x38\xce\xfe\xd7\x88\xae\x5f\xaa\xf6\xfd\x2d\xde\x33\x26\x13\xec\x83\x53\xc8\x3f\x9c\x1a\xc7\x54\x07\x2d\xab\x3b\xf4\x97\x9e\xd5\x70\xb3\xd5\xbb\xde\x27\xd4\x40\xb6\x24\x0c\xa2\x45\xdd\x63\x30\x00\x2d\x93\xea\x50\xb9\x15\x39\x09\x82\x14\xb3\x93\x81\xac\x8d\x57\x56\x2e\x69\xe5\xef\xfe\x08\xb3\xfa\xcb\x76\x84\x3b\xc8\xd4\x2e\x2f\x2b\xa9\x08\x95\x22\x13\xac\x0d\x41\x35\x8a\x46\x29\x85\x2c\xa8\x79\x1e\xca\x4e\xda\xf8\xd5\x95\xfd\x40\xe2\xab\x96\x4f\xca\xc6\x8e\x82\xc9\xca\xcf\x97\xd6\x29\x38\x85\x2a\xb7\xf7\x59\x09\xee\x6c\x59\xf7\xe9\xb4\x96\x19\xda\xaa\x70\xc2\xa5\x6e\xaf\xd6\xc5\xc5\x92\x46\xf8\x17\x21\x2f\x90\x8d\x4f\x51\x69\x99\xf8\xfa\xdb\x39\x3c\x8b\xfd\xa1\xfd\xdd\xa3\xc7\x7a\xf4\x58\x65\x08\x1e\x3d\xd6\xdd\x05\xf3\x1d\x7a\x2c\x26\xfc\x2b\xb3\xae\xdb\x66\x0b\x1e\x87\x92\xa8\xea\x85\xf1\xd0\xfe\xca\xe0\xfe\x06\xee\x6a\x6b\x4a\x96\x33\xde\x2f\x7c\x7f\xf4\x71\x8f\x3e\x0e\x6a\x24\x0b\x3f\xfc\x60\x31\xe4\xeb\x27\x87\xbd\x6f\x06\x38\x67\xc2\xbf\x72\x1a\x09\x3f\xad\x02\xba\x4c\xa4\x8e\x00\x06\xe0\x78\x05\xe3\xf5\xa6\x14\x67\xce\xfd\x04\xb1\x1b\x0b\xbf\x71\xf6\x60\x4c\x60\x40\xf5\x3d\x98\x78\x8c\x35\x3b\x08\xe6\x3b\x8c\x35\x71\x32\x62\x54\x85\x36\xdc\x7c\xbb\xa4\x38\x45\xfa\x1d\xc4\x99\x94\x90\xb4\x6e\x50\x10\xc5\xea\xb2\xfb\x98\x76\x3c\xe6\xd8\x8f\xf1\xc7\x7e\x16\x92\xcd\xc6\x67\xbe\x39\xb3\x1f\x0c\x9a\x39\xe8\x0a\x93\x5b\x58\xdb\xc3\xca\xb6\x0c\xd3\x82\xe4\xfb\x88\xf5\x31\x10\xec\x20\x98\xef\x30\x10\x20\xf7\xe5\x75\xac\x7f\xaf\x7d\x47\x86\xfe\x3b\x08\x09\x8f\x5b\x8f\x47\xd7\x5f\xf9\xd9\x96\xb7\x17\x56\xd1\x6a\x0e\xf1\x2e\xed\xf8\xc3\x6c\x40\x2a\x19\x39\xc5\x07\x64\xe4\x71\x13\x72\x57\x30\xff\x2f\x63\x8f\x3d\x93\xff\xc0\x1e\xe2\x1c\xf2\xf4\xdd\xd9\xbb\xcb\x77\x0d\x02\x8e\x60\x01\xa3\xea\x5b\x04\x9c\xc7\xd8\xf1\x18\x3b\xe0\xbe\x92\xdd\xe6\x49\x8d\x2d\xff\x11\x3d\xe9\x2e\x3e\xf0\xd1\x95\x96\x38\xd3\xbd\xb6\x53\x0c\xda\xce\xbe\xeb\x33\xea\x5f\x2d\x9f\xa8\xa9\xb6\x33\x74\x63\x69\x9f\x07\x3a\xc5\x31\x49\x98\xae\xd4\xca\x94\xc8\x42\x4e\x0c\x03\x88\xa5\x88\x62\xb3\x67\x65\x68\x1a\x90\x6b\x94\x40\x0a\x63\x5c\x38\x17\x1a\xfb\x90\xa5\x3f\x94\x4f\xd2\xa7\x94\x52\x1b\x00\xc2\x18\x18\xdc\x54\x24\x0a\x42\xaa\xb4\x90\xd7\xae\xd3\x01\xa7\x52\xa3\x66\x11\x15\x48\x78\x96\x3e\x91\x56\x6b\x88\x15\x3b\x9b\xe6\x8f\xf9\xdc\xa6\x0f\xd1\x54\xc8\xdc\x00\xfb\xaa\x12\x97\x30\x30\x96\x36\xa6\x32\x6a\x3b\xbf\x48\x84\x6b\x91\x80\x4a\xb2\x2f\x33\xc2\x35\x68\x01\x96\x8e\x9f\x6b\xe5\x26\x1b\x79\x9c\xad\x39\x9b\x41\x54\xe5\x6a\xb6\x7b\xee\xb9\x01\xf8\x77\x91\x18\xbd\x2b\x85\x01\x9c\x10\xee\x23\x7b\x56\x09\xf1\x8e\xfa\x50\x85\x63\xfe\x6f\xa7\x96\xe5\xf3\x77\x56\x3c\xf6\xa9\x38\x93\x0a\xd8\x2f\x1c\xe7\xda\x3e\x47\x08\x54\x03\x55\x20\x62\xe4\x18\x74\x80\x54\xe9\x32\x10\xf6\x39\xe2\x87\xd0\x66\xf9\xd3\x0f\xdf\xad\xf6\xf2\x73\x8f\xef\xc4\x7d\x19\x65\xd8\x23\x97\x07\x76\x49\x66\xca\x7d\x4f\xaa\x1e\x20\xb6\x3a\x6b\x00\x9c\xbc\x32\x68\x28\xd8\xf6\x94\x72\xb3\x24\xed\x6b\x52\x99\x1e\x87\x6d\xa5\xb3\xba\xab\xec\xa0\xbd\x06\x92\xe7\xc1\xc7\x0f\x17\x97\x79\x40\xb1\x0b\xbc\x76\xb4\x44\x26\x48\x50\x33\xae\x7a\x79\x94\x89\xa1\x50\xc3\xfd\x6a\xeb\x63\x51\xd2\x06\xa7\xf8\x50\x71\x10\x18\x07\x25\x33\x9f\x26\xac\x5b\x53\x54\x63\x44\x62\x77\x1e\x31\x50\xc2\xf8\xb6\xfc\xbd\x04\xca\x03\x9c\x63\x00\xa3\x6b\x50\x48\xa4\x1f\x02\xf2\x09\xe5\xa8\xdc\x2a\x3f\x91\x2f\x88\xca\x33\x98\x42\xad\xba\xce\xe4\x0a\xe4\xdf\xc1\x25\xc1\xf2\xa1\x7b\xe3\xce\x31\xa8\x8a\xb8\x3f\x3b\xf0\x02\xb6\xa4\xfb\xf6\xa1\xef\x25\xa0\x06\x3e\xfa\xa1\x98\x87\xaf\xbe\xde\x32\x32\xbe\x7f\xd7\xf0\xb1\x21\xa1\x35\x81\xb3\x78\x30\x7a\xe7\xe8\x56\x46\x6a\x5e\xe5\xf8\x7d\x32\x12\x93\x6a\x5b\x0a\x30\xb0\xaf\x5c\x83\x59\xbd\xaa\x41\x12\x02\xed\xbf\xa1\x54\x54\xf0\x0c\x9c\xd2\xe4\x1a\x28\xcf\xd3\xf5\x7d\xf7\x01\xb2\x94\x65\x01\xe8\xf7\x4f\x4c\xd6\x9b\xf7\xda\x4e\xfe\x36\x9c\xb3\xef\x5e\xe1\x75\x20\x66\xbc\x89\xee\xe8\xb8\x8d\x66\xfc\x89\x08\x10\x06\x83\x01\xbc\xd9\x87\x1b\x13\x16\x34\x19\xc1\x8c\xa8\x9c\xd4\xda\x10\x32\x41\x0d\x3e\x91\xa8\x17\x6f\x2b\x7b\x0a\x19\x5a\xdc\xd5\x13\x8d\x35\x28\x4d\x64\xfe\xfe\x90\xbb\x98\x73\x61\x5a\xb7\xbc\x5c\x83\x3c\xd8\x98\xf7\x8e\x07\xa5\xd2\x29\xce\xdb\x33\x53\x60\x00\x7b\x6d\xf3\x65\xdb\x1b\x4e\x53\xc2\x12\xe3\xa8\xed\xac\xf4\x41\xfd\x5a\x0c\x9e\x07\x0a\xf5\xf2\xcd\xc4\x74\xbe\x16\x7d\xdb\x04\x23\x1c\x0b\x89\x99\xac\x5e\x58\x19\xbf\x48\x7b\xd2\xf7\x54\x6c\x47\x35\xf4\x25\x15\x16\xae\xab\x92\x51\x5a\xf3\x6b\x1f\x74\x52\x51\x6e\xa9\x9b\xe5\x9f\x17\xe0\xfc\x8f\xae\xa9\xf9\xad\x8e\x5d\x47\x86\x3c\xa8\x78\x65\xa3\x20\x86\x38\xc9\x6d\x82\xe8\xf4\xed\xf4\x85\x71\x00\x99\x10\xca\xa1\x6d\x02\xb6\xe0\x68\x2f\x58\xb0\xef\xdd\x91\x51\x0d\xfd\x25\x26\x52\x66\x00\x30\xc8\x8c\xea\x05\xf4\xb6\xd2\x98\xba\xad\xf4\xad\x41\xe1\x27\x0a\x98\xa8\x3b\x46\x6b\xec\xe8\xee\xb2\x70\x5b\xe9\x65\x0b\x64\xc4\x4c\x40\x5d\x77\xba\x06\x5b\xc5\xe2\xb5\x7d\xcd\x28\xb2\x2f\xd4\x51\x8e\xe7\x49\xb4\x34\x7d\x97\x68\x2d\xdb\x2d\x1a\xb4\xaa\x94\x59\x5f\xd0\xb6\x35\x6a\xc7\x16\xf5\x8c\x9b\x36\x59\x47\xeb\xe7\x16\xbc\x80\x3d\x37\x26\x92\x44\xd5\x55\x68\x27\xa3\xc5\xe9\xe7\x54\x55\x56\xa1\x1c\x93\xcc\x39\x8d\x8a\xd5\x95\x85\xea\x46\x55\xf7\xcd\x4a\x76\x4d\x30\x58\x2b\x3f\xb8\x69\x0e\xdd\xb6\x21\xe4\x2e\x19\x5d\x69\xed\x2c\xd7\xac\x26\x72\x82\xda\xf5\x4d\x9a\x71\x46\x95\x76\x49\x10\xb4\x5b\xf9\xcd\x1c\xad\xd2\xb2\x5b\xd9\xb6\xf5\x76\xff\x2d\x78\xde\x3f\xff\xb9\xfa\xa6\xf2\xf2\x6a\x94\x45\x53\xd6\x12\xb2\xcf\xca\xa5\x9c\xea\x5f\xf3\x1b\x55\x28\x9f\x7c\xe0\x67\xe9\x0b\x5d\x2b\x77\xaa\xa4\x90\x0a\xb7\xcf\x1d\xdb\x8b\x0d\x68\x30\x70\x62\x12\xac\xdc\x05\x44\xa4\xa6\x3e\x43\xb0\xec\x0c\x9c\x95\x9b\x10\x9c\xe1\x3a\xcd\xd9\x7d\x0f\x8b\xfb\x7f\x56\xde\xc5\x5e\xc0\x7c\xd6\xed\xc2\xb9\x00\x7b\x21\x81\x71\x22\x12\xb3\x8d\x0c\x74\xbb\xc3\x0d\x80\x8b\x5b\x7f\x36\xe0\x04\x74\x9a\xd3\xb5\xbc\xe1\xa0\xec\x82\x03\xc7\xb2\x66\x1a\x9d\x61\xb9\x9a\x8f\x13\xb6\x01\xaa\x6b\xeb\xde\x15\x13\x20\xbd\xf8\x69\x78\xec\x31\x5a\x37\xc4\xf0\xba\xb8\x92\x46\x0b\xb8\x42\x8c\x8d\xe3\x8a\x80\xe1\x14\xd9\xcf\x9b\x2c\xaf\x61\xd8\x24\xcb\xac\xda\x22\x9b\x44\x75\xfd\x90\xb2\x40\x22\x2f\x34\x13\xc6\xc4\xac\x1b\x8a\x29\xca\x3a\x1e\x2c\x16\x92\x5d\x06\xf4\x7c\x29\xa8\x33\xca\xaf\x7a\x4e\x99\x4c\xf8\x95\xb3\xfa\x3e\x3d\xd9\x06\xbe\x4c\xb6\x39\xc5\xdb\x68\x83\xa5\x55\x9d\x52\x22\xaf\xff\x6a\x12\x9e\x32\x6b\x68\x2c\x3a\x67\xb8\xe0\xd7\xd6\x1e\x4f\x89\x5e\x9e\x17\x57\x31\x7c\x8e\x33\xc3\xe8\x16\x6d\x17\x08\xae\xb4\xda\x9d\xe8\x7c\x40\xba\xd6\x2e\x48\xb8\x0f\x59\xa1\xd6\xb1\xea\x7b\xd9\x55\x58\xae\x2f\x22\x4f\xf9\xa1\x60\xec\x4b\x7a\xdb\x59\x25\xd5\x17\x22\x91\x3e\xde\x8d\xf0\x8d\x0b\x83\x1e\x82\x83\xe7\x55\x24\xa6\xbe\xb0\x50\x13\x69\x44\x64\xd7\x52\xf9\x5e\x7d\xcc\x9f\xd6\x83\x6e\x13\x4a\x17\x7b\xdf\x66\x38\xac\x69\x35\x02\xfc\xf1\x4e\x60\x79\x43\x72\xbf\x92\xc1\x85\xb2\xb1\x21\xb4\x85\x84\xb6\xfb\x5e\x9d\x09\xff\x0a\x83\x7d\xfb\x3d\x3b\x05\x32\x3f\xf7\x9b\xe0\x7b\xe8\x35\x5a\x6f\x4a\xc5\xd3\xb3\x61\x66\xcd\x05\x9a\xe1\xf6\x36\x7b\xf6\x65\x49\x56\xd6\x79\x73\x83\x3c\x48\xdd\x6c\x43\xa1\xdf\x9f\xda\x45\xa5\x7c\x49\x6a\x2a\x6a\xb8\xbd\x4d\x0b\xa3\x4b\x32\xcf\xec\xaf\xaf\x41\xe3\xca\xc9\x50\x56\x11\xa8\x74\x29\xbf\xa6\xfd\x77\x21\xa1\x91\xc1\xdd\x5f\x98\x1b\x87\x46\xc3\x0b\x64\xe3\x6e\x90\x35\x7d\x53\xc5\x2e\x0f\x14\x87\xef\xcc\xd7\x87\x5f\xca\xc7\x5e\xc2\xea\x12\x9a\x14\xd9\xd7\xce\x78\x2c\xb9\x33\xaa\x43\x70\xff\x46\x71\x96\x19\xd1\x72\x68\xba\xf3\xc4\x60\xc1\x54\xe3\x14\x69\xf3\x59\x39\xa8\x32\x49\x83\xf9\x2b\x67\x47\x35\x16\x51\x23\xe2\x52\x5e\x4c\x12\x5e\xb9\xba\x4e\x12\x29\x91\xeb\x06\xdc\x6c\x37\xa6\x9b\x1b\x90\x84\x4f\xd0\x6c\x13\x7c\xe4\x9a\x5d\x9b\xb0\x8e\xc1\xfd\x1d\x71\x95\xe5\x2f\xb8\x75\x73\x3e\x87\xf6\x7b\x43\xeb\xff\x46\x96\x7f\xff\xd0\xb6\xe9\xac\x77\x58\x67\xdf\x41\x90\xa8\xa6\xad\xca\x3e\x0b\x24\x0f\x8f\xed\x55\x9f\xd6\xf3\xae\xd6\xef\x87\xc7\x9e\xe9\x1a\x36\xa0\xa0\x49\x72\xf0\xc7\x48\x0a\xbe\x0f\x59\x6e\x59\x3e\xab\x77\x3a\x56\x00\xd9\xb8\xec\xf5\xce\x2c\x2f\x83\x42\x01\x4e\x6d\x50\x68\xa8\xc8\xc5\xe9\xcb\xf0\xc4\x7c\x83\x40\xf0\x26\xa1\xf5\x5e\x56\x76\x0f\x66\x36\x1f\xee\xab\xb2\x05\x03\xfa\x61\x54\xdc\x80\x8f\xc2\xee\x6e\x07\x3e\x6a\xb7\xef\xd5\x76\x6c\xbe\xdf\xc5\x96\xed\xba\xab\xa8\x21\x95\x07\x80\x63\x2f\xa0\xd3\x92\xb2\x56\x26\xb0\xd5\x0e\x5b\xd3\x32\x74\xce\x24\x89\xcb\x82\x78\xd3\x9d\xf0\x02\xd0\x5a\x41\x6f\x63\x5c\x7e\xe6\x51\x1f\xdc\x48\xa2\x85\x2d\xb5\xd7\x0f\xb3\xb7\x5d\x85\x82\x05\x28\x07\xce\x6f\x0a\x21\xaf\x17\x82\x16\x30\x93\x54\x63\x7a\xd4\xcf\x85\xc6\x67\x70\x8e\xb3\xbe\x3d\x16\xf4\xc9\xe2\x65\xd1\x65\x3f\xcc\x42\xe4\xb6\x9b\x48\xb4\x4b\x0a\xda\x05\x85\x43\x77\x98\xef\x6f\xf7\xdd\x2d\x67\x22\x46\x0e\x8b\x9b\x9b\x6a\xc6\xda\xba\xd6\x27\x32\x5b\x5e\x15\x99\x09\xa7\xaa\x6a\x58\xa2\x5a\xa8\x53\x2f\x14\x35\x93\x5f\x8d\x59\xa5\x9e\xbc\xec\x25\xb8\xfe\x6f\x2e\x66\xdb\xfd\x9e\xd2\x52\xac\xdc\x4c\x5f\x3a\xca\xb7\x8f\x22\x35\xcb\xf8\xdd\x4f\x22\xb1\xd5\x31\xa3\x11\x48\x0c\xbd\x4a\x0b\x11\x3c\xdb\x96\x0a\x6d\x45\x72\xec\xd5\x52\x5b\x2b\x41\x58\x0a\xa7\x90\xdd\xd7\xba\x27\xf7\x53\x26\xec\xda\xc1\x4d\xb1\xae\xdc\x6f\xff\xcd\xb0\x66\x5b\xdc\xed\x76\x10\xf6\x96\xdb\xe1\xb0\x57\xa7\x84\xda\x8c\x35\x45\x9d\xe6\xea\x7b\xb4\x03\x7b\x08\xfd\x01\xb8\xf9\x89\x7d\xd3\x7c\xdd\xde\xce\x3a\x70\x4c\x9c\xe9\xda\xef\xd9\xc5\xd1\x4d\x4a\x6a\x2b\xae\x7e\x6f\x65\xdf\xf5\xf3\x34\xa5\x63\x70\x73\xb3\x87\x26\x2c\x34\xdb\x6e\x99\xcf\x0f\x7c\xa4\xe2\xb7\xe9\xbf\x3b\xd3\x60\xf8\xd9\xa0\x21\x8f\x97\xdf\x88\x06\x49\x36\xc5\xf0\x89\x7c\x15\x29\xdc\xdc\xd8\x07\xaf\x60\x6f\xa1\xff\x4b\x9c\x6b\xd8\xa3\xb7\xb7\x29\x88\xf6\xcd\x0d\x1d\x03\xd3\xd0\x5e\x1f\x78\x12\x1a\x13\xba\x48\x22\x05\x7b\x74\x1f\x0e\x6e\x6f\xd3\x70\x9c\x19\x46\x7a\x8b\xbd\xf5\x83\x79\x1e\x58\xd2\x3f\x91\x68\xb6\xc3\x2f\xb2\x08\xbc\x49\xce\x0a\x16\xe3\xbb\x6d\x4c\xdf\x6f\xb4\xbf\xab\x09\xea\x50\xbf\xb3\x6b\xba\x76\x1b\x25\xae\x85\xbd\xf1\x9e\x65\xcf\xac\x39\x86\x11\x72\x6d\x57\x9e\x01\xf2\x5e\x63\xa4\xb6\xee\x45\x8d\x95\xe4\x33\xb7\x62\xac\x4b\xdd\x9a\xf2\x77\x4a\x25\xfa\xcd\xbc\x93\x3d\x32\xcf\x95\x9b\xde\x20\xdd\x3b\x38\xf8\x53\xbd\x3b\x38\xd6\xdb\x22\xd6\xb1\x0e\x87\xa7\xc2\xb7\x97\xd4\x1e\x7b\x3a\x6c\x30\x3c\xab\x6a\xd8\xff\x01\xa6\xe1\x94\xf3\x24\x02\x93\x7b\xa9\x86\xe3\xcf\x88\xd2\x90\xd6\x37\xb6\xce\x38\xf6\xb6\x30\x99\x3b\xe3\xa5\xb4\xdf\x71\x2d\x29\x6e\x71\xc5\x4d\x64\x17\xac\x65\xd5\xd9\x4d\xfd\x69\x85\x6b\x58\x68\x49\x93\x64\x1d\x34\x80\x78\x73\xe3\x9e\x21\x9f\xe8\xd0\x66\x52\x0d\x67\x9c\x27\x91\x6f\x57\xb2\xba\xcb\x2c\x23\x66\x23\xe5\x4b\x1a\x61\x83\x79\x0d\x24\xbd\x7d\x43\xe3\x59\x43\xae\xf4\x0b\x15\x3e\xa5\x2c\x65\x5c\x6f\x3b\xf6\xb2\x53\xf7\xfc\x74\xde\x1b\x89\xe0\x7a\xf8\xf4\xc9\xb1\x97\xfd\xff\x71\xff\x17\x00\x00\xff\xff\x9b\xed\x7e\x8a\x59\x6e\x00\x00") func templatesIndexTmplBytes() ([]byte, error) { return bindataRead( @@ -965,7 +965,7 @@ func templatesIndexTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "templates/index.tmpl", size: 27301, mode: os.FileMode(493), modTime: time.Unix(1517224613, 0)} + info := bindataFileInfo{name: "templates/index.tmpl", size: 28249, mode: os.FileMode(493), modTime: time.Unix(1517377499, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/handlers.go b/handlers.go index c5a356f..7eb4c62 100755 --- a/handlers.go +++ b/handlers.go @@ -335,6 +335,7 @@ func handlePageRequest(c *gin.Context) { "DontKnowPage": command[0:2] != "/e" && command[0:2] != "/v" && command[0:2] != "/l" && + command[0:2] != "/r" && command[0:2] != "/h", "DirectoryPage": page == "ls", "DirectoryEntries": DirectoryEntries, diff --git a/templates/index.tmpl b/templates/index.tmpl index c306c0f..8898e70 100755 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -139,14 +139,8 @@ body#pad textarea { {{ end }} {{ .Page }} - - - - - - - - - - - - + {{ if and .CustomCSS .ReadPage }} + + {{ else }} + + + + + + + + + {{ end }} - -{{ end }} {{ .Page }} - - + - +
      {{ if .ReadPage }} @@ -629,7 +195,7 @@ body#pad textarea { {{ end }} - {{end}} + {{ end }}
      From c207077877a7e55dc8c421f3425083025948cf89 Mon Sep 17 00:00:00 2001 From: Daniel Heath Date: Wed, 31 Jan 2018 14:15:16 +1100 Subject: [PATCH 07/12] Enable hot-template-reloading in development --- Makefile | 6 +++--- handlers.go | 16 ++++++++++++++-- main.go | 2 ++ 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 8161251..d6a0d77 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # make -j4 release VERSION=$(shell git describe) -LDFLAGS=-ldflags "-s -w -X main.version=${VERSION}" -a -installsuffix cgo +LDFLAGS=-ldflags "-s -w -X main.version=${VERSION} -X main.hotCodeReloading=false" -a -installsuffix cgo .PHONY: build build: @@ -11,8 +11,8 @@ build: .PHONY: quick quick: - go-bindata static/... templates/... - go build + go-bindata -debug static/... templates/... + go build -ldflags "-X main.hotCodeReloading=true" .PHONY: linuxarm linuxarm: diff --git a/handlers.go b/handlers.go index 12c3f74..c699b2d 100755 --- a/handlers.go +++ b/handlers.go @@ -37,16 +37,28 @@ func serve( secret string, secretCode string, allowInsecure bool, + hotTemplateReloading bool, ) { + if hotTemplateReloading { + gin.SetMode(gin.DebugMode) + } else { + gin.SetMode(gin.ReleaseMode) + } - gin.SetMode(gin.ReleaseMode) router := gin.Default() + + if hotTemplateReloading { + router.LoadHTMLGlob("templates/*.tmpl") + } else { + router.HTMLRender = loadTemplates("index.tmpl") + } + store := sessions.NewCookieStore([]byte(secret)) router.Use(sessions.Sessions("mysession", store)) if secretCode != "" { router.Use(secretRequired.RequiresSecretAccessCode(secretCode, "/login/")) } - router.HTMLRender = loadTemplates("index.tmpl") + // router.Use(static.Serve("/static/", static.LocalFile("./static", true))) router.GET("/", func(c *gin.Context) { if defaultPage != "" { diff --git a/main.go b/main.go index 6aaa78d..b3c3dbc 100755 --- a/main.go +++ b/main.go @@ -9,6 +9,7 @@ import ( ) var version string +var hotTemplateReloading bool var pathToData string func main() { @@ -53,6 +54,7 @@ func main() { c.GlobalString("cookie-secret"), c.GlobalString("access-code"), c.GlobalBool("allow-insecure-markup"), + hotTemplateReloading, ) return nil } From 917d32f8a568845ba39a662ba14f9ac14ba02f0e Mon Sep 17 00:00:00 2001 From: Daniel Heath Date: Wed, 31 Jan 2018 13:53:37 +1100 Subject: [PATCH 08/12] Support category pages --- bindata.go | 8 ++++---- handlers.go | 1 + page.go | 21 +++++++++++++++++++++ page_test.go | 14 ++++++++++++++ static/css/default.css | 36 ++++++++++++++++++++++++++++++++---- templates/index.tmpl | 10 ++++++++++ 6 files changed, 82 insertions(+), 8 deletions(-) diff --git a/bindata.go b/bindata.go index de062c3..f545447 100644 --- a/bindata.go +++ b/bindata.go @@ -132,7 +132,7 @@ func staticCssBaseMinCss() (*asset, error) { return a, nil } -var _staticCssDefaultCss = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x5d\x8f\x9b\x3a\x10\x7d\xcf\xaf\xb0\x36\x5a\xe5\x5e\x09\x10\xc9\x5e\x94\x5b\xf6\xa5\x55\x5b\xa9\x2b\x6d\x3f\xa4\x6d\x7f\xc0\x80\x87\xc4\x8a\xed\x41\xb6\xd9\x64\x53\xe5\xbf\x57\x80\x61\x21\xd9\xa4\x2f\x79\x41\x78\xce\xcc\x99\x33\xc7\xe3\x8c\xf8\x4b\xf4\x28\xac\xfb\x01\x2b\x64\xb6\x04\xcd\x7e\x4f\x18\x63\x2c\xaf\x8c\x25\x93\xb2\x92\x84\x76\x68\xee\x27\x87\x49\x9d\xeb\xd1\x0c\xf2\xcd\xca\x50\xa5\x79\xca\xa6\x45\x51\xd4\x70\x64\xab\x3c\x47\x6b\x3b\x02\x92\x75\xfd\x34\xc9\xb3\xff\x93\xfc\xbe\x89\x15\xa4\x5d\xb8\x45\xb1\x5a\xbb\x94\x65\x24\x79\x53\x57\x80\x90\x95\xc1\xa3\x3a\xfe\x2e\xb9\xfb\xaf\xb8\x54\x57\x56\x06\x43\x85\xba\x62\x70\x54\xbb\x5c\x2e\x9b\x0c\x8e\x12\x9d\xd0\x2b\x0f\x53\x09\xb9\x70\x2f\x29\x8b\xa3\xa4\xc6\xa7\x5b\x03\xa5\xc7\x4a\xb2\xc2\x09\xd2\x29\x83\xcc\x92\xac\x1c\xb6\xad\x1d\x95\x29\x4b\xe2\x72\xd7\x1e\x25\x16\x2e\x65\xfd\xd1\xb4\x92\xfa\x73\x46\xce\x91\xf2\x81\xc3\x64\x5a\x02\xf7\xfc\xeb\x56\xfd\x3c\x8e\x6f\x6b\xa4\x31\x33\xfa\xcc\x45\x6b\xbc\xd7\xf7\x8c\xa6\x90\xb4\x4d\xd7\x82\x73\xd4\x7d\x5e\x43\xe3\x70\xe7\xc0\x60\x37\xea\x56\x70\xb7\x4e\x59\xcb\x37\x68\x30\x88\x64\xb4\x0b\xad\xd8\x0b\xbd\xaa\x4d\x33\x1c\x4d\x98\x91\x17\x1a\x2a\xda\x87\x17\x13\xb6\x98\x6d\x84\xbb\x98\x73\xce\x33\x6f\xd2\xd8\xa2\x23\x83\x06\xee\xf6\x50\xcd\x7e\x72\xd4\xa4\x3d\x2d\x55\x4e\x0a\x8d\xc3\xd0\x48\xe5\x1a\x38\x6d\x47\x68\x3f\xe4\x09\xf4\x76\xd4\xa0\x15\xfb\x51\x83\x66\xf3\xda\xe0\x3c\x8a\x51\x0d\xa2\x05\x28\x21\x5f\x52\x36\xfb\x5e\xa2\x66\x4f\xa0\xed\x2c\x98\x3d\xe1\x8a\x90\xfd\x7a\x98\x05\x3f\x61\x4d\x0a\x82\x0f\x46\x80\x0c\x2c\x68\x1b\x5a\x34\xa2\x18\x5d\x6a\xf4\x05\xec\x27\x72\x0f\xfa\x1b\x28\x3c\xbe\xe1\x51\x93\x9b\xc7\x2a\x17\x1c\xd8\x47\xd2\x96\x24\xde\x04\xec\x2b\x69\xc8\x29\x60\x8a\x34\xd9\x12\x72\x6c\x98\x23\x05\x66\xc3\x69\xab\xc3\xe6\xb5\x56\x32\x60\x47\x21\x92\xdd\xc6\x03\xe7\x42\xaf\x42\x7f\x5b\xf5\x6c\x87\xc9\xe4\xbd\x42\x2e\x80\xfd\xa3\x84\x0e\xfd\x8e\x25\xa8\xfe\xf5\x35\x5c\x3c\x4f\xeb\x17\x17\x34\x7f\x06\x35\x47\x83\x3c\x60\xe7\xb6\xf4\xb4\xcf\xc2\x2f\xe7\x10\xf1\x2b\xd2\x41\x87\xe6\x3b\x78\xde\xaf\xbf\xe1\x9a\x8c\xd8\x93\x76\x20\x07\x1d\x14\xec\x3a\xad\x77\x71\xff\x16\x8f\x69\x42\x2e\x2c\x64\xb2\x96\x3b\x24\x44\xa8\x35\x8c\x62\x52\xe8\xcd\xb9\x01\xe6\xd1\xa2\xdb\x82\xd3\x11\x3a\xe4\x30\x39\xbc\x69\x64\x7c\x4d\x27\xe7\xf1\x79\x2b\x7b\xec\xda\x26\xa4\x2c\x4a\x50\xb1\xf9\x5f\x26\x5d\x5e\x77\xd2\xe4\xc2\xa4\xc9\xed\xab\x92\xb7\xa4\xcc\xe3\xab\x6a\x59\x5c\x70\x7d\x11\x0f\xb4\xfc\x09\x00\x00\xff\xff\x0d\x4d\xd1\xe2\x5a\x07\x00\x00") +var _staticCssDefaultCss = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x56\x6d\x6f\xdb\x36\x10\xfe\xee\x5f\x71\xa8\x51\xa4\x05\x24\x41\x72\xa2\x66\x53\xbf\x6c\xe8\x06\xac\x40\xf7\x02\x74\xfb\x01\x27\xf1\x24\x13\x21\x79\x02\x49\xd5\x49\x06\xff\xf7\x41\x12\xe5\xc9\x72\x6c\xf4\x83\xf3\x25\x30\xef\xb9\xb7\xe7\xb9\x63\xc4\x92\xc5\x53\xf2\x45\x3a\xff\x17\x36\x04\xae\x45\x03\xff\xae\x00\x00\xaa\xce\x3a\xb6\x05\xb4\x2c\x8d\x27\xfb\x71\xb5\x5f\xf5\xbe\x01\x2d\xb1\x7a\x68\x2c\x77\x46\x14\xb0\xae\xeb\xba\x87\x13\xd7\x55\x15\x39\x37\x25\x60\xd5\xc7\xaf\xf3\xaa\xfc\x21\xaf\x3e\x0e\xb6\x9a\x8d\x8f\x77\x24\x9b\xad\x2f\xa0\x64\x25\x86\xb8\x1a\xa5\xea\x2c\x2d\xe2\xc4\x8f\xf9\xed\x5d\x7d\x29\xae\xed\x2c\xc5\x9a\x4c\x07\xb8\x88\xbd\xbf\xbf\x1f\x3c\x04\x29\xf2\xd2\x34\x01\xe6\x16\x2b\xe9\x9f\x0a\x48\x93\xbc\xc7\xd7\x3b\x8b\x6d\xc0\x5a\x76\xd2\x4b\x36\x05\x60\xe9\x58\x75\x9e\xc6\xd2\x9e\xdb\x02\xf2\xb4\x7d\x1c\x8f\x8a\x6a\x5f\xc0\xe1\x68\xc7\x96\x0e\xe7\x92\xbd\x67\x1d\x0c\xfb\xd5\xba\x45\x11\xf2\x6f\xc7\xee\xb3\x34\x7d\xdb\x23\x83\x98\xc9\xaf\x42\x8e\xc2\x87\xfe\xbe\x91\xad\x15\xef\x8a\xad\x14\x82\xcc\xc1\x6f\x48\xe3\xe9\xd1\xa3\xa5\x89\xea\x4e\x0a\xbf\x2d\x60\xcc\x37\x2b\x30\xb3\x94\xfc\x18\x3b\xf9\x2c\x4d\xd3\x8b\x66\x05\xd9\xb8\xe4\xd0\x68\xac\xf9\x39\xbe\xe8\xb0\xa3\xf2\x41\xfa\x8b\x3e\xe7\x34\x0b\x22\x1d\x4b\xb4\x10\x68\xa6\xee\x01\xea\xb3\x9f\x1c\x0d\x9b\x90\x96\x3b\xaf\xa4\xa1\xb9\xe9\xa8\xcb\x2d\x0a\xde\x1d\xa1\x07\x92\x27\xd0\xcb\x56\x4b\x4e\x3e\x1f\x15\x18\x36\x6f\x34\x66\x49\x4a\x7a\x66\xad\x51\x4b\xf5\x54\xc0\xcd\x9f\x2d\x19\xf8\x8a\xc6\xdd\x44\x37\x5f\xa9\x61\x82\x7f\x3e\xdf\x44\x7f\xe3\x96\x35\x46\x3f\x5b\x89\x2a\x72\x68\x5c\xec\xc8\xca\xfa\x68\xa8\xc9\x6f\xe8\x7e\x61\xff\xd9\xfc\x81\x9a\x96\x13\x3e\x2a\xf2\xe6\x4b\x57\x49\x81\xf0\x89\x8d\x63\x45\x6f\x22\xf8\x9d\x0d\x56\x1c\x81\x66\xc3\xae\xc5\x8a\x86\xcc\x89\x46\xfb\x20\x78\x67\xe2\xe1\xb6\x76\x2a\x82\x85\x89\xd5\xb4\xf1\x28\x84\x34\x4d\x1c\xa6\xd5\x73\xdb\xaf\x56\x3f\x69\x12\x12\xe1\x9d\x96\x26\x0e\x3b\x96\x93\x7e\x1f\x62\x84\xfc\xb6\xee\x6f\x5c\x34\xfc\xb2\x64\x04\x59\x12\x11\x24\x9f\xb6\x52\x89\x7e\x95\x7b\x26\x2e\x82\x73\x6b\x7b\x5a\x78\x13\xb6\x75\x8e\x84\x9d\x99\xa0\xfd\xf0\x77\x76\xdf\xff\xff\x19\x6f\xd9\xca\x67\x36\x1e\xd5\xac\x82\xc6\xc7\xa9\xf9\xdb\xf4\x70\x39\x97\x69\x62\x21\x1d\x96\x6a\xe8\x7f\x96\x90\xb0\xef\xe1\xc8\xa6\xa4\x79\x38\x47\x20\x4b\x36\xd3\x5a\x9c\x52\x98\x90\x50\xfa\x58\x25\xe8\xe6\x3d\x37\x56\x8a\xd8\x93\x6e\x15\x7a\x8a\x2b\x56\x9d\x36\xae\x00\x4b\x2d\xa1\x7f\x97\x45\x90\xd5\xf6\xfd\x94\x6d\xff\xe2\x9c\xd2\x57\x1d\x54\x96\x9e\x9f\xd4\x01\xbb\xb6\xc6\x05\x24\x39\x69\xc8\xae\x26\xe4\xe6\x3b\x84\xbc\x7f\x65\x21\xf3\x0b\x42\xe6\x6f\xaf\x44\xf4\x76\x49\xf4\x25\xa6\x59\xfa\xba\x54\x37\x17\x76\x66\x93\x5e\x8b\xea\xdd\x09\xd5\xb3\xc9\x34\xda\x46\x9a\xfe\x05\x70\x4b\x1a\x52\x48\x21\x4b\x3e\x4c\xcb\x75\xd8\xb9\xf0\x09\x12\xd2\xb5\x0a\x9f\x8a\xa1\xfc\x68\x1a\x1a\x69\xb0\x1d\xde\x10\x36\xfc\xcf\x5c\x56\x53\x72\x59\xed\x45\xb7\xe5\xab\x25\xfd\x70\x97\x63\xa8\x33\x7f\x60\x8d\x5f\xa3\xfd\xea\xbf\x00\x00\x00\xff\xff\xa4\xad\xbf\xa1\xac\x09\x00\x00") func staticCssDefaultCssBytes() ([]byte, error) { return bindataRead( @@ -147,7 +147,7 @@ func staticCssDefaultCss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "static/css/default.css", size: 1882, mode: os.FileMode(420), modTime: time.Unix(1517377525, 0)} + info := bindataFileInfo{name: "static/css/default.css", size: 2476, mode: os.FileMode(420), modTime: time.Unix(1517377558, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -992,7 +992,7 @@ func staticTextSitemapXml() (*asset, error) { return a, nil } -var _templatesIndexTmpl = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5a\xeb\x6f\xdb\x38\x12\xff\xbe\xc0\xfe\x0f\xac\x9a\xbb\x4d\x70\x95\x14\xa7\x6d\xda\xa6\xb6\x17\xb8\xa4\x8b\x0d\x2e\x9b\x16\x79\x2c\x70\x1f\x19\x71\x6c\x31\xa1\x48\x2d\x49\xf9\x51\xc1\xff\xfb\x81\x94\x64\xcb\x0f\xc9\x8c\x93\x14\x7b\xf9\xd0\x52\xd2\x70\xe6\x37\x0f\xce\x0c\x49\x77\x5f\x9d\x7d\x3d\xbd\xf9\xef\xb7\x2f\x28\xd6\x09\xeb\xff\xfc\x53\xb7\xfc\x1f\x21\x84\xba\x31\x60\x52\x8e\xed\x73\x02\x1a\xa3\x58\xeb\xd4\x87\xbf\x32\x3a\xea\x79\x91\xe0\x1a\xb8\xf6\xf5\x34\x05\x0f\x95\x4f\x3d\x4f\xc3\x44\x87\x86\xd1\x67\x14\xc5\x58\x2a\xd0\xbd\xdb\x9b\xdf\xfc\x8f\xde\x1a\x33\x8e\x13\xe8\x79\x23\x0a\xe3\x54\x48\x5d\x63\x31\xa6\x44\xc7\x3d\x02\x23\x1a\x81\x6f\x1f\xde\x20\xca\xa9\xa6\x98\xf9\x2a\xc2\x0c\x7a\x9d\x25\x6e\x8c\xf2\x07\x24\x81\xf5\x3c\x9c\xa6\x0c\x7c\x2d\xb2\x28\xf6\x69\x24\xb8\x87\x14\xfd\x0e\xaa\xe7\xbd\xff\x30\x79\xff\xc1\x43\xb1\x84\x41\x2f\x54\x1a\x6b\x1a\x85\x34\x19\x86\x91\x18\x4f\x45\x58\x4c\x33\x13\x7c\x4b\x18\xa4\x7c\xf8\x48\x01\xc7\x87\x93\xe3\xc3\x46\x01\x1b\x45\xd9\x29\x3b\x88\xfa\x70\x34\xf9\x70\xe4\xa2\x8b\x25\xdc\x45\xc0\xf1\xe4\xc3\xb1\x93\x00\x43\xb8\x83\x80\x4e\xe7\xdd\xa4\xd3\x79\xe7\x22\xa2\x24\xdd\x45\xc8\xd1\xe1\xa4\x73\xd4\xec\x93\xba\x90\x82\x74\x17\x21\xef\xde\x4d\x3a\xef\xdc\x34\x29\x48\x77\x11\xf2\xfe\x68\xd2\x79\xef\xe4\xf2\x92\x74\x17\x21\x1f\x0f\x27\x9d\x8f\x6e\xe6\x2a\x48\x9b\x85\x14\x8c\x4d\x62\xe8\x79\x34\xc1\x43\x08\x53\x3e\x5c\x48\xfa\x74\x34\xe9\x7c\x6a\x51\x87\x13\x29\x28\x29\x65\x15\xc4\xbb\xca\x7a\x7b\x34\x79\xdb\x2c\x69\x80\x47\x56\x88\xa5\xda\x55\xc4\xa7\xe3\xc9\xa7\xe6\xd5\x52\x89\xb0\x54\x3b\x5b\xec\x78\xd2\xd9\x2e\xc2\x52\x35\x8b\x48\x30\xa7\x03\x50\xba\x91\x4f\x45\x10\xdc\x2b\xc1\x1b\xb2\x75\xa2\x4c\x1c\xd0\x08\x6b\x2a\xb8\x7f\x43\x19\x9c\x0a\x26\x64\x2d\x79\xbf\x1e\x0c\x06\x4d\xb9\x7e\x7d\xf6\xb9\xd1\xb5\x36\x3b\x4c\xd4\xda\x6a\x69\xe2\xa6\x63\x48\xc0\x8f\x1a\xe4\x2f\xe6\xe4\x39\xa2\x03\x84\x39\x41\xc1\x69\xa6\xb4\x48\x4e\xaf\xaf\x51\x70\x05\x98\x7c\xc3\x43\x40\xb3\xd9\x82\x74\xc5\x64\x4a\x4f\x19\xa8\x18\x40\x57\xbe\xb1\xd5\x2d\x52\xaa\x34\xa2\x57\x59\x31\x52\x2a\x8c\x2c\xf3\xc0\x7c\xed\x2f\x49\x07\xa6\x9e\x51\xcc\x90\xea\x38\xbb\xf3\x13\x2c\x1f\x88\x18\xf3\x55\x79\x4f\xe2\x9d\x00\xcf\x94\x9f\xd0\xe7\xe5\x7a\x87\x15\x3c\x92\xe9\x3a\x93\x98\x0e\x63\x46\x87\xb1\x7e\x12\x17\x02\x03\x9c\xb1\xcd\x3c\x54\x24\x69\xaa\xeb\xfa\xdc\xe3\x11\x2e\xde\x7a\x48\xc9\x68\xc1\xea\x5e\x85\xf7\x7f\x65\x20\xa7\x7e\x27\xf8\x18\xbc\x0d\xee\x95\xd7\xef\x86\x05\x69\x03\xdb\xd5\xf9\x0b\x7d\x8c\x65\x1c\x18\x38\xe2\x5a\xf0\x4d\x71\xf4\xd0\xc4\xd8\x44\x25\x27\x36\x28\x6b\x8b\x4b\x53\xcd\xa0\x9f\xe7\x28\x28\x57\x46\x37\x2c\x5e\x2d\x51\xd5\xf1\xfc\xb2\x82\xe7\x97\x15\xf0\x31\xbb\x57\x81\xe9\xdd\x7e\xaf\x60\x51\x3e\xfc\xca\x2f\x04\x26\xfb\x07\x9f\x97\x69\xc7\x94\x13\x31\x0e\x6c\x32\x42\x3d\x94\x2f\x7f\x35\x7f\x04\xee\x44\xc6\x23\xf8\xe3\xfa\xc4\x68\x10\x9c\x95\xcf\x68\x36\x7b\xb3\x4e\xcd\xb0\xd2\xbf\x81\x8e\xe2\x82\xf8\x96\xd3\xc9\x0d\x4d\x1a\x88\x53\x3c\x84\x4b\x9c\xc0\x09\xf2\x6a\xfa\x7b\x2b\x94\xb5\x35\xbc\xc1\xa8\x8f\xf4\x94\x55\x74\x93\x83\xba\x61\xad\xf9\xee\xde\x09\x32\x45\x94\xf4\xbc\x14\x13\x0f\x45\x0c\x2b\xd5\xf3\x56\xb3\x5b\xf0\x85\x50\x5d\x82\x46\xf3\x71\xcd\xcb\x2b\xe4\x7f\x52\x18\x57\xe4\xf3\x71\x33\xf9\x05\x55\x73\xee\xf3\x71\x33\xf9\xef\x54\x69\x21\xa7\xd5\x8c\xfa\x63\xf3\xa4\x5a\x42\x46\xf3\x71\x33\xf9\x99\xe0\xfa\x3f\x5c\xcc\xb5\x58\x7a\x6e\x99\x46\x25\x44\x75\x70\xcb\x2f\x5a\x74\xc2\xea\x4c\xe8\x73\x6e\x82\xc4\x2a\x55\x7f\x5e\x99\xb6\x54\xb1\xb0\xd4\x34\x62\x50\x79\xae\xca\xdb\xbe\xf1\xeb\x72\xa1\xda\x64\x8c\xb5\xba\x61\x79\xbe\xf2\x7d\x74\x29\x90\x49\xd7\x68\x20\x24\x92\x80\x89\x0d\x61\xe4\xfb\xfd\x35\x86\x1b\xeb\x8f\xe5\x43\xe8\xa8\xc2\x95\x66\x12\x7c\xcb\x70\x3e\xf2\x63\x21\xe9\x77\xc1\x35\x66\x9e\x8d\x40\xf3\x72\x35\x6d\xce\x79\x65\x6c\x8d\x95\xcf\xa8\xd2\x4d\x13\x50\x91\xb7\xfb\xdd\x90\xd1\x36\x12\xa3\xeb\x95\xd9\x73\x4a\x20\x48\x0b\xf4\x00\x90\x22\x53\xfb\x11\x83\x11\xb0\x5f\xd7\x55\x5e\x91\xb0\x0e\x8b\x6a\x48\xea\x6a\x62\xe5\x47\x31\x65\x44\x02\xaf\xbd\xc6\x8c\x89\xb1\x1f\x8b\x11\xc8\x36\x1d\xac\x14\x5c\xd6\x9a\xd7\x0b\x43\x5d\x50\xfe\xd0\xf1\x36\xd9\x84\x3f\x78\xcb\x49\x16\x6f\x63\xbf\xc9\xb6\x15\xe2\x6d\xd8\x50\x3d\xf8\xb1\x9c\xfe\x21\xc8\xe6\x68\x70\x36\x9d\xd7\x9f\xeb\x1b\xda\x34\x8c\xb5\xe1\x18\x02\xa1\xba\x51\xe1\x4b\x18\x1b\x45\xb7\x78\xbb\x06\xb8\x31\x6a\x77\xc2\xf9\x8c\xb8\x56\xf2\xc3\x53\x60\xc5\x5a\xa7\xea\x24\x2c\x7b\xba\x20\x12\x49\xa8\xa2\x58\x30\xf6\xbd\xa8\x0e\x8d\xa8\xaf\x45\x26\x23\x78\x1c\xf0\x95\x32\xf1\x3c\x1a\xbc\x6e\x82\x58\x94\xac\xec\x8e\x51\x15\x1b\x89\x6e\x61\xea\x5b\x94\xe7\xea\x5b\x31\x11\x08\xf2\x5d\x90\xde\xf2\x52\x92\x9b\x0c\x1b\x5a\x4e\x8c\xbf\x3d\x8a\x2d\x77\x84\xfb\x42\x01\x17\x4b\xe7\x40\xd8\x17\x12\xed\x07\xe7\xea\x42\x44\x0f\x40\x0e\xec\xf8\x0b\x8f\xe4\x34\xd5\xe6\xf1\xc0\x45\xde\x73\xaf\xd1\xf6\x50\x82\x02\x5d\x11\x4a\x65\x34\xd7\x30\xa3\xd9\xec\x0c\xec\x78\x01\xab\xfc\x98\xe7\xc0\x49\x91\x66\x1d\x8d\xfe\x74\xb4\x4c\x44\x0f\x2b\x50\x0b\x53\xa3\xd9\xec\x96\x9b\xaf\x0b\x98\x17\xf6\xe9\x25\x30\x86\xb5\x2a\x13\xc6\x45\x17\xd6\x98\x52\xca\x2e\xed\x31\x10\x9c\x02\xee\xe9\xc6\x54\xc0\x06\x67\xa0\xb4\xcc\xa2\xd2\xff\xd7\xc0\x06\x3e\x29\x5f\xfd\x50\xc7\x82\xc4\x0a\x0a\x10\x5f\xcc\xf0\xf9\x97\x72\x37\xcc\x58\x5b\x43\x53\x08\x7b\xe9\x8e\xc7\xc2\x1d\x53\x1d\x2f\xed\x15\x16\xa4\x0a\x18\x44\x1a\xc8\x5c\x29\xe7\x16\x69\x29\x28\x47\x14\xc6\x1e\x6a\x0a\x49\x23\xf9\x85\xbb\xa3\x96\x88\x68\x31\xf1\x46\x5d\x4c\x13\xde\xb8\xba\x4e\x33\x29\x81\x6b\x07\x6d\xb6\x07\x53\x9e\x23\x89\xf9\x10\xcc\x36\x21\x02\xae\xd9\xd4\x94\x75\x20\x4f\x4f\xc4\x4d\x91\x3f\xd7\x36\xa8\xf4\xec\xdb\xb1\x63\xf4\xff\xa0\xc8\x7f\x7a\x69\x5b\x4f\xd6\x3b\xac\xb3\xbf\x41\x91\x68\xc6\xd6\x14\x9f\x35\xc8\xfd\xae\x4a\x31\x2f\x32\x2f\x1e\x81\x89\xad\x7f\x67\x5a\x0b\x6e\x0f\x2a\x52\xcc\xfb\x0e\x08\x5c\x9a\x83\xff\x8f\xa6\xe0\xef\x61\xcb\x2d\xcb\x27\xcf\x8d\x7a\x0e\xa1\x5d\x3b\xc9\xd9\xa5\x84\xcc\x8b\x42\x8d\x4f\x6b\x51\x70\x74\x64\xc4\x00\xcb\xaf\x8c\x78\xfd\x53\x33\x42\x44\x70\x97\xd2\xfa\xa4\x28\x7b\x82\x32\x4b\x79\xdf\x1e\x72\x34\xc5\x82\x61\xfd\x3c\x2e\x76\xd0\xa3\xb6\xbb\xdb\x41\x8f\xd6\xed\x7b\x73\x1c\x9b\xf1\x63\x62\xd9\xae\xbb\x86\x33\xa4\xcd\x05\xa0\x1b\x12\x3a\xda\x70\xac\xb5\x76\x80\x8d\xaa\x33\x2d\x83\x73\x2c\x71\xba\xa9\x88\xbb\xee\x84\xe7\x8c\x52\x53\xee\x5a\xfc\xa2\x61\xa2\xb1\x04\xdc\x5e\xdc\x70\xa6\xc5\x40\x44\x99\x6a\x27\x4b\x19\x8e\x20\x16\x8c\x80\xec\x79\xb7\x0a\x50\x75\x5e\x88\xb4\x40\x63\x49\x35\xa0\xa9\xc8\x24\xe2\x42\xc3\x2b\x74\x09\xe3\x13\xf3\x8c\x22\x6c\xfa\x38\xbb\x57\x5d\x7c\x47\xe3\x18\xb8\xfd\x8c\x25\xd8\x25\x85\xf6\x6b\x0e\x47\x7e\xbf\xda\xdf\x1e\x04\x5e\x3b\x2c\x63\x87\x4c\x81\x3c\xe7\x69\xa6\x5b\x68\xed\xb9\xd6\x15\x1e\x2f\xee\x0f\x4a\xe3\x34\x9d\x1a\x6e\x70\x2d\x6a\x73\x2f\xaa\x7b\x46\x02\x27\x20\xa1\xd1\x3d\x9b\x8f\x8a\x5b\x5c\xa9\xb4\x14\x4b\xf7\xa7\x1b\xa9\x4c\xcf\x05\x8e\x7b\xed\xe0\x4a\x64\xf6\x74\xcc\x78\x04\x65\x06\xaf\xd2\x42\x90\x57\xdb\x5a\xa1\xad\x42\xba\x61\x2b\xda\x56\x0b\xa2\x8d\x37\x01\xad\xe9\x29\xb8\x2a\x8d\xdd\x4a\xec\x2a\xb5\xf1\xf6\xf5\x45\xa5\x2e\xdf\x4b\xb4\x98\x36\xee\x2c\xb6\xc3\x71\xa7\xcd\x09\xad\x1d\x6b\x21\xba\xe8\xd5\xf7\xe8\x1b\xb4\x07\xe8\xa4\x87\x82\x3f\x41\x2a\x2a\xb8\x72\xed\xd7\xed\x95\x66\xcf\x33\x75\xc6\xb7\xe3\x13\xc4\x05\x87\xcf\x2e\x47\x6a\x4b\xa9\x7e\x6f\x69\xdf\xf5\xeb\xa8\xc0\xd1\xcb\xf3\x3d\x30\x65\xc1\x6d\xbb\x65\xfe\xfe\xc9\xef\x54\xfa\xb9\xf8\x77\x67\x0c\x46\x9f\x35\x0c\x55\xbd\xfc\x41\x18\x24\x5e\x37\xc3\x15\x7e\x11\x2b\xe4\x39\xe5\x04\x26\x68\x6f\xee\xff\x1b\x98\x68\xb4\x47\x67\xb3\x82\xc5\x7e\x9e\xd3\x01\x62\x1a\xed\xaf\x12\x9e\xc6\x26\x84\xae\xb3\x44\xa1\x3d\x7a\x80\x0e\x67\xb3\xa2\x1c\x97\x81\x61\x7f\x02\x71\x62\xf3\x60\xd5\x07\x6e\xf8\x3e\x94\x60\xb6\xc3\xff\x2a\x2b\xf0\x3a\x9c\x25\x29\x26\x77\xdb\x9a\x7e\xe0\xb4\xbf\x6b\x29\xea\xa8\x7d\x67\xe7\xba\x76\x9d\x1a\xd7\xda\xde\x78\xcf\xaa\x67\xd6\x1c\x83\x04\xb8\xb6\x2b\xcf\x30\x39\xd7\x90\xa8\xad\x7b\x51\x13\x25\xd5\xcc\xad\x12\xdb\x5a\x37\x57\xfd\x56\x2f\x26\xdb\x1a\x0e\x7c\xc7\xa0\x72\xae\xfd\x7d\xe4\x49\xe7\xf0\xf0\x1f\xed\xe9\xa0\xab\xb7\x55\xac\xae\x8e\xfb\x67\x22\xca\x12\x7b\x4e\xa1\x63\x07\xf2\xf2\x54\xc3\xfe\x4e\xc9\x71\xca\x65\x96\xd8\x0b\x6a\xe5\x48\x7f\x81\x95\x46\xc5\xf9\xc6\xd6\x19\xdd\x70\x8b\x92\x55\x32\x5e\x58\xfb\x0b\xd7\x92\xc2\x96\x54\xec\x62\x3b\xb2\xd2\x55\x97\xf7\xc4\xc5\x09\x57\xbf\xf6\xa6\x68\x92\x35\x71\xe0\x98\xe7\xc1\x05\xf0\xa1\x8e\x6d\x27\xe5\x38\xe3\x32\x4b\x22\xbb\x92\xd5\x63\x66\x19\x33\x1b\x2b\xdf\xd0\x04\x1c\xe6\x39\x58\x7a\xfb\x86\x26\xb4\x81\xbc\x3d\x2f\xac\x4f\x5c\x6f\x1a\x57\xdf\x75\xc3\xf2\xde\x7d\xfe\x9b\x8a\x3b\x41\xa6\xfd\x9f\x7f\xea\x86\xe5\xaf\x9c\xff\x17\x00\x00\xff\xff\xba\x11\x78\xdf\xff\x2c\x00\x00") +var _templatesIndexTmpl = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5a\xdd\x6f\xdb\x38\x12\x7f\x5f\x60\xff\x07\x56\xcd\xdd\x26\xb8\x4a\x8a\xd3\x36\x6d\x53\xdb\x0b\x5c\xd2\xc5\x06\x97\x4d\x8b\x7c\x2c\x70\x8f\x8c\x38\xb6\x98\x50\xa4\x96\xa4\xfc\x51\xc3\xff\xfb\x81\x94\x64\x4b\xb6\x25\x33\x4e\x52\xec\xe5\xa1\x25\xa5\xe1\xcc\x6f\x3e\x38\x33\xa4\xdc\x7d\x75\xf6\xf5\xf4\xe6\xbf\xdf\xbe\xa0\x58\x27\xac\xff\xf3\x4f\xdd\xe2\x7f\x84\x10\xea\xc6\x80\x49\x31\xb6\xf3\x04\x34\x46\xb1\xd6\xa9\x0f\x7f\x65\x74\xd4\xf3\x22\xc1\x35\x70\xed\xeb\x69\x0a\x1e\x2a\x66\x3d\x4f\xc3\x44\x87\x86\xd1\x67\x14\xc5\x58\x2a\xd0\xbd\xdb\x9b\xdf\xfc\x8f\xde\x1a\x33\x8e\x13\xe8\x79\x23\x0a\xe3\x54\x48\x5d\x61\x31\xa6\x44\xc7\x3d\x02\x23\x1a\x81\x6f\x27\x6f\x10\xe5\x54\x53\xcc\x7c\x15\x61\x06\xbd\x4e\x8d\x1b\xa3\xfc\x01\x49\x60\x3d\x0f\xa7\x29\x03\x5f\x8b\x2c\x8a\x7d\x1a\x09\xee\x21\x45\xbf\x83\xea\x79\xef\x3f\x4c\xde\x7f\xf0\x50\x2c\x61\xd0\x0b\x95\xc6\x9a\x46\x21\x4d\x86\x61\x24\xc6\x53\x11\xe6\xcb\xcc\x02\xdf\x12\x06\x29\x1f\x3e\x52\xc0\xf1\xe1\xe4\xf8\xb0\x51\xc0\x46\x51\x76\xc9\x0e\xa2\x3e\x1c\x4d\x3e\x1c\xb9\xe8\x62\x09\x77\x11\x70\x3c\xf9\x70\xec\x24\xc0\x10\xee\x20\xa0\xd3\x79\x37\xe9\x74\xde\xb9\x88\x28\x48\x77\x11\x72\x74\x38\xe9\x1c\x35\xfb\xa4\x2a\x24\x27\xdd\x45\xc8\xbb\x77\x93\xce\x3b\x37\x4d\x72\xd2\x5d\x84\xbc\x3f\x9a\x74\xde\x3b\xb9\xbc\x20\xdd\x45\xc8\xc7\xc3\x49\xe7\xa3\x9b\xb9\x72\xd2\x66\x21\x39\x63\x93\x18\x7a\x1e\x4d\xf0\x10\xc2\x94\x0f\x97\x92\x3e\x1d\x4d\x3a\x9f\x5a\xd4\xe1\x44\x0a\x4a\x0a\x59\x39\xf1\xae\xb2\xde\x1e\x4d\xde\x36\x4b\x1a\xe0\x91\x15\x62\xa9\x76\x15\xf1\xe9\x78\xf2\xa9\x79\xb7\x94\x22\x2c\xd5\xce\x16\x3b\x9e\x74\xb6\x8b\xb0\x54\xcd\x22\x12\xcc\xe9\x00\x94\x6e\xe4\x53\x12\x04\xf7\x4a\xf0\x86\x6c\x9d\x28\x13\x07\x34\xc2\x9a\x0a\xee\xdf\x50\x06\xa7\x82\x09\x59\x49\xde\xaf\x07\x83\x41\x53\xae\x5f\x5f\x7d\x6e\x74\xad\xac\x0e\x13\xb5\xb6\x5b\x9a\xb8\xe9\x18\x12\xf0\xa3\x06\xf9\xcb\x35\xb3\x19\xa2\x03\x84\x39\x41\xc1\x69\xa6\xb4\x48\x4e\xaf\xaf\x51\x70\x05\x98\x7c\xc3\x43\x40\xf3\xf9\x92\x74\xc5\x64\x4a\x4f\x19\xa8\x18\x40\x97\xbe\xb1\xd5\x2d\x52\xaa\x30\xa2\x57\x5a\x31\x52\x2a\x8c\x2c\xf3\xc0\xbc\xed\xd7\xa4\x03\x53\xcf\x28\x66\x48\x75\x9c\xdd\xf9\x09\x96\x0f\x44\x8c\xf9\xaa\xbc\x27\xf1\x4e\x80\x67\xca\x4f\xe8\xf3\x72\xbd\xc3\x0a\x1e\xc9\x74\x9d\x49\x4c\x87\x31\xa3\xc3\x58\x3f\x89\x0b\x81\x01\xce\xd8\x66\x1e\x2a\x92\x34\xd5\x55\x7d\xee\xf1\x08\xe7\x4f\x3d\xa4\x64\xb4\x64\x75\xaf\xc2\xfb\xbf\x32\x90\x53\xbf\x13\x7c\x0c\xde\x06\xf7\xca\xeb\x77\xc3\x9c\xb4\x81\xed\xea\xfa\xa5\x3e\xc6\x32\x0e\x0c\x1c\x71\x2d\xf9\xa6\x38\x7a\x68\x62\x6c\xa2\x92\x13\x1b\x94\x95\xcd\xa5\xa9\x66\xd0\x9f\xcd\x50\x50\xec\x8c\x6e\x98\x3f\xaa\x51\x55\xf1\xfc\xb2\x82\xe7\x97\x15\xf0\x31\xbb\x57\x81\xe9\xdd\x7e\x2f\x61\x51\x3e\xfc\xca\x2f\x04\x26\xfb\x07\x9f\xeb\xb4\x63\xca\x89\x18\x07\x36\x19\xa1\x1e\x9a\xd5\xdf\x9a\x3f\x02\x77\x22\xe3\x11\xfc\x71\x7d\x62\x34\x08\xce\x8a\x39\x9a\xcf\xdf\xac\x53\x33\xac\xf4\x6f\xa0\xa3\x38\x27\xbe\xe5\x74\x72\x43\x93\x06\xe2\x14\x0f\xe1\x12\x27\x70\x82\xbc\x8a\xfe\xde\x0a\x65\x65\x0f\x6f\x30\xea\x23\x3d\x65\x15\xdd\xe4\xa0\x6e\x58\x69\xbe\xbb\x77\x82\x4c\x11\x25\x3d\x2f\xc5\xc4\x43\x11\xc3\x4a\xf5\xbc\xd5\xec\x16\x7c\x21\x54\x17\xa0\xd1\x62\x5c\xf1\xf2\x0a\xf9\x9f\x14\xc6\x25\xf9\x62\xdc\x4c\x7e\x41\xd5\x82\xfb\x62\xdc\x4c\xfe\x3b\x55\x5a\xc8\x69\xb9\xa2\x3a\x6d\x5e\x54\x49\xc8\x68\x31\x6e\x26\x3f\x13\x5c\xff\x87\x8b\x85\x16\xb5\x79\xcb\x32\x2a\x21\xaa\x82\xab\x3f\x68\xd1\x09\xab\x33\xa1\xcf\xb9\x09\x12\xab\x54\x75\xbe\xb2\xac\x56\xb1\xb0\xd4\x34\x62\x50\x7a\xae\xcc\xdb\xbe\xf1\x6b\xbd\x50\x6d\x32\xc6\x5a\xdd\xb0\x3c\x5f\xf9\x3e\xba\x14\xc8\xa4\x6b\x34\x10\x12\x49\xc0\xc4\x86\x30\xf2\xfd\xfe\x1a\xc3\x8d\xf5\xc7\xf2\x21\x74\x54\xe2\x4a\x33\x09\xbe\x65\xb8\x18\xf9\xb1\x90\xf4\xbb\xe0\x1a\x33\xcf\x46\xa0\x79\xb8\x9a\x36\x17\xbc\x32\xb6\xc6\xca\x67\x54\xe9\xa6\x05\x28\xcf\xdb\xfd\x6e\xc8\x68\x1b\x89\xd1\xf5\xca\x9c\x39\x25\x10\xa4\x05\x7a\x00\x48\x91\xa9\xfd\x88\xc1\x08\xd8\xaf\xeb\x2a\xaf\x48\x58\x87\x45\x35\x24\x55\x35\xb1\xf2\xa3\x98\x32\x22\x81\x57\x1e\x63\xc6\xc4\xd8\x8f\xc5\x08\x64\x9b\x0e\x56\x0a\x2e\x6a\xcd\xeb\xa5\xa1\x2e\x28\x7f\xe8\x78\x9b\x6c\xc2\x1f\xbc\x7a\x92\xc5\xdb\xd8\x6f\xb2\x6d\x89\x78\x1b\x36\x54\x0d\x7e\x2c\xa7\x7f\x08\xb2\x39\x1a\x9c\x4d\xe7\xf5\x17\xfa\x86\x36\x0d\x63\x6d\x38\x86\x40\xa8\x6e\x54\xf8\x12\xc6\x46\xd1\x2d\xde\xae\x00\x6e\x8c\xda\x9d\x70\x3e\x23\xae\x95\xfc\xf0\x14\x58\xb1\xd6\xa9\x3a\x09\x8b\x9e\x2e\x88\x44\x12\xaa\x28\x16\x8c\x7d\xcf\xab\x43\x23\xea\x6b\x91\xc9\x08\x1e\x07\x7c\xa5\x4c\x3c\x8f\x06\xaf\x9b\x20\xe6\x25\x2b\xbb\x63\x54\xc5\x46\xa2\x5b\x98\xfa\x16\xe5\xb9\xfa\x96\x2f\x04\x82\x7c\x17\xa4\xb7\xbc\x90\xe4\x26\xc3\x86\x96\x13\xe3\x6f\x8f\x62\xcb\x1d\xe1\xbe\x50\xc0\xc5\xd2\x39\x10\xf6\x85\x44\xfb\xc1\xb9\xba\x10\xd1\x03\x90\x03\x3b\xfe\xc2\x23\x39\x4d\xb5\x99\x1e\xb8\xc8\x7b\xee\x3d\xda\x1e\x4a\x90\xa3\xcb\x43\xa9\x88\xe6\x0a\x66\x34\x9f\x9f\x81\x1d\x2f\x61\x15\x2f\x67\x33\xe0\x24\x4f\xb3\x8e\x46\x7f\x3a\x5a\x26\xa2\x87\x15\xa8\xb9\xa9\xd1\x7c\x7e\xcb\xcd\xdb\x25\xcc\x0b\x3b\x7b\x09\x8c\x61\xa5\xca\x84\x71\xde\x85\x35\xa6\x94\xa2\x4b\x7b\x0c\x04\xa7\x80\x7b\xba\x31\x15\xb0\xc1\x19\x28\x2d\xb3\xa8\xf0\xff\x35\xb0\x81\x4f\x8a\x47\x3f\xd4\xb1\x20\xb1\x82\x1c\xc4\x17\x33\x7c\xfe\xad\xdc\x0d\x33\xd6\xd6\xd0\xe4\xc2\x5e\xba\xe3\xb1\x70\xc7\x54\xc7\xb5\xb3\xc2\x92\x54\x01\x83\x48\x03\x59\x28\xe5\xdc\x22\xd5\x82\x72\x44\x61\xec\xa1\xa6\x90\x34\x92\x5f\xb8\x3b\x6a\x89\x88\x16\x13\x6f\xd4\xc5\x34\xe1\x8d\xbb\xeb\x34\x93\x12\xb8\x76\xd0\x66\x7b\x30\xcd\x66\x48\x62\x3e\x04\x73\x4c\x88\x80\x6b\x36\x35\x65\x1d\xc8\xd3\x13\x71\x53\xe4\x2f\xb4\x0d\x4a\x3d\xfb\x76\xec\x18\xfd\x3f\x28\xf2\x9f\x5e\xda\xd6\x93\xf5\x0e\xfb\xec\x6f\x50\x24\x9a\xb1\x35\xc5\x67\x05\x72\xbf\xab\x52\xcc\xf3\xcc\x8b\x47\x60\x62\xeb\xdf\x99\xd6\x82\xdb\x8b\x8a\x14\xf3\xbe\x03\x02\x97\xe6\xe0\xff\xa3\x29\xf8\x7b\xd8\x72\xcb\xf6\x99\xcd\x8c\x7a\x0e\xa1\x5d\xb9\xc9\xd9\xa5\x84\x2c\x8a\x42\x85\x4f\x6b\x51\x70\x74\x64\xc4\x00\xcb\xaf\x8c\x78\xfd\x53\x33\x42\x44\x70\x97\xd2\xfa\xa4\x28\x7b\x82\x32\xb5\xbc\x6f\x2f\x39\x9a\x62\xc1\xb0\x7e\x1e\x17\x3b\xe8\x51\x39\xdd\xed\xa0\x47\xeb\xf1\xbd\x39\x8e\xcd\xf8\x31\xb1\x6c\xf7\x5d\xc3\x1d\xd2\xe6\x02\xd0\x0d\x09\x1d\x6d\xb8\xd6\x5a\xbb\xc0\x46\xe5\x9d\x96\xc1\x39\x96\x38\xdd\x54\xc4\x5d\x4f\xc2\x0b\x46\xa9\x29\x77\x2d\x7e\xd1\x30\xd1\x58\x02\x6e\x2f\x6e\x38\xd3\x62\x20\xa2\x4c\xb5\x93\xa5\x0c\x47\x10\x0b\x46\x40\xf6\xbc\x5b\x05\xa8\xbc\x2f\x44\x5a\xa0\xb1\xa4\x1a\xd0\x54\x64\x12\x71\xa1\xe1\x15\xba\x84\xf1\x89\x99\xa3\x08\x9b\x3e\xce\x9e\x55\x97\xef\xd1\x38\x06\x6e\x5f\x63\x09\x76\x4b\xa1\xfd\x8a\xc3\x91\xdf\x2f\xcf\xb7\x07\x81\xd7\x0e\xcb\xd8\x21\x53\x20\xcf\x79\x9a\xe9\x16\x5a\x7b\xaf\x75\x85\xc7\xcb\xef\x07\x85\x71\x9a\x6e\x0d\x37\xb8\x16\xb5\xb9\x17\x55\x3d\x23\x81\x13\x90\xd0\xe8\x9e\xcd\x57\xc5\x2d\xae\x54\x5a\x8a\xda\xf7\xd3\x8d\x54\xa6\xe7\x02\xc7\xb3\x76\x70\x25\x32\x7b\x3b\x66\x3c\x82\x32\x83\x57\x69\x21\xc8\xab\x6d\xad\xd0\x56\x21\xdd\xb0\x15\x6d\xab\x05\xd1\xc6\x2f\x01\xad\xe9\x29\xb8\x2a\x8c\xdd\x4a\xec\x2a\xb5\xf1\xeb\xeb\x8b\x4a\xad\x7f\x97\x68\x31\x6d\xdc\x59\x1e\x87\xe3\x4e\x9b\x13\x5a\x3b\xd6\x5c\x74\xde\xab\xef\xd1\x37\x68\x0f\xd0\x49\x0f\x05\x7f\x82\x54\x54\x70\xe5\xda\xaf\xdb\x4f\x9a\x3d\xcf\xd4\x19\xdf\x8e\x4f\x10\x17\x1c\x3e\xbb\x5c\xa9\xd5\x52\xfd\x5e\xed\xdc\xf5\xeb\x28\xc7\xd1\x9b\xcd\xf6\xc0\x94\x05\xb7\xe3\x96\xf9\xfb\x27\xbf\x53\xe9\xe7\xfc\xdf\x9d\x31\x18\x7d\xd6\x30\x94\xf5\xf2\x07\x61\x90\x78\xdd\x0c\x57\xf8\x45\xac\x30\x9b\x51\x4e\x60\x82\xf6\x16\xfe\xbf\x81\x89\x46\x7b\x74\x3e\xcf\x59\xec\xcf\x66\x74\x80\x98\x46\xfb\xab\x84\xa7\xb1\x09\xa1\xeb\x2c\x51\x68\x8f\x1e\xa0\xc3\xf9\x3c\x2f\xc7\x45\x60\xd8\x9f\x40\x9c\xd8\x3c\x58\xf6\x81\x1b\xde\x0f\x25\x98\xe3\xf0\xbf\x8a\x0a\xbc\x0e\xa7\x26\xc5\xe4\x6e\x5b\xd3\x0f\x9c\xce\x77\x2d\x45\x1d\xb5\x9f\xec\x5c\xf7\xae\x53\xe3\x5a\x39\x1b\xef\x59\xf5\xcc\x9e\x63\x90\x00\xd7\x76\xe7\x19\x26\xe7\x1a\x12\xb5\xf5\x2c\x6a\xa2\xa4\x5c\xb9\x55\x62\x5b\xeb\xe6\xaa\xdf\xea\x87\xc9\xb6\x86\x03\xdf\x31\x28\x9d\x6b\x7f\x1f\x79\xd2\x39\x3c\xfc\x47\x7b\x3a\xe8\xea\x6d\x15\xab\xab\xe3\xfe\x99\x88\xb2\xc4\xde\x53\xe8\xd8\x81\xbc\xb8\xd5\xb0\xbf\x53\x72\x5c\x72\x99\x25\xf6\x03\xb5\x72\xa4\xbf\xc0\x4a\xa3\xfc\x7e\x63\xeb\x8a\x6e\xb8\x45\xc9\x32\x19\x2f\xad\xfd\x85\x6b\x49\x61\x4b\x2a\x76\xb1\x1d\x59\xe9\xaa\x8b\xef\xc4\xf9\x0d\x57\xbf\xf2\x24\x6f\x92\x35\x71\xe0\x38\x9b\x05\x17\xc0\x87\x3a\xb6\x9d\x94\xe3\x8a\xcb\x2c\x89\xec\x4e\x56\x8f\x59\x65\xcc\x6c\xac\x7c\x43\x13\x70\x58\xe7\x60\xe9\xed\x07\x9a\xd0\x06\xf2\xf6\xbc\xb0\xbe\xb0\xb1\x69\x34\x3b\xe9\x34\xa6\xcc\xf6\x0b\xc6\xe0\xcd\x3b\xbd\xab\x20\xd2\x54\xf0\xf2\xc4\x53\x5f\xd6\xda\xf1\xc7\x47\xfd\x6b\x00\x84\x99\x12\xdd\x30\x3e\xda\xb9\x3f\x58\x5e\xe4\x39\x62\x5e\xb0\x65\x74\x25\xdc\xea\xa1\x86\x9c\x6e\x36\x9c\x7c\xd4\xa8\x40\x37\x2c\x0c\xd8\xde\xbe\xd7\x97\xd4\x1d\xd7\x0d\x8b\x1f\x47\x2c\x7e\xf8\x72\x27\xc8\xb4\xff\xf3\x4f\xdd\xb0\xf8\x29\xfa\xff\x02\x00\x00\xff\xff\x14\xe8\xbc\x79\xa4\x2e\x00\x00") func templatesIndexTmplBytes() ([]byte, error) { return bindataRead( @@ -1007,7 +1007,7 @@ func templatesIndexTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "templates/index.tmpl", size: 11519, mode: os.FileMode(493), modTime: time.Unix(1517377525, 0)} + info := bindataFileInfo{name: "templates/index.tmpl", size: 11940, mode: os.FileMode(493), modTime: time.Unix(1517377558, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/handlers.go b/handlers.go index c699b2d..a80f1e3 100755 --- a/handlers.go +++ b/handlers.go @@ -369,6 +369,7 @@ func handlePageRequest(c *gin.Context) { "DiaryMode": diaryMode, "Date": time.Now().Format("2006-01-02"), "UnixTime": time.Now().Unix(), + "ChildPageNames": p.ChildPageNames(), }) } diff --git a/page.go b/page.go index 0023597..3d6b877 100755 --- a/page.go +++ b/page.go @@ -5,6 +5,7 @@ import ( "io/ioutil" "os" "path" + "path/filepath" "regexp" "sort" "strings" @@ -128,6 +129,26 @@ func (p *Page) Save() error { return ioutil.WriteFile(path.Join(pathToData, encodeToBase32(strings.ToLower(p.Name))+".json"), bJSON, 0644) } +func (p *Page) ChildPageNames() []string { + prefix := strings.ToLower(p.Name + ": ") + files, err := filepath.Glob(path.Join(pathToData, "*")) + if err != nil { + panic("Filepath pattern cannot be malformed") + } + + result := []string{} + for i := range files { + basename := filepath.Base(files[i]) + if strings.HasSuffix(basename, ".json") { + cname, err := decodeFromBase32(basename[:len(basename)-len(".json")]) + if err == nil && strings.HasPrefix(strings.ToLower(cname), prefix) { + result = append(result, cname) + } + } + } + return result +} + func (p *Page) IsNew() bool { return !exists(path.Join(pathToData, encodeToBase32(strings.ToLower(p.Name))+".json")) } diff --git a/page_test.go b/page_test.go index 2a26a77..06f0ab2 100755 --- a/page_test.go +++ b/page_test.go @@ -55,4 +55,18 @@ func TestGeneral(t *testing.T) { t.Errorf("Did not render: '%s'", p2.RenderedPage) } + p3 := Open("testpage: childpage") + err = p3.Update("**child content**") + if err != nil { + t.Error(err) + } + + children := p.ChildPageNames() + if len(children) != 1 { + t.Errorf("Expected 1 child page to be found by '%s', got %d", encodeToBase32FileGlob(p.Name+": ")+"*", len(children)) + return + } + if children[0] != "testpage: childpage" { + t.Errorf("Expected child page %s to be found (got %s)", "testpage: childpage", children[0]) + } } diff --git a/static/css/default.css b/static/css/default.css index e70b07d..82a94d4 100644 --- a/static/css/default.css +++ b/static/css/default.css @@ -64,7 +64,7 @@ body#pad.HasDotInName textarea { } @media (min-width: 5em) { - div#menu, div#rendered, body#pad textarea { + div#menu, div#rendered, .ChildPageNames, body#pad textarea { padding-left: 2%; padding-right: 2%; } @@ -75,26 +75,54 @@ body#pad.HasDotInName textarea { padding-left:1.2em; padding-right:em; } + .ChildPageNames ul { + grid-template-columns: repeat(1, 1fr); + } } @media (min-width: 50em) { - div#menu, div#rendered, body#pad textarea { + div#menu, div#rendered, .ChildPageNames, body#pad textarea { padding-left: 10%; padding-right: 10%; } .pure-menu-disabled, .pure-menu-heading, .pure-menu-link { padding: .5em 1em; } + .ChildPageNames ul { + grid-template-columns: repeat(2, 1fr); + } } @media (min-width: 70em) { - div#menu, div#rendered, body#pad textarea { + div#menu, div#rendered, .ChildPageNames, body#pad textarea { padding-left: 15%; padding-right: 15%; } + .ChildPageNames ul { + grid-template-columns: repeat(3, 1fr); + } } @media (min-width: 100em) { - div#menu, div#rendered, body#pad textarea { + div#menu, div#rendered, .ChildPageNames, body#pad textarea { padding-left: 20%; padding-right: 20%; } + .ChildPageNames ul { + grid-template-columns: repeat(4, 1fr); + } +} + +.ChildPageNames ul { + margin: 0.3em 0 0 1.6em; + padding: 0; + display: grid; + grid-gap: 0.5rem; +} + +.ChildPageNames li { + margin: 0; +} + +.ChildPageNames a { + color: #0645ad; + background: none; } diff --git a/templates/index.tmpl b/templates/index.tmpl index 4db1ce7..2ea4126 100755 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -197,6 +197,16 @@ {{ end }} + {{ if .ChildPageNames }} +
      +

      See also

      +
        + {{ range .ChildPageNames }} +
      • {{ . }}
      • + {{ end }} +
      +
      + {{ end }} From 1a3e891dfdcda1d0986d479212a4e99a313d6d48 Mon Sep 17 00:00:00 2001 From: Daniel Heath Date: Wed, 31 Jan 2018 21:44:15 +1100 Subject: [PATCH 09/12] Fixup test --- page_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page_test.go b/page_test.go index 06f0ab2..378269e 100755 --- a/page_test.go +++ b/page_test.go @@ -63,7 +63,7 @@ func TestGeneral(t *testing.T) { children := p.ChildPageNames() if len(children) != 1 { - t.Errorf("Expected 1 child page to be found by '%s', got %d", encodeToBase32FileGlob(p.Name+": ")+"*", len(children)) + t.Errorf("Expected 1 child page to be found, got %d", len(children)) return } if children[0] != "testpage: childpage" { From d65eccbe9df31beb20a87e17e64429dd360e005d Mon Sep 17 00:00:00 2001 From: Daniel Heath Date: Wed, 31 Jan 2018 22:38:24 +1100 Subject: [PATCH 10/12] Whitespace --- static/js/cowyo.js | 4 ---- utils_test.go | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/static/js/cowyo.js b/static/js/cowyo.js index 7522c31..e850038 100644 --- a/static/js/cowyo.js +++ b/static/js/cowyo.js @@ -224,7 +224,6 @@ $(window).load(function() { }); } - $("#encryptPage").click(function(e) { e.preventDefault(); var passphrase = prompt("Please enter a passphrase. Note: Encrypting will remove all previous history.", ""); @@ -233,7 +232,6 @@ $(window).load(function() { } }); - $("#erasePage").click(function(e) { e.preventDefault(); var r = confirm("Are you sure you want to erase?"); @@ -244,7 +242,6 @@ $(window).load(function() { } }); - $("#selfDestructPage").click(function(e) { e.preventDefault(); var r = confirm("This will erase the page the next time it is opened, are you sure you want to do that?"); @@ -255,7 +252,6 @@ $(window).load(function() { } }); - $("#lockPage").click(function(e) { e.preventDefault(); var passphrase = prompt("Please enter a passphrase to lock", ""); diff --git a/utils_test.go b/utils_test.go index 29dc9aa..6f363df 100755 --- a/utils_test.go +++ b/utils_test.go @@ -20,6 +20,7 @@ func TestReverseList(t *testing.T) { t.Errorf("Could not reverse: %v", s2) } } + func TestHashing(t *testing.T) { p := HashPassword("1234") log.Debug(p) From f5f0bdb3bb3df1bbab427322a5e0869c566cd03e Mon Sep 17 00:00:00 2001 From: Daniel Heath Date: Wed, 7 Feb 2018 14:48:10 +1100 Subject: [PATCH 11/12] Prevent updates from running out-of-order --- bindata.go | 8 ++++---- static/js/cowyo.js | 17 ++++++++++++++++- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/bindata.go b/bindata.go index f545447..d7aaed4 100644 --- a/bindata.go +++ b/bindata.go @@ -147,7 +147,7 @@ func staticCssDefaultCss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "static/css/default.css", size: 2476, mode: os.FileMode(420), modTime: time.Unix(1517377558, 0)} + info := bindataFileInfo{name: "static/css/default.css", size: 2476, mode: os.FileMode(420), modTime: time.Unix(1517964700, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -772,7 +772,7 @@ func staticImgLogoPng() (*asset, error) { return a, nil } -var _staticJsCowyoJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5a\xdd\x6f\xdb\xba\x15\x7f\xcf\x5f\x71\xaa\x15\xd7\x32\x62\xc8\xdd\xc3\x1e\xe6\xc0\x28\xee\xda\x5c\xe0\x0e\x5d\x5a\x2c\xd9\x80\x01\x03\x7a\x69\xf1\x48\xe6\x0d\x4d\x0a\x24\x65\xc7\xb8\xc8\xff\x3e\x1c\x4a\xb4\xf5\xe5\xc4\x4d\x9d\xdb\x6e\x8b\x80\x20\xb2\x78\x78\xbe\xcf\x8f\x9f\x51\x69\x11\xac\x33\x22\x75\xd1\xc5\xd9\x9a\x19\xd0\xa5\x14\x85\x86\x39\x64\x4c\x5a\xbc\x38\x3b\x7b\x1d\x6f\x84\xe2\x7a\x33\x4e\xa4\x66\x3c\xce\x4a\x95\x3a\xa1\x55\x3c\x86\xdf\xce\x00\x00\xa6\x53\xf8\x3b\xba\xd2\x28\x0b\x0c\x42\xeb\x04\xdc\x92\xb9\x09\x30\x0b\x52\xab\x9c\xfe\x0b\x07\xa9\x56\x4e\xa8\x12\x2d\x38\x0d\x0b\x04\xa1\xd6\xfa\x16\xf9\x04\x36\x42\x4a\x50\xda\x05\x86\x0b\x04\x67\x44\x9e\xa3\x41\x9e\xc0\xcd\x12\x77\x8c\x2b\xd2\x05\x42\xca\xa4\x44\x0e\x2c\x73\x68\x88\xb7\x75\xba\xb0\xb0\x40\xa1\xf2\xd0\x96\x69\x13\x18\x5e\xc1\x4a\x48\x29\x2c\xa6\x5a\x71\x9b\xc0\xcf\x19\xfc\x22\x56\x2b\xe4\x82\x39\xfc\x05\x84\x85\x82\x59\x4b\xaa\xd4\x72\xc1\x35\x85\x6a\x45\xbf\x03\x33\x89\x8c\x93\x18\xe4\x39\x4e\x40\x28\xeb\x90\x71\xd0\x99\xef\xe3\x0c\x13\x52\xa8\x3c\xf1\xd4\x3b\x0e\x1c\x17\xba\x54\x29\x7a\xff\x4d\x60\xc3\x84\x9b\xc0\x4e\x83\xe0\x4b\x7a\x28\x08\x4e\xac\x50\x97\xee\x62\xf7\xd1\x78\x0f\x43\xcf\xf9\xe1\x79\x1d\x8f\xfe\x60\xd9\x1a\x2f\xb9\x70\x7f\x29\x9d\xd3\x6a\x34\x4e\x0c\xae\xf4\x1a\xdf\x49\x66\x6d\x3c\x7e\x9c\xdc\xe1\x9d\x8b\x23\xfa\x24\x54\x1e\x8d\x2f\x5a\x3d\x48\x2b\x0a\x1f\xde\x39\x98\x83\x5b\x0a\x3b\x69\xb5\xd3\xc3\x4c\x6e\x61\x4e\xff\xca\x15\x2a\x67\xfb\x1c\x24\xa3\x68\xcd\x0f\xdb\x41\x4f\x6d\x3c\xcc\x41\x95\x52\x5e\xf4\xda\x45\x06\xf1\xab\x86\xeb\x88\x59\xc2\x8a\x42\x6e\xe3\x5a\xc3\x89\x57\xa5\x63\xc1\xfd\x80\x41\x4c\xca\x2b\xbd\x81\xf9\x3e\x12\xf0\xc3\x0f\xf0\xaa\xe7\x7e\x7a\x52\x89\xcc\xdc\x54\x2d\x71\x4d\xd1\x11\xb1\xd7\xdc\xa2\x0b\xa4\xde\xe6\x2a\xe2\x1d\x72\x32\xa4\x56\xe1\x28\x2b\x6a\x0b\xee\x2f\xce\x42\x26\xde\x2c\x85\xad\x2a\xc2\xf7\xf4\x09\x18\x32\x0d\x30\xcb\x30\x75\x75\xee\xc2\x2d\x6e\xcb\x02\x70\x8d\x6a\x57\x65\x3f\x2a\x4e\x95\xa3\x95\xdc\x42\x26\x0c\x5a\xf8\xd3\x9b\x37\x2b\x0b\xda\xc0\x92\xc9\x0c\x18\x54\xf5\x52\x17\x19\x71\x29\x2d\x1a\x5f\x6a\x05\x72\x70\xdb\x42\xa8\xfc\x2c\x78\xb3\x30\xb8\xbe\xa9\xf2\x83\xf2\x8b\x48\x7f\x56\x45\xe9\x46\xe3\x64\xcd\x64\x5c\x1b\xd2\x6d\xd2\x2a\x1e\x79\xdd\x46\x93\x76\x91\xf4\xf2\x83\xdc\xb5\x97\x71\x40\x48\x37\xa1\xea\xc2\x99\x4e\x41\x69\x48\x97\x4c\xe5\x68\xf7\x0e\xdd\xbd\x3d\xae\x7b\x4b\x8d\x0a\x24\x87\x8a\xb0\xdb\x73\x90\x5b\x62\xb0\x90\x2c\xc5\x78\x8a\xd3\x7c\x12\x45\xe3\x66\x90\xcf\x9a\xec\x8e\xac\xe9\x07\xea\xf9\x9a\xad\x7d\x39\xef\x68\xcb\xc2\xe3\x78\x2d\xf2\x9e\xc0\x97\xe0\x3d\x09\xce\xff\xdb\xf5\x38\x98\xbb\x43\xaf\xd0\xa7\x61\xf0\xeb\x84\xfd\xca\xee\xe2\xb6\x07\xdc\xb6\xc0\x19\x8c\x3e\x7d\xbc\xbe\x19\xb5\xf1\xa1\x34\x72\x06\xa3\x69\x59\x70\xe6\xb0\xd3\xc6\x99\x63\x33\xf8\xeb\xf5\xc7\xab\x84\x86\x22\x95\x8b\x6c\x1b\xf7\x71\x41\xe1\xe6\x33\xd9\x34\x1b\x0e\x51\x1f\x8f\x0a\x96\xe3\x2c\x98\x97\xea\xcd\x56\x27\xf4\xe9\x8a\xad\xb0\x4f\x9c\xa1\x4b\x97\xc8\x3f\x33\xb7\xeb\x22\x99\x75\x3f\xd1\xe7\x36\xf5\x7d\x47\x94\x2d\xd3\x14\xad\x9d\xed\x51\x8d\x0c\x1a\x42\xb6\x2f\x44\x69\xa8\xb3\x8d\xd8\x25\xb5\x14\x4a\x7c\x67\x4a\x1c\x62\x7f\x50\x04\xe3\xbc\xe2\x1f\xd5\x5c\xba\xe8\x1e\x9e\xae\xe1\x30\xf7\xc1\x49\x4a\x25\xee\x3e\x13\xba\xf5\xbb\xdd\x03\x4a\x8b\x4f\xd3\x26\x63\x42\x96\x06\x87\xb4\xb9\x3f\xce\x79\x3e\xc7\xbd\x8a\x2b\xb4\x96\xe5\xd8\x05\xfd\x76\xa8\xd0\x18\x6d\x1a\x81\xba\x5b\x9a\x49\xf5\xf1\x44\xe1\x7a\xba\xc1\x87\xcd\xab\xf4\x7b\xd0\x2e\x3f\x62\x28\x77\xe3\xcb\x2f\xa2\xb1\x40\xa4\x8c\x2c\x9c\xfe\x6a\xb5\x8a\xfa\xe5\x56\x51\x8e\xa8\x75\xb4\x87\x9e\x80\x09\x9d\xea\x2f\x8c\x58\xe1\x4f\xda\x5c\xa3\xcc\xde\xa3\x75\xa6\x4c\xdd\x09\xb0\xc0\xb3\x7d\x1a\x14\x1c\x5d\xd9\xff\xa3\xb5\xfa\x52\x74\xa7\x31\xf8\x3b\x2e\x3a\xa9\xd3\xdb\x4f\x2c\xc7\x98\x16\x26\xc5\xd2\x30\x8b\x5f\x5f\x72\xc4\xf4\x99\x2b\xae\x22\x0e\x2a\xcf\x1a\xef\x2f\x85\xf9\xad\x0b\xf3\x21\x5f\xd0\xc2\x87\x98\x86\xbc\x0b\xec\xc6\x44\x10\x7d\xd0\xe9\x6d\x74\xc8\x5d\x61\xd6\xa0\xab\xf4\x87\x39\x44\xd3\x08\xce\x87\xb3\x05\xce\x21\x9a\xae\x05\x6e\xa2\x63\xcc\x7c\x9a\xb6\xff\x50\xf2\xb4\xfa\x22\x17\xee\x51\x7d\x5f\x60\xef\x14\x73\x8d\x72\x21\x85\x5d\x7a\xe4\x3b\xc1\x14\xa3\xe2\xf6\x7b\x40\x5e\x25\xa9\x5a\x9b\x34\x8c\x68\x27\xe6\xa7\xaa\x21\x7a\x81\xc2\xef\x0a\x0a\x6b\x92\x1a\x3b\xea\xe8\x21\x3f\x08\x20\x07\x62\xbc\x0b\xef\x53\xbc\x31\xc4\x6f\xa7\xcb\xe3\x8e\x78\x01\x9f\x13\x80\x0f\xaa\xd4\x6c\x0b\x77\xf2\x69\x57\xcd\xf7\x65\xe6\xf5\x7f\x05\x37\x5f\x3c\x99\x69\xa4\x5f\x7b\xd8\xb8\xac\x1a\xbe\xc7\x09\xd8\x41\x9d\xdf\xe3\xa9\x75\x7e\x99\x84\xed\x9f\xe7\xc5\x41\x7f\xd4\xf1\x51\x1e\xbf\xe1\xfb\xfe\xf2\xc3\xe5\xcd\xe5\x30\xf8\x69\xc9\xa5\xb0\xa7\x07\xbf\x17\x50\xfb\xae\xe6\x50\x47\xfa\xe2\xcb\xcb\x9e\x92\xe7\x5b\x97\xfd\x91\xd5\xfb\x5f\x58\xf7\x67\x95\x4a\x51\x13\xc8\xa3\x71\x92\x4a\x91\xde\xee\x8f\xe1\x5a\xe1\xc4\xa4\x30\xfe\x1c\xf1\x3d\x66\xac\x94\xae\xe9\x1e\x7f\x0e\xb8\x9b\x77\xc0\x1c\x0a\xa3\x57\x05\x4d\x8d\x25\xd2\x07\x54\x0e\x0d\xb0\x06\x4d\x02\x57\xda\xe1\x0c\xea\x31\x4e\xa8\xbc\x3a\xd0\xac\xfc\x0f\x4c\x4a\x7f\x38\x27\x74\x69\x61\x29\xac\xd3\x66\x9b\x44\x13\x88\x9a\xae\xf5\x27\x83\x7b\xa9\xaf\xaa\x93\xe3\x6e\xa8\x0f\xcc\xee\xba\x47\x6f\xe4\x9c\x86\x5b\x88\xe6\x04\x4e\x31\x30\xa7\xe0\x65\xc2\xac\xe2\xe8\x47\x83\xb0\xd5\x25\xd8\xb2\x7e\xd9\x30\xe5\xc0\x69\xf0\xd2\xde\x76\x4d\x33\x87\x8a\xea\x09\x63\x28\x09\x68\x54\xd3\x20\xc0\xdc\x11\xa3\x7f\xe9\x92\x1c\x6f\x2d\x72\x78\xc7\x54\x8a\xf2\x55\xf4\xb0\xab\x6c\xe3\x78\xe0\xd4\x1e\xdb\x1f\x74\x7b\x0b\xfc\x59\x34\x19\xe6\x5f\x14\xde\x39\x7f\xf6\x0e\xc2\x81\xb0\xa0\x0b\x54\xc8\x27\xc0\x0e\xb9\x99\x6b\x7f\x3d\xe5\x78\x47\x0f\x9f\x80\x3c\x8f\x1b\xc3\x96\xd6\xef\x5a\x85\xe4\x15\xbf\x67\xf6\xa4\xca\x22\xaa\x27\xec\x1d\x3e\x0d\x77\xa3\x4e\x9f\x28\xac\x96\x49\xce\xc0\xcd\x95\x83\x63\xe8\x89\xc5\x57\x9b\x8e\x43\x0a\xb4\x7e\x0d\xed\xeb\xb7\xe9\xa7\x53\xa0\xa5\x64\xc0\x2b\x9f\xe7\x5d\x02\x83\x52\x33\xde\x6e\x6a\x24\x53\x50\xb5\xb1\xa9\xf0\x95\xe9\xb4\xdb\x22\x81\xa8\x79\xeb\x84\x73\x2a\x2c\x53\xd7\xa2\xf6\xe5\x68\x85\xc3\x15\x2b\x92\xbb\x95\x04\xab\xa9\x26\xc3\x9d\x2d\xa1\x38\xde\x21\x87\xc5\x16\x2c\x32\x93\x2e\x01\x55\x2e\x14\xda\x24\x6a\xa7\xdc\x83\x9b\x68\x8d\x5d\x91\x4e\x54\x1b\x4a\xf6\x8a\x0c\xf6\x97\x98\x08\x52\x90\x1f\x02\xe4\xb7\x84\xa0\xfd\x09\x8f\xbf\xac\xb3\xef\x3b\x8c\x13\x5f\xa1\xfb\xb3\x64\x64\x2d\xec\x1b\x56\xc5\xa7\xc3\x1a\xb4\x11\xb6\xb9\xef\x3b\x08\x90\x41\x50\x58\x9c\x3c\xe7\xf0\x42\xb3\x0e\x2f\x07\x39\xd0\xfc\x13\x28\xa5\xed\x11\x23\x0a\xc4\xff\x44\x63\x85\x56\x35\x3b\xeb\xd8\x16\x84\x0a\x33\x97\x71\x72\xf4\x90\xb3\x5f\x83\x9d\x72\x94\xa9\x9d\x48\xb1\x61\x06\x59\x34\x4e\x6e\x71\xcb\xf5\x46\x1d\xf0\xa2\xc8\x62\x24\x92\x77\x9a\x23\xcc\xe7\x73\xf8\xf3\x18\x7e\x23\x00\x72\x6c\x01\x1b\x66\x83\xd4\x2e\x3e\xe5\xe8\x20\x65\x06\x1d\x14\xda\x0a\x3f\x41\xb5\x28\xd1\x4b\x68\xd1\x52\x28\xac\x63\x26\xdc\x2a\x4c\x76\x64\xd7\xf4\xb5\x7f\x67\x0f\x15\xef\x91\x5e\x2a\xde\xd9\x6e\x21\xca\xd7\x44\xe4\x2f\x74\xd1\xcb\xc0\x7d\xc6\x35\x93\x25\x81\x85\x27\xec\xdd\xf3\xaa\x2d\xb1\xe8\x20\xb8\xab\xee\xe1\xf4\xcc\x7f\x82\x05\x66\xda\x60\x6d\xe8\xb9\xf7\xc9\x79\xd5\x52\xdd\x98\xf3\x0d\x2d\x86\x7b\x51\x9e\x55\x62\xcb\x45\xb5\xfc\x8d\xdf\x4c\x2a\x3f\xf4\x97\x9b\xe1\x39\x87\xe8\xdf\x2e\x7a\xa0\xb9\xcb\x12\x15\x1f\x0f\x58\x54\x94\x21\x36\xcc\x81\x11\xf9\x72\x1f\x24\x60\x39\x13\x0a\x62\xc2\x75\xad\x10\x32\x5d\x5d\xfb\x73\x6c\xd1\xd6\x6b\x20\x54\x43\x51\x81\x79\x1d\xdc\x73\xf8\xe3\x80\x22\x55\x81\x56\x57\x6d\x75\x5a\x5a\x90\xba\xb3\x59\xf9\x50\x15\xf7\xd2\x7a\x94\x70\x94\xe8\xd8\x42\x12\xea\x76\xc1\x81\xb8\xec\x53\xdb\xff\x3c\xc8\xdc\xdf\x55\x15\x0a\xaf\xca\xd5\x3e\x81\x12\xe6\x9c\x89\x47\x82\x8f\xf6\x4e\xed\x6d\x8a\xf8\x4d\x8f\x6a\xd1\x4a\x98\x41\x63\xc9\xe8\xed\x08\xce\xe1\x75\x52\x30\xc3\x56\xad\x3d\x8e\xa8\x96\x11\xcd\x82\xb4\xe6\x02\x2e\xa2\x41\x35\x7a\x6c\xf7\xa3\xb9\xf3\x71\x68\x37\xa6\xbf\x1b\xd2\x46\x9b\xce\x3a\x22\xa9\x66\x17\xb1\x87\xa5\xfe\x38\x7a\xbf\xfb\x56\x39\xd1\x31\x93\xa3\x4b\x52\x1a\x1d\x3e\x08\xeb\x68\x19\x1c\x8f\x7c\x28\x84\xca\x47\x61\xad\x39\xbe\x38\xa3\xbf\xff\x04\x00\x00\xff\xff\x76\xf7\xdf\x77\x72\x2e\x00\x00") +var _staticJsCowyoJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5a\xdd\x6f\xe3\xb8\x11\x7f\xcf\x5f\x31\xab\x06\x67\x19\x31\xe4\xeb\x43\x1f\xea\xc0\x58\x6c\x77\x73\xc0\x15\xdb\xec\xa2\xc9\x15\x28\x50\x60\x8f\x16\x47\x32\x2f\x34\x29\x90\x94\x1d\xe3\x90\xff\xbd\x18\x4a\xb2\xf5\x99\x78\xbd\xce\x6d\x8a\x46\x40\x10\x99\x1c\xcd\xf7\xfc\xf8\x19\xe4\x16\xc1\x3a\x23\x62\x17\x5c\x9e\xad\x99\x01\x9d\x4b\x91\x69\x98\x43\xc2\xa4\xc5\xcb\xb3\xb3\xf3\x70\x23\x14\xd7\x9b\x71\x24\x35\xe3\x61\x92\xab\xd8\x09\xad\xc2\x31\xfc\x7e\x06\x00\x30\x9d\xc2\x3f\xd1\xe5\x46\x59\x60\x50\xf5\x4e\xc0\x2d\x99\x9b\x00\xb3\x20\xb5\x4a\xe9\xbf\x70\x10\x6b\xe5\x84\xca\xd1\x82\xd3\xb0\x40\x10\x6a\xad\xef\x90\x4f\x60\x23\xa4\x04\xa5\x5d\xc5\x70\x81\xe0\x8c\x48\x53\x34\xc8\x23\xb8\x5d\xe2\x8e\x71\x41\xba\x40\x88\x99\x94\xc8\x81\x25\x0e\x0d\xf1\xb6\x4e\x67\x16\x16\x28\x54\x5a\xf5\x25\xda\x54\x0c\xaf\x61\x25\xa4\x14\x16\x63\xad\xb8\x8d\xe0\xe7\x04\x7e\x15\xab\x15\x72\xc1\x1c\xfe\x0a\xc2\x42\xc6\xac\x25\x55\x4a\xb9\xe0\xea\x42\xb5\xa2\xdf\x15\x33\x89\x8c\x93\x18\xe4\x29\x4e\x40\x28\xeb\x90\x71\xd0\x89\xff\xc6\x19\x26\xa4\x50\x69\xe4\xa9\x77\x1c\x38\x2e\x74\xae\x62\xf4\xfe\x9b\xc0\x86\x09\x37\x81\x9d\x06\x95\x2f\xe9\xa1\x20\x38\xb1\x42\x9d\xbb\xcb\x5d\xa3\xf1\x1e\x86\x8e\xf3\xab\xe7\x3c\x1c\xfd\xc9\xb2\x35\x5e\x71\xe1\xfe\x96\x3b\xa7\xd5\x68\x1c\x19\x5c\xe9\x35\xbe\x97\xcc\xda\x70\xfc\x34\xb9\xc3\x7b\x17\x06\xd4\x24\x54\x1a\x8c\x2f\x1b\x5f\x90\x56\x14\x3e\xbc\x77\x30\x07\xb7\x14\x76\xd2\xe8\xa7\x87\x99\xd4\xc2\x9c\xfe\xe5\x2b\x54\xce\x76\x39\x48\x46\xd1\x9a\x0f\xdb\x41\x4f\x69\x3c\xcc\x41\xe5\x52\x5e\x76\xfa\x45\x02\xe1\x9b\x9a\xeb\x88\x59\xc4\xb2\x4c\x6e\xc3\x52\xc3\x89\x57\xa5\x65\xc1\x43\x8f\x41\x4c\xca\x6b\xbd\x81\xf9\x3e\x12\xf0\xc3\x0f\xf0\xa6\xe3\x7e\x7a\x62\x89\xcc\xdc\x16\x3d\x61\x49\xd1\x12\xb1\xd7\xdc\xa2\xab\x48\xbd\xcd\x45\xc4\x5b\xe4\x64\x48\xa9\xc2\x41\x56\x94\x16\x3c\x5c\x9e\x55\x99\x78\xbb\x14\xb6\xa8\x08\xff\xa5\x4f\xc0\x2a\xd3\x00\x93\x04\x63\x57\xe6\x2e\xdc\xe1\x36\xcf\x00\xd7\xa8\x76\x55\xf6\x4e\x71\xaa\x1c\xad\xe4\x16\x12\x61\xd0\xc2\x5f\x7e\xfc\x71\x65\x41\x1b\x58\x32\x99\x00\x83\xa2\x5e\xca\x22\x23\x2e\xb9\x45\xe3\x4b\x2d\x43\x0e\x6e\x9b\x09\x95\x9e\x55\xde\xcc\x0c\xae\x6f\x8b\xfc\xa0\xfc\x22\xd2\x9f\x55\x96\xbb\xd1\x38\x5a\x33\x19\x96\x86\xb4\xbb\xb4\x0a\x47\x5e\xb7\xd1\xa4\x59\x24\x9d\xfc\x20\x77\xed\x65\x0c\x08\x69\x27\x54\x59\x38\xd3\x29\x28\x0d\xf1\x92\xa9\x14\xed\xde\xa1\xbb\xb7\xa7\x75\x6f\xa8\x51\x80\x64\x5f\x11\xb6\xbf\xec\xe5\x16\x19\xcc\x24\x8b\x31\x9c\xe2\x34\x9d\x04\xc1\xb8\x1e\xe4\xb3\x3a\xbb\x03\x6b\xfa\x91\x7a\xbe\x61\x6b\x5f\xce\x3b\xda\x3c\xf3\x38\x5e\x8a\x7c\x20\xf0\x25\x78\x8f\x2a\xe7\xff\xe3\x66\x5c\x99\x5b\x95\xac\x75\xbf\xf8\x8f\xca\x92\x9c\x80\x42\xe4\xef\x94\x76\xcb\xa2\x9a\x8b\x91\x02\xea\x78\x57\x49\xa9\xb9\x68\x3a\x85\xcf\xc6\x27\x20\x21\x49\x9c\x1b\x43\xaf\x05\xa1\x6d\xb8\xb7\x21\xf3\x4d\x21\xb4\xed\xec\xa6\x0a\xce\xe4\x78\xd9\x13\xf8\x1e\xb7\xb6\x0c\x3a\x8f\xd8\x6f\xec\x3e\x6c\x32\x77\xdb\x0c\x67\x30\xfa\xfc\xe9\xe6\x76\xd4\xc4\xb9\xdc\xc8\x19\x8c\xa6\x79\xc6\x99\xc3\x56\x1f\x67\x8e\xcd\xe0\xef\x37\x9f\xae\x23\x1a\x52\x55\x2a\x92\x6d\xd8\xc5\x37\x85\x9b\x2f\x14\x9b\x59\x7f\xaa\x75\x71\x35\x63\x29\xce\xaa\x30\xc5\x7a\xb3\xd5\x11\x35\x5d\xb3\x15\x76\x89\x13\x74\xf1\x12\xf9\x17\xe6\x76\x9f\x48\x66\xdd\x4f\xd4\xdc\xa4\x7e\x68\x89\xb2\x79\x1c\xa3\xb5\xb3\x3d\x3a\x93\x41\x7d\x08\xdd\x93\x13\xb5\x02\xa9\x9e\xaf\x1c\x93\xa0\x0c\x3e\x09\x8d\x4a\x5d\xa8\xcc\x29\xb4\x7d\x4a\x0c\x8a\x60\x9c\x17\xfc\x83\x92\x4b\x7b\x2c\xab\x9e\xb6\x7b\x60\xee\x43\x18\xe5\x4a\xdc\x7f\x21\x2c\xef\x31\xaa\xd2\xb2\x96\x7e\x43\xca\x41\xa7\xd8\xda\xcf\x43\xb7\xf9\x01\x50\x5a\x3c\xce\xdc\x84\x09\x99\x1b\xec\x33\xf7\xe1\xb0\xe8\x78\xc8\xf0\x3e\x58\xa1\xb5\x2c\xc5\x1e\x56\x83\xb5\xbf\x93\xd5\x4c\x2b\x34\x46\x9b\x5a\x52\xdd\x2f\xcd\xa4\x68\x3c\x38\xb5\xbe\x5a\x85\x41\x03\x1f\x4f\xbf\xe3\xfd\x3b\xec\xcd\xc2\xd2\x47\x3d\xe4\xc7\x7b\xe5\x6e\x3d\xe8\x04\x34\x92\x8b\x98\x91\xaf\xa6\xbf\x59\xad\x82\x2e\xc8\x14\x94\x23\xea\x1d\xed\x11\xae\x42\xf4\xb3\x26\x12\x67\x46\xac\xf0\x27\x6d\x6e\x50\x26\x1f\xd0\x3a\x93\xc7\xae\x81\xcb\xc7\x21\xa0\x67\x7b\x1c\x00\x1e\x8c\x67\xc7\x23\xd4\x8b\xc6\x9e\x97\x5d\xe3\xdf\x54\xbe\xaf\x45\x57\x14\x9d\xd4\xf1\xdd\x67\x96\x62\x48\xcb\xca\x6c\x69\x98\xc5\x6f\x2f\x39\x62\xfa\xcc\x15\x57\x10\x57\x2a\xcf\x6a\xef\xaf\x85\xf9\xbd\x0b\xf3\x31\x5f\xd0\xb2\x95\x98\x56\x79\x57\xb1\x1b\x13\x41\xf0\x51\xc7\x77\xc1\x90\xbb\xaa\x59\x90\x2e\xd2\x1f\xe6\x10\x4c\x03\xb8\xe8\xcf\x16\xb8\x80\x60\xba\x16\xb8\x09\x0e\x31\xf3\x38\x6d\x7f\x51\xf2\xb4\xfa\x22\x17\xee\x49\x7d\x5f\x61\xef\x14\x73\x8d\x7c\x21\x85\x5d\x7a\xe4\x3b\xc1\x14\xa3\xe0\xf6\x47\x40\x5e\x21\xa9\x58\x91\xd5\x8c\x68\x26\xe6\xe7\xa2\x23\x78\x85\xc2\x17\x05\x85\x25\x49\x89\x1d\x65\xf4\x90\x0f\x02\xc8\x40\x8c\x77\xe1\x3d\xc6\x1b\x7d\xfc\x76\xba\x3c\xed\x88\x57\xf0\x39\x01\xf8\xa0\x8a\xcd\x36\x73\x27\x9f\x76\x95\x7c\x5f\x67\x5e\xff\x57\x70\xf3\xd5\x93\x99\x5a\xfa\x35\x87\x8d\xab\xa2\xe3\x25\x4e\xc0\x06\x75\xfe\x80\xa7\xd6\xf9\x75\x12\xb6\x7f\x9e\x17\x07\xfd\x41\xd5\x27\xc9\x0f\x9e\x81\x7d\xb8\xfa\x78\x75\x7b\xd5\x0f\x7e\x5a\x72\x29\xec\xe9\xc1\xef\x15\xd4\x5e\xd4\x1c\xea\x40\x5f\x7c\x7d\xd9\x53\xf2\x7c\xef\xb2\x3f\xb0\x7a\xff\x47\xeb\xfe\x3c\x0c\xea\x38\x1e\x8c\xa3\x58\x8a\xf8\x6e\x7f\x86\xda\x88\x26\x46\x59\x71\x06\xf7\x01\x13\x96\x4b\x57\xf7\x8e\x3f\xc4\xdd\x4d\x3b\x60\x0e\x99\xd1\xab\x8c\x66\xc6\x12\xa9\x01\x95\x43\x03\xac\x46\x13\xc1\xb5\x76\x38\x83\x72\x88\x13\x2a\x2d\x4e\xa3\x0b\xf7\x03\x93\xd2\x9f\xac\x0a\x9d\x5b\x58\x0a\xeb\xb4\xd9\x46\xc1\x04\x82\xba\x67\xfd\xb1\xee\x5e\xea\xc0\x71\xdf\xc0\xe4\xae\x7d\x6e\xfa\x50\x8d\xdc\xde\x2b\x44\x72\x02\x9f\x18\x98\x53\xe8\x12\x61\x56\x61\xf0\xce\x20\x6c\x75\x0e\x36\x2f\x5f\x36\x4c\x39\x70\x1a\xbc\xb4\xb7\x6d\xcb\xcc\x50\x49\x1d\x31\x82\x92\x80\x5a\x2d\xf5\xc2\xcb\x3d\x31\xfa\xb7\xce\xc9\xef\xd6\x22\x87\xf7\x4c\xc5\x28\xdf\x04\x8f\x7a\xca\xd6\xce\x06\x4e\xed\xb0\xfd\x1d\x05\x6f\x80\xbf\x46\x40\x76\xf9\x17\x85\xf7\xce\x5f\x9b\x00\xe1\x40\x58\xd0\x19\x2a\xe4\x13\x60\x43\x5e\xe6\xda\xdf\x2c\x3a\xdc\xcf\xfd\xc7\x1f\xcf\xe2\xc5\x6a\x3b\xeb\x0f\x2d\x41\x72\x8a\xdf\x2f\x3b\xaa\xac\x88\xea\x88\x7d\xc3\xe3\x30\x37\x68\x7d\x13\x54\x2b\x65\x92\xd3\x73\xe7\x68\x70\xfc\x3c\xb1\xf8\x62\xc3\xb1\x4f\x81\xc6\xaf\xbe\x3d\xfd\x26\xfd\x74\x0a\xb4\x8c\xac\xc0\xca\xa7\x79\x9b\xc0\xa0\x3f\xda\x6c\x74\xf5\xe4\x52\x6d\x43\xe1\x1b\xd3\x69\xb7\x3d\x02\x41\xfd\xbe\x10\xe7\x54\x57\xa6\x2c\x45\xed\xab\xd1\x0a\x87\x2b\x96\x45\xf7\x2b\x09\x56\x53\x49\x56\xb7\xed\x84\xe2\x78\x8f\x1c\x16\x5b\xb0\xc8\x4c\xbc\x04\x54\xa9\x50\x68\xa3\xa0\x99\x72\x8f\x6e\xa0\xd5\x76\x44\x5a\x51\xad\x29\xd9\xa9\x31\xd8\x5f\x3f\x23\x44\x41\x3e\x04\xc7\x6f\x09\x3f\xbb\x93\x1d\x7f\xcd\x6a\xff\x6d\x3f\x4c\x7c\x83\xee\xcf\x92\x91\xa5\xb0\xef\x58\x15\x9f\x87\x35\x68\x02\x6c\x7d\xcf\xf7\x51\x7c\xac\x16\x26\xcf\x39\xba\xd0\x94\xc3\xcb\x41\x0e\x34\xf7\x04\x4a\x69\x7b\xc0\x80\x02\xe1\xbf\xd0\x58\xa1\x55\xc9\xce\x3a\xb6\x05\xa1\xaa\x69\xcb\x38\x3a\x78\xc4\xd9\xaf\xbf\x9e\x61\x90\xa1\xd8\x30\x83\x2c\x18\x47\x77\xb8\xe5\x7a\xa3\x06\xbc\x28\x92\x10\x89\xe4\xbd\xe6\x08\xf3\xf9\x1c\xfe\x3a\x86\xdf\x09\x80\x1c\x5b\xc0\x86\xd9\x4a\x6a\x1b\x9f\x52\x74\x10\x33\x83\x0e\x32\x6d\x85\x9f\x9c\x5a\x94\xe8\x25\x34\x68\x29\x14\xd6\x31\x53\xdd\x07\x8d\x76\x64\x37\xd4\xda\xbd\x6d\x89\x8a\x77\x48\xaf\x14\x6f\x6d\xb5\x10\xe5\x39\x11\xf9\xab\x78\xf4\xd2\x73\x13\x75\xcd\x64\x4e\x60\xe1\x09\x3b\x37\xf4\x4a\x4b\x2c\x3a\xa8\xdc\x55\x7e\xe1\xf4\xcc\x37\xc1\x02\x13\x6d\xb0\x34\xf4\xc2\xfb\xe4\xa2\xe8\x29\xee\x3a\xfa\x8e\x06\xc3\xbd\x28\xcf\x2a\xb2\xf9\xa2\x58\xfa\x86\x3f\x4e\x0a\x3f\x74\x97\x9a\xd5\x73\x01\xc1\x7f\x5c\xf0\x48\x77\x9b\x25\x2a\x3e\xee\xb1\x28\xcb\xab\xd8\x30\x07\x46\xa4\xcb\x7d\x90\x80\xa5\x4c\x28\x08\x09\xd7\xb5\x42\x48\x74\x71\x61\xd3\xb1\x45\x53\xaf\x9e\x50\xf5\x45\x05\xe6\x65\x70\x2f\xe0\xcf\x3d\x8a\x94\xf7\xf8\xfc\x25\x69\x1d\xe7\x16\xa4\x6e\x6d\x54\x3e\x56\xc5\x9d\xb4\x1e\x45\x1c\x25\x3a\xb6\x90\x84\xba\x6d\x70\x20\x2e\xfb\xd4\xf6\x3f\x07\x99\xfb\x2b\x8b\x42\xe1\x75\xbe\xda\x27\x50\xc4\x9c\x33\xe1\x48\xf0\xd1\xde\xa9\x9d\x0d\x11\xbf\xe1\x51\x2c\x58\x09\x33\x68\x2c\x19\xbd\x1d\xc1\x05\x9c\x47\x19\x33\x6c\xd5\xd8\xdf\x08\x4a\x19\xc1\xac\x92\x56\x5f\xbc\x05\x34\xa8\x06\x4f\xed\x7c\xd4\x77\x3d\x86\x76\x62\xba\x3b\x21\x4d\xb4\x69\xad\x22\xa2\x62\x76\x11\x7a\x58\xea\x8e\xa3\x0f\xbb\xb6\xc2\x89\x8e\x99\x14\x5d\x14\xd3\xe8\xf0\x51\x58\x47\x4b\xe0\x70\xe4\x43\x21\x54\x3a\xaa\xd6\x99\xe3\xcb\x33\xfa\xfb\x6f\x00\x00\x00\xff\xff\x17\x6f\x32\x29\x2c\x30\x00\x00") func staticJsCowyoJsBytes() ([]byte, error) { return bindataRead( @@ -787,7 +787,7 @@ func staticJsCowyoJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "static/js/cowyo.js", size: 11890, mode: os.FileMode(420), modTime: time.Unix(1517377525, 0)} + info := bindataFileInfo{name: "static/js/cowyo.js", size: 12332, mode: os.FileMode(420), modTime: time.Unix(1517975251, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1007,7 +1007,7 @@ func templatesIndexTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "templates/index.tmpl", size: 11940, mode: os.FileMode(493), modTime: time.Unix(1517377558, 0)} + info := bindataFileInfo{name: "templates/index.tmpl", size: 11940, mode: os.FileMode(493), modTime: time.Unix(1517964700, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/static/js/cowyo.js b/static/js/cowyo.js index e850038..f58a122 100644 --- a/static/js/cowyo.js +++ b/static/js/cowyo.js @@ -41,8 +41,14 @@ $(window).load(function() { upload(); }, window.debounceMS)); + var latestUpload = null, needAnother = false; function upload() { - $.ajax({ + // Prevent concurrent uploads + if (latestUpload != null) { + needAnother = true; + return + } + latestUpload = $.ajax({ type: 'POST', url: '/update', data: JSON.stringify({ @@ -51,16 +57,25 @@ $(window).load(function() { fetched_at: window.lastFetch, }), success: function(data) { + latestUpload = null; + $('#saveEditButton').removeClass() if (data.success == true) { $('#saveEditButton').addClass("success"); window.lastFetch = data.unix_time; + + if (needAnother) { + upload(); + }; } else { $('#saveEditButton').addClass("failure"); } $('#saveEditButton').text(data.message); + needAnother = false; }, error: function(xhr, error) { + latestUpload = null; + needAnother = false; $('#saveEditButton').removeClass() $('#saveEditButton').addClass("failure"); $('#saveEditButton').text(error); From 9982fb51755206762befb82e80fe813bc9735533 Mon Sep 17 00:00:00 2001 From: Daniel Heath Date: Wed, 7 Feb 2018 15:09:01 +1100 Subject: [PATCH 12/12] Auth doesn't stop you publishing stuff --- handlers.go | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/handlers.go b/handlers.go index a80f1e3..f026618 100755 --- a/handlers.go +++ b/handlers.go @@ -56,7 +56,28 @@ func serve( store := sessions.NewCookieStore([]byte(secret)) router.Use(sessions.Sessions("mysession", store)) if secretCode != "" { - router.Use(secretRequired.RequiresSecretAccessCode(secretCode, "/login/")) + cfg := &secretRequired.Config{ + Secret: secretCode, + Path: "/login/", + RequireAuth: func(c *gin.Context) bool { + page := c.Param("page") + cmd := c.Param("command") + + if page == "sitemap.xml" || page == "favicon.ico" || page == "static" { + return false // no auth for sitemap + } + + if page != "" && cmd == "/read" { + p := Open(page) + fmt.Printf("p: '%+v'\n", p) + if p != nil && p.IsPublished { + return false // Published pages don't require auth. + } + } + return true + }, + } + router.Use(cfg.Middleware) } // router.Use(static.Serve("/static/", static.LocalFile("./static", true)))