From ab2d0b3b442a2dc9ad0197f6e97760f5dd6148d6 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 12 Aug 2015 18:44:09 +0800 Subject: [PATCH] add comment form UI --- conf/locale/locale_en-US.ini | 4 +++ models/issue.go | 16 ++++----- modules/bindata/bindata.go | 4 +-- public/css/gogs.min.css | 2 +- public/less/_repository.less | 50 +++++++++++++++++++------- routers/repo/issue.go | 10 +++--- templates/repo/issue/comment_tab.tmpl | 16 +++++++++ templates/repo/issue/new_form.tmpl | 17 +-------- templates/repo/issue/view_content.tmpl | 25 ++++++++++++- 9 files changed, 96 insertions(+), 48 deletions(-) create mode 100644 templates/repo/issue/comment_tab.tmpl diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index e71bd55d2d..071c6f8a6b 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -406,6 +406,10 @@ issues.open_title = Open issues.closed_title = Closed issues.num_comments = %d comments issues.commented_at = commented at %s +issues.no_content = There is no content if this issue. +issues.close_issue = Close +issues.close_comment_issue = Close and comment +issues.create_comment = Comment issues.label_title = Label name issues.label_color = Label color issues.label_count = %d labels diff --git a/models/issue.go b/models/issue.go index cb2f03faa4..386d86ce8b 100644 --- a/models/issue.go +++ b/models/issue.go @@ -160,12 +160,9 @@ func (i *Issue) GetAssignee() (err error) { return err } -func (i *Issue) AfterDelete() { - _, err := DeleteAttachmentsByIssue(i.ID, true) - - if err != nil { - log.Info("Could not delete files for issue #%d: %s", i.ID, err) - } +// ReadBy sets issue to be read by given user. +func (i *Issue) ReadBy(uid int64) error { + return UpdateIssueUserByRead(uid, i.ID) } // CreateIssue creates new issue with labels for repository. @@ -625,10 +622,9 @@ func UpdateIssueUserByAssignee(issueID, assigneeID int64) (err error) { return sess.Commit() } -// UpdateIssueUserPairByRead updates issue-user pair for reading. -func UpdateIssueUserPairByRead(uid, iid int64) error { - rawSql := "UPDATE `issue_user` SET is_read = ? WHERE uid = ? AND issue_id = ?" - _, err := x.Exec(rawSql, true, uid, iid) +// UpdateIssueUserByRead updates issue-user relation for reading. +func UpdateIssueUserByRead(uid, issueID int64) error { + _, err := x.Exec("UPDATE `issue_user` SET is_read=? WHERE uid=? AND issue_id=?", true, uid, issueID) return err } diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go index d296b8f420..882e4dfc14 100644 --- a/modules/bindata/bindata.go +++ b/modules/bindata/bindata.go @@ -772,7 +772,7 @@ func confLocaleLocale_deDeIni() (*asset, error) { return a, nil } -var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x7d\x7b\x93\xdb\x48\x8e\xe7\xff\xfc\x14\x6c\x5f\xf8\xec\x8e\x28\xcb\xd1\x3d\x71\x8f\x98\xb0\xdd\x57\x5d\xd5\x7e\xcc\xba\x1e\xeb\x2a\xf7\xdc\x9c\xc3\xa1\xa1\x44\x96\xc4\x29\x89\x54\xf3\x51\x72\xcd\xc6\x46\xdc\xd7\xb8\xaf\x77\x9f\xe4\x80\x1f\x80\x7c\x90\x54\xd9\x3d\xbb\x71\xfb\x8f\x94\xcc\x44\xbe\x90\x48\x24\x80\x44\x66\x66\xbb\xdd\x3c\x2f\xda\x65\xfa\x32\x3d\x4e\x77\x59\x59\x6d\x8a\xb6\x4d\xdb\x62\x73\xf3\x6c\x5d\xb7\x5d\x91\xa7\x6f\xca\x8e\xbe\x9b\xbb\x72\x59\x24\xc9\xba\xde\x16\x04\xfa\x96\xfe\x92\x3c\x6b\xd7\x8b\x3a\x6b\x72\x8a\x38\xb5\x70\x52\x7c\xd9\x6d\xea\x86\x81\x7e\x91\x50\xb2\x2e\x36\x3b\xce\x43\x7f\x49\x5b\xae\xaa\x79\x59\xd1\xe7\x15\x85\xd2\x77\x55\xd2\xd6\xcb\x32\xdb\xcc\x83\x04\x44\x58\xfa\x1f\xd3\x1f\xab\x3c\xbd\xea\x8a\x5d\xfa\xa2\xdd\x66\x9b\xcd\xab\xac\x45\x96\xae\x48\xb3\xe5\xb2\xee\xab\xee\xc5\x73\x49\x90\xc2\xeb\xbe\xb3\xd2\x2f\xfa\x4e\xe2\xfa\x9d\x45\x7d\xdc\x25\x4d\xb1\x2a\xa9\x63\x0d\x45\x7d\xd0\x60\xb2\x2f\x16\x6d\xd9\x71\xa3\xff\x2c\xa1\xe4\xae\x68\xda\xb2\xe6\xf6\xfc\x2a\xa1\x64\x97\xad\x18\xe0\x92\xfe\x92\xae\xd8\xee\x36\x19\x32\x5c\x6b\x30\xd9\x64\xd5\xaa\x17\x98\xf7\x1a\x4c\x96\x4d\x41\x49\xf3\xaa\xd8\x53\xec\x09\x3e\x52\xfa\x98\xcd\x66\x49\x4f\x38\x9d\xef\x9a\xfa\xa6\xdc\x14\xf3\xac\xca\xe7\x5b\xc1\xda\x47\x8a\x4f\x35\x3e\xa5\xf8\x94\xe3\xd1\x8d\x22\x27\x04\xcd\xb3\x56\xfb\x42\x43\x43\xf8\xca\xda\x04\x45\x55\xd9\xd6\x72\x73\x30\x29\xb6\x59\xb9\xe1\x41\x78\xc6\x01\x6a\x7c\xdb\xee\x6b\x0c\xd5\xa5\x06\x09\x11\xf3\xee\x7e\x57\x00\x0f\xcf\xae\x29\x94\x2c\xb3\x5d\xb7\x5c\x67\xdc\x56\x09\x25\x04\xb4\xab\x09\x21\x75\x73\x0f\x38\xfb\x48\xea\x66\x95\x55\xe5\xdf\xb3\x4e\x90\x74\x11\x7c\x26\xdb\xb2\x69\x6a\xc6\xef\x19\x02\x09\xf5\x78\xce\xe5\x50\xcc\x39\x61\x22\x28\x85\x53\xb6\xe5\xaa\x11\x54\x72\xe2\x19\xbe\xb8\x14\x4e\xbb\xa9\x9b\x5b\x4d\x78\xcd\xc1\x41\x56\x6a\x84\xa6\xc6\xf5\x67\x15\x21\x5f\x53\xcf\xf0\x11\x01\xb4\x49\x96\x6f\x09\x95\xbb\xac\x2a\x18\x47\xc7\xfc\x45\x78\xa1\xaf\x44\x69\x6a\xde\x16\x5d\x57\x56\x2b\x46\xf6\xb1\x44\xa5\x57\x1a\x95\x04\x69\x2e\xee\xbe\xee\xdd\x70\x52\xfc\x5f\xe8\x33\xbd\x94\x4f\x49\x0b\x32\x21\xd1\xe5\xe4\x9e\xb4\xf3\x9b\xa2\xc8\xa5\x2f\x6d\xfa\x9a\xc2\xc9\xae\xdf\x6c\x08\x6b\xbf\xf5\x45\xdb\x71\xa6\x4b\xfa\xa6\xfe\xcb\x77\x52\xb6\x2d\x05\x28\xfa\x1d\x02\x09\x0d\x5d\xb5\x44\x67\x4e\x10\x48\x92\x4f\x6d\x91\x35\xcb\xf5\xe7\x44\xfe\xd1\x56\x0e\x30\xed\x1d\x1a\x54\x26\x24\x25\x22\xa9\xc1\x2a\x48\x96\x75\xce\x1f\x27\xf4\x47\x45\x97\x55\xdb\xd1\x8c\xfb\x9c\x68\x80\xc1\x24\x24\x03\xd0\x95\x1d\xb0\xa0\x91\x98\xbe\x2d\x8f\x60\xfa\xba\x6c\xda\xee\x59\x57\x12\xb1\x7e\xe8\xab\x84\xfb\x47\xb3\x6d\x9e\x2f\x8c\x09\xbd\xa9\x09\x45\x88\x6e\xa8\x7f\x67\xf7\x57\xff\xfc\xfe\x28\xbd\x24\x4e\xb4\x6a\x0a\x0a\xa7\x54\x06\xfd\x51\x9e\x3f\xcc\x12\xca\x65\x35\x9d\x66\x5d\xb6\xc8\xda\xc2\xa3\x95\x13\x85\xba\x5d\x1a\x68\x9c\xb9\x1a\x38\x58\xdb\x45\xfd\x9d\x9a\x21\x54\x86\xce\x2b\x57\xc6\x39\x4f\x2e\x8a\x67\xa6\x86\xcc\x97\x9b\x82\xe3\xa9\xa8\xf4\xdd\xf9\xf9\xc5\xe9\xcf\x69\x51\xad\xca\xaa\x48\xf7\x65\xb7\x4e\xfb\xee\xe6\xbf\xcf\x57\x45\x55\x34\xc4\xe3\x96\x65\x4a\x73\xaa\x21\x4a\x48\x89\xb0\xa5\x73\xb3\xa4\x6d\x37\x34\xf7\x81\xde\xab\xab\xf7\xe9\x19\xa3\x78\x97\x75\x6b\x34\xa4\x5b\x27\xed\x6f\x1b\x46\x91\xab\xf0\x7a\x5d\xa4\xa0\x32\x00\xd5\x37\x86\x8f\x34\xd7\x36\xce\x92\xa2\x69\xe6\xc4\x96\xba\xfb\xb9\x66\xd6\xf2\x86\x90\x52\x04\x91\x4e\x55\x77\xe9\xa2\x48\x91\x67\x96\x24\xd6\x60\xc3\xee\xf1\x6e\xb7\x29\x97\x32\xd7\xdf\x48\x9a\x47\x34\xaf\x20\x8a\xa5\x10\x0e\x88\xb2\xb4\x00\x5d\xc4\x9e\x79\x3e\xa4\x11\x03\x41\xfe\x75\x41\x0c\x70\xdd\xaf\x84\xed\x6d\xea\x3e\xff\x0e\x94\x6a\xad\xf7\x84\x9a\x7e\xa8\xa9\xc1\xc0\x8e\x03\xf0\x55\x1c\x13\xc5\xf1\xa2\xd5\x14\xdb\x9a\xf8\x8a\x23\xf6\x92\x08\x6a\x5f\x52\x22\xf5\xb4\xcd\xee\x68\xbe\x75\x75\xda\xad\xcb\x36\xcd\x89\xd8\x96\x5c\x30\x4d\x8d\x9e\x96\x0b\x21\x0b\x22\x50\x21\x0d\x8b\x8b\xc7\x00\x50\xdb\x9e\xa8\x69\x4d\x85\xf1\x62\xc4\x2b\x27\x15\x39\xd5\x4e\x74\x89\xca\x01\x7d\x13\xe5\xd6\xc4\x95\x99\x6f\x9e\x22\xa0\xdf\x61\xf9\xd4\xaa\xec\xe6\x86\x5a\xd5\x12\x55\xbc\x4d\x97\x9b\x9a\x48\xea\xe3\x87\xf7\x94\x79\xdd\x75\xbb\xf9\xae\x6e\x40\xc6\xd7\xd7\x97\x34\x3d\x9a\xce\xc7\x06\xb8\x66\x98\xaa\xdf\x2e\xe8\x6b\xbf\x2e\x89\x09\x64\xc1\x00\x01\x15\x1b\x5e\xff\xaa\xb4\xae\x66\x18\xab\xbe\xd9\x0c\x86\x91\xaa\xb4\x94\x03\xcd\xe3\x26\x3c\xe7\x9f\x2b\xdf\x4a\x74\xb7\x25\x21\x61\x8f\x41\xa5\xae\x16\x58\x87\x88\xb6\xea\x1d\x97\x1b\x10\xd7\x85\x46\x78\x8a\xc2\xda\xe5\xd2\x65\x05\xa3\x54\x88\x20\x01\x17\xde\x52\x87\x75\x36\x5f\x9d\x11\x1a\x30\xa5\x11\x7b\xd3\xd4\x5b\x8a\x7d\x4d\x7f\x3e\xc2\x37\xff\x8c\xcb\x03\x4c\x96\xe7\xc4\x66\xda\xa3\xf4\xc3\xeb\x93\xf4\xbf\xfc\xe1\xc7\x1f\x67\xe9\xbb\x8e\x27\x04\xd3\xc8\xdf\x78\x6c\x29\x28\x4b\xa9\x03\xa5\x99\xdb\xd1\xf0\x3f\x62\x02\x7f\x94\xbe\x40\xea\xff\x28\xbe\x64\x24\x06\x14\xb3\x65\xbd\x7d\xc5\x93\x7b\x9b\x75\xb3\x84\x53\x88\x6a\x94\x9c\xae\x8a\x2a\xa7\x80\x2e\xc8\x9a\x16\x70\x1d\x4d\x0f\x96\x67\x11\x4e\xe6\xcb\xba\xba\x29\x1b\xee\xd0\x2f\x55\xb6\x20\x9c\x98\xd8\x42\xec\x18\x29\xb6\xea\x11\xd2\x68\x22\x97\x37\xf7\x1e\x14\x5d\x3d\xe7\x48\x1d\xd0\x84\x45\xb9\x82\x97\x23\xa0\xd3\x61\xf9\x0a\xd1\x18\xb7\x0b\xea\x5e\x63\xf8\x6e\x3d\xc2\xeb\x9b\x9b\x0d\x31\x36\x63\x56\x5a\xc3\x85\xc4\x0a\xdf\x0a\x41\x88\x18\x77\x10\xbc\x4e\xcb\x16\x90\x27\xa7\xe7\x69\x71\x47\xd4\x46\xe4\x40\x2b\x65\xde\x2f\x41\x61\x0c\x7b\x94\xf2\x32\x41\xf8\x25\xce\xb0\x14\xf6\x16\xcc\x55\x6e\x1a\x33\x84\x25\x01\xd1\x14\xcd\xa5\xbc\xb9\x20\xa8\x31\x11\xc4\xaa\xb9\x62\xd9\x35\x4c\x9b\xcc\x30\x6a\x1d\x46\xa9\x1d\xe6\xa5\xe1\xae\x36\xf7\x29\xe4\x05\xd0\x85\x48\x74\x26\x7a\xb6\xb3\x44\xd7\x2a\x13\x60\xe7\x77\x25\x84\x3d\x37\x54\x48\x35\x69\x96\xd9\xc3\xaf\x0c\xc0\x52\x64\x3b\x99\xd7\x35\xec\x82\x2b\x6e\x9d\xa0\xc7\xed\x6b\xd1\x04\xd4\xc0\xd2\x28\x11\xe3\x5d\x09\x4e\xa3\xc8\x42\x5b\x09\x63\xa8\x9a\xaa\x6a\x8b\x02\x25\x50\xfe\xe7\x54\x26\xf2\xcc\x54\xf8\x51\x79\xc4\xd6\x5d\x92\x49\xd2\xbc\x4e\x79\x21\x00\x3b\xa3\xdc\xd6\xd5\x4a\xbb\xaf\x7d\x4e\x9b\x72\xb5\x26\xbe\x52\xef\x8f\x04\x69\xfb\x75\x5d\x30\xed\xbc\x3b\x7d\xf9\x83\xb4\x63\xc5\xcc\xcd\x65\x62\xb6\x98\xf5\x5d\xcd\x74\xaa\x43\x28\x4d\x70\xcb\x0b\x20\x47\x62\x96\x00\x0d\x05\x5b\x13\xdd\xc6\xab\xb5\xce\x93\x30\x4d\x27\x88\x87\x91\xdc\x03\xe1\x58\xa5\x98\xf9\xaa\x86\x78\x66\x52\x0b\xb3\x6a\x92\xf4\xdb\x6e\xbe\x2a\xbb\xf9\x0d\x4f\x58\x2e\xf3\x35\xe7\xe5\x95\x83\x52\xd2\x27\x94\xf4\x24\xa5\x59\x4f\x32\x67\xfe\xc7\xf4\xf1\x9d\x2e\xd7\x7f\xe0\x99\x38\xcf\xee\x08\x16\x83\xa1\x42\x5f\x53\x88\xb4\x60\xda\x45\x5e\x13\x9d\x33\xce\xdb\x7e\x07\x8e\xae\x2b\xf4\x51\xba\x13\xc0\xbc\xde\x57\x9b\x3a\xcb\xc1\x72\x68\x76\x95\xd0\x8d\x16\x65\x95\xd1\xea\x62\xa5\x80\x95\x3d\x26\x6a\x38\xbf\xb8\x06\xe0\xaa\x5e\xf4\xe5\x26\x37\x80\x19\xf5\xf0\x2e\xdb\x94\x39\xcb\x59\x3a\xee\xa1\x4c\x63\x51\xa5\xb4\x65\x59\x37\xbc\x1c\xa2\x37\x96\xf1\xc0\x3a\xdc\xf0\xfa\x86\x68\xca\xab\xb0\xc8\xe7\x96\x4c\x46\x03\x0d\x3c\x04\x50\x5e\x50\x41\x31\x65\x5b\x3d\xe9\xd0\xd2\x65\x4f\x75\xd1\xa0\x73\x34\x65\x6c\xd3\x67\xaf\xe8\x37\xe1\xe5\x59\xf8\xde\x6a\x8c\x78\x4e\x4c\x25\xb1\x97\x59\x1a\x35\x35\x22\x6f\x47\x5d\x46\xbc\x41\x5f\xc3\xf6\x1a\x09\xb4\xbd\xd0\x2b\x2b\x82\x1b\x1a\xd6\xe2\x3b\x0a\x3c\xa1\x09\xbc\xda\x60\x10\x32\x48\x2f\x24\xc6\xd5\x84\x37\x26\x90\x23\x99\x2e\x37\xd4\x35\xe6\x9d\x5d\x76\x4b\x6d\xcb\x1a\x12\xc2\x92\x4f\xac\x2c\x7f\x4e\x7a\x11\x80\xea\x4d\xee\x84\x4d\xd0\x74\xdd\x0c\x95\x33\x0f\xe4\xe8\xb5\x25\x29\x72\xb9\x9e\x3b\x55\x9b\x91\xd2\x15\x5f\xb0\xe6\x21\xc9\x6b\xde\x4c\xec\x9c\x94\x6c\xef\x31\x5c\xdc\x89\xb3\x7b\x3f\x5a\x24\xfe\xd0\x14\x21\x11\x7d\x51\x33\xd6\xee\x0a\x07\x75\x12\xc6\xc6\x19\xa8\x2c\x12\xd4\xb4\xa8\x58\x87\xa2\x24\x51\xf4\x34\x55\x94\x3d\x52\x45\x3e\xa9\x09\xe0\x73\x62\x15\x44\x45\x26\x9f\x88\x19\x90\x5e\xe2\x75\xe3\xb9\x0d\x8e\xd3\x91\x59\xa5\x53\x7e\xe0\xd7\xc1\x75\xb1\xe3\x25\x73\xdb\x62\x54\x37\x04\x99\xdf\xab\xec\xe5\xc6\xf7\x27\xe1\xb4\x34\xe0\xc4\x9f\xbe\x33\xe3\xc2\xef\x2c\xe2\xe7\x92\x46\x12\xf9\xe3\x95\x43\x14\x76\x92\x91\x61\xa5\x68\x9a\xfb\xa3\x34\x5a\x83\xd6\xa4\x9b\x2f\x0a\x5a\xe0\x34\x5b\x3e\x33\xed\x80\x47\x2d\x5b\x0a\xc9\xc3\xd0\x00\x22\x95\x9c\x75\x33\x5c\xd2\xb8\x85\xc2\xa0\xb4\x16\xb7\xe0\x63\x39\x0f\x57\xfd\x89\x3a\x09\x61\xdb\x82\x65\xbe\xf9\x56\x74\x7b\xf9\x4a\xcf\x8a\x84\x04\x93\x15\xcd\x47\xa3\xb7\x97\xac\x92\xad\x20\xa1\x2a\xb9\x31\x40\xd1\x85\x1c\x54\x21\x2c\xe6\x27\x33\xa8\xd0\xc4\xde\x43\x5f\xa5\xa9\x39\x42\x3f\xad\x35\x94\x3c\x33\x8e\x2c\x0b\x2e\xe4\x93\x96\x26\xbb\x47\xe2\x31\x1b\x43\xd2\x10\x4a\xe5\x44\xdf\x2d\xce\xc0\x93\xfe\xc5\xe2\xd5\xe3\xf6\xc5\xf3\xc5\x2b\xc7\x1a\x97\xeb\x62\x79\x2b\xba\x44\x59\x2d\xea\x2f\x50\xb8\x68\xe0\x19\xc7\x15\x4f\x91\xc7\x79\xba\xa6\x54\xc8\xe4\x34\x95\x29\x1b\x21\x9e\x53\xa3\x41\xa3\xc6\xf0\x8c\x9f\x99\x69\xca\x2d\x0e\x46\x48\x94\x1b\x95\x48\xcb\x12\x1a\x46\x9e\x3b\xd0\xe9\x3d\xdd\x1e\x73\x2c\x53\x2e\xd8\xbc\x27\x5d\xf4\x77\x53\x6e\xcb\x6e\x44\x3a\xcc\x47\x32\x25\x41\xd5\xf3\x0d\x97\x28\x0b\xd8\x40\x5b\x88\x1b\x53\x31\xb4\x6e\x1a\x39\xed\x33\x52\x6f\xfe\x90\x12\x09\xf5\xb4\x0a\x71\x9f\xa8\x99\xc4\x8e\x33\x5e\x78\x49\x41\xc8\xda\x79\x5f\x29\x5a\x8b\xdc\x88\xe9\x6d\x89\x45\x82\xeb\x35\x92\x0f\xa0\x0c\xf3\x2a\xe7\xa6\x4f\x1d\xc6\xbf\x27\xa1\xf8\xc6\x65\x63\xce\xcd\x0d\x2a\x59\x26\xcb\x26\x07\x8f\x38\x5b\x55\x88\x7a\x05\x0c\x30\x1c\x0f\x34\x29\x07\x7e\xf4\x48\xc3\xb8\xa5\x18\x0c\xc8\xa2\xef\xba\x9a\x65\xee\x0d\x53\x8d\xe4\xb1\x56\x9f\x00\x10\x6a\x84\x2f\x0f\x03\x12\xe2\x49\xc6\xa6\x30\x19\x78\xee\x8d\x84\xaa\xad\x0c\x7a\xa7\x4b\x9d\x03\xcb\x45\x5d\xcf\xaa\x7b\x23\x65\x22\x08\x6e\x05\x57\xd8\x4d\xb7\xe5\x69\x53\x7c\xef\x5b\xe3\xe6\x0c\x72\x58\x8b\x24\x7b\x30\x9f\x3e\x20\x55\xcc\x43\x36\xeb\x6c\xe5\x52\x23\x8b\xa7\x8f\x26\x46\x2f\xd2\x79\x66\x10\x83\x25\xb1\x31\x07\xa2\xa9\x17\xc8\x3d\x1b\xd4\xe5\xd5\x9d\x31\x06\xbb\xb8\xc9\x7e\x01\xea\xea\x7a\xde\xae\x45\xb5\xb4\xe6\xa5\x9b\xa2\x5a\x45\x66\x02\x98\x88\x41\x74\xff\x95\x97\x39\x12\xe0\xb3\xcd\xe7\xe4\x1e\xf6\xa8\xbf\x10\x87\xaf\x60\xe9\xab\x13\x4a\x10\x65\xe4\x0c\x01\x02\x65\xcd\xe8\x73\xc2\x4b\xe0\xf9\x40\xac\xe3\x25\x42\xe3\x02\xf9\x02\x49\xbf\x44\xd2\x9a\x0d\x61\x72\x39\x21\x02\x7e\x28\xbc\x45\x13\x21\xd7\x45\x52\xa2\xaf\x4d\xd5\x21\x7d\xfa\xb6\xd0\xc2\xdf\x92\xda\xdc\x7e\x84\xda\x2b\x3a\x2c\x2b\xbc\x97\xd9\x3d\x0b\x5d\x12\xad\x1f\x48\xb8\x2e\xb2\xad\xb6\x92\x83\x52\xc4\x31\x2d\x67\x1a\xc9\x41\x5a\xe5\x02\xab\x46\x02\xf1\xc3\xba\x20\xb2\x88\x2e\xfb\x4e\xfc\x2f\xd4\x5c\xfa\xd7\x91\x29\xe6\xaf\x49\xb6\xd9\xad\x33\xac\xff\x01\x18\xac\x0e\x04\x84\x81\x4f\x01\x02\x5a\xe8\xb7\x45\x53\x2e\x39\xc8\x19\x9e\x3e\x9b\x7f\x0f\x83\x13\x4d\x14\x12\x04\xe3\xc2\x72\x9a\x24\xff\x50\x81\x1c\x66\x21\x31\x2c\xb7\x2d\xff\x6e\xbd\x88\x8a\xe3\x78\xe2\x39\x04\x01\x91\xcc\x43\x39\x20\x2c\x8c\x2c\x9e\x75\x29\xf3\x85\x8e\x45\xc0\xa8\xe8\x6d\xf6\xe5\x6b\x19\xb7\xf5\x44\x3e\x61\x05\x3e\x93\x4d\x78\xed\x62\xcc\x0e\x08\x9e\xed\x1b\x07\xa1\x69\xe8\x19\xa4\xba\xa5\x55\xad\x72\x60\x1f\xe5\x3b\xc5\xf7\x1f\xcd\x78\x4e\x4b\x88\x0a\xd0\xa9\x33\xa3\xd3\xe2\x9c\x33\xdf\x84\x20\x3c\xf3\xd3\x2d\x14\x8e\x1d\x39\xb3\x18\x69\x2a\xbf\x63\x1c\x24\x51\x8a\x9e\x40\x24\x35\xf3\x16\xff\x39\xaf\x91\x73\x16\x3a\xab\x50\xb4\x74\xab\xa7\xad\x2f\x80\x10\xbb\xef\x7c\x9c\x6f\x30\xe1\x0e\x66\x27\x51\x60\x22\xf7\xc5\xd8\x90\x77\x20\x7f\x47\x53\x66\xa2\x00\x37\x93\x0e\x66\x94\xc1\x44\x26\xea\x79\x3e\xe2\x05\xe3\x8c\x0c\x46\x6a\xcf\x66\x53\xac\xd8\xd4\x64\x15\x47\xb5\x29\x09\xd1\x62\x20\x60\x21\x01\x79\x0c\xbb\xc1\x0a\xc7\x35\x14\xe2\xdd\x18\xc5\xea\x13\xb5\x9a\xc4\x71\x0a\x72\xce\x40\x89\xd2\x66\xe8\x4a\xbe\x65\x7d\xa1\xed\x99\x35\xb3\x6e\x21\xd2\x49\x3c\x1a\xbc\xf0\xa2\xa8\x02\x55\x1c\x2e\x9e\x68\x91\x15\xae\xaf\x95\x0f\xb0\xdf\x59\x74\xa8\x6e\x8f\x0b\xd6\xc2\x1d\xd0\xa1\x62\x9d\x42\x58\x7c\x29\x61\xb6\x7b\x53\xb2\x39\x08\x2a\xa1\xd3\x84\x91\x36\x4b\x36\xc4\x0c\x58\xf5\x90\x5e\x89\x1c\x5b\xdf\xb1\xe6\xc6\xf5\x71\xaa\xe4\x13\x33\x9e\x76\x8a\xc7\x59\x95\x4b\x52\xe6\xea\x7d\x91\x1f\xd1\x12\xcf\x39\xa8\x9d\x60\x1b\xd9\x66\x9f\xdd\xb7\xb0\x91\x18\xc7\x61\x93\xa5\x64\x67\x76\x42\x02\xc0\x0a\xad\x0a\xed\xd3\x34\xe3\x0c\x13\x2d\xf1\x4e\x5e\x3c\xdc\x32\xbd\x87\x7a\x08\x6e\xa1\x56\x17\xd2\xba\x79\xd9\xc3\x12\xab\x6b\x0d\xab\xb6\xac\x08\xb2\x8c\x2f\xc9\x41\x41\xd8\xf2\x50\xce\x3f\x91\xf7\x88\xc5\x23\xaa\x86\x85\x15\xe2\xc7\x82\x6b\x92\xff\x08\xb3\x68\x52\x60\x2b\xe8\xa9\xfc\x67\x22\x17\x97\x84\x43\xd6\xb3\xbc\xfa\xcc\x6b\x13\x8d\x8a\x19\x76\x25\x1e\xca\x6f\xd2\x76\x34\x05\x18\xd3\xb6\x4d\xf7\x17\x91\xaf\x54\x65\xe6\x54\x4c\x31\xa0\xa9\x5d\x97\xbb\xb4\x86\xb1\x30\x44\xa1\x27\xdb\x40\xc4\x24\x6c\xe4\x05\xe4\x6e\xb6\x9a\x36\x59\xd5\xde\x14\x30\x9f\x6e\xd3\x1b\xde\x09\x9a\x69\xd5\x2c\xb1\xca\x76\xdd\x81\x9a\x45\x87\x41\xd5\xe1\x6a\x81\xb1\x0b\x06\x2a\xae\x9a\x60\xee\x50\xb3\xb6\x01\x58\xf5\x25\xb5\xd6\x06\x26\xb3\x11\x0a\x20\x35\x46\x9b\x14\xd6\x9a\xbb\x22\x44\xc4\xcd\x3f\xda\xf3\x00\xeb\x6a\x21\x16\xb3\x7a\x3c\x4c\x52\x29\xac\x15\xd8\x63\x5a\xdc\xc7\xbd\xe7\xac\x8e\x02\x78\xc7\xe3\xae\xd0\x5a\x78\x62\xf0\x5c\x19\x14\x08\x2b\x85\xd7\x15\x92\x2e\x83\xca\xb7\xa0\x26\x2e\xd7\xd1\xec\xbc\x46\x4a\x2a\x29\xa3\x09\x9a\x7c\xe2\xaa\x49\x8d\x5f\x67\xd5\xaa\x60\x53\x17\x95\xc4\x4b\x1e\xbe\x55\x42\x97\x48\x6a\xf0\xaa\x91\x30\x1b\xc8\x2d\xcb\x92\x26\x64\xbd\x7d\x30\x67\x59\x99\xc1\xa6\x4d\xfe\x56\x93\x0c\x01\x4b\xef\x9f\x28\xc4\xd2\x6f\x95\x44\x7b\x3b\x03\x3b\x03\xd4\x83\xb2\xbb\xc7\xa6\xd3\x82\x64\x60\x51\xd2\x28\x86\xd4\x5c\x70\x07\x58\x2e\x5e\x5b\x98\xc6\x23\x63\xa6\xc7\x53\x5b\x42\x0a\x27\x66\xa4\xd7\x16\x4e\x58\x4b\xde\xce\xb0\x38\xb0\x30\x0d\xe3\x74\xb0\x24\x3c\x79\xdc\x3e\xe1\x01\xb3\xb4\x59\x00\xbf\xcb\x3a\x62\x8b\x95\xa8\x28\xc2\xa1\xc2\xac\x9a\xec\x8a\x00\x57\x11\xb0\x19\x76\x74\x05\x15\x9f\x13\xbf\xd1\x6c\x7b\xcc\x53\x06\x51\x65\x31\xad\xca\xbc\xff\x44\x41\xb5\x88\xa4\xce\xcd\x42\x55\x55\x6c\xe3\xd9\xa6\x4f\x1b\xef\x01\xb5\x89\x9a\x80\x62\xfb\x8f\x92\xf7\xcb\xf4\x54\x02\xa6\xf4\xf6\x25\xfa\x54\xe6\x49\xb2\x03\xde\x83\x6d\x71\x1d\x08\xd7\x68\x75\x7f\xf0\x36\xe8\x66\xb8\xb2\x13\x16\xa4\x14\x10\xae\x6d\x09\x40\x0a\xe0\x3d\xd4\x40\x61\x63\xe3\x2a\x34\xb9\x2a\xd8\xee\x20\x7d\x97\xf3\x31\xd8\xbe\x58\xa4\x6c\xee\x24\xc2\x21\xbd\x48\x3b\xba\xcd\x48\xa5\xba\x2b\x33\x67\x99\xa1\xd1\xe2\x8d\x77\x5d\x45\x5f\xf3\xa6\x3b\x76\x32\xc7\x1e\x22\xbc\x1f\xa1\x5b\x0f\xef\x35\x98\xf4\xbb\x9c\x6d\x5a\xbe\xc3\x1f\x11\xe1\x3a\x1c\xa7\x07\xd6\x46\x74\xdd\xb2\x39\x69\x46\xc0\xf3\x54\xe1\xb8\x65\xf7\x33\x9b\x3e\x13\x5e\x1f\x3a\x85\xf2\x21\x48\x68\xe4\x97\x24\x55\x5a\x0d\x60\x26\xbc\x07\xe8\x95\x7d\x3d\x20\x84\xd6\xca\x74\x5d\xef\xd3\x4d\x59\xdd\xb6\x8a\x5f\x67\x0f\x31\x3d\x39\x3d\x45\x04\x01\x8b\xa5\x86\xc5\xaa\xb2\xea\x8b\x9f\x12\x0b\x89\x21\x1e\xc1\xb1\x9f\x42\x21\xab\xe2\x90\x19\xe8\xfe\xc9\x09\xa2\xd3\x63\x44\x4f\xc2\x7a\x3d\x57\xb3\x60\x47\x97\xd9\xaf\x6e\xec\xdc\x14\x2c\x60\x83\x1d\xbe\x51\x2e\x44\xf8\xa9\xeb\x56\x6d\x8f\x9e\xfd\x70\x1c\x0c\x15\x0a\xa5\xa3\xe5\x20\x74\x30\xa5\x31\xb6\x4f\x41\x50\xac\x1e\x92\xb0\xa4\xed\xc1\xdc\x9e\x97\x5b\x71\x05\xfa\xa8\xa9\xb2\x65\xef\xf4\x0a\x24\xcf\x48\x53\x1e\x74\x26\xdc\x31\x38\x27\x5c\x4a\xf7\x8d\x8f\x5a\xe2\x91\x89\x0b\x82\x10\x2c\xf6\x51\x63\x87\x94\xa5\x05\x98\xf1\xfb\x2b\x04\x66\xe4\x13\x6e\xa4\x08\x6f\x76\xac\xa5\xde\x44\x42\xe1\x89\x9a\xf1\x5d\x3a\x63\x36\x48\x3f\xc7\x96\xd7\xd0\xda\x10\x69\x4a\x5a\xc2\x41\x69\x7a\xd0\xa6\xd1\xdc\xb1\x7c\x7b\xea\x5b\xd8\x1d\x23\xf8\x99\x50\x7f\x06\xcb\xb0\xec\x8a\xf5\xad\xc8\x93\x5c\x15\xb6\xd4\xa4\x08\x42\x00\x14\x8e\xd6\xeb\x19\xc7\xc2\x8d\xd8\x20\x2e\xbe\x45\x0e\x40\xdd\x8b\x62\x7d\xb2\xb0\x3d\xec\x90\xb1\xed\x1a\x1a\x74\x5a\x78\x07\x96\xa8\x11\x4b\x8b\xd8\x17\xb8\x57\x8d\x0d\x59\xcf\xb5\x48\x83\xd4\xb2\x98\xff\x23\x64\x31\xde\x7a\x59\xb0\x75\xcb\x2a\x55\x66\xed\x52\x85\x65\x27\xd4\x06\xcc\x81\xc2\x99\x27\x72\x60\x22\x6e\x22\xc0\x42\x10\xb3\x84\x5a\xf4\x3c\xb2\xf3\xc2\x62\xfb\x1f\x66\xdb\x8d\x2a\x74\xb6\x5d\xdf\xd4\x01\xd9\x70\x1b\x07\x2b\xce\x88\x80\x28\x01\xeb\xaf\x0e\x7d\xb0\xaa\xea\xe0\xbb\xc5\x95\xab\x11\x99\x9e\xd1\x44\x51\x58\x82\x95\x08\xc0\x61\x59\xc0\x83\xd3\x05\x1c\x77\x44\xc0\x6f\x47\x66\xc8\x98\xbf\x1e\x43\x83\x21\xac\x08\x2c\xcb\x03\xbc\xa0\x89\xf4\xa7\x1a\xd1\x96\x11\x21\xdb\xae\xce\x0f\xe5\x5e\x76\x1c\xbd\x48\x74\xa4\x6a\xc3\xba\x5c\xad\xa9\x5f\xe5\x96\xb7\x1c\xc1\xb5\x6d\x5f\xcb\x6b\x75\xfc\x45\x13\xaf\x5e\x55\x6c\xc3\xe1\x1a\x66\xe8\x8c\xe3\xb6\x2f\xda\xae\xa9\xab\xd5\xab\xd3\x9a\xd5\x2d\xb6\x84\xf0\x52\xf1\xd3\x8b\xe7\x1a\x4f\x2c\x83\xc7\x90\xdd\x31\xdf\x94\xdd\xdb\x7e\xf1\xa4\x4d\x57\x24\x1b\x60\x01\x79\x91\xa5\xeb\xa6\xb8\x79\xf9\xe8\x71\xfb\xe8\x95\xee\x33\x8b\x57\xd0\xbe\x72\x68\x79\xf1\x3c\x7b\xc5\xd2\x73\x5b\x6f\x48\xa8\x8d\xb3\xd4\xdb\xad\x8c\x2f\xb1\xbf\xad\x40\xa2\xfd\xd8\x9a\x2e\x2a\x60\xae\x68\x14\x3f\x54\xe0\xcc\xd1\xba\x1f\x1f\x1d\x36\x13\x93\x22\xfb\x82\x0a\x2a\x0c\x8c\x1d\xb7\xaa\x0b\x98\x26\xdb\x16\x52\x97\x0d\x0b\xec\x38\x1b\x06\x92\xcd\x35\xde\xb4\x61\xc6\x09\x48\xd0\x28\xc3\xf2\x53\x56\x6a\x89\x48\x1a\x1c\x67\x75\xca\xc2\x49\x21\x23\xad\x80\x7e\x99\xa7\x9a\x29\x13\x02\xa3\x37\x82\x30\xc1\x46\x34\xfc\x9d\x31\x00\xe9\x7d\x30\xfd\x21\xbf\x1c\x23\x03\xc9\x2f\xd0\xba\xb5\x2f\xef\x55\xc7\x46\x02\x2d\x54\x81\x3c\x7d\x5e\xeb\x9e\x44\x6a\x91\x68\x35\x09\xd0\x5d\x11\x91\x3b\x57\x47\x7f\x28\x85\x68\x13\x6a\xfb\x7f\x4b\x73\x52\xc1\xfd\x74\x32\x81\x54\x27\xd3\xb1\x9f\x0b\x43\x11\x55\x77\xf3\x0e\xce\xa7\x60\x1a\x69\xa9\xce\x4d\x43\xcc\x07\x05\x04\xc1\x45\x59\xe5\x32\x6d\x94\xea\xd5\xef\xc1\x91\x3b\x2d\xa6\x15\x03\xc1\xc6\xc7\x01\xfd\x0e\x90\x7f\x15\x95\x1f\xd0\x06\x71\xab\xbe\x0a\xb8\x85\x4c\xc7\x79\x57\x8b\xad\x4b\x3b\x79\x49\xfa\x06\x7c\x9e\x8e\xa5\xc0\x6b\x4e\x6e\xd5\xef\x4e\x37\x45\x2d\xcb\x1b\x8d\xc4\x80\x03\x30\x41\x52\xeb\x10\x81\x2f\xaf\x7a\x5a\x29\xba\x5f\xad\xde\x4c\x18\x03\x9a\x7a\xc6\x1f\xd6\xb2\x7f\x9d\x1e\x5f\xbe\x9b\x25\xae\x3e\x2b\xf3\x97\x8c\x64\x26\x69\xc1\xde\x69\xbd\x4c\x4a\x43\xfe\xe2\x76\x4b\x24\xbb\x19\xd9\x90\x13\xe4\xec\xfa\x34\xea\x8f\xf4\x25\x4e\x17\x14\x17\x6d\x60\x09\x90\xda\xd0\x92\x21\x67\x76\x3d\xfd\x8e\x10\xeb\xec\x51\xbc\x22\xec\xee\x99\xd7\x05\x9e\x2a\x99\x20\x68\x0f\x6e\x35\x70\x91\x21\x48\x68\xc3\x29\xcb\xb7\x8d\x9b\x2b\xd6\x60\x9d\x2d\x61\x6c\x40\x09\x20\xc3\x9d\x8d\x67\xd4\x5e\xbf\xd0\x85\x8d\x16\x25\x7d\x30\x3f\x53\x61\xa3\xb2\xff\xca\xed\x12\xc9\x4c\x71\x1c\xaa\x66\x54\xe6\xbe\xd8\xb0\x27\x9d\x36\xc8\x6f\x42\xaa\x22\x16\x6d\x41\x2a\x90\xdb\x7c\x64\xcf\x45\x27\x49\xc8\xd8\x86\xd6\x11\x2b\x8c\x20\x88\x80\xb1\xeb\x28\x1a\x94\xb1\xfb\x93\xe3\xf3\xf3\x8b\x6b\xcf\xe5\x99\xb2\xaa\x9c\xd6\xa2\xef\x9c\xff\xcd\xa8\x5d\xe6\x85\x83\xf6\xc1\x21\x2b\x82\xf0\x7e\x40\x9a\xe3\x10\x5c\x38\xf1\xad\x74\x0a\xae\x6a\xcc\xe6\x9a\xdb\x22\x39\xf2\xb8\xfd\xf9\x21\x05\x25\xf9\xc4\xcb\xe3\xe7\xc4\x6c\x8c\x17\xfc\x9f\x84\x66\xda\xc0\x34\x0e\x6a\xf6\x16\x74\xef\x6e\x4a\x0d\xa8\xf3\x91\xd9\x16\x6c\xaf\xcf\x20\x81\x12\xee\x6b\x30\xd2\x9b\x14\xbb\x6b\x47\x6c\x85\xaa\x1b\xd0\x20\x23\xb7\xaf\xca\xdf\x7a\xac\xef\x2c\x7f\x92\xbc\xc2\x6e\x5d\x8b\x72\x23\xdc\xf6\x57\xf7\x21\xf1\x1c\x1a\xf8\x62\x06\x95\xd3\xd7\x8b\x76\xc7\x9e\x6a\xc4\x6d\xdb\x97\x8f\xfa\x32\x65\xa3\x06\x7b\x86\x3c\x7a\x45\xd2\x22\xef\x52\xd3\xf0\x11\xc4\x2b\x36\x4c\xdc\x9a\xbd\x6b\xe8\x5f\x8f\x34\x73\xa4\xe4\x34\x78\x53\x22\x76\xa2\x15\x2a\x5b\x8b\xc1\xa2\x13\x4b\x57\x1a\xf4\x82\xb9\x33\x53\xf7\x6d\x11\x62\x4a\x77\x24\x74\x5c\x4f\xe9\xaf\x29\xe1\x0d\x2a\xf1\x7c\xa2\x22\x0d\x4e\x53\xb8\x48\x5f\xef\x15\x8d\xf7\x92\x15\xaa\xd9\xaa\xec\x48\xa6\xe7\x33\x14\xd0\xb4\x69\xc2\x10\x53\xc4\x61\x0c\x09\x59\xcc\x44\x5e\x83\x45\xc6\xb2\x2a\xbb\x39\xaf\xd3\x5b\xf1\x60\xa7\x62\xb3\x8d\xc8\x40\x31\xa2\x65\xc3\x38\xfd\xf0\xcb\xf1\xe9\xd9\x2f\xb3\x6d\x6e\x0e\x2d\x8a\x4f\xf5\x64\x09\x30\x9a\x17\x37\x59\xbf\x31\x53\x1b\x3a\x8c\x88\xf4\x67\x44\xe8\xb1\x09\xd2\x8a\x08\x7f\x77\xb2\x24\xca\x41\x8a\x77\x16\xf3\x94\x65\xde\xef\x0f\x18\xa0\x86\xbb\x38\xbf\xdf\x0e\x35\x2c\xe1\x61\x73\x14\x6f\xf1\xcf\xd9\xb8\x98\xaa\x1b\x48\xb4\xf9\x99\xe8\xb1\x0e\x73\xc2\x77\xe7\x3a\xc4\x0b\x3f\x4c\x3d\x4c\xcb\xa6\x1b\x65\x31\x49\x93\x0e\x5c\x6c\x52\xfc\x3e\x5b\x6c\xfa\x42\x83\x4d\x96\x97\x3d\x09\x87\x82\x47\xa3\x71\xab\x49\x87\xe5\x4c\x4f\x9b\x04\xe3\xa2\x10\x33\x78\x2f\xcf\x4d\x0d\xe0\x7d\x73\x16\xb1\x55\xf5\x73\x50\xb6\x11\x00\x77\x54\x73\x89\x7b\x27\x91\xe2\xa3\x0a\x87\x38\xc8\xda\xb1\xcd\xd4\xb6\xeb\xb3\xd0\xdf\x3c\x91\x49\x61\x33\x4d\xa7\xc8\x8d\x9b\x6b\xf0\x5c\x66\xb7\xd4\x78\x92\xe1\x60\x4c\x80\xa9\xd0\x99\x84\xb9\x59\xce\xec\x78\x77\x3f\x67\xcb\x0d\x38\xf0\xee\x3e\x81\xcb\x05\xad\x5f\x73\x2c\x8f\x12\x09\x7e\xb8\x29\x77\x72\x76\x8b\x12\xca\x42\xfc\x26\x11\xb8\xf8\xa7\x44\x90\xe2\x46\x08\x03\x8d\x03\x5d\x9c\x40\x7c\xf7\x27\xb0\xa7\x8e\xc5\x73\xb1\x24\xbf\x7c\x34\x5f\xd0\x1c\xbd\x7d\x14\x88\xeb\x7c\xf4\x8b\x65\xf4\xef\x48\x90\xda\xeb\x7e\xe7\x47\x09\x25\xf6\xfd\x67\x7c\xf5\xec\x87\x27\x9b\xab\x1c\x48\xf4\x8b\x0d\xb2\x89\x1e\x06\x62\x66\x94\xb0\x40\xaa\x6c\x83\x84\xd1\x90\x73\xfc\xd6\x73\x2f\x45\xd3\x78\x99\xfe\x33\x7f\xa5\x6f\xf8\x4b\xbb\xc2\xd3\xd8\xcd\x51\x8c\xf0\x60\x62\x87\x8e\x69\xe0\x38\xea\xdd\xe9\xe7\xb4\x78\xb3\x04\xd8\x57\x37\x16\x03\x64\x17\xe8\x64\xd7\xf3\x96\x3d\x8f\xbb\xd5\x76\x49\x31\xf0\x27\xe7\x48\x5e\xb2\x82\x12\x9c\xb5\x3e\x2a\x23\x71\xac\x42\x59\x44\xd7\x14\x10\xaf\xe8\x4f\xd3\x70\x74\xac\xcb\x60\x9f\x15\x20\x22\xb9\xff\x9c\x5e\x53\x8c\x42\x14\x61\x52\xa2\xa0\x48\x1f\x1e\x22\xc2\x34\x6a\xc1\x71\x39\x40\x24\xbf\x29\xda\x8e\x50\x04\x5d\xd7\x7d\x24\xdc\xc6\xb2\x13\xcf\x41\x84\x12\xf5\x6b\x15\x1b\xbc\x04\x13\x58\x38\x9b\x8c\xbd\xc4\x3e\x64\x7b\xf9\x24\x4c\xeb\xa9\xa3\xb7\x12\x92\x68\xf8\x3d\x0b\x28\xbc\xa3\x1d\x3c\x96\x71\xa5\xe1\x4b\x0b\x27\xd6\x80\xd9\xb8\x21\x96\x32\x38\xf4\x94\x2e\x07\xe9\x37\x22\xde\xbf\x66\xe1\xde\xe2\x32\xf0\xaf\xd4\xbc\x38\x5c\xfc\x96\xa6\xbf\x18\xf3\xce\x24\xe4\x52\x72\x71\x30\x3a\xe5\xe3\x7f\x16\x67\x2e\x9c\x17\xfc\xef\x62\x89\x60\x74\xfe\xd0\x7f\xa2\x98\x9f\xc9\xb9\x40\x96\xeb\xe5\x94\x95\x8f\x9e\x0d\xc7\x22\x48\xaa\x78\x11\x5c\xc0\x88\x4a\xb4\x8f\xf4\x30\x79\x49\xf8\x6f\xe6\x2e\xff\x09\x7f\x0a\x87\x8c\x4a\x71\x83\x1b\x8e\xed\xa0\x9a\x10\x86\xaa\x9a\x04\x93\xea\x42\x48\xa9\x71\x3b\x05\x4c\x92\x67\x15\xc1\x5e\x50\x44\x48\x5a\x51\xc1\x2c\x33\x0d\x4a\x86\x18\x35\x0d\x4f\x4b\x03\x3b\xcb\x43\x90\xd4\xe0\xb8\x9d\x01\x90\x34\x33\x9b\x00\x65\x65\xd7\xc3\x51\xc7\x87\x40\x6a\xb1\x70\x0c\x61\x38\x7a\x7e\x7c\x68\x68\x87\x03\x24\x89\xf3\xdd\x26\x5b\x16\xce\xe1\x17\x40\x58\x75\xf9\x7c\x5e\x54\x8d\x2b\x4c\x2b\x8b\xca\x03\x42\xbb\x6c\x41\xc9\x8f\x73\x60\xd3\x65\x66\x5c\xf9\x24\x41\x9d\x25\xd2\xe4\x62\x2f\x53\x2b\x39\x2a\x32\x4c\x23\x01\x81\x17\x1f\x31\xd1\x9e\xb3\xb6\xc4\x61\x3e\x8c\x31\x91\xe3\x41\x8a\x1a\xc2\x1c\x2c\x79\x44\x37\x9a\xf3\x81\xe1\x55\x08\x95\x34\x20\x5f\x8c\x53\x66\xec\xde\xed\x38\xde\x31\x36\x55\xc1\xf5\xa6\x40\x5b\x3d\x6f\x4b\x8b\x25\xaf\xac\xae\xca\x5c\xf5\xde\xa9\x4c\x32\x5a\xf9\x7c\x71\xaf\x79\x64\xbc\x72\xde\xb2\x3d\x90\x65\xcb\xfb\xb2\x58\x46\x35\xcb\x99\x8b\x08\xb3\xf0\x20\xa3\x60\x82\x90\x70\xfa\xf8\xd3\x0f\x9f\x5b\x2e\xd9\x99\xc5\x9e\x3f\xfe\xf4\xe3\x67\x5a\x6b\xf1\xc7\x8b\xad\xe5\xde\x35\xc5\x5d\x59\xf7\x38\x43\xaa\x41\x4f\x8d\xf0\x24\x3f\x67\xaf\xf1\x88\xa0\xdc\xd1\xac\x01\x3d\xe5\x2e\x29\xa6\xa7\xaa\xdf\x62\x99\xa4\xe6\xb7\x42\x6f\xf6\xe5\xb2\xcb\x37\x8b\x8c\x5c\xa5\xfb\xe4\xcd\xe1\xc8\xb4\xf7\x38\x6a\xbc\x50\xa1\x55\xea\x67\x49\x9c\xbe\xac\x37\xb5\x9f\x45\xf8\x1a\x02\x88\x26\xfa\x38\x1f\x70\x42\x49\x46\xa7\x1d\x6d\x3c\xc6\x0e\x61\x35\xa0\x0f\x81\x2c\xf2\x92\xcb\xf9\x85\xfe\xe2\x84\xc1\x6e\x68\x9c\xe8\x1c\x21\xa5\x81\x70\x87\xb4\xf3\x58\xe3\x52\x74\x4f\x11\xa0\x4e\x15\x9e\x04\xf3\x9a\x93\xda\xbf\x49\x90\x91\x39\x0d\xc9\x59\xdd\x01\x78\x85\x2c\x2b\x39\x94\xc6\x65\xb3\x91\x18\xa9\xb2\x5d\xaa\x25\x1f\xde\xc6\x9b\xae\xda\x5b\x40\xa4\xa5\xde\x11\x5d\x55\xf0\xd8\xfe\x88\xf3\xcc\x20\x83\x5d\xd6\x14\x73\xd9\x94\xd1\x95\x9b\x63\x74\x87\xa9\x9d\x86\xb3\x8e\x1a\x70\xb7\xaf\x53\x27\xdd\xe0\x90\x3c\x9b\x7f\xb2\x94\x33\x9b\x33\x35\x36\x53\x34\xff\x4c\x8b\x25\xa6\x43\xc2\x3c\xe9\x5c\x6d\xaa\x56\x4c\xf9\xb8\x31\xa3\x9d\x5b\x59\x82\xb5\xd9\xf3\xb2\x20\x79\x82\xf1\x06\xa9\xd3\xcc\x77\x08\x90\xfb\x25\xed\x71\x1b\xd5\x4d\xc2\x6d\x5f\xcc\x55\xbc\xa0\x76\xd2\x57\x8a\xaf\x61\x13\x6c\x92\x0e\x8b\xb6\x92\x07\x3d\xa2\x51\x5b\xac\x49\x49\x10\xbf\x60\x59\x4f\x02\x29\x8f\x86\x5d\x3d\x5e\xd4\x1c\xa4\x43\x1f\x15\x3f\x58\xfb\x26\xb1\x63\x13\x16\x2e\xb7\x61\xc2\x84\xaa\x1f\xa6\xfa\x4e\x9f\x52\x8f\x59\xae\x4a\x9f\xda\x81\xd1\xef\xe3\x4e\x16\xb2\x69\xcb\xff\x61\x82\x3b\xe9\xa4\x45\xcd\x85\xee\xb5\x44\x14\xae\x31\xfe\x04\xd0\x91\x73\x58\x7d\x72\x4f\xc5\x3d\xdb\x6e\x9f\xe5\xf9\x93\x89\x5e\x07\x44\xef\xba\x3d\xb0\xbd\xeb\x2a\x30\xa0\xfe\xa0\xa4\x80\x83\x4c\xe3\x8e\x01\xa2\x71\xfa\xc8\x6e\x3f\x05\xab\xe2\x69\xee\xf1\x06\xf2\x0e\xc6\xae\xad\xd3\x5d\x51\xef\x08\xed\xce\xc6\xc9\x06\x39\x71\x84\x0c\x7b\x32\xd8\x80\x0f\x92\x06\xfe\xda\x0f\x36\xcf\xf0\xa0\xd3\x96\x0d\x3c\xdb\x03\x28\x91\xb3\xd6\x07\x11\x12\xf0\x3c\x8f\x54\xc7\xf7\x26\x00\xa7\xb8\x9e\xaf\xfb\xdf\x93\xf3\x4d\x55\x3e\x45\x02\x5f\xe3\x7d\x53\x17\x46\x58\xdc\x4c\xe8\x1b\xfe\x35\x12\xf2\x49\xc1\x71\x2d\xe0\xe7\x24\xfc\xf6\x60\xeb\xba\xbe\x95\x23\x6b\x0b\x04\x7d\xca\xaa\xec\x2c\x91\x4f\xc4\xbf\x8d\x53\x17\x59\x5b\x2e\xc3\x8b\x29\x7e\xe6\x88\x89\x26\xe6\x3c\xc6\xcd\xfc\xef\x22\xdb\x9d\xe2\x2b\xfd\x5f\x4c\x18\x0e\x44\x9d\x63\x2e\xec\x88\xe2\x15\xbb\xc8\xb8\x54\x75\x4e\x08\xaa\x52\x5f\x8a\x71\x5d\xba\xcf\xcf\xba\xf1\xb4\x0d\xd6\x39\xb9\x1c\xca\x62\xf4\x31\x34\x67\xf1\xf6\x81\x73\x06\x18\xf9\xbb\x4c\xf9\xb9\xc4\xee\xb8\x0f\x10\x8a\x6b\x8a\xf3\xf4\x63\x25\x5d\x83\x17\xe6\x2c\x38\x06\x73\x26\x6d\xef\x20\x18\x5b\xc0\x78\xc3\xa6\x92\xfd\x7f\x38\x09\xb2\x33\x21\x47\xc5\x9e\x89\x44\xd7\x72\xbe\xdf\x9f\xed\xc1\x41\x03\xec\x7f\xf0\xd1\x26\xab\x17\x97\xa6\xc0\x4d\x98\x3d\x2e\x5b\xb1\x20\xaa\xbb\xa3\xb8\xbe\x88\x29\x3c\x73\x47\xe3\x78\x7f\x6d\x68\xf4\x74\xbb\x9a\xfe\x7c\x9b\xf8\xce\x58\x53\x91\x16\x90\xcf\xc0\x53\x0c\xb8\x0f\x0c\x70\x03\x40\x43\xca\x05\xf1\x27\xd9\x9f\x93\x6c\x59\xe4\x69\x29\x4e\xbd\xb0\x4a\xea\x0e\xc0\x22\x5b\xde\xba\x16\x31\xfb\x2b\x9a\x0e\x3e\x8e\x63\xb4\xb3\x8f\xc5\x12\xe2\xc7\x8b\xdd\xab\x67\x30\xac\xc9\x75\x08\xe8\x85\x4c\xf0\xf2\x26\x40\x08\xf6\x19\x79\xdf\xf0\xae\xcc\x7b\x22\x6f\x1e\x8c\xd9\x8b\xe7\xbb\x57\x71\x7e\xa2\x08\x18\x5b\x0f\x96\x31\x18\x38\x16\x5d\x4a\x9c\xad\x62\x27\x62\x78\xb3\xde\x78\x27\xed\x16\x35\x1c\x9c\x45\x01\x2b\x0a\x48\xdd\xd8\xc9\x57\x7c\x7c\xc6\x38\xb1\x4d\x10\x5c\xa7\x83\x8d\x10\x07\xc3\xd2\xd5\x3c\x20\x6d\x6c\xb6\x19\xcd\x4e\x14\x25\x9b\x78\x03\x93\xb2\xf7\x99\x75\x4d\xb3\x0c\xcd\xe1\xe6\xc5\x9b\x4a\xe9\xc4\x66\x92\x03\xe5\xed\x6c\xcf\x31\xc5\x92\x93\xe7\xe8\xcf\x49\x10\x7d\x38\xc3\x60\x73\x3d\x2a\x2b\xde\x5c\x0f\x1a\x28\x4b\xcd\xa1\x72\x4e\x26\xcb\xd0\x2d\xc0\xa0\x14\xb8\xc6\x97\x70\x82\x9e\xeb\x79\x4d\xbd\x0a\x6a\xe8\x85\xac\xa9\xfb\x75\x1d\x9c\x16\x92\x1d\x7f\x4c\xd6\xb0\x21\xb3\xb8\xaf\x7b\x59\x1f\x14\x2f\xba\x5a\x0c\x96\x11\x9b\x7c\xb6\x96\xe0\xe4\xc9\xb6\x27\xde\xb2\x29\x69\xd0\xb1\x64\xe8\xad\x23\x17\x57\xd7\xb8\xcf\x81\x78\x21\x31\x9a\x15\xd3\x6b\xfa\xe7\x35\xa9\xa7\xec\x1b\xce\x97\x7f\xb0\xcb\xce\x2a\xad\x97\x4b\x76\xd4\x29\x2b\x3d\x2f\xbd\x2f\x6c\x4b\xb9\xca\x37\xe2\xb4\x13\xba\x3c\x19\xdf\x15\x6b\x72\x8a\x0b\x3e\x98\x09\xb4\xbb\x62\x49\x42\xc9\x2c\x7d\x4f\x22\x5a\x85\x5b\xb1\x70\x3a\x93\x79\xc9\x83\xc6\x67\xd7\x13\x58\x81\x59\xb9\x9c\x8d\x17\x48\x77\xfd\x90\xad\x92\xe8\xf7\x8e\x1d\x83\x45\x83\xe7\x04\x12\x27\x8a\xcd\x8d\x38\x79\xf3\xae\x3a\x44\x39\xb9\xab\x82\x77\xf6\xe4\x08\x3f\xdb\xc7\x51\x80\xba\x2b\xc1\x39\x01\x27\x1b\xb9\x67\xbb\xa2\x61\x71\xc4\x1c\xfb\x42\x9f\xae\x61\x9b\xa0\x6b\x5a\xbb\xde\x09\x5b\xc0\xf0\x41\x70\x95\x63\xa8\x47\xcc\x8b\x59\xe6\x33\x87\x11\xdb\x31\xd9\xc9\xd1\x53\x5e\xe9\x08\x5f\x38\x37\x61\x20\xb2\x7e\xe0\x7c\x19\x1f\x20\xe8\x75\x38\xcc\x5d\x12\x08\xe5\x7a\x26\x5a\xa4\x0b\x32\x23\x48\xb6\x43\x47\x10\xde\x71\x05\x40\xe6\xbd\x32\x64\x61\x0a\xee\xe5\x80\xb7\x11\x25\xea\x9c\x42\x89\xe1\x89\x7c\x21\xdf\x07\xa6\x51\x40\xe5\xd1\x85\x52\xe8\xa1\x9e\x44\x7d\xc1\xc7\x28\x5f\x31\xf5\xbe\x78\x8e\xa0\x53\x18\x95\xf2\xf8\xfe\x9a\x80\xe2\xf8\x6e\x92\x9a\xf0\x87\xa5\xaf\x29\x56\x59\x93\xdb\x31\x14\xa5\x7e\xf6\xb2\x00\x95\x87\x5e\x86\xd9\x86\x24\x72\x2d\x82\x66\x2b\x81\xdc\xb2\xcd\x99\x08\x85\x6f\x5f\x32\x25\x84\x39\x7f\x2e\x53\x8b\x1d\xb8\x88\xe0\xfb\x1d\xcf\x01\x99\x50\x56\x0f\xba\xfd\xf4\x4f\x57\x17\xe7\x47\xe9\x97\x67\xfb\xfd\xfe\x19\x67\x7f\xd6\x37\x1b\x76\x75\xca\xf9\x98\xcb\xff\x3c\x7b\x7f\x94\x16\xdd\xf2\xfb\x19\x49\xef\x98\x1a\x5e\xec\x55\x0f\x10\x28\xb9\x4c\x96\xac\xd9\xfd\xe3\x53\x66\x27\xe7\x21\xf5\xae\xa0\xf0\x74\x64\xc8\xb4\x79\xd8\xcd\x22\xa7\x54\x20\x96\x39\x2f\x31\x16\xa4\x2b\xe1\x3c\x34\x02\x3e\x01\x58\xb5\xe1\xfb\xc8\xe8\x10\xe1\x06\xf1\x2d\xef\xa0\xf7\x9b\x5c\xe8\xd4\x38\x1a\xf5\x4e\x51\x56\xe4\x3f\x0d\x4b\xc2\x4e\x0c\xae\x46\x79\x99\xfe\x89\x15\x3d\x46\xa9\x50\x01\x27\x19\x15\x00\x38\xa4\x25\xcc\xb0\x54\xcf\x76\x17\xc3\x04\xbf\x27\x76\x5a\x74\x70\x06\x9d\xa2\x0d\x69\xb9\x6b\x9b\x1f\x4d\x9b\xa8\xb4\xae\x51\x61\x8d\x70\x6f\x71\xec\x88\xa8\x79\x30\x07\x78\x5d\xda\x0f\xe7\xc1\x70\x49\xd2\x49\xe6\xd9\xbd\x4e\xb2\x11\xc7\x57\xc0\xaf\xcd\x33\x95\x20\x46\x12\x5d\x50\x83\x4a\x76\xa3\x1a\xc4\x4d\x6c\xae\xbd\xb4\x53\x1a\x70\x1d\x3b\x75\x71\xf1\x12\x64\x54\x03\x06\x12\x93\x0c\x23\xa4\xdd\x90\x98\x37\x0f\x67\x38\x2f\x66\x91\x09\xf1\x8a\x41\xe0\x13\xc8\x7b\xe9\xb6\xef\x3c\xf2\x88\x0c\xc5\x0c\x29\xd5\x3c\x7e\xc4\x33\x69\x90\x38\xbc\xb3\x6b\x90\xcc\x9a\x85\x5c\x27\x78\x22\xa1\x10\x5b\xbb\x4d\x7d\x6f\x4e\xa3\xa7\xf8\xd2\xd3\x18\x61\xcf\x3c\x98\x76\xca\x43\x06\x12\x7c\x3d\x8f\x8b\xfb\x4b\x70\x2e\x5f\xc5\x80\xea\x3e\x15\x18\xf6\x28\x09\x45\xbd\xc8\x2a\x33\xd1\xbc\x09\xbf\x43\x07\x35\xf4\x90\x3c\x75\x35\x1c\xf0\x90\x8c\xb3\x86\x5e\x92\x41\xd6\x6f\xf0\x92\x8c\x91\x34\xf6\x81\xf4\x5d\xfd\x06\x37\xc8\xa9\x4e\x07\x06\x08\x25\xe3\x29\xc4\x4f\x64\x98\x32\x44\xe4\x61\xdf\xbc\x25\x22\x34\x3b\x88\x6e\x50\xb4\xb0\xe0\x0c\x14\xbe\x6f\xd1\x31\xa7\x5a\xe2\x51\x12\x20\xf7\x6b\x66\x89\xbc\xbc\xb9\x99\x2d\x9a\x7a\xdf\xb2\x1b\x26\x6e\xde\xe2\x9d\x62\xfe\x4e\xaf\xf0\x2d\x20\x6c\x72\x05\x51\x48\x40\x22\x65\x67\x53\x4d\xf9\xa5\x46\xf2\xd2\x36\xba\xf9\xe8\x94\x52\x70\xd9\x10\x5f\x44\xc6\xa7\x27\x24\x65\x26\x59\x88\x9d\xef\xe7\x1c\x82\xfb\x28\x4c\x24\xac\x8a\x23\xd3\x15\xc7\x28\x18\x07\x0d\xe1\xe6\x8c\x86\x8d\x06\x3d\xcf\x02\x39\xcc\xfb\xa5\x81\xb0\x0c\x8e\xc0\x88\x18\x4a\x08\x5a\x1e\x24\x74\x6b\x23\x08\xc3\xa5\x87\x50\x04\x61\xd2\xff\xfc\xee\x5c\x3e\xb1\x57\xad\xa7\x7b\xb0\x59\xfd\x9a\xbd\x86\x6c\x07\x7c\x36\xb5\x13\x6e\x69\xe2\x51\x20\xfa\xa9\x5d\x85\x8a\x2f\x07\x91\x37\xd9\x0d\x6c\x95\xfc\xef\x62\x49\x98\xf3\xd9\x2e\x9b\xe2\xd9\x30\x1b\x21\x47\x50\x7d\x85\x80\x8b\x57\x5b\x23\xff\xb9\xb8\x8c\xed\x8a\x01\x0e\x1f\xe7\x1e\x23\xb6\x9f\x4e\x74\xf7\x98\x16\xda\x92\x15\x70\x25\xd0\x41\x85\xa0\x0e\x7f\x61\x05\x68\x07\x97\x83\x1a\x44\x97\xad\x9c\x33\x68\xb6\x92\x3d\x1b\x9f\x06\xd1\xde\x4e\x18\x46\x79\xfc\xad\x15\x66\x52\xf0\xfe\x12\x94\x8e\xeb\xf7\x96\xa1\x1b\x06\x45\xb2\xff\x05\x0e\x89\xb5\xeb\xd9\x70\x20\xdc\xde\x91\xe2\x2c\xc5\xb7\x83\x32\x49\x85\xc9\x65\xbe\xcd\x03\x61\x45\x08\x28\x5c\x56\xce\xb2\xe6\x96\xef\xe3\xc2\xfe\x94\x15\xb0\x6f\xf4\x54\x18\xff\x87\x23\xa6\xf7\xc0\x5d\x4a\x68\x54\x61\xbc\xfd\x8b\xdc\xd0\x99\x8c\x99\xba\x0c\x2c\x5d\xc9\x09\xc4\xf7\x12\x92\x0b\x5c\x87\x94\x31\xf6\x8a\xa6\xb4\x67\xc3\x71\x0b\xe0\x1d\xa2\xff\x5c\xfc\xdf\xff\xfd\x7f\x88\x3d\xed\x6a\x5a\x2d\xe1\xaf\xaf\x47\xc5\xfd\xb8\x9b\xf3\x97\xbf\xb5\xef\x19\x78\x74\xd0\x10\x41\x7f\xaa\x2e\xf0\x14\x1a\xd1\x28\x5f\xe9\x65\xf4\x7d\xc5\x36\xaa\x98\xc8\xa1\xed\x78\x32\x87\x7d\x7c\x58\x86\x11\xd5\x5c\xd7\x08\x77\x54\xd5\x06\x17\x83\x26\x07\xc0\x94\xe8\xa6\x97\x94\xe4\x13\xe9\xd4\x9f\xfd\x85\x06\x6e\x20\xa2\xcb\x0c\xa0\xe2\x78\x18\x43\xd8\x1b\x26\xbf\xf1\xfd\xa5\xa2\x32\xca\xed\x29\xd8\x92\x32\x17\x4f\x39\x60\x2c\xc7\x4f\x5c\x21\x61\x45\x4f\x5a\x3b\x83\xa2\x17\xeb\xe0\x94\xc7\xc4\x41\xa0\xf0\x70\x0b\x69\x8c\xba\x29\x21\x07\xa7\x75\x3b\x26\xba\x08\x19\xee\x4b\x66\xff\x31\x31\x30\x4f\x74\x9f\x80\x5d\x6a\x38\xc0\x67\xdb\xf9\x92\x58\x26\x3f\xb1\xf0\xbe\x43\x04\xcd\x6b\x44\xe0\xde\x06\x38\x0d\xf1\x7f\x82\xd3\xb2\x6a\xa4\xe0\x58\x0d\x69\xfc\xe0\x44\x6e\x13\xdd\x3e\xe6\x1d\xab\x70\x52\x3f\xba\xee\x8b\x0b\x07\xa2\x26\xb6\x88\x46\xf7\x37\x60\x64\x10\xfb\x10\x74\xe4\x9e\xfa\x64\x03\xab\x9d\x1e\xf7\xe2\xb2\x88\xcb\xe9\x06\xbc\x92\x0c\x6e\x0f\xe0\x6b\x76\x2a\xbe\x38\xcf\xb0\xec\xaa\x09\xa6\xcc\x5a\xf6\x8f\x7c\x36\x1e\xaf\x6c\x41\x93\xe7\x27\x81\x67\xc7\xa5\xb2\x6d\x03\x21\x01\x79\x7c\x74\xba\x21\x05\x61\x13\x29\x33\x28\x88\x45\xb9\x9f\x0e\x78\x78\x8e\x6f\xda\xf8\xfd\x3e\x9e\xe3\x32\x1e\xf6\xf2\xfc\x47\xb7\x2e\xa6\x4f\xd1\xba\xe4\xf1\x71\x5a\x97\x34\x75\xae\xf6\xdf\xb0\x91\x40\x24\xa5\xcd\x18\xcd\xed\x83\x3b\x09\x9a\xc7\x19\xa2\x0f\xdf\x70\xf2\xfb\xf7\x13\xa2\x7b\x25\xbe\x41\xda\x8b\x7b\x1c\x08\x7a\x51\xab\x1c\x42\xd8\x60\x15\x9f\x37\x38\xa4\xbd\x79\xc1\x35\xe2\x19\x43\x1d\x6f\x74\xbc\x00\x3d\x7d\x30\x4b\x7c\xd8\x20\x6c\xa6\x33\x4f\x79\xf7\x7c\xb3\xe2\xc8\x31\x03\x31\xe7\x7d\xfd\xac\xc1\x01\xfb\xf0\x43\x87\x0e\x86\xad\x64\x5e\xe3\x1c\x5d\xc2\x46\x3e\x98\x23\x5c\x66\xe3\x3d\x98\x7f\xcb\x41\x84\x69\x1b\x2c\xeb\x80\x7b\x33\xc5\x60\x51\x36\xfc\x79\x83\x02\xeb\x10\x86\x2f\x51\x32\x3c\xc3\xf5\x98\xeb\x71\xb5\x70\x37\x6c\x34\x7b\x3c\x08\xf7\x9e\xe9\x21\x7b\x3b\xc2\x36\x88\xf7\xac\x0f\x8e\x16\x3b\x39\x46\xe0\x81\xe4\x1b\xe2\xce\x64\xca\x30\x7f\x5c\x47\x7c\xfc\xc2\x62\x9d\x19\xfc\x0c\x01\x17\x4f\x58\x5b\x16\x70\x8f\x3f\x91\x90\x4b\x51\x5d\x4b\xef\x8a\xf1\x8d\x90\x7b\x40\x5e\xc2\x12\xea\x63\x75\xd5\x53\x5c\xb3\x87\x31\x0d\xca\xfd\x8e\x87\x30\x73\x07\xe3\x79\x98\x04\x50\xc5\x4d\x6d\x15\x24\xe4\x3f\x0e\xcb\x92\x3b\x11\x75\xf5\x3c\xaf\xf7\x89\x2c\x9d\x33\xbe\xba\x22\x95\x7b\x2b\x34\x26\x6e\x92\xc4\xb1\x8c\xa2\xe7\xc5\xd0\x07\x12\xd3\xe5\x78\xd8\x38\x7d\xe0\x32\x8f\x95\xc3\x39\xcb\xdb\x35\x34\x2c\x80\x42\x6a\x80\x97\x33\xcb\xf5\x21\x71\xcc\xb4\x54\x08\xb0\xbe\x5a\x91\x44\xa3\x7a\x43\x88\x6f\xa9\x98\xdb\x39\xaa\xee\xc8\xec\x5b\x38\x95\xcc\x9e\xd0\xc2\x0f\xb7\xd6\x0e\xb9\xb6\xd5\xb5\xc3\xdd\x09\xec\xdb\x11\x42\x7c\x4b\x3b\xb8\x96\xe7\xf0\x08\xe2\x41\x7c\xa8\x3d\xa4\x1c\xea\x21\xeb\x70\xf7\xa4\x1d\x36\xd1\xfb\x9c\x5f\x07\xeb\x35\x76\x20\xf3\x81\xfc\xc1\xe6\xcd\xf1\xc2\x29\x29\xb2\x11\x36\x21\x22\xc8\x46\xf1\xe4\x59\xbb\xaf\x4f\x71\x1e\x69\xe4\x74\xa0\xc1\x16\xb0\x07\x9b\x5a\x85\xb4\x5d\x5e\xa4\x83\x8c\x75\xa6\x72\x9d\x24\x7e\x7d\xe1\x15\x38\x3b\x25\x27\xf2\x5d\xb8\x64\x40\xc0\xb3\x91\xcc\xe5\x4e\x2e\x37\xc7\x99\xd5\x05\xb5\x8e\x0b\x73\xac\x1a\x50\x8e\x45\x8f\xe1\x8c\x77\x86\xd2\x59\x60\x6c\x65\xa6\x7c\x64\x32\xab\xec\xb6\x1a\xd4\x36\xbb\x8f\x36\x80\xf9\x74\x20\x6b\x64\xd1\xac\x39\xbc\x62\x8f\x9b\xe2\xd7\x6a\xb9\xe8\xca\x11\xcc\x41\xa3\xcc\x2c\x9c\xea\x63\x02\xf1\x64\xb7\x6a\x32\xb6\x85\xdb\x58\x33\xb3\x08\x48\x01\x05\xfe\xd1\xf5\xd2\x5d\x1a\xee\xb9\x01\x76\xd8\xa8\xa0\x27\x0f\x31\x85\xdf\xd1\x00\xb0\x8d\x87\x5b\x00\xb6\x20\xd7\x75\x51\x33\x02\x16\xf0\x50\x43\xf4\xb6\xef\x6f\x6f\x08\xf8\xc6\x37\x36\xe4\xc8\x5a\xa1\x97\xc4\xe4\xf9\xe4\xfc\x7f\xa8\x7d\x03\x75\x07\xc4\x19\xdd\x42\x34\x20\xf8\xe8\xe5\x15\x47\xf4\x81\x2f\x84\x15\x8b\x0d\x30\xf5\xcd\xd0\xe5\xcc\x17\x55\xd1\x10\x42\x95\xad\xba\xd0\x7f\x23\x3e\x0f\xc4\x1e\x05\x5d\x73\xaf\x22\x09\x77\x2e\x3e\x8e\xe4\x2f\x5b\x10\x25\x0c\x7b\x99\x72\x33\xd5\x27\xa0\xfd\xf3\x81\x17\x9e\xe4\x26\x7a\xd9\x9e\x6e\xa3\x87\x80\xc6\x97\x04\x3d\x78\x41\x53\x7c\x31\xd5\xf0\x86\xb2\x56\x0e\x94\xae\x4c\x96\xb3\xcb\xbe\x13\xef\xbc\x71\x75\x4f\x38\xd8\xe2\x7d\x83\x25\xdf\xcd\x51\x57\xa5\xec\xfb\x9f\x49\x88\xaf\x67\x61\x53\x8c\xda\x61\xf8\x9c\xb3\x77\x78\xf6\xbd\x83\x71\x91\x6d\x4c\x2a\x08\x48\x38\x48\x0f\x2e\x0c\x82\xbf\x65\x63\x57\x20\xf9\x12\xd0\x12\x98\x30\xfb\xa0\x65\xda\x0e\x14\xda\xb7\x53\x35\xce\x79\xa3\x2e\xd5\x6d\x4a\xf7\x2e\x0b\x33\x09\xbe\x15\x23\xe7\x5b\x31\xe4\xea\xff\xa3\x20\x22\xc2\x79\x98\xb0\x73\xf7\x0f\x44\xd1\xf1\xc2\xe7\xe3\x71\xf6\x2a\x8e\xe2\x03\x57\x51\x44\xb6\x1c\xd5\x62\x06\xec\x30\x4e\x7c\xe9\xc2\x18\xf3\x00\x8f\x4a\x8f\x8f\xe5\x87\x49\x72\xd7\x56\x14\xa5\xd7\x8b\xc7\x3d\x11\x9b\x6a\x18\xb7\xa9\x57\x7c\x4f\x18\x8c\x90\x71\xf7\x54\x76\x8e\xcb\x34\x97\xbe\xa8\x08\x38\x85\x87\x31\xd8\xd7\xea\xb2\x36\xce\x8d\x29\x18\x46\xe8\x31\xed\x11\x20\xe9\xd4\xd9\x72\x8d\xfe\xcf\xa6\x08\xc9\x54\x63\x47\x4c\xfa\xb0\xd0\x04\xa4\x5c\x01\x9f\xda\x85\xef\x93\x30\xfc\xb2\x0c\xee\xd7\x0f\x52\xd9\x45\xb6\x9a\xeb\xcd\x05\xb5\x1e\xd4\x64\x7f\x59\x77\x4b\x41\x7a\x81\x19\xd7\x3e\x98\x29\x58\xc5\xf8\xd0\x84\xde\x8c\xa0\x39\x45\xe2\x78\x60\x39\xf3\x25\xeb\xc2\xa8\x9e\x0b\x99\xd7\xd5\x5a\x2f\x27\xb0\x74\x63\xae\x0d\x8e\x48\xbe\xa9\x8c\x41\x2b\x3d\x84\x2b\xe6\xf7\x37\x15\xd6\x33\x3e\x3d\x06\x8b\x5c\xd4\xc8\x88\xad\x19\xc8\x57\x4a\x18\x34\x71\xb2\x88\xdf\xd1\x48\x7e\x93\x62\xb5\x74\x77\xf8\x9f\xf2\xf5\x2f\xcd\x82\xcf\xa9\xf1\x1a\x56\xc8\xdb\x2a\x75\x15\x5b\xe0\xa6\xb3\x3f\xd4\x32\x34\x88\x75\xee\xa9\xe2\x0f\xb5\xad\x29\xda\xfb\x6a\x39\xc7\x83\x0a\xed\x5a\x37\x2a\x3f\x14\x62\x2b\x7f\x32\xa3\xb8\xe7\x99\x1e\x16\x2e\xb0\xa5\xd7\x3e\x91\xfb\xb1\x9e\x2e\x29\x1e\x0f\x3a\xd0\x12\xf7\x0c\x3c\x11\xb9\x4d\x80\x23\xf1\xac\xfb\xfe\xc1\x8a\x06\x7d\x09\x18\x62\x80\xdb\x06\x4d\xe9\x8a\x6f\xea\x41\xb0\x49\x1e\x76\x83\xc9\x40\x67\x3f\x78\x45\x78\x11\x24\x23\xee\x29\x9f\x8f\xe6\x0b\x7d\xf8\x9e\x6c\x75\xf7\xd1\x05\xcd\x1e\xcc\x50\xe3\xd1\x81\x0e\x85\xf5\x3e\x30\x42\x4f\xa2\x56\x7c\xbd\x8f\xe1\x22\x24\x4f\x01\xf5\x3b\xbc\xc7\xe6\xde\x00\xfa\x88\xef\x90\x29\xc8\xdd\x5c\xf3\x55\xdd\xd4\x34\x3c\x72\x14\x4f\xef\xeb\x7a\x63\x71\xed\x44\x06\x98\xc0\xef\xe7\xbd\x1e\x9f\xb4\x3c\x67\x88\x26\xf9\x81\xcf\x52\xfa\x5c\x5d\xdd\x65\x1b\xcb\xc3\x16\xc8\xa5\xda\xad\xaf\x39\xc1\x72\x1d\x5b\x42\x90\x53\xf3\xd4\x0b\xf6\xf7\x44\x16\x05\xbe\xd0\x98\x00\x16\xdb\x1c\x7c\xbe\x8d\xd0\xd5\xef\xe6\xdc\x55\x1c\x8d\x92\xe8\xf4\x3d\xa2\xd3\x6b\x8e\x1e\xd7\x60\xad\x72\xd9\x06\x8d\x3a\x94\xef\xa6\x29\x46\x79\x5e\xf3\x59\xde\x21\xbc\x61\x6e\x5d\x64\xbb\x11\xde\xde\x52\xe4\x08\x6b\x80\x1c\x23\x00\xb0\x87\xb1\x10\xe6\x2a\x73\x28\x56\x61\x8e\x77\x14\x75\x08\x1a\x1e\x00\x43\x78\xbc\x94\x76\x20\x87\xae\xd9\xc3\x56\xe9\x9e\xcd\xa8\x55\xf5\xe2\x6f\x78\x57\x4c\xa1\x2f\xe4\x33\x80\x5a\xd4\x75\xc7\xcf\x37\xec\x58\xdc\x5a\xde\x3a\x34\xfd\x6c\xf1\x2c\x6e\x2d\x6f\x47\x98\x12\xe8\x31\xaa\x04\xfa\x30\xae\xb6\x7c\x91\x00\xd5\xd5\xf4\xcb\xae\xa7\x09\xea\x2a\x3c\xbb\xe2\x4b\x09\xae\x5c\xc2\xa8\xc6\x51\xce\x90\x42\x87\x99\xa7\x6a\x5e\x92\x10\x51\x4c\x56\x7d\xc2\x29\x0f\xd6\x3d\xca\x1b\x56\x3e\xca\x3e\x35\x53\x70\x1d\x25\x1b\x9d\x17\xfd\xf2\xb6\xe8\xd8\x67\x7c\x3d\xc7\x0e\x73\x58\xd6\xa5\x81\xa5\x3f\x03\x2c\x7d\x4b\x60\xe9\xb5\x3c\x0e\x36\x2e\x95\x16\x9d\x6d\xd1\x65\xf0\x14\x08\x4a\x79\x73\x42\x23\xc0\xd1\x79\x36\x95\x0b\xd6\x99\xb9\x4a\xd9\x3a\x0b\x59\xf0\x09\x4a\xd0\x67\xcb\x44\xf0\x3e\x76\x20\x53\xa5\xb1\x1a\x20\xab\xdf\xf2\x7e\x29\x77\x2d\xb2\x62\x40\x6d\xf8\x20\x31\x01\x2c\xae\xc4\x22\x58\xe3\x91\xd8\x14\xc7\xdd\x58\x04\x7e\x1d\x33\x4a\xe1\x60\x1e\x58\x18\x17\xc1\x5d\x66\x7d\x3b\x09\xb8\xcb\x64\x32\x1d\x84\xb4\xea\x0d\xd0\x6a\x1e\xc2\x69\xa5\xad\xa0\x52\xd8\x8a\x68\x6a\xe2\x5b\xac\xd7\x51\xd9\x93\xa7\x70\x2d\xb6\xcb\xa8\xf0\xf0\xa9\xc0\x7e\xf5\x35\x1e\x05\x13\xe9\x15\x32\xab\xc4\x98\xbc\x85\x9b\xa6\x2d\x6c\x69\xb0\x44\xa9\x4d\x4f\xe3\xa2\xa7\x81\x34\xce\xce\x4e\xb9\xa3\xb3\x1a\x1f\x1e\xba\xd4\x12\x21\x98\x9a\xcb\x4a\xfc\xea\x82\x7a\xae\x08\xa0\x5c\xc8\x21\x3b\x49\x9b\x30\x33\x94\x06\xf7\x6e\x65\x54\xc0\x7b\xe8\x13\x41\xdf\x0e\xde\xda\x6a\x17\x16\x7d\xe3\xc5\xad\xbe\x37\x01\x8e\xb1\xd1\x1d\x63\xb7\x6c\xe7\x21\x3a\x87\xf7\x1d\x65\x03\xf4\x32\xb8\x62\x38\x02\xc5\xce\x77\xf8\xce\x50\xb0\xfd\x68\x28\xc7\x46\x1f\xde\x37\x53\x47\xbe\x51\x09\x41\x9e\xe0\x51\x38\x76\x87\x96\xb3\x46\x53\x28\xf2\xd6\x41\xc3\x90\xbb\x00\x17\xd0\x0f\x6e\x2d\xc5\xb8\x98\xbe\x97\xfb\xff\xcb\xd5\xe4\x61\x03\xfc\x05\xe5\x07\xea\xff\x77\xb9\xa0\x7c\x68\x99\x75\x37\x94\xe3\x06\xe6\x19\x0e\x07\xc4\xf3\x38\xda\xb8\x8a\xe6\x33\x72\x84\xf3\x14\x11\xf1\x56\x3e\xa2\xbc\xd9\xd7\x2c\xbe\x62\xb5\xc1\x14\x1d\xd6\x17\x9c\xe7\x88\x6a\x93\x1c\xe3\x7b\xb4\xe2\x26\x48\xcc\x78\xb7\x48\xe2\xd5\x1a\x91\xea\x5d\x30\x85\x5a\x8f\x66\x30\x49\xe8\x16\x8d\xc5\x8d\xde\x3f\xe6\x49\xad\x53\x7b\xd0\xe4\x78\x72\x47\xad\x96\x4c\x72\xd2\xd7\x8e\x8a\x4c\x32\x13\x05\x0c\xba\x22\x31\xe1\x95\x03\x12\x23\x37\xf2\xe2\x89\x0a\x09\x69\xfc\xd8\x0b\x23\x68\xb1\x16\x13\x57\x1d\x14\x0a\xa0\x49\x5e\x15\xb4\x65\xe8\x9f\x2a\xb1\xe1\x73\xc7\x12\xa3\x2f\xc7\xe2\xd1\x58\x89\x59\xc0\x7f\x08\x5e\x6e\x6c\x7c\x3a\x3d\xb7\x6a\xbb\xae\x29\x17\x7d\x37\x7d\xd7\xb4\x4b\x1d\x41\xdb\xb6\x3f\xd3\x6e\xfa\x15\xd8\xb6\xb7\x82\xaf\xfa\xaf\x95\x3b\x78\x07\x68\x00\x27\x17\x2b\xa4\xee\xca\x97\xd7\xf8\xd6\xc4\x2d\xf3\xc8\x79\xcb\x4f\x9b\x9f\x11\x8b\xc9\xd3\xab\x63\x4d\xc1\xfb\xb0\x6a\x1d\xc1\x33\xb2\x07\x47\x81\x21\x47\xef\xcd\xfa\x24\xc5\x2b\x92\x02\xe4\xea\x9d\xd5\x9d\x5c\x27\x2c\xf7\x35\x5f\xbf\xbf\xa2\xe0\xb2\xb9\x97\x0d\x23\x1d\x17\xde\x31\xd0\x57\x59\xed\x11\x8f\xe3\x33\xf7\xee\x6d\x30\xd2\x5a\x24\xbf\xa9\x39\x0f\x5e\xb3\xd7\xc2\xa9\xfd\xb5\xbe\x18\xa7\x06\x53\xa5\x55\x7e\xf1\x80\x9d\x7f\x77\xad\x95\x13\x1c\x45\x1e\x90\xbd\xde\x6d\xad\x23\x30\x5a\x8c\x62\xcb\x2d\x16\x1a\xb7\x28\x85\xf4\x1e\xae\x95\x51\x05\xdf\x78\x13\x75\x58\x56\xb0\xa8\x3c\xd0\xd6\xc9\xb3\x86\xf1\xcd\x64\x21\xe0\x5c\xe6\x9f\x5d\x40\x18\x15\xec\x36\x99\xc6\x19\xa2\x9b\x08\xa3\x4c\xd3\x6e\x00\x0f\xdd\x41\x28\x46\x01\x53\xc6\x9d\xcd\x5b\x95\xf1\xd8\xf4\xad\xb0\x0f\x3d\xb9\x1d\x80\xdc\xc9\xd6\x5a\x00\xf1\xab\x3c\x08\x1a\x02\x4d\x3f\xf9\xac\x00\x43\x9e\xa2\xd1\x83\x97\x80\xa3\x27\x80\x2d\xa7\xbd\x68\x58\xf7\xa2\x6d\xe3\xc5\x51\x3d\x63\xf4\x01\x91\x2c\x68\x19\xf8\xd4\xb3\xdb\x41\x92\x56\xc4\x49\x61\x25\x58\xa1\xf8\x0d\xd2\x07\x9f\x08\x37\x04\xb3\xc9\x7d\x39\x97\x6b\xa9\x82\x3c\x30\xf8\x2f\xe1\xc6\x3b\xce\x44\xed\x1e\xe7\xa0\x76\x1f\x00\x97\x4d\x60\xe3\xe7\x57\xf8\x12\x16\xe2\x5a\xcc\xae\x65\x4a\x45\xd6\x61\x89\x1b\x3e\xd0\x12\xe2\x20\x5f\x78\xc2\x70\xcf\xb6\x4e\x92\x86\x7f\xf6\x3e\xac\x96\x1f\xac\x0f\x16\x02\x1f\x1b\x2e\x69\x3e\x36\x7c\x17\xdf\xc7\x4e\x3d\x54\x3f\x4e\xf5\x3b\xf3\x4f\xd9\x37\xe5\xd1\x4e\xde\xee\x6f\x1f\xe1\x75\xe2\xef\x83\x1c\xe1\x23\xf7\x71\xec\xb0\x0c\x7d\x53\x77\x50\x84\x31\xcb\x68\xca\x94\xcb\x03\x88\x71\x4f\x6b\x46\x57\x96\x03\xfd\xf2\x44\xb3\x2e\x2b\xd1\x9b\xda\x43\x62\xf6\xcc\xd6\x91\x72\xc8\x68\xad\x61\xec\xd2\x1e\x3d\x36\xad\x0f\x1c\xaa\x6f\xbb\x7b\xce\xf3\x67\x44\xfb\x16\x4e\xbe\x24\x3d\x7c\x42\x9a\x9d\xce\x2d\x4b\xfc\xe6\xf7\xf8\xb1\x6f\x05\xb3\x77\x13\x60\x11\x18\x3d\xb1\x00\x53\x80\xbe\xb0\x60\x8c\x41\x8e\x38\xb1\x7f\xf7\x7c\xa3\xe6\x6f\x39\x06\x05\x2f\xef\xf4\x3d\xec\xdd\xae\xdd\xd1\xbb\x83\x51\x26\x79\xee\xd0\xbd\x6d\x36\xce\x6c\xa7\xf5\xdc\x20\xda\xe9\xa3\xc9\x41\xfc\xad\x2f\x7a\x2a\x5c\x1e\x24\xe4\xdb\xfd\xe8\x33\x7d\x8f\x4f\x37\x56\x72\xac\x08\xda\x30\x3b\x33\xbf\xb4\x83\x46\x50\x8a\x29\xc6\x8d\xd2\x6d\xb9\xe3\x65\x59\x1f\x64\xe2\xc1\xa1\x18\xac\xcd\xbf\x22\x26\x44\x72\xc8\x99\xcf\xf0\x3d\xdd\x40\x85\x1d\x4b\x81\x71\xba\x11\x14\xd1\x79\x1d\x10\xd3\xdb\x5f\xde\x5f\x0c\x20\x27\x26\xa8\xa6\x4c\x4c\xe8\xf8\xc1\xf9\x70\xfa\xca\x56\x8e\xeb\x02\xb6\x6f\xa6\x7b\x20\x90\x07\x3b\x20\x34\xe4\x77\x66\x41\x3c\x93\x05\x29\xb5\xe5\xd9\x4e\x66\x8c\xd2\x99\x7c\xc7\x40\xc1\x95\xa7\x02\x65\x37\x9e\x8e\x6a\xad\xc2\x3a\x2b\xd9\x86\xf0\xfc\x40\x5c\x04\x02\x7e\x20\xae\xb6\x93\xcd\x33\x68\x52\x59\xef\xca\x5c\x05\x47\x81\xbf\xd4\x28\x03\x35\x10\x5f\xb2\x41\x68\xd1\xae\x99\x44\xb8\xa5\x93\xde\x4e\xf0\x15\x0d\x9d\x4e\x44\x9e\x2f\x02\xeb\xa7\x21\x3f\xd8\x20\x39\x0c\x78\xb5\x74\x88\x31\x83\xd2\x9b\x13\x7f\x19\x2c\x6c\x4f\x83\xce\x6c\xca\x9b\xc2\x59\xaa\xb4\x37\xef\x29\x2e\x02\x5e\xf3\x93\x97\x76\x20\x52\x1e\xbd\xe4\xb7\xe6\x07\x9d\x08\x8b\xd2\x9e\x8c\x4a\xda\x95\xb0\x1e\x06\x78\x91\x88\x69\x8c\x1b\xb4\xf2\xed\x00\x5c\x19\xf7\x90\xdd\xda\xa3\x51\xc1\x0c\xf1\x2f\xb8\xf8\xf5\xd9\xd5\xce\xeb\xf2\x64\xcd\x0c\xa5\x2b\x17\xc3\x60\xe5\x32\x6f\x81\xd9\xb2\x91\xbb\x55\xf8\xef\x9a\xf7\x71\x5d\x4a\x38\xf7\x2c\xae\x25\xda\xcb\x7b\x39\x6c\xa3\x41\x0f\xef\xbd\x0b\x04\x4d\x96\x30\x71\x05\x5b\x0c\x50\x7c\x29\x96\x7d\xb0\xad\xf0\x8b\x7c\xab\x1d\xcf\x17\x53\x9b\x73\x60\x5f\xe1\x92\xb8\x4b\x89\x09\x60\xa6\x2e\x58\xb2\xa6\xc3\xc5\xd1\x5c\x1d\x0f\xd6\xef\xaa\x87\xfa\xc3\x50\xe6\x71\x61\x5e\x0e\xf2\x39\xdf\xc8\xd9\x8b\x81\x13\x86\xc1\x86\x52\x48\x18\x37\xff\x21\x92\xd3\x5c\xda\x44\xc3\x2d\xa9\xde\x31\xcb\xda\xcd\x02\x58\x88\xe2\xc1\x75\xfc\xd2\x06\x49\xff\x9a\x8b\x55\xf2\x49\x7c\x1a\x3e\x0f\x6e\x6c\x36\xf3\x63\xe0\x46\x33\x75\x33\x9d\x1c\x92\xb2\x4c\xec\x41\x24\xd7\x02\x06\xb0\xcf\xdb\x66\xf9\xfc\x71\x78\x19\x5f\x7c\xcd\x1d\x5f\xde\xc7\x89\x7f\xd0\x9b\xfa\xb4\x1d\x30\x6a\x50\x99\x7f\xd5\x4b\xfe\xe4\x3b\x2c\x57\xcc\x1e\x52\x74\xfb\x9f\x5c\xe9\x7f\x4d\xd4\xd9\xc2\x17\xe1\x2f\xd8\xab\xab\xdf\x53\x90\xbb\xc3\x43\xfb\x67\xdf\x03\xbc\xe0\xc8\x34\x23\x44\xce\x4e\x0f\x9f\xf4\x50\x54\xe1\xe4\x35\x9f\xc4\xf1\x78\xa2\x8f\x87\x11\x15\x15\x35\x42\x94\x5e\x0b\xf7\xe3\xdc\x5f\xfd\x8a\x43\x78\x92\x50\xb6\x7a\x2f\x96\xbc\x97\xf2\xa3\xbb\xf6\x35\xf9\xd4\xd5\xf5\xe6\x73\x92\xad\xb8\x4f\xf4\x9b\xe0\x5e\x65\xf1\xd7\x85\x4f\x1a\x05\x13\xf9\xe4\xd0\x0f\x5c\xf0\x0f\xa4\xa5\x12\x03\xc1\xe5\x6c\x3f\x6c\x11\x21\x2f\x6e\x23\x62\x8d\x08\xbe\x90\x1b\x9f\x39\x3e\xf3\xec\x1e\x5f\x7b\x7c\xed\x8b\xe2\x56\x32\x83\xc3\x50\x76\xd2\xfa\xd6\x88\xb9\xc7\x37\xdf\x36\xc6\x9f\x52\x8f\xde\x3d\x68\x1f\xb8\x12\x4e\x1e\xf8\x46\xbc\x7d\x50\xbc\x3c\x7d\xf3\xd2\xbf\x82\xf3\x98\xf7\xc7\xee\x35\x0a\x21\x8a\xe1\xea\x35\x4a\x82\x8f\xc1\x26\x48\x97\xd5\x02\x25\x4c\xb1\xdc\x0e\x8d\x94\x20\xc5\x35\xd9\x7e\xee\xdb\xa5\x21\xc4\xfa\x56\x69\x88\xd0\x9b\x37\xf5\x8e\xaf\x87\xfa\xec\x6e\x39\xf7\xb7\xe6\x9e\x52\x9a\x5e\x93\x81\x3b\x7b\xf8\x04\x1f\x9e\xa4\xc6\x33\x07\x7c\xbe\x6d\xe6\x9e\xd7\x2c\xab\x5d\xef\xf4\x27\xbd\x4a\xe1\x49\xa7\x60\xfe\xae\x0d\x71\xda\xe4\x2b\x34\xe5\x9e\x60\x7e\xb7\x7a\x81\x35\x00\x7a\x19\x3f\x18\xfc\xf4\x5f\xfe\x05\xe0\x14\xfc\xd7\x7f\x4d\xcf\x7e\xfe\x3e\x2d\xbe\xf0\xa5\x34\xfc\xe6\xdb\x97\x72\xdb\x6f\x0d\x8a\x3e\x5f\x47\x80\x78\x41\x9f\xdd\xef\xd4\x94\xad\x4f\x87\xf0\xd7\xff\x0b\x00\x00\xff\xff\x5d\x35\x1d\xfa\x2e\x91\x00\x00") +var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x7d\x7b\x93\xdb\x48\x8e\xe7\xff\xfc\x14\x6c\x5f\xf8\xec\x8e\x28\xcb\xd1\x3d\x71\x8f\x98\xb0\xdd\x57\x5d\xd5\x7e\xcc\xba\x1e\xeb\x2a\xcf\xdc\x9c\xc3\xa1\xa6\x44\x96\xc4\x29\x89\x54\xf3\x51\x72\xcd\xc6\x46\xdc\xd7\xb8\xaf\x77\x9f\xe4\x80\x1f\x80\x7c\x90\x54\xd9\x3d\xbb\x71\xfb\x8f\x94\xcc\x44\xbe\x90\x48\x00\x89\x44\x66\x66\xbb\xdd\x3c\x2f\xda\x65\xfa\x32\x3d\x4e\x77\x59\x59\x6d\x8a\xb6\x4d\xdb\x62\x73\xf3\x6c\x5d\xb7\x5d\x91\xa7\x6f\xca\x8e\xbe\x9b\xbb\x72\x59\x24\xc9\xba\xde\x16\x04\xfa\x96\xfe\x92\x3c\x6b\xd7\x8b\x3a\x6b\x72\x8a\x38\xb5\x70\x52\x7c\xd9\x6d\xea\x86\x81\x7e\x91\x50\xb2\x2e\x36\x3b\xce\x43\x7f\x49\x5b\xae\xaa\x79\x59\xd1\xe7\x15\x85\xd2\x77\x55\xd2\xd6\xcb\x32\xdb\xcc\x83\x04\x44\x58\xfa\x1f\xd3\x1f\xab\x3c\xbd\xea\x8a\x5d\xfa\xa2\xdd\x66\x9b\xcd\xab\xac\x45\x96\xae\x48\xb3\xe5\xb2\xee\xab\xee\xc5\x73\x49\x90\xc2\xeb\xbe\xb3\xd2\x2f\xfa\x4e\xe2\xfa\x9d\x45\x7d\xdc\x25\x4d\xb1\x2a\xa9\x63\x0d\x45\x7d\xd0\x60\xb2\x2f\x16\x6d\xd9\x71\xa3\xff\x22\xa1\xe4\xae\x68\xda\xb2\xe6\xf6\xfc\x59\x42\xc9\x2e\x5b\x31\xc0\x25\xfd\x25\x5d\xb1\xdd\x6d\x32\x64\xb8\xd6\x60\xb2\xc9\xaa\x55\x2f\x30\xef\x35\x98\x2c\x9b\x82\x92\xe6\x55\xb1\xa7\xd8\x13\x7c\xa4\xf4\x31\x9b\xcd\x92\x9e\x70\x3a\xdf\x35\xf5\x4d\xb9\x29\xe6\x59\x95\xcf\xb7\x82\xb5\x8f\x14\x9f\x6a\x7c\x4a\xf1\x29\xc7\xa3\x1b\x45\x4e\x08\x9a\x67\xad\xf6\x85\x86\x86\xf0\x95\xb5\x09\x8a\xaa\xb2\xad\xe5\xe6\x60\x52\x6c\xb3\x72\xc3\x83\xf0\x8c\x03\xd4\xf8\xb6\xdd\xd7\x18\xaa\x4b\x0d\x12\x22\xe6\xdd\xfd\xae\x00\x1e\x9e\x5d\x53\x28\x59\x66\xbb\x6e\xb9\xce\xb8\xad\x12\x4a\x08\x68\x57\x13\x42\xea\xe6\x1e\x70\xf6\x91\xd4\xcd\x2a\xab\xca\xbf\x67\x9d\x20\xe9\x22\xf8\x4c\xb6\x65\xd3\xd4\x8c\xdf\x33\x04\x12\xea\xf1\x9c\xcb\xa1\x98\x73\xc2\x44\x50\x0a\xa7\x6c\xcb\x55\x23\xa8\xe4\xc4\x33\x7c\x71\x29\x9c\x76\x53\x37\xb7\x9a\xf0\x9a\x83\x83\xac\xd4\x08\x4d\x8d\xeb\xcf\x2a\x42\xbe\xa6\x9e\xe1\x23\x02\x68\x93\x2c\xdf\x12\x2a\x77\x59\x55\x30\x8e\x8e\xf9\x8b\xf0\x42\x5f\x89\xd2\xd4\xbc\x2d\xba\xae\xac\x56\x8c\xec\x63\x89\x4a\xaf\x34\x2a\x09\xd2\x5c\xdc\x7d\xdd\xbb\xe1\xa4\xf8\xbf\xd2\x67\x7a\x29\x9f\x92\x16\x64\x42\xa2\xcb\xc9\x3d\x69\xe7\x37\x45\x91\x4b\x5f\xda\xf4\x35\x85\x93\x5d\xbf\xd9\x10\xd6\x7e\xeb\x8b\xb6\xe3\x4c\x97\xf4\x4d\xfd\x97\xef\xa4\x6c\x5b\x0a\x50\xf4\x3b\x04\x12\x1a\xba\x6a\x89\xce\x9c\x20\x90\x24\x9f\xda\x22\x6b\x96\xeb\xcf\x89\xfc\xa3\xad\x1c\x60\xda\x3b\x34\xa8\x4c\x48\x4a\x44\x52\x83\x55\x90\x2c\xeb\x9c\x3f\x4e\xe8\x8f\x8a\x2e\xab\xb6\xa3\x19\xf7\x39\xd1\x00\x83\x49\x48\x06\xa0\x2b\x3b\x60\x41\x23\x31\x7d\x5b\x1e\xc1\xf4\x75\xd9\xb4\xdd\xb3\xae\x24\x62\xfd\xd0\x57\x09\xf7\x8f\x66\xdb\x3c\x5f\x18\x13\x7a\x53\x13\x8a\x10\xdd\x50\xff\xce\xee\xaf\xfe\xf9\xfd\x51\x7a\x49\x9c\x68\xd5\x14\x14\x4e\xa9\x0c\xfa\xa3\x3c\x7f\x98\x25\x94\xcb\x6a\x3a\xcd\xba\x6c\x91\xb5\x85\x47\x2b\x27\x0a\x75\xbb\x34\xd0\x38\x73\x35\x70\xb0\xb6\x8b\xfa\x3b\x35\x43\xa8\x0c\x9d\x57\xae\x8c\x73\x9e\x5c\x14\xcf\x4c\x0d\x99\x2f\x37\x05\xc7\x53\x51\xe9\xbb\xf3\xf3\x8b\xd3\x9f\xd3\xa2\x5a\x95\x55\x91\xee\xcb\x6e\x9d\xf6\xdd\xcd\x7f\x9f\xaf\x8a\xaa\x68\x88\xc7\x2d\xcb\x94\xe6\x54\x43\x94\x90\x12\x61\x4b\xe7\x66\x49\xdb\x6e\x68\xee\x03\xbd\x57\x57\xef\xd3\x33\x46\xf1\x2e\xeb\xd6\x68\x48\xb7\x4e\xda\xdf\x36\x8c\x22\x57\xe1\xf5\xba\x48\x41\x65\x00\xaa\x6f\x0c\x1f\x69\xae\x6d\x9c\x25\x45\xd3\xcc\x89\x2d\x75\xf7\x73\xcd\xac\xe5\x0d\x21\xa5\x08\x22\x9d\xaa\xee\xd2\x45\x91\x22\xcf\x2c\x49\xac\xc1\x86\xdd\xe3\xdd\x6e\x53\x2e\x65\xae\xbf\x91\x34\x8f\x68\x96\x20\x8a\xa5\x10\x0e\x88\xb2\xb4\x00\x5d\xc4\x9e\x79\x3e\xa4\x11\x03\x41\xfe\x75\x41\x0c\x70\xdd\xaf\x84\xed\x6d\xea\x3e\xff\x0e\x94\x6a\xad\xf7\x84\x9a\x7e\xa8\xa9\xc1\xc0\x8e\x03\xf0\x55\x1c\x13\xc5\xb1\xd0\x6a\x8a\x6d\x4d\x7c\xc5\x11\x7b\x49\x04\xb5\x2f\x29\x91\x7a\xda\x66\x77\x34\xdf\xba\x3a\xed\xd6\x65\x9b\xe6\x44\x6c\x4b\x2e\x98\xa6\x46\x4f\xe2\x42\xc8\x82\x08\x54\x48\xc3\xe2\xe2\x31\x00\xd4\xb6\x27\x6a\x5a\x53\x61\x2c\x8c\x58\x72\x52\x91\x53\xed\x44\x97\xa8\x1c\xd0\x37\x51\x6e\x4d\x5c\x99\xf9\xe6\x29\x02\xfa\x1d\x96\x4f\xad\xca\x6e\x6e\xa8\x55\x2d\x51\xc5\xdb\x74\xb9\xa9\x89\xa4\x3e\x7e\x78\x4f\x99\xd7\x5d\xb7\x9b\xef\xea\x06\x64\x7c\x7d\x7d\x49\xd3\xa3\xe9\x7c\x6c\x80\x6b\x86\xa9\xfa\xed\x82\xbe\xf6\xeb\x92\x98\x40\x16\x0c\x10\x50\xb1\x61\xf9\x57\xa5\x75\x35\xc3\x58\xf5\xcd\x66\x30\x8c\x54\xa5\xa5\x1c\x68\x1e\x37\xe1\x39\xff\x5c\xf9\x56\xa2\xbb\x2d\x29\x09\x7b\x0c\x2a\x75\xb5\x80\x1c\x22\xda\xaa\x77\x5c\x6e\x40\x5c\x17\x1a\xe1\x29\x0a\xb2\xcb\xa5\x8b\x04\xa3\x54\xa8\x20\x01\x17\xde\x52\x87\x75\x36\x5f\x9d\x11\x1a\x30\xa5\x11\x7b\xd3\xd4\x5b\x8a\x7d\x4d\x7f\x3e\xc2\x37\xff\x8c\xcb\x03\x4c\x96\xe7\xc4\x66\xda\xa3\xf4\xc3\xeb\x93\xf4\xbf\xfc\xe1\xc7\x1f\x67\xe9\xbb\x8e\x27\x04\xd3\xc8\xdf\x78\x6c\x29\x28\xa2\xd4\x81\xd2\xcc\xed\x68\xf8\x1f\x31\x81\x3f\x4a\x5f\x20\xf5\x7f\x14\x5f\x32\x52\x03\x8a\xd9\xb2\xde\xbe\xe2\xc9\xbd\xcd\xba\x59\xc2\x29\x44\x35\x4a\x4e\x57\x45\x95\x53\x40\x05\xb2\xa6\x05\x5c\x47\xd3\x03\xf1\x2c\xca\xc9\x7c\x59\x57\x37\x65\xc3\x1d\xfa\xa5\xca\x16\x84\x13\x53\x5b\x88\x1d\x23\xc5\xa4\x1e\x21\x8d\x26\x72\x79\x73\xef\x41\xd1\xd5\x73\x8e\xd4\x01\x4d\x58\x95\x2b\x58\x1c\x01\x9d\x0e\xcb\x57\x88\xc6\xb8\x5d\x50\xf7\x1a\xc3\x77\xeb\x11\x5e\xdf\xdc\x6c\x88\xb1\x19\xb3\xd2\x1a\x2e\x24\x56\xf8\x56\x08\x42\xc4\xb8\x83\xe2\x75\x5a\xb6\x80\x3c\x39\x3d\x4f\x8b\x3b\xa2\x36\x22\x07\x92\x94\x79\xbf\x04\x85\x31\xec\x51\xca\x62\x82\xf0\x4b\x9c\x61\x29\xec\x2d\x98\xab\xdc\x34\x66\x08\x4b\x02\xa2\x29\x9a\x4b\x79\x73\x41\x50\x63\x2a\x88\x55\x73\xc5\xba\x6b\x98\x36\x99\x61\xd4\x3a\x8c\x52\x3b\xcc\x4b\xc3\x5d\x6d\xee\x53\xe8\x0b\xa0\x0b\xd1\xe8\x4c\xf5\x6c\x67\x89\xca\x2a\x53\x60\xe7\x77\x25\x94\x3d\x37\x54\x48\x35\x6d\x96\xd9\xc3\x9f\x19\x80\xb5\xc8\x76\x32\xaf\x6b\xd8\x05\x57\xdc\x3a\x45\x8f\xdb\xd7\xa2\x09\xa8\x81\xb5\x51\x22\xc6\xbb\x12\x9c\x46\x91\x85\xb6\x12\xc6\x50\x35\x55\xd5\x16\x05\x4a\xa0\xfc\xcf\xa9\x4c\xe4\x99\xa9\xf2\xa3\xfa\x88\xc9\x5d\xd2\x49\xd2\xbc\x4e\x59\x10\x80\x9d\x51\x6e\xeb\x6a\xa5\xdd\xd7\x3e\xa7\x4d\xb9\x5a\x13\x5f\xa9\xf7\x47\x82\xb4\xfd\xba\x2e\x98\x76\xde\x9d\xbe\xfc\x41\xda\xb1\x62\xe6\xe6\x32\x31\x5b\xcc\xfa\xae\x66\x3a\xd5\x21\x94\x26\x38\xf1\x02\xc8\x91\x9a\x25\x40\x43\xc5\xd6\x54\xb7\xb1\xb4\xd6\x79\x12\xa6\xe9\x04\xf1\x30\x92\x7b\xa0\x1c\xab\x16\x33\x5f\xd5\x50\xcf\x4c\x6b\x61\x56\x4d\x9a\x7e\xdb\xcd\x57\x65\x37\xbf\xe1\x09\xcb\x65\xbe\xe6\xbc\x2c\x39\x28\x25\x7d\x42\x49\x4f\x52\x9a\xf5\xa4\x73\xe6\x7f\x4c\x1f\xdf\xa9\xb8\xfe\x03\xcf\xc4\x79\x76\x47\xb0\x18\x0c\x55\xfa\x9a\x42\xb4\x05\x5b\x5d\xe4\x35\xd1\x39\xe3\xbc\xed\x77\xe0\xe8\x2a\xa1\x8f\xd2\x9d\x00\xe6\xf5\xbe\xda\xd4\x59\x0e\x96\x43\xb3\xab\xc4\xda\x68\x51\x56\x19\x49\x17\x2b\x05\xac\xec\x31\x51\xc3\xf9\xc5\x35\x00\x57\xf5\xa2\x2f\x37\xb9\x01\xcc\xa8\x87\x77\xd9\xa6\xcc\x59\xcf\xd2\x71\x0f\x75\x1a\x8b\x2a\xa5\x2d\xcb\xba\x61\x71\x88\xde\x58\xc6\x03\x72\xb8\x61\xf9\x86\x68\xca\xab\xb0\xc8\xe7\x44\x26\xa3\x81\x06\x1e\x0a\x28\x0b\x54\x50\x4c\xd9\x56\x4f\x3a\xb4\x74\xd9\x53\x5d\x34\xe8\x1c\x4d\x19\xdb\xf4\xd9\x2b\xfa\x4d\x58\x3c\x0b\xdf\x5b\x8d\x11\xcf\x89\xa9\x24\xf6\x32\x4b\xa3\xa6\x46\xe4\xed\xa8\xcb\x88\x37\xe8\x6b\xd8\x5e\x23\x81\xb6\x17\x7a\xe5\x85\xe0\x86\x86\xb5\xf8\x8e\x02\x4f\x68\x02\xaf\x36\x18\x84\x0c\xda\x0b\xa9\x71\x35\xe1\x8d\x09\xe4\x48\xa6\xcb\x0d\x75\x8d\x79\x67\x97\xdd\x52\xdb\xb2\x86\x94\xb0\xe4\x13\x2f\x96\x3f\x27\xbd\x28\x40\xf5\x26\x77\xca\x26\x68\xba\x6e\x86\x8b\x33\x0f\xe4\xe8\xb5\x25\x2d\x72\xb9\x9e\xbb\xa5\x36\x23\xa5\x2b\xbe\x40\xe6\x21\xc9\xaf\xbc\x99\xd8\x39\x29\xd9\xde\x63\xb8\xb8\x13\x67\xf7\x7e\xb4\x48\xfd\xa1\x29\x42\x2a\xfa\xa2\x66\xac\xdd\x15\x0e\xea\x24\x8c\x8d\x33\x50\x59\xa4\xa8\x69\x51\xf1\x1a\x8a\x92\x64\xa1\xa7\xa9\xb2\xd8\xa3\xa5\xc8\x27\x35\x01\x7c\x4e\xac\x82\xa8\xc8\xe4\x13\x31\x03\x5a\x97\xf8\xb5\xf1\xdc\x06\xc7\xad\x91\x79\x49\xa7\xfc\xc0\xcb\xc1\x75\xb1\x63\x91\xb9\x6d\x31\xaa\x1b\x82\xcc\xef\x55\xf7\x72\xe3\xfb\x93\x70\x5a\x1a\x70\xe2\x4f\xdf\x99\x71\xe1\x77\x16\xf1\x73\x49\x23\x89\xfc\xb1\xe4\x90\x05\x3b\xe9\xc8\xb0\x52\x34\xcd\xfd\x51\x1a\xc9\xa0\x35\xad\xcd\x17\x05\x09\x38\xcd\x96\xcf\x6c\x75\xc0\xa3\x96\x2d\x85\xe4\x61\x68\x00\x91\x4a\xce\xba\x19\x8a\x34\x6e\xa1\x30\x28\xad\xc5\x09\x7c\x88\xf3\x50\xea\x4f\xd4\x49\x08\xdb\x16\xac\xf3\xcd\xb7\xb2\xb6\x97\xaf\xf4\xac\x48\x48\x31\x59\xd1\x7c\x34\x7a\x7b\xc9\x4b\xb2\x15\x34\x54\x25\x37\x06\x28\xba\x90\x83\x2a\x84\xc5\xfc\x64\x06\x15\x9a\xd8\x7b\xac\x57\x69\x6a\x8e\xd0\x4f\xb2\x86\x92\x67\xc6\x91\x45\xe0\x42\x3f\x69\x69\xb2\x7b\x24\x1e\xb3\x31\x24\x0d\xa1\x54\x4f\xf4\xdd\xe2\x0c\x3c\xe9\x5f\x2c\x5e\x3d\x6e\x5f\x3c\x5f\xbc\x72\xac\x71\xb9\x2e\x96\xb7\xb2\x96\x28\xab\x45\xfd\x05\x0b\x2e\x1a\x78\xc6\x71\xc5\x53\xe4\x71\x9e\xae\x29\x15\x3a\x39\x4d\x65\xca\x46\x88\xe7\xd4\x68\xd0\xa8\x31\x3c\xe3\x67\x66\x9a\x72\xc2\xc1\x08\x89\x72\xa3\x12\x69\x59\x42\xc3\xc8\x73\x07\x6b\x7a\x4f\xb7\xc7\x1c\xcb\x94\x0b\x36\xef\x49\x17\xfd\xdd\x94\xdb\xb2\x1b\x91\x0e\xf3\x91\x4c\x49\x50\xd7\xf9\x86\x4b\x94\x05\x6c\xa0\x2d\xc4\x8d\xa9\x18\x92\x9b\x46\x4e\xfb\x8c\x96\x37\x7f\x48\x89\x84\x7a\x92\x42\xdc\x27\x6a\x26\xb1\xe3\x8c\x05\x2f\x2d\x10\xb2\x76\xde\x57\x8a\xd6\x22\x37\x62\x7a\x5b\x42\x48\x70\xbd\x46\xf2\x01\x94\x61\x5e\xf5\xdc\xf4\xa9\xc3\xf8\xf7\xa4\x14\xdf\xb8\x6c\xcc\xb9\xb9\x41\x25\xeb\x64\xd9\xe4\xe0\x11\x67\xab\x0a\x59\x5e\x01\x03\x0c\xc7\x03\x4d\x8b\x03\x3f\x7a\xb4\xc2\xb8\xa5\x18\x0c\xc8\xa2\xef\xba\x9a\x75\xee\x0d\x53\x8d\xe4\xb1\x56\x9f\x00\x10\xcb\x08\x5f\x1e\x06\x24\xc4\x93\x8c\x4d\x61\x3a\xf0\xdc\x1b\x09\x75\xb5\x32\xe8\x9d\x8a\x3a\x07\x96\xcb\x72\x3d\xab\xee\x8d\x94\x89\x20\xb8\x15\x5c\x61\x37\xdd\x96\xa7\x4d\xf1\xbd\x6f\x8d\x9b\x33\xc8\x61\x2d\x92\xec\xc1\x7c\xfa\x80\x54\x31\x0f\xd9\xac\x33\xc9\xa5\x46\x16\x4f\x1f\x4d\x8c\x5e\xa4\xf3\xcc\x20\x06\x4b\x6a\x63\x0e\x44\x53\x2f\x90\x7b\x36\xa8\xcb\x2f\x77\xc6\x18\xec\xe2\x26\x7b\x01\xd4\xd5\xf5\xbc\x5d\xcb\xd2\xd2\x9a\x97\x6e\x8a\x6a\x15\x99\x09\x60\x22\x06\xd1\xfd\x57\x16\x73\xa4\xc0\x67\x9b\xcf\xc9\x3d\xec\x51\x7f\x25\x0e\x5f\xc1\xd2\x57\x27\x94\x20\x8b\x91\x33\x04\x08\x94\x57\x46\x9f\x13\x16\x81\xe7\x03\xb5\x8e\x45\x84\xc6\x05\xfa\x05\x92\x7e\x89\xb4\x35\x1b\xc2\xe4\x72\x42\x05\xfc\x50\x78\x8b\x26\x42\xae\x8b\xb4\x88\xbe\xb6\xa5\x0e\xad\xa7\x6f\x0b\x2d\xfc\x2d\x2d\x9b\xdb\x8f\x58\xf6\xca\x1a\x96\x17\xbc\x97\xd9\x3d\x2b\x5d\x12\xad\x1f\x48\xb8\x2e\xb2\xad\xb6\x92\x83\x52\xc4\x31\x89\x33\x8d\xe4\x20\x49\xb9\xc0\xaa\x91\x40\xfd\xb0\x2e\x88\x2e\xa2\x62\xdf\xa9\xff\x85\x9a\x4b\x7f\x1d\x99\x62\x7e\x4d\xb2\xcd\x6e\x9d\x41\xfe\x07\x60\xb0\x3a\x10\x10\x06\x3e\x05\x08\x68\xa1\xdf\x16\x4d\xb9\xe4\x20\x67\x78\xfa\x6c\xfe\x3d\x0c\x4e\x34\x51\x48\x11\x8c\x0b\xcb\x69\x92\xfc\x43\x05\x72\x98\x95\xc4\xb0\xdc\xb6\xfc\xbb\xf5\x22\x2a\x8e\xe3\x89\xe7\x10\x04\x54\x32\x0f\xe5\x80\x20\x18\x59\x3d\xeb\x52\xe6\x0b\x1d\xab\x80\x51\xd1\xdb\xec\xcb\xd7\x32\x6e\xeb\x89\x7c\xc2\x0a\x7c\x26\x9b\xf0\xda\xc5\x98\x1d\x10\x3c\xdb\x37\x0e\x42\xd3\xd0\x33\x48\x75\x4b\x52\xad\x72\x60\x1f\xe5\x3b\xc5\xf7\x1f\xcd\x78\x4e\x22\x44\x15\xe8\xd4\x99\xd1\x49\x38\xe7\xcc\x37\xa1\x08\xcf\xfc\x74\x0b\x95\x63\x47\xce\xac\x46\xda\x92\xdf\x31\x0e\xd2\x28\x65\x9d\x40\x24\x35\xf3\x16\xff\x39\xcb\xc8\x39\x2b\x9d\x55\xa8\x5a\x3a\xe9\x69\xf2\x05\x10\x62\xf7\x9d\x8f\xf3\x0d\x26\xdc\xc1\xec\xa4\x0a\x4c\xe4\xbe\x18\x1b\xf2\x0e\xe4\xef\x68\xca\x4c\x14\xe0\x66\xd2\xc1\x8c\x32\x98\xc8\x44\x3d\xcf\x47\xbc\x60\x9c\x91\xc1\x68\xd9\xb3\xd9\x14\x2b\x36\x35\x59\xc5\x51\x6d\x4a\x42\x24\x0c\x04\x2c\x24\x20\x8f\x61\x37\x58\xe1\xb8\x86\x4a\xbc\x1b\xa3\x78\xf9\x44\xad\x26\x75\x9c\x82\x9c\x33\x58\x44\x69\x33\x54\x92\x6f\x79\xbd\xd0\xf6\xcc\x9a\x79\x6d\x21\xda\x49\x3c\x1a\x2c\x78\x51\x54\x81\x2a\x0e\x17\x4f\xb4\xc8\x0b\xae\xaf\x95\x0f\xb0\xdf\x59\x74\xb8\xdc\x1e\x17\xac\x85\x3b\xa0\x43\xc5\xba\x05\x61\xf1\xa5\x84\xd9\xee\x4d\xc9\xe6\x20\x2c\x09\xdd\x4a\x18\x69\xb3\x64\x43\xcc\x80\x97\x1e\xd2\x2b\xd1\x63\xeb\x3b\x5e\xb9\x71\x7d\x9c\x2a\xf9\xc4\x8c\xa7\x9d\xe2\x71\xd6\xc5\x25\x2d\xe6\xea\x7d\x91\x1f\x91\x88\xe7\x1c\xd4\x4e\xb0\x8d\x6c\xb3\xcf\xee\x5b\xd8\x48\x8c\xe3\xb0\xc9\x52\xb2\x33\x3b\x21\x05\x60\x85\x56\x85\xf6\x69\x9a\x71\x86\x89\x96\x78\x27\x0b\x0f\x27\xa6\xf7\x58\x1e\x82\x5b\xa8\xd5\x85\x56\xdd\x2c\xf6\x20\x62\x55\xd6\xf0\xd2\x96\x17\x82\xac\xe3\x4b\x72\x50\x10\xb6\x3c\x94\xf3\x4f\xe4\x3d\x62\xf5\x88\xaa\x61\x65\x85\xf8\xb1\xe0\x9a\xf4\x3f\xc2\x2c\x9a\x14\xd8\x0a\x7a\x2a\xff\x99\xe8\xc5\x25\xe1\x90\xd7\x59\x7e\xf9\xcc\xb2\x89\x46\xc5\x0c\xbb\x12\x8f\xc5\x6f\xd2\x76\x34\x05\x18\xd3\xb6\x4d\xf7\x57\xd1\xaf\x74\xc9\xcc\xa9\x98\x62\x40\x53\xbb\x2e\x77\x69\x0d\x63\x61\x88\x42\x4f\xb6\x81\x8a\x49\xd8\xc8\x0b\xe8\xdd\x6c\x35\x6d\xb2\xaa\xbd\x29\x60\x3e\xdd\xa6\x37\xbc\x13\x34\xd3\xaa\x59\x63\x95\xed\xba\x03\x35\xcb\x1a\x06\x55\x87\xd2\x02\x63\x17\x0c\x54\x5c\x35\xc1\xdc\xa1\x66\x6d\x03\xb0\xea\x4b\x6a\xad\x0d\x4c\x66\x23\x14\x40\x6b\x8c\x36\x29\xac\x35\x77\x45\x88\x88\x9b\x7f\xb4\xe7\x01\xd6\xd5\x42\x2c\x66\xf5\x78\x98\xa4\x52\x58\x2b\xb0\xc7\xb4\xb8\x8f\x7b\xcf\x59\x1d\x05\xf0\x8e\xc7\x5d\xa1\xb5\xf0\xc4\xe0\xb9\x32\x28\x10\x56\x0a\xbf\x56\x48\xba\x0c\x4b\xbe\x05\x35\x71\xb9\x8e\x66\xe7\x35\x52\x52\x49\x19\x4d\xd0\xe4\x13\x57\x4d\xcb\xf8\x75\x56\xad\x0a\x36\x75\x51\x49\x2c\xf2\xf0\xad\x1a\xba\x44\x52\x83\x57\x8d\x84\xd9\x40\x6e\x59\x96\x34\x21\xeb\xed\x83\x39\xcb\xca\x0c\x36\x6d\xf2\xb7\x9a\x74\x08\x58\x7a\xff\x44\x21\xd6\x7e\xab\x24\xda\xdb\x19\xd8\x19\xb0\x3c\x28\xbb\x7b\x6c\x3a\x2d\x48\x07\x96\x45\x1a\xc5\xd0\x32\x17\xdc\x01\x96\x8b\xd7\x16\xa6\xf1\xc8\x98\xe9\xf1\xd4\x96\x90\xc2\x89\x19\xe9\xb5\x85\x13\x5e\x25\x6f\x67\x10\x0e\xac\x4c\xc3\x38\x1d\x88\x84\x27\x8f\xdb\x27\x3c\x60\x96\x36\x0b\xe0\x77\x59\x47\x6c\xb1\x92\x25\x8a\x70\xa8\x30\xab\x26\xbb\x22\xc0\x55\x04\x6c\x86\x1d\x5d\x41\xc5\xe7\xc4\x6f\x34\xdb\x1e\xf3\x94\x41\x54\x59\x4c\xab\x3a\xef\x3f\x51\x50\x2d\x22\xa9\x73\xb3\xd0\xa5\x2a\xb6\xf1\x6c\xd3\xa7\x8d\xf7\x80\xda\x44\x4d\x40\xb1\xfd\x47\xc9\xfb\x65\x7a\x2a\x01\x5b\xf4\xf6\x25\xfa\x54\xe6\x49\xb2\x03\xde\x83\x6d\x71\x1d\x08\xd7\x68\x75\x7f\xf0\x36\xe8\x66\x28\xd9\x09\x0b\x52\x0a\x08\xd7\xb6\x04\xa0\x05\xf0\x1e\x6a\xb0\x60\x63\xe3\x2a\x56\x72\x55\xb0\xdd\x41\xeb\x5d\xce\xc7\x60\xfb\x62\x91\xb2\xb9\x93\x08\x87\xd6\x45\xda\xd1\x6d\x46\x4b\xaa\xbb\x32\x73\x96\x19\x1a\x2d\xde\x78\x57\x29\xfa\x9a\x37\xdd\xb1\x93\x39\xf6\x10\xe1\xfd\x08\xdd\x7a\x78\xaf\xc1\xa4\xdf\xe5\x6c\xd3\xf2\x1d\xfe\x88\x08\xd7\xe1\x38\x3d\xb0\x36\xa2\xeb\x96\xcd\x69\x33\x02\x9e\xa7\x0a\xc7\x2d\xbb\x9f\xd9\xf4\x99\xf0\xfa\xd0\x29\x94\x0f\x41\x42\x23\xbf\x24\xe9\xa2\xd5\x00\x66\xc2\x7b\x80\x5e\xd9\xd7\x03\x42\x48\x56\xa6\xeb\x7a\x9f\x6e\xca\xea\xb6\x55\xfc\x3a\x7b\x88\xad\x93\xd3\x53\x44\x10\xb0\x58\x6a\x58\xad\x2a\xab\xbe\xf8\x29\xb1\x90\x18\xe2\x11\x1c\xfb\x29\x14\x22\x15\x87\xcc\x40\xf7\x4f\x4e\x10\x9d\x1e\x23\x7a\x12\xd6\xaf\x73\x35\x0b\x76\x74\x99\xfd\xea\xc6\xce\x4d\xc1\x0a\x36\xd8\xe1\x1b\xe5\x42\x84\x9f\xba\x6e\xd5\xf6\xe8\xd9\x0f\xc7\xc1\x50\xa1\x50\x3a\x5a\x0e\x42\x07\x53\x1a\x63\xfb\x14\x04\xc5\xcb\x43\x52\x96\xb4\x3d\x98\xdb\xf3\x72\x2b\xae\x40\x1f\x35\x55\xb6\xec\xdd\xba\x02\xc9\x33\x5a\x29\x0f\x3a\x13\xee\x18\x9c\x13\x2e\xa5\xfb\xc6\x47\x2d\xf1\xc8\xd4\x05\x41\x08\x84\x7d\xd4\xd8\x21\x65\x69\x01\x66\xfc\xfe\x0a\x81\x19\xf9\x84\x1b\x29\xc2\x9b\x1d\x6b\xa9\x37\x91\x52\x78\xa2\x66\x7c\x97\xce\x98\x0d\xd2\xcf\xb1\xe5\x35\xb4\x36\x44\x2b\x25\x2d\xe1\xa0\x36\x3d\x68\xd3\x68\xee\x58\xbe\x3d\xf5\x2d\xec\x8e\x11\xfc\x4c\xa8\x3f\x83\x65\x58\x76\xc5\xfa\x56\xf4\x49\xae\x0a\x5b\x6a\x52\x04\x21\x00\x0b\x8e\xd6\xaf\x33\x8e\x85\x1b\xb1\x41\x5c\x7c\x8b\x1c\x80\xba\x17\xc5\xeb\xc9\xc2\xf6\xb0\x43\xc6\xb6\x6b\x68\xd0\x49\xf0\x0e\x2c\x51\x23\x96\x16\xb1\x2f\x70\xaf\x1a\x1b\xb2\x9e\x6b\xd1\x0a\x52\xcb\x62\xfe\x8f\x90\xc5\x78\xeb\x65\xc1\xd6\x2d\xab\x54\x99\xb5\x4b\x15\x96\x9d\x50\x1b\x30\x07\x0a\x67\x9e\xc8\x81\x89\xb8\x89\x00\x0b\x41\xcc\x12\x6a\xd1\xf3\xc8\xce\x0b\x8b\xed\x7f\x98\x6d\x37\xaa\xd0\xd9\x76\x7d\x53\x07\x64\xc3\x6d\x1c\x48\x9c\x11\x01\x51\x02\xe4\xaf\x0e\x7d\x20\x55\x75\xf0\x9d\x70\xe5\x6a\x44\xa7\x67\x34\x51\x14\x44\xb0\x12\x01\x38\x2c\x2b\x78\x70\xba\x80\xe3\x8e\x28\xf8\xed\xc8\x0c\x19\xf3\xd7\x63\xac\x60\x08\x2b\x02\xcb\xfa\x00\x0b\x34\xd1\xfe\x74\x45\xb4\x65\x44\xc8\xb6\xab\xf3\x43\xb9\x97\x1d\x47\xaf\x12\x1d\xe9\xb2\x61\x5d\xae\xd6\xd4\xaf\x72\xcb\x5b\x8e\xe0\xda\xb6\xaf\xe5\x57\x75\xfc\x45\x13\xaf\x5e\x55\x6c\xc3\xe1\x1a\x66\xe8\x8c\xe3\xb6\x2f\xda\xae\xa9\xab\xd5\xab\xd3\x9a\x97\x5b\x6c\x09\x61\x51\xf1\xd3\x8b\xe7\x1a\x4f\x2c\x83\xc7\x90\xdd\x31\xdf\x94\xdd\xdb\x7e\xf1\xa4\x4d\x57\xa4\x1b\x40\x80\xbc\xc8\xd2\x75\x53\xdc\xbc\x7c\xf4\xb8\x7d\xf4\x4a\xf7\x99\xc5\x2b\x68\x5f\x39\xb4\xbc\x78\x9e\xbd\x62\xed\xb9\xad\x37\xa4\xd4\xc6\x59\xea\xed\x56\xc6\x97\xd8\xdf\x56\x20\xd1\x7e\x6c\x4d\x17\x15\x30\x57\x34\x8a\x1f\x2a\x70\xe6\x68\xdd\x8f\x8f\x0e\x9b\xa9\x49\x91\x7d\x41\x15\x15\x06\xc6\x8e\x5b\xd5\x05\x4c\x93\x6d\x0b\xa9\xcb\x06\x01\x3b\xce\x86\x81\x64\x73\x8d\x37\x6d\x98\x71\x02\x1a\x34\xca\xb0\xfc\x94\x95\x5a\x22\x9a\x06\xc7\x59\x9d\x22\x38\x29\x64\xa4\x15\xd0\x2f\xf3\x54\x33\x65\x42\x61\xf4\x46\x10\x26\xd8\x88\x86\xbf\x33\x06\x20\xbd\x0f\xa6\x3f\xf4\x97\x63\x64\x20\xfd\x05\xab\x6e\xed\xcb\x7b\x5d\x63\x23\x81\x04\x55\xa0\x4f\x9f\xd7\xba\x27\x91\x5a\x24\x5a\x4d\x0a\x74\x57\x44\xe4\xce\xd5\xd1\x1f\x4a\x21\xda\xc4\xb2\xfd\xbf\xa5\x39\x2d\xc1\xfd\x74\x32\x85\x54\x27\xd3\xb1\x9f\x0b\x43\x15\x55\x77\xf3\x0e\xce\xa7\x60\x1a\x69\xa9\xce\x4d\x43\xcc\x07\x05\x14\xc1\x45\x59\xe5\x32\x6d\x94\xea\xd5\xef\xc1\x91\x3b\x09\xd3\x8a\x81\x60\xe3\xe3\x80\x7e\x07\xc8\xbf\x8a\xca\x0f\x68\x83\xb8\x55\x5f\x05\xdc\x42\xa6\xe3\xbc\xab\xc5\xd6\xa5\x9d\xbc\xa4\xf5\x06\x7c\x9e\x8e\xa5\xc0\x6b\x4e\x6e\xd5\xef\x4e\x37\x45\x2d\xcb\x1b\x8d\xc4\x80\x03\x30\x41\x52\xeb\x10\x81\x2f\xbf\xf4\xb4\x52\x74\xbf\x5a\xbd\x99\x30\x06\x34\xf5\x8c\x3f\xac\x65\xff\x3a\x3d\xbe\x7c\x37\x4b\x5c\x7d\x56\xe6\x2f\x19\xe9\x4c\xd2\x82\xbd\x5b\xf5\x32\x29\x0d\xf9\x8b\xdb\x2d\x91\xec\x66\x64\x43\x4e\x90\xb3\xeb\xd3\xa8\x3f\xd2\x97\x38\x5d\x50\x5c\xb4\x81\x25\x40\x6a\x43\x4b\x86\x9c\xd9\xf5\xf4\x3b\x42\xac\xb3\x47\xb1\x44\xd8\xdd\x33\xaf\x0b\x3c\x55\x32\x41\xd0\x1e\xdc\x6a\xe0\x22\x43\x90\x58\x0d\xa7\xac\xdf\x36\x6e\xae\x58\x83\x75\xb6\x84\xb1\x01\x25\x80\x0c\x77\x36\x9e\x51\x7b\xbd\xa0\x0b\x1b\x2d\x8b\xf4\xc1\xfc\x4c\x85\x8d\xca\xfe\x2b\xb7\x4b\x34\x33\xc5\x71\xb8\x34\xa3\x32\xf7\xc5\x86\x3d\xe9\xb4\x41\x7e\x13\x52\x17\x62\xd1\x16\xa4\x02\xb9\xcd\x47\xf6\x5c\x74\x9a\x84\x8c\x6d\x68\x1d\xb1\xc2\x08\x82\x08\x18\xbb\x8e\xb2\x82\x32\x76\x7f\x72\x7c\x7e\x7e\x71\xed\xb9\x3c\x53\x56\x95\x93\x2c\xfa\xce\xf9\xdf\x8c\xda\x65\x5e\x38\x68\x1f\x1c\xb2\x22\x08\xef\x07\xa4\x39\x0e\xc1\x85\x13\xdf\x4a\xa7\xe0\xaa\xc6\x6c\xae\xb9\x2d\x92\x23\x8f\xdb\x9f\x1f\x5a\xa0\x24\x9f\x58\x3c\x7e\x4e\xcc\xc6\x78\xc1\xff\x49\x68\xa6\x0d\x4c\xe3\xa0\x66\x6f\x41\xf7\xee\xa6\xd4\x80\x3a\x1f\x99\x6d\xc1\xf6\xfa\x0c\x1a\x28\xe1\xbe\x06\x23\xbd\x49\xb1\xbb\x76\xc4\x56\xa8\xba\x01\x0d\x32\x72\xfb\xaa\xfc\xad\x87\x7c\x67\xfd\x93\xf4\x15\x76\xeb\x5a\x94\x1b\xe1\xb6\x7f\x76\x1f\x12\xcf\xa1\x81\x2f\x66\x50\x39\x7d\xbd\x68\x77\xec\xa9\x46\xdc\xb6\x7d\xf9\xa8\x2f\x53\x36\x6a\xb0\x67\xc8\xa3\x57\xa4\x2d\xf2\x2e\x35\x0d\x1f\x41\xbc\x62\xc3\xc4\xad\xd9\xbb\x86\xfe\xf5\x48\x33\x47\x4a\x4e\x83\x37\x25\x62\x27\x5a\xa1\xba\xb5\x18\x2c\x3a\xb1\x74\xa5\x41\x2f\x98\x3b\x33\x75\xdf\x16\x21\xa6\x74\x47\x42\xc7\xf5\x94\xfe\x9a\x12\xde\xa0\x12\xcf\x27\x2a\xd2\xe0\x34\x85\x8b\xf4\xf5\x5e\xd1\x78\x2f\x79\x41\x35\x5b\x95\x1d\xe9\xf4\x7c\x86\x02\x2b\x6d\x9a\x30\xc4\x14\x71\x18\x43\x42\x16\x33\x91\xd7\x60\x91\xb1\xac\xca\x6e\xce\x72\x7a\x2b\x1e\xec\x54\x6c\xb6\x11\x1d\x28\x46\xb4\x6c\x18\xa7\x1f\x7e\x39\x3e\x3d\xfb\x65\xb6\xcd\xcd\xa1\x45\xf1\xa9\x9e\x2c\x01\x46\xf3\xe2\x26\xeb\x37\x66\x6a\x43\x87\x11\x91\xfe\x8c\x08\x3d\x36\x41\xab\x22\xc2\xdf\x9d\x88\x44\x39\x48\xf1\xce\x62\x9e\xb2\xce\xfb\xfd\x01\x03\xd4\x70\x17\xe7\xf7\xdb\xa1\x86\x25\x3c\x6c\x8e\xe2\x2d\xfe\x39\x1b\x17\x53\x75\x03\x89\x36\x3f\x13\x3d\xd6\x61\x4e\xf8\xee\x5c\x87\x78\xe1\x87\xa9\x87\x69\xd9\xd6\x46\x59\x4c\xd2\xb4\x06\x2e\x36\x29\x7e\x9f\x2d\x36\x7d\xa1\xc1\x26\xcb\xcb\x9e\x94\x43\xc1\xa3\xd1\xb8\xd5\xa4\xc3\x72\xa6\xa7\x4d\x82\x71\x51\x88\x19\xbc\x97\xe7\xb6\x0c\xe0\x7d\x73\x56\xb1\x75\xe9\xe7\xa0\x6c\x23\x00\xee\xa8\xe6\x12\xf7\x4e\x22\xc5\x47\x15\x0e\x71\xd0\xb5\x63\x9b\xa9\x6d\xd7\x67\xa1\xbf\x79\x22\x93\xc2\x66\x9a\x4e\x91\x1b\x37\xd7\xe0\xb9\xcc\x6e\xa9\xf1\x24\xc3\xc1\x98\x00\x53\xa1\x33\x09\x73\xb3\x9c\xd9\xf1\xee\x7e\xce\x96\x1b\x70\xe0\xdd\x7d\x02\x97\x0b\x92\x5f\x73\x88\x47\x89\x04\x3f\xdc\x94\x3b\x39\xbb\x45\x09\x65\x21\x7e\x93\x08\x5c\xfc\x53\x22\x48\x71\x23\x84\x81\xc6\x81\x2e\x4e\x20\xbe\xfb\x13\xd8\x53\xc7\xea\xb9\x58\x92\x5f\x3e\x9a\x2f\x68\x8e\xde\x3e\x0a\xd4\x75\x3e\xfa\xc5\x3a\xfa\x77\xa4\x48\xed\x75\xbf\xf3\xa3\x84\x12\xfb\xfe\x0b\xbe\x7a\xf6\xc3\x93\xcd\x55\x0e\x24\xfa\xc5\x06\xd9\x44\x0f\x03\x31\x33\x4a\x58\x21\x55\xb6\x41\xca\x68\xc8\x39\x7e\xeb\xb9\x97\xb2\xd2\x78\x99\xfe\x33\x7f\xa5\x6f\xf8\x4b\xbb\xc2\xd3\xd8\xcd\x51\x8c\xf0\x60\x62\x87\x8e\x69\xe0\x38\xea\xdd\xe9\xe7\xb4\x78\xb3\x04\xd8\x57\x37\x16\x03\x64\x17\xe8\x64\xd7\xf3\x96\x3d\x8f\xbb\xd5\x76\x49\x31\xf0\x27\xe7\x48\x16\x59\x41\x09\xce\x5a\x1f\x95\x91\x38\x56\xa1\x2c\xa2\x6b\x0a\xa8\x57\xf4\xa7\x69\x38\x3a\xd6\x65\xb0\xcf\x0a\x10\x91\xdc\x7f\x4e\xaf\x29\x46\x21\x8a\x30\x29\x51\x50\xa4\x0f\x0f\x11\x61\x1a\xb5\xe0\xb8\x1c\x20\x92\xdf\x14\x6d\x47\x28\xc2\x5a\xd7\x7d\x24\xdc\xc6\xb2\x13\xcf\x41\x84\x12\xf5\x6b\x15\x1b\xbc\x04\x13\x58\x38\x9b\x8c\xbd\xc4\x3e\x64\x7b\xf9\x24\x4c\xeb\xa9\xa3\xb7\x12\x92\x68\xf8\x3d\x0b\x28\xbc\xa3\x1d\x3c\xc4\xb8\xd2\xf0\xa5\x85\x13\x6b\xc0\x6c\xdc\x10\x4b\x19\x1c\x7a\x4a\x97\x83\xf4\x1b\x51\xef\x5f\xb3\x72\x6f\x71\x19\xf8\x57\x6a\x5e\x1c\x2e\x7e\x4b\xd3\x5f\x8c\x79\x67\x12\x72\x29\xb9\x38\x18\x9d\xf2\xf1\x3f\x8b\x33\x17\xce\x0b\xfe\x77\xb1\x44\x30\x3a\x7f\xe8\x3f\x51\xcc\xcf\xe4\x5c\x20\xeb\xf5\x72\xca\xca\x47\xcf\x86\x63\x11\x24\x55\x2c\x04\x17\x30\xa2\x12\xed\x23\x3d\x4c\x5e\x12\xfe\x9b\xb9\xcb\x7f\xc2\x9f\xc2\x21\xa3\x52\xdc\xe0\x86\x63\x3b\xa8\x26\x84\xa1\xaa\x26\xc1\xa4\xba\x10\x52\x6a\xdc\x4e\x01\x93\xe6\x59\x45\xb0\x17\x14\x11\x92\x56\x54\x30\xeb\x4c\x83\x92\xa1\x46\x4d\xc3\x93\x68\x60\x67\x79\x28\x92\x1a\x1c\xb7\x33\x00\x92\x66\x66\x13\xa0\xbc\xd8\xf5\x70\xd4\xf1\x21\x90\x5a\x2c\x1c\x43\x18\x8e\x9e\x1f\x1f\x1a\xda\xe1\x00\x49\xe2\x7c\xb7\xc9\x96\x85\x73\xf8\x05\x10\xa4\x2e\x9f\xcf\x8b\xaa\x71\x85\x69\x65\x51\x79\x40\x68\x97\x2d\x28\xf9\x71\x0e\x6c\xba\xcc\x8c\x2b\x9f\x24\xa8\xb3\x44\x9a\x5c\xec\x65\x6a\x25\x47\x45\x86\x69\xa4\x20\xb0\xf0\x11\x13\xed\x39\xaf\x96\x38\xcc\x87\x31\x26\x72\x3c\x48\x51\x43\x98\x83\x25\x8f\xe8\x46\x73\x3e\x30\xbc\x0a\xa1\x9a\x06\xf4\x8b\x71\xca\x8c\xdd\xbb\x1d\xc7\x3b\xc6\xa6\x2a\xb8\xde\x14\x68\xab\xe7\x6d\x49\x58\xb2\x64\x75\x55\xe6\xba\xee\x9d\xca\x24\xa3\x95\xcf\x17\xf7\x9a\x47\xc6\x2b\xe7\x2d\xdb\x03\x59\xb6\xbc\x2f\x0b\x31\xaa\x59\xce\x5c\x44\x98\x85\x07\x19\x05\x13\x84\x84\xd3\xc7\x9f\x7e\xf8\xdc\x72\xc9\xce\x2c\xf6\xfc\xf1\xa7\x1f\x3f\x93\xac\xc5\x1f\x0b\x5b\xcb\xbd\x6b\x8a\xbb\xb2\xee\x71\x86\x54\x83\x9e\x1a\xe1\x49\x7e\xce\x5e\xe3\x11\x41\xb9\xa3\x59\x03\x7a\xca\x5d\x52\x4c\x4f\x55\xbf\x85\x98\xa4\xe6\xb7\x42\x6f\xf6\xe5\xb2\xcb\x37\xab\x8c\x5c\xa5\xfb\xe4\xcd\xe1\xc8\xb4\xf7\x38\x6a\x3c\x6f\x90\x38\x5b\xd8\xb5\x1c\x26\x63\x95\xca\x59\xe5\xca\x1b\x91\xdf\x80\x9f\xc5\xc4\x6f\x47\x58\xd1\xd6\x38\x49\xeb\x8f\x41\xd4\xf5\x0a\x29\x83\x39\xa8\xb1\x2a\x69\x82\x74\x99\x26\x86\x15\x3f\x8d\xe3\xf4\x65\xbd\xa9\xfd\x34\xc7\xd7\x10\x40\x96\xca\x8f\xf3\x01\xab\x96\x64\x8c\x8a\x23\xde\xc7\xd8\xc2\xac\x06\x04\x2c\x90\x45\x5e\x72\x39\xbf\xd0\x5f\x9c\x30\xd8\xae\x8d\x13\x9d\xa7\xa6\x34\x10\xfe\x9a\x76\x60\x6c\x5c\x8a\x6e\x7a\x02\xd4\xad\xd5\x27\xc1\xfc\xd2\x4e\x0d\xf4\x34\x52\xc2\x74\xa0\xda\xab\xbf\x02\x8b\xf0\xb2\x92\x53\x73\x5c\x36\x5b\xb1\x91\x2a\xfb\xb9\x5a\xf2\xe1\x7d\xc6\xe9\xaa\xbd\x89\x46\x5a\xea\x3d\xe5\xd5\x46\x10\x1b\x48\x71\xe0\x1a\x74\xba\xcb\x1a\x1a\x70\xec\x1a\xa9\x6a\xc1\x31\xba\x05\xd6\x4e\xc3\x59\x47\x0d\xb8\xdb\xd7\xa9\x53\xbf\x70\x8a\x9f\xed\x53\x59\xca\x99\xcd\xdb\x1b\xbb\x3d\x9a\x7f\xa6\xc5\x12\xbd\xd3\x6a\x83\x16\x85\x6d\xaa\x66\x56\xf9\xb8\x31\xab\xa2\x13\x7d\x81\xf2\xe0\x99\x6d\x90\x3c\x21\x19\x82\xd4\x69\xe9\x30\x04\xc8\xbd\xcc\x7d\xdc\x46\x75\x93\xf6\xdd\x17\x73\xd5\x7f\xa8\x9d\xf4\x95\xe2\x6b\xd8\x04\xe3\x22\xc3\xa2\xdd\xb4\x8c\x7b\x44\xa3\xb6\x58\xd3\x2a\x46\x1c\x97\x45\xe0\x05\x6a\x28\x0d\xbb\xba\xe4\xa8\xbd\x4a\x87\x3e\x2a\x7e\x20\x9c\x27\xb1\x63\x13\x16\x3e\xc1\x61\xc2\x84\x2d\x22\x4c\xf5\x9d\x3e\xa5\x1e\xb3\xe2\x97\x3e\xb5\x13\xad\xdf\xc7\x9d\x2c\x64\x57\x99\xff\xc3\x04\x77\x14\x4b\x8b\x9a\x0b\xdd\x6b\x89\x28\x5c\x63\xfc\x11\xa5\x23\xe7\x51\xfb\xe4\x9e\x8a\x7b\xb6\xdd\x3e\xcb\xf3\x27\x13\xbd\x0e\x88\xde\x75\x7b\xb0\x39\xa0\x62\x6a\x40\xfd\x41\x49\x01\x07\x99\xc6\x1d\x03\x44\xe3\xf4\x91\xfd\x92\x0a\xb6\x15\xa4\xb9\xc7\x1b\xc8\x3b\x18\xbb\xb6\x4e\x77\x45\xbd\x23\xb4\x3b\x23\x2c\x5b\x0c\xc5\x53\x33\xec\xc9\xc0\x43\x20\x48\x1a\x38\x94\x3f\xd8\x3c\xc3\x83\x4e\x5b\xb6\x40\x6d\x0f\xa0\x44\x0e\x83\x1f\x44\x48\xc0\xf3\x3c\x52\x1d\xdf\x9b\x00\x9c\xe2\x7a\xbe\xee\x7f\x4f\xce\x37\x55\xf9\x14\x09\x7c\x8d\xf7\x4d\xdd\x68\x61\x71\x33\xa1\x6f\x38\x00\x49\xc8\x27\x05\xe7\xc9\x80\x9f\x93\xf0\xdb\x83\xad\xeb\xfa\x56\xce\xd4\x2d\x10\xf4\x29\xab\xb2\xb3\x44\x3e\xb2\xff\x36\x4e\x5d\x64\x6d\xb9\x0c\x6f\xce\xf8\x99\x23\x26\x9a\x98\xf3\x18\x37\xf3\xbf\x8b\xf2\x79\x8a\xaf\xf4\x7f\x31\x61\x38\x10\xf5\xde\xb9\xb0\x33\x94\x57\xec\xc3\xe3\x52\xd5\x7b\x22\xa8\x4a\x9d\x3d\xc6\x75\xa9\x23\x02\x2f\xde\xa7\x8d\xc4\xce\x0b\xe7\x50\x16\xa3\x8f\xa1\xbd\x8d\xf7\x37\x9c\xb7\xc2\xc8\x21\x67\xca\x11\x27\xf6\x17\x7e\x80\x50\x5c\x53\x9c\x2b\x22\x5b\x11\x34\x78\x61\xde\x8c\x63\x30\x67\x73\xf7\x1e\x8c\xb1\x89\x8e\x77\x94\x2a\x71\x50\x80\x17\x23\x7b\x3b\x72\x54\xec\x3a\x49\x74\x2d\x17\x10\xf8\xc3\x47\x38\x09\x81\x0d\x1a\x3e\x7b\x65\xf5\xe2\x56\x17\xf8\x31\xb3\x4b\x68\x2b\x26\x4e\xf5\xc7\x14\xdf\x1c\xb1\xd5\x67\xee\xec\x1e\x6f\x00\x0e\xad\xb2\x6e\xdb\xd5\x1f\xc0\x13\xe7\x1e\x6b\x2a\xd2\x02\xf2\x19\xb8\xb2\x01\xf7\x81\x85\x70\x00\x68\x48\xb9\x20\xfe\x24\x1b\x88\x92\x2d\x8b\x5c\x41\xbb\x40\x5b\x95\x2d\x8a\x45\xb6\xbc\x75\x2d\x62\xf6\x57\x34\x1d\x9c\x30\xc7\x68\x67\x27\x90\x25\xd4\x8f\x17\xbb\x57\xcf\x60\xf9\x93\xfb\x1a\xd0\x0b\x99\xe0\xa4\xfa\x7a\x84\x60\x23\x94\x37\x36\xef\xca\xbc\x27\xf2\xe6\xc1\x98\xbd\x78\xbe\x7b\x15\xe7\x27\x8a\x80\x35\xf8\x60\x19\x83\x81\x63\xd5\xa5\xc4\xe1\x2f\xf6\x72\x86\xbb\xed\x8d\xf7\x22\x6f\x51\xc3\xc1\x59\x14\xb0\xa2\x80\xd4\x8d\x9d\x7c\xc5\x09\x69\x8c\x13\xdb\xa5\xc1\x7d\x3f\xd8\xa9\x71\x30\xac\x5d\xcd\x03\xd2\xc6\x6e\xa0\xd1\xec\x44\x51\xb2\xcb\x38\xb0\x79\x7b\xa7\x5e\xd7\x34\xcb\xd0\x1c\x6e\x5e\xbc\xeb\x95\x4e\xec\x76\x39\x50\xde\x6f\xf7\x1c\x53\x4c\x4d\x79\x8e\xfe\x9c\x04\xd1\x87\x33\x0c\x76\xff\xa3\xb2\xe2\xdd\xff\xa0\x81\x22\x6a\x0e\x95\x73\x32\x59\x86\xee\x51\x06\xa5\xc0\x77\xbf\x84\x97\xf6\x5c\x0f\x94\xea\x5d\x55\x43\x37\x69\x4d\xdd\xaf\xeb\xe0\x38\x93\xb8\x24\x60\xb2\x86\x0d\x99\xc5\x7d\xdd\x8b\x7c\x50\xbc\xa8\xb4\x18\x88\x11\x9b\x7c\x26\x4b\x70\x34\x66\xdb\x13\x6f\xd9\x94\x34\xe8\x10\x19\x7a\x2d\xca\xc5\xd5\x35\x2e\x9c\x20\x5e\x48\x8c\x66\xc5\xf4\x9a\xfe\x65\x4d\xeb\x67\x76\x5e\xe7\xdb\x49\xd8\xa7\x68\x95\xd6\xcb\x25\x7b\x12\x95\x95\x1e\xe8\xde\x17\xb6\xe7\x5d\xe5\x1b\xf1\x2a\x0a\x7d\xb2\x8c\xef\x8a\xb9\x3b\xc5\x0d\x24\xcc\x04\xda\x5d\xb1\x24\xa5\x64\x96\xbe\x27\x15\xad\xc2\xb5\x5d\x38\x3e\xca\xbc\xe4\x41\xeb\xb8\xeb\x09\xcc\xd4\xbc\xfa\x9d\x8d\x05\xa4\xbb\x1f\xc9\xa4\x24\xfa\xbd\x63\xcf\x65\x31\x31\x70\x02\xa9\x13\xc5\xe6\x46\xbc\xd0\x79\xdb\x1f\xaa\x9c\x5c\xa6\xc1\x5b\x8f\x72\xc7\x00\x1b\xf0\x51\x80\xfa\x53\xc1\x7b\x02\x47\x2f\xb9\x67\xbb\xa2\x61\x75\xc4\x3c\x0f\x43\xa7\xb3\x61\x9b\xb0\xd6\xb4\x76\xbd\x13\xb6\x80\xe1\x83\xe2\x2a\xe7\x64\x8f\x98\x17\xb3\xce\x67\xeb\x75\xdb\xd2\xd9\xc9\xd9\x58\x96\x74\x84\x2f\x1c\xec\x30\x10\x91\x1f\x38\x00\xc7\x27\x1c\x7a\x1d\x0e\xf3\xe7\x04\x42\xb9\x9e\x89\x16\xa9\x40\x66\x04\xc9\x7e\xed\x08\xc2\x5b\x13\x00\x64\xee\x35\x43\x16\xa6\xe0\x5e\x0f\x78\x1b\x51\xa2\xce\x29\x94\x18\x5e\x19\x20\xe4\xfb\xc0\x34\x0a\xa8\x3c\xba\xf1\x0a\x3d\xd4\xa3\xb2\x2f\xf8\x9c\xe7\x2b\xa6\xde\x17\xcf\x11\x74\x0b\x46\xa5\x3c\xbe\x60\x27\xa0\x38\xbe\x3c\xa5\x26\xfc\x41\xf4\x35\xc5\x2a\x6b\x72\x3b\x27\xa3\xd4\xcf\x6e\x20\xa0\xf2\xd0\x0d\x32\xdb\x90\x46\xae\x45\xd0\x6c\x25\x90\x5b\x36\x8a\x13\xa1\xf0\xf5\x50\xb6\x08\x61\xce\x9f\xcb\xd4\x62\x0f\x33\x22\xf8\x7e\xc7\x73\x40\x26\x94\xd5\x83\x6e\x3f\xfd\xd3\xd5\xc5\xf9\x51\xfa\xe5\xd9\x7e\xbf\x7f\xc6\xd9\x9f\xf5\xcd\x86\x7d\xb1\x72\x3e\x87\xf3\x3f\xcf\xde\x1f\xa5\x45\xb7\xfc\x7e\x46\xda\x3b\xa6\x86\x57\x7b\xd5\x45\x05\x8b\x5c\x26\x4b\x5e\xd9\xfd\xe3\x53\x66\x27\x07\x36\xf5\x32\xa3\xf0\xf8\x66\xc8\xb4\x79\xd8\xcd\x64\xa8\x54\x20\xa6\x43\xaf\x31\x16\xb4\x56\xc2\x81\x6d\x04\x7c\x02\xb0\x6a\xc3\xf7\x91\xd1\x21\xca\x0d\xe2\x5b\xde\xe2\xef\x37\xb9\xd0\xa9\x71\x34\xea\x9d\xa2\xac\xc8\x7f\x1a\x96\x84\xad\x22\xdc\xdd\xf2\x32\xfd\x13\x2f\xf4\x18\xa5\x42\x05\x9c\x64\x54\x00\xe0\x90\x96\x30\xc3\x52\x3d\x7c\x5e\x0c\x13\xfc\xa6\xdd\x69\xd1\xc1\x5b\x75\x8a\x36\xa4\xe5\xae\x6d\x7e\x34\x6d\xa2\x92\x5c\xa3\xc2\x1a\xe1\xde\xe2\x79\x12\x51\xf3\x60\x0e\xb0\x5c\xda\x0f\xe7\xc1\x50\x24\xe9\x24\xf3\xec\x5e\x27\xd9\x88\xe3\x2b\xe0\xd7\xe6\x99\x6a\x10\x23\x8d\x2e\xa8\x41\x35\xbb\x51\x0d\xe2\xc7\x36\xd7\x5e\xda\x31\x12\xf8\xb6\x9d\xba\xb8\x58\x04\x19\xd5\x80\x81\xc4\x24\xc3\x08\x69\x37\xa4\xe6\xcd\xc3\x19\xce\xc2\x2c\xb2\x71\x5e\x31\x08\x9c\x16\x79\xb3\xdf\x36\xc6\x47\x2e\x9b\xa1\x9a\x21\xa5\x9a\x4b\x92\xb8\x4e\x0d\x12\x87\x97\x8a\x0d\x92\x79\x65\x21\xf7\x1d\x9e\x48\x28\xc4\xd6\x6e\x53\xdf\x9b\x57\xeb\x29\xbe\xf4\xb8\x48\xd8\x33\x0f\xa6\x9d\xf2\x90\x81\x06\x5f\xcf\xe3\xe2\xfe\x1a\x5c\x1c\xa0\x6a\x40\x75\x9f\x0a\x0c\xbb\xbc\x84\xaa\x5e\x64\x95\x99\x68\xde\x84\x63\xa4\x83\x1a\xba\x70\x9e\xba\x1a\x0e\xb8\x70\xc6\x59\x43\x37\xce\x20\xeb\x37\xb8\x71\xc6\x48\x1a\x3b\x69\xfa\xae\x7e\x83\x9f\xe6\x54\xa7\x03\x03\x84\x92\xf1\x14\xe2\x27\x32\x4c\x19\x22\xf2\xb0\x6f\xde\x12\x11\x9a\x1d\x64\x6d\x50\xb4\xb0\xe0\x0c\x16\x7c\xdf\xb2\xc6\x9c\x6a\x89\x47\x49\x80\xdc\xaf\x99\x25\xf2\xf2\xe6\x66\xb6\x68\xea\x7d\xcb\x7e\xa2\xb8\x1a\x8c\xb7\xb2\xf9\x3b\xbd\xc2\xb7\x80\xb0\xc9\x15\x44\x21\x01\x89\x94\xad\x57\xdd\x6b\x28\x35\x92\x45\xdb\xe8\x6a\xa6\x53\x4a\xc1\x6d\x48\x7c\x53\x1a\x1f\xef\x90\x94\x99\x64\x21\x76\xbe\x9f\x73\x08\xfe\xad\x30\x91\xf0\x52\x1c\x99\xae\x38\x46\xc1\x38\x68\x08\x37\x6f\x39\xec\x84\xe8\x81\x1b\xe8\x61\xde\x71\x0e\x84\x65\x70\x04\x46\xc4\x50\x42\xd1\xf2\x20\xa1\xdf\x1d\x41\x18\x2e\x3d\x84\x22\x08\x93\xfe\xe7\x77\xe7\xf2\x89\xcd\x74\x3d\x7e\x84\xdd\xf4\xd7\xec\xd6\x64\x5b\xf4\xb3\xa9\xad\x7a\x4b\x13\x97\x07\x59\x9f\xda\x5d\xad\xf8\x72\x10\x79\x93\xdd\xc0\x56\xc9\xff\x2e\x96\x94\x39\x9f\xed\xb2\x29\x9e\x0d\xb3\x11\x72\x04\xd5\x57\x08\xb8\x78\xb5\x35\xf2\x9f\x8b\xcb\xd8\xae\x18\xe0\xf0\x71\xee\x31\x62\x1b\xfe\x44\x77\x8f\x49\xd0\x96\xbc\x00\x57\x02\x1d\x54\x08\xea\xf0\x37\x6a\x80\x76\x70\x7b\xa9\x41\x74\xd9\xca\x79\xab\x66\x2b\xd9\xb3\xf1\x69\x50\xed\xed\x08\x64\x94\xc7\x5f\xab\x61\x26\x05\xef\xd0\x41\xe9\xb8\x1f\x70\x19\xfa\x89\x50\x24\x3b\x88\xe0\x14\x5b\xbb\x9e\x0d\x07\xc2\xed\x1d\x29\xce\x52\x7c\x3b\x28\xd3\x54\x98\x5c\xe6\xdb\x3c\x50\x56\x84\x80\x42\xb1\x72\x96\x35\xb7\x7c\x61\x18\x36\xd0\xac\x80\x7d\xa3\xc7\xd6\xf8\x3f\x1c\x31\xbd\xa8\xee\x52\x42\xa3\x0a\xe3\xfd\x69\xe4\xc6\x9a\xc9\x98\xa9\xcb\xc0\xda\x95\x1c\x91\x7c\x2f\x21\xb9\x61\x76\x48\x19\x63\xb7\x6d\x4a\x7b\x36\x1c\xb7\x00\xde\x21\xfa\x2f\xc5\xff\xfd\xdf\xff\x87\xd8\xd3\xae\x26\x69\x89\x03\x05\x7a\x96\xdd\x8f\xbb\x79\xa7\xf9\x6b\x05\x9f\x81\x47\x07\x0d\x11\xf4\xa7\xea\xa3\x4f\xa1\x11\x8d\xf2\x9d\x63\x46\xdf\x57\x6c\xa3\x8a\x89\x1c\xab\x1d\x4f\xe6\xb0\x8f\x0f\xcb\x30\xa2\x9a\xab\x8c\x70\x67\x69\x6d\x70\x31\x68\x72\x42\x4d\x89\x6e\x5a\xa4\x24\x9f\x68\x4d\xfd\xd9\xdf\xb8\xe0\x06\x22\xba\x6d\x01\x4b\x1c\x0f\x63\x08\x7b\xc3\xe4\x37\xbe\x60\x55\x96\x8c\x72\xbd\x0b\xb6\xa4\xcc\x07\x55\x4e\x40\xcb\xf9\x18\x57\x48\x58\xd1\x93\xd6\x0e\xc9\xe8\xcd\x3f\x38\x86\x32\x71\x52\x29\x3c\x7d\x43\x2b\x46\xdd\x94\x90\x93\xdd\xba\x1d\x13\xdd\xd4\x0c\xff\x2a\xb3\xff\x98\x1a\x98\x27\xba\x4f\xc0\x3e\x3f\x1c\xe0\xc3\xf7\x7c\x8b\x2d\x93\x9f\x58\x78\xdf\x21\x82\xe6\x35\x22\x70\xb1\x04\xbc\x9a\xf8\x3f\xc1\x71\x5e\x35\x52\x70\xac\x86\x34\x7e\x70\x64\xb8\x89\xae\x47\xf3\x9e\x5f\xb8\x4a\x20\xba\x8f\x8c\x0b\x07\xa2\x26\xb6\x88\x46\x17\x4c\x60\x64\x10\xfb\x10\x74\xe4\x3f\xfb\x64\x03\xab\x9d\x9e\x47\xe3\xb2\x88\xcb\xa9\x87\x80\x92\x0c\xae\x37\xe0\x7b\x80\x2a\xbe\xd9\xcf\xb0\xec\xaa\x09\xa6\xcc\x5a\xf6\x8f\x7c\x36\x1e\xaf\x6c\x41\x93\xe7\x27\x81\x67\xcf\xaa\xb2\x6d\x03\x25\x01\x79\x7c\x74\xba\xa1\x05\xc2\x26\x5a\xcc\xa0\x20\x56\xe5\x7e\x3a\xe0\x82\x3a\xbe\x0a\xe4\xf7\x3b\xa1\x8e\xcb\x78\xd8\x0d\xf5\x1f\xdd\xba\x98\x3e\xe6\xeb\x92\xc7\xe7\x7d\x5d\xd2\xd4\xc1\xdf\x7f\xc3\x46\x02\x91\x94\x36\x63\x34\xb7\x0f\xee\x24\x68\x1e\x67\x88\x3e\x7c\x05\xcb\xef\xdf\x4f\x88\x2e\xbe\xf8\x06\x6d\x2f\xee\x71\xa0\xe8\x45\xad\x72\x08\x61\x83\x55\x7c\x20\xe2\xd0\xea\xcd\x2b\xae\x11\xcf\x18\xae\xf1\x46\xe7\x1f\xd0\xd3\x07\xb3\xc4\xa7\x21\xc2\x66\x3a\xf3\x94\x3f\x3f\x60\x56\x1c\x39\x07\x21\xe6\xbc\xaf\x1f\x86\x38\x60\x1f\x7e\xe8\x54\xc4\xb0\x95\xcc\x6b\x9c\x27\x4e\xd8\xc8\x07\x73\x84\x62\x36\xde\x83\xf9\xb7\x9c\x94\x98\xb6\xc1\xf2\x1a\x70\x6f\xa6\x18\x08\x65\xc3\x9f\x37\x28\xf0\x1a\xc2\xf0\x25\x8b\x0c\xcf\x70\x3d\xe6\x7a\xdc\x7d\xdc\x0d\x1b\xcd\x1e\x0f\xc2\xbd\x67\x7a\x0b\x80\x9d\xb1\x1b\xc4\x7b\xd6\x07\x47\x8b\x9d\x9c\x73\xf0\x40\xf2\x0d\x75\x67\x32\x65\x98\x3f\xae\x23\x3e\x1f\x62\xb1\xce\x0c\x7e\x86\x80\x8b\x27\xac\x2d\x0b\xf8\xef\x9f\x48\xc8\xa5\xe8\x5a\x4b\x2f\xb3\xf1\x8d\x90\x8b\x4a\x5e\xc2\x12\xea\x63\x55\xea\x29\xae\xd9\x05\x9a\x06\xe5\x7e\xc7\x43\x98\xb9\x93\xfb\x3c\x4c\x02\xa8\xea\xa6\xb6\x0a\x1a\xf2\x1f\x87\x65\xc9\xa5\x8d\x2a\x3d\xcf\xeb\x7d\x22\xa2\x73\xc6\x77\x6b\xa4\x72\xb1\x86\xc6\xc4\x4d\x92\x38\xd6\x51\xf4\x40\x1b\xfa\x40\x6a\xba\x9c\x5f\x1b\xa7\x0f\x7c\xfa\x21\x39\x9c\x37\xbf\xdd\x93\xc3\x0a\x28\xb4\x06\xb8\x61\xb3\x5e\x1f\x12\xc7\x4c\x4b\x85\x02\xeb\xab\x15\x4d\x34\xaa\x37\x84\xf8\x96\x8a\xb9\x9d\xa3\xea\x8e\xcc\xbe\x85\x63\xd3\xec\xaa\x2d\xfc\x70\x6b\xed\x90\x7b\x65\x5d\x3b\xdc\xa5\xc5\xbe\x1d\x21\xc4\xb7\xb4\x83\x6b\x79\x0e\x8f\x20\x1e\xc4\x87\xda\x43\x8b\x43\x3d\x05\x1e\xee\x9e\xb4\xc3\x26\x7a\xa7\xf8\xeb\x40\x5e\x63\x07\x32\x1f\xe8\x1f\x6c\xde\x1c\x0b\x4e\x49\x91\x8d\xb0\x09\x15\x41\x36\x8a\x27\x0f\x03\x7e\x7d\x8a\xf3\x48\x23\xa7\x03\x0d\xb6\x80\x3d\xd8\x94\x14\xd2\x76\x79\x95\x0e\x3a\xd6\x99\xea\x75\x92\xf8\x75\xc1\x2b\x70\x76\x8c\x4f\xf4\xbb\x50\x64\x40\xc1\xb3\x91\xcc\xe5\xd2\x30\x37\xc7\x99\xd5\x05\xb5\x8e\x0b\x73\xac\x1a\x50\x8e\x45\x8f\xe1\x8c\x77\x86\xda\x59\x60\x6c\x65\xa6\x7c\x64\x3a\xab\xec\xb6\x1a\xd4\x36\xbb\x8f\x36\x80\xf9\xf8\x22\xaf\xc8\xa2\x59\x73\x58\x62\x8f\x9b\xe2\x65\xb5\xdc\xc4\xe5\x08\xe6\xa0\x51\x66\x16\x4e\xf5\x31\x81\x78\xb2\x5b\x35\x19\xdb\xc2\x6d\xac\x99\x59\x04\xa4\x80\x02\xff\xe8\x7a\xe9\x6e\x35\xf7\xdc\x00\x3b\x6c\x54\xd0\x93\x87\x98\xc2\xef\x68\x00\xd8\xc6\xc3\x2d\x00\x5b\x90\xfb\xc4\xa8\x19\x01\x0b\x78\xa8\x21\x7a\x1d\xf9\xb7\x37\x04\x7c\xe3\x1b\x1b\x72\x64\xad\xd0\x5b\x6c\xf2\x7c\x72\xfe\x3f\xd4\xbe\xc1\x72\x07\xc4\x19\x5d\x93\x34\x20\xf8\xe8\x69\x18\x47\xf4\x81\x2f\x84\x15\x8b\x0d\x30\xf5\xcd\x50\x71\xe6\x8b\xaa\x68\x08\xb1\x94\xad\xba\xd0\x7f\x23\x3e\xb0\xc4\x1e\x05\x5d\x73\xaf\x2a\x09\x77\x2e\x3e\x2f\xe5\x6f\x83\x90\x45\x18\xf6\x32\xe5\xea\xac\x4f\x40\xfb\xe7\x03\x4f\x50\xc9\x55\xf9\xb2\x3d\xdd\x46\x2f\x15\x8d\x6f\x31\x7a\xf0\x06\xa9\xf8\xe6\xac\xe1\x15\x6a\xad\x9c\x78\x5d\x99\x2e\x67\xb7\x91\x27\xde\x79\xe3\xea\x9e\x70\xb0\xc5\x03\x0c\x4b\xbe\x3c\xa4\xae\x4a\xd9\xf7\x3f\x93\x10\xdf\x1f\xc3\xa6\x18\xb5\xc3\xf0\x41\x6c\xef\x91\xed\x7b\x07\xe3\x22\xdb\x98\x54\x11\x90\x70\x90\x1e\xdc\x68\x04\x7f\xcb\xc6\xee\x68\xf2\x25\xa0\x25\x30\x61\xf6\x41\xcb\xb4\x1d\x28\xb4\x6f\xa7\x6a\x9c\xf3\x46\x5d\xaa\xdb\x94\xee\xe1\x18\x66\x12\x7c\x6d\x47\xce\xd7\x76\xc8\xdb\x04\x47\x41\x44\x84\xf3\x30\x61\xe7\x2e\x48\x88\xa2\x63\xc1\xe7\xe3\x71\x38\x2c\x8e\xe2\x13\x61\x51\x44\xb6\x1c\xd5\x62\x06\xec\x30\x4e\x7c\xe9\xc2\x18\x73\x51\x8f\x4a\x8f\xef\x0d\x08\x93\xe4\x32\xb0\x28\x4a\xef\x3f\x8f\x7b\x22\x36\xd5\x30\x6e\x53\xaf\xf8\x22\x33\x18\x21\xe3\xee\xa9\xee\x1c\x97\x69\x2e\x7d\x51\x11\x70\x0a\x0f\x63\xb0\xaf\xd5\x65\x6d\x9c\x1b\x53\x30\x8c\xd0\x73\xe4\x23\x40\x5a\x53\x67\xcb\x35\xfa\x3f\x9b\x22\x24\x5b\x1a\x3b\x62\xd2\x97\x8f\x26\x20\xe5\x8e\xfa\xd4\x6e\xa4\x9f\x84\xe1\xa7\x6f\xf0\x00\x40\x90\xca\x2e\xb2\xd5\x5c\xaf\x56\xa8\xf5\x24\x29\xfb\xcb\xba\x6b\x14\xd2\x0b\xcc\xb8\xf6\xc1\x4c\x81\x14\xe3\x53\x1d\x7a\x75\x83\xe6\x14\x8d\xe3\x01\x71\xe6\x4b\x56\xc1\xa8\x9e\x0b\x99\x5f\xab\xb5\x5e\x4f\x60\xed\xc6\x5c\x1b\x1c\x91\x7c\x53\x19\x83\x56\x7a\x08\x57\xcc\xef\x6f\x2a\xac\x67\x7c\xbc\x0d\x16\xb9\xa8\x91\x11\x5b\x33\x90\xaf\x94\x30\x68\xe2\x64\x11\xbf\xa3\x91\xfc\x68\xc6\x6a\xe9\x1e\x19\x38\xe5\xfb\x69\x9a\x05\x1f\xa4\x63\x19\x56\xc8\xe3\x2f\x75\x15\x5b\xe0\xa6\xb3\x3f\xd4\x32\x34\x88\xd7\xdc\x53\xc5\x1f\x6a\x5b\x53\xb4\xf7\xd5\x72\x8e\x17\x1f\xda\xb5\x6e\x54\x7e\x28\xc4\x56\xfe\x64\x46\x71\xcf\x33\x3d\xcd\x5c\x60\x4b\xaf\x7d\x22\x17\x78\x3d\x5d\x52\x3c\x5e\x9c\x20\x11\xf7\x0c\x3c\x11\xb9\x4d\x81\x23\xf5\xac\xfb\xfe\xc1\x8a\x06\x7d\x09\x18\x62\x80\xdb\x06\x4d\xe9\x8a\x6f\xea\x41\xb0\x49\x1e\x76\x83\xc9\x40\x67\x3f\x78\x45\x78\x53\x25\x23\xee\x29\x1f\xe0\xe6\x1b\x87\xf8\x22\x6f\x75\xf7\x51\x81\x66\x2f\x7a\xa8\xf1\xe8\x40\x87\xc2\x7a\x1f\x18\xa1\x27\x51\x2b\xbe\xde\xc7\x50\x08\xc9\x5b\x45\xfd\x0e\x0f\xc6\xb9\x47\x8a\x3e\xe2\x3b\x64\x0a\x72\x79\xd8\x7c\x55\x37\x35\x0d\x8f\x9c\x15\xd4\x0b\xc5\xde\x58\x5c\x3b\x91\x01\x26\xf0\xfb\x79\xaf\xe7\x3b\x2d\xcf\x19\xa2\x49\x7f\xe0\xc3\x9e\x3e\x57\x57\x77\xd9\xc6\xf2\xb0\x05\x72\xa9\x76\xeb\x6b\x4e\xb0\x5c\xc7\x96\x10\xe4\xd4\x3c\xf5\x82\xfd\x3d\x91\x45\x81\x2f\x34\x26\x80\xc5\x36\x07\x1f\xc0\x23\x74\xf5\xbb\x39\x77\x15\x67\xb7\x24\x3a\x7d\x8f\xe8\xf4\x9a\xa3\xc7\x35\x58\xab\x5c\xb6\x41\xa3\x0e\xe5\xbb\x69\x8a\x51\x9e\xd7\x7c\xd8\x78\x08\x6f\x98\x5b\x17\xd9\x6e\x84\xb7\xb7\x14\x39\xc2\x1a\x20\xc7\x08\x00\xec\x61\x2c\x84\xb9\xca\x1c\x0b\xab\x30\xc7\x3b\x8a\x3a\x04\x0d\x0f\x80\x21\x3c\x9e\x72\x3b\x90\x43\x65\xf6\xb0\x55\xba\x67\x33\x6a\x55\xbd\xf8\x1b\x1e\x3e\x53\xe8\x0b\xf9\x0c\xa0\x16\x75\xdd\xf1\xfb\x12\x3b\x56\xb7\x96\xb7\x0e\x4d\x3f\x5b\x3c\xab\x5b\xcb\xdb\x11\xa6\x04\x7a\x8c\x2a\x81\x3e\x8c\xab\x2d\xdf\x74\x40\x75\x35\xfd\xb2\xeb\x69\x82\xba\x0a\xcf\xae\xf8\xd6\x84\x2b\x97\x30\xaa\x71\x94\x33\xa4\xd0\x61\xe6\xa9\x9a\x97\xa4\x44\x14\x93\x55\x9f\x70\xca\x83\x75\x8f\xf2\x86\x95\x8f\xb2\x4f\xcd\x14\xdc\x97\xc9\x46\xe7\x45\xbf\xbc\x2d\x3a\xf6\x19\x5f\xcf\xb1\xc3\x1c\x96\x75\x69\x60\xe9\xcf\x00\x4b\xdf\x12\x58\x7a\x2d\xaf\x97\x8d\x4b\x25\xa1\xb3\x2d\xba\x0c\x9e\x02\x41\x29\x6f\x4e\x68\x04\x38\x3a\xcf\xa6\x72\xc1\x3a\x33\x57\x2d\x5b\x67\x21\x2b\x3e\x41\x09\xfa\xae\x9a\x28\xde\xc7\x0e\x64\xaa\x34\x5e\x06\x88\xf4\x5b\xde\x2f\xe5\x32\x48\x5e\x18\x50\x1b\x3e\x48\x4c\x00\x8b\x3b\xbb\x08\xd6\x78\x24\x36\xc5\x71\x79\x17\x81\x5f\xc7\x8c\x52\x38\x98\x07\x16\xc6\x45\x70\x97\x59\xdf\x4e\x02\xee\x32\x99\x4c\x07\x21\xad\x7a\x03\xb4\x9a\x87\x70\x5a\x69\x2b\xa8\x14\xb6\x22\x2b\x35\xf1\x2d\xd6\xfb\xb2\xec\x4d\x56\xb8\x16\xdb\x6d\x59\x78\x99\x55\x60\xbf\xfa\x5c\x90\x82\x89\xf6\x0a\x9d\x55\x62\x4c\xdf\xc2\x55\xd8\x16\xb6\x34\x58\xa2\xd4\xa6\xa7\x71\xd1\xdb\x45\x1a\x67\x67\xa7\xdc\xd9\x5e\x8d\x0f\x0f\x5d\x6a\x89\x50\x4c\xcd\x65\x25\x7e\x16\x42\x3d\x57\x04\x50\x6e\x0c\x91\x9d\xa4\x4d\x98\x19\x8b\x06\xf7\xb0\x66\x54\xc0\x7b\xac\x27\x82\xbe\x1d\xbc\x56\xd6\x6e\x54\xfa\xc6\x9b\x65\x7d\x6f\x02\x1c\x63\xa3\x3b\xc6\x6e\xd9\xce\x43\x74\x0e\x2f\x64\xca\x06\xe8\x65\x70\xc5\x70\x04\x8a\x9d\xef\xf0\x21\xa4\x60\xfb\xd1\x50\x8e\x8d\x3e\x3c\xc0\xa6\x8e\x7c\xa3\x12\x82\x3c\xc1\xab\x75\xec\x0e\x2d\x67\x8d\xa6\x50\xe4\xad\x83\x86\x21\x77\x43\x2f\xa0\x1f\xdc\x5a\x8a\x71\x31\x7d\x71\xf8\xff\x97\xbb\xd3\xc3\x06\xf8\x1b\xd4\x0f\xd4\xff\xef\x72\x83\xfa\xd0\x32\xeb\xae\x50\xc7\x15\xd1\x33\x1c\x0e\x88\xe7\x71\xb4\x71\x15\xcd\x67\xe4\x08\xe7\x29\x22\xe2\xad\x7c\x44\x79\xb3\xaf\x59\x7c\xc5\x6a\x83\x29\x3a\xac\x2f\x38\xcf\x11\xd5\x26\x39\xc6\x17\x7d\xc5\x4d\x90\x98\xf1\x6e\x91\xc4\xab\x35\x22\xd5\xcb\x6a\x0a\xb5\x1e\xcd\x60\x92\xd0\x2d\x1a\x8b\x1b\x3d\xd0\xcc\x93\x5a\xa7\xf6\xa0\xc9\xf1\xe4\x8e\x5a\x2d\x99\xe4\xa4\xaf\x1d\x15\x99\x64\x26\x0a\x18\x74\x45\x62\xc2\x3b\x11\x24\x46\xae\x0c\xc6\x1b\x1a\x12\xd2\xf8\xb1\x17\x46\xd0\x62\x2d\x26\xae\x3a\x28\x14\x40\x93\xbc\x2a\x68\xcb\xd0\x3f\x55\x62\xc3\xf7\x98\x25\x46\x9f\xb6\xc5\xab\xb6\x12\xb3\x80\xff\x10\xbc\xdc\xd8\xf8\x74\x7a\x6e\xd5\x76\x5d\x53\x2e\xfa\x6e\xfa\x32\x6c\x97\x3a\x82\xb6\x6d\x7f\xa6\xdd\xf4\x2b\xb0\x6d\x6f\x05\x5f\xf5\x5f\x2b\x77\xf0\x50\xd1\x00\x4e\x6e\x7e\x48\xdd\x9d\x34\xaf\xf1\xad\x89\x5b\xe6\x91\xf3\x96\xdf\x5e\x3f\x23\x16\x93\xa7\x57\xc7\x9a\x82\x07\x6c\xd5\x3a\x82\x77\x6e\x0f\x8e\x02\x43\x8e\x1e\xc4\xf5\x49\x8a\x57\x24\x05\xc8\xd5\x4b\xb5\x3b\xb9\xef\x58\x2e\x94\xbe\x7e\x7f\x45\xc1\x65\x73\x2f\x1b\x46\x3a\x2e\xbc\x63\xa0\xcf\xc6\xda\x2b\x23\xc7\x67\xee\x61\xde\x60\xa4\xb5\x48\x7e\xf4\x73\x1e\x3c\xb7\xaf\x85\x53\xfb\x6b\x7d\xd2\x4e\x0d\xa6\x4a\xab\xfc\x24\x03\x3b\xff\xee\x5a\x2b\x27\x38\x8a\x3c\x20\x7b\xbd\x7c\x5b\x47\x60\x24\x8c\x62\xcb\x2d\x04\x8d\x13\x4a\x21\xbd\x87\xb2\x32\xaa\xe0\x1b\xaf\xca\x0e\xcb\x0a\x84\xca\x03\x6d\x9d\x3c\x6b\x18\x5f\x9d\x16\x02\xce\x65\xfe\xd9\x0d\x89\x51\xc1\x6e\x93\x69\x9c\x21\xba\x2a\x31\xca\x34\xed\x06\xf0\xd0\x25\x89\x62\x14\xb0\xc5\xb8\xb3\x79\xeb\x62\x3c\x36\x7d\x2b\xec\x43\x6f\x82\x07\x20\x77\xb2\xb5\x16\x40\xfc\x59\x5e\x2c\x0d\x81\xa6\xdf\xa4\x56\x80\x21\x4f\xd1\xe8\xc1\x53\xc5\xd1\x1b\xc5\x96\xd3\x9e\x5c\xac\x7b\x59\x6d\xe3\x49\x54\x3d\x63\xf4\x01\x91\xac\x68\x19\xf8\xd4\xbb\xe0\x41\x92\x56\xc4\x49\x61\x25\x90\x50\xfc\x48\xea\x83\x6f\x98\x1b\x82\xd9\xe4\xbe\x9c\xcb\xbd\x59\x41\x1e\x18\xfc\x97\x70\xe3\x1d\x67\xa2\x76\x8f\x73\x50\xbb\x0f\x80\xcb\x26\xb0\xf1\xf3\x2b\x7c\x09\x0b\x71\x2d\x66\xd7\x32\xa5\x22\xeb\xb0\xc4\x0d\x5f\x90\x09\x71\x90\x2f\x3c\x61\xb8\x77\x65\x27\x49\xc3\xbf\xcb\x1f\x56\xcb\x2f\xea\x07\x82\xc0\xc7\x86\x22\xcd\xc7\x86\x0f\xf7\xfb\xd8\xa9\x97\xf4\xc7\xa9\x7e\x67\xfe\x29\xfb\xa6\x3c\xa2\x01\xe9\x56\xb4\xc2\x7c\x84\xe7\x93\xbf\x0f\x72\x84\xaf\xf0\xc7\xb1\xc3\x32\xf4\xd1\xdf\x41\x11\xc6\x2c\xa3\x29\x53\x2e\x0f\x20\xc6\xbd\xfd\x19\xdd\xa9\x0e\xf4\xcb\x1b\xd2\x2a\x56\xa2\x47\xbf\x87\xc4\xec\x99\xad\x23\xe5\x90\xd1\x5a\xc3\xd8\xa5\x3d\x7a\x0d\x5b\x5f\x60\x54\xdf\x76\xf7\xde\xe8\xcf\x88\xf6\x2d\x9c\x7c\xea\x7a\xf8\xc6\x35\x3b\x9d\x5b\x96\xf8\x51\xf2\xf1\x6b\xe4\x0a\x66\x0f\x3b\xc0\x22\x30\x7a\x03\x02\xa6\x00\x7d\x02\xc2\x18\x83\x1c\x71\x62\xff\xee\xf9\x46\xcd\xdf\x72\x0c\x0a\x5e\xde\xe9\x7b\xd8\xbb\x5d\xbb\xa3\x87\x11\xa3\x4c\xf2\x1e\xa3\x7b\x7c\x6d\x9c\xd9\x4e\xeb\xb9\x41\xb4\xd3\x47\x93\x83\xf8\x5b\x5f\xf4\x54\xb8\xbc\x98\xc8\xd7\x0f\xd2\x67\xfa\x1e\x9f\x6e\xac\xe4\x58\x11\x56\xc3\xec\xcc\xfc\xd2\x0e\x1a\x61\x51\x4c\x31\x6e\x94\x6e\xcb\x1d\x8b\x65\x7d\x31\x8a\x07\x87\x62\x20\x9b\xff\x8c\x98\x10\xc9\x21\x67\x3e\xc3\xf7\x74\x03\x15\x76\xac\x05\xc6\xe9\x46\x50\x44\xe7\x75\x40\x4c\x6f\x7f\x79\x7f\x31\x80\x9c\x98\xa0\x9a\x32\x31\xa1\xe3\x17\xf1\xc3\xe9\x2b\x5b\x39\xae\x0b\xd8\xbe\x99\xee\x81\x40\x1e\xec\x80\xd0\x90\xdf\x99\x05\xf1\x4c\x16\xa4\xd4\x96\x67\x3b\x99\x31\x4a\x67\xf2\x1d\x03\x05\x77\xb2\x0a\x94\x5d\xc9\x3a\xaa\xb5\x0a\xeb\xac\x64\x1b\xc2\xf3\x03\x71\x11\x08\xf8\x81\xb8\xda\x4e\x36\xcf\xa0\x69\xc9\x7a\x57\xe6\xaa\x38\x0a\xfc\xa5\x46\x19\xa8\x81\xf8\x92\x0d\x42\x8b\x76\xcd\x24\xc2\x2d\x9d\xf6\x76\x82\xaf\x68\xe8\x74\x22\xf2\x7c\x11\x58\x3f\x0d\xf9\x45\x09\xc9\x61\xc0\xab\xa5\x43\x8c\x19\x94\xde\x9c\xf8\xdb\x6a\x61\x7b\x1a\x74\x66\x53\xde\x14\xce\x52\xa5\xbd\x79\x4f\x71\x11\xf0\x9a\xdf\xe4\xb4\x03\x91\xf2\x2a\x27\x3f\x86\x3f\xe8\x44\x58\x94\xf6\x64\x54\xd2\xae\x84\xf5\x30\xc0\x8b\x44\x4c\x63\xdc\xa0\x95\x6f\x07\xe0\xca\xb8\x87\xec\xd6\x5e\xb5\x0a\x66\x88\x7f\x62\xc6\xcb\x67\x57\x3b\xcb\xe5\xc9\x9a\x19\x4a\x25\x17\xc3\x40\x72\x99\xb7\xc0\x6c\xd9\xc8\xdd\x2a\xfc\x77\xcd\xfb\xb8\x2e\x25\x9c\x7b\x16\xd7\x12\xed\xe5\xbd\x1c\xb6\xd1\xa0\x87\xf7\xde\x05\x82\x26\x4b\x98\xb8\x23\x2e\x06\x28\xbe\x14\xcb\x3e\xd8\x56\xf8\x45\xbe\xd5\x8e\xe7\x8b\xa9\xcd\x39\xb0\xaf\x70\x8b\xdd\xa5\xc4\x04\x30\x53\x17\x2c\x59\xd3\xe1\xe2\x68\xae\x8e\x07\xeb\x77\xd5\x63\xf9\xc3\x50\xe6\x71\x61\x5e\x0e\xf2\x39\xdf\xc8\xd9\x8b\x81\x13\x86\xc1\x86\x5a\x48\x18\x37\xff\x21\xd2\xd3\x5c\xda\x44\xc3\x2d\xa9\xde\x31\xcb\xda\xcd\x02\x58\xa8\xe2\xc1\x7b\x01\xd2\x06\x49\xff\x9a\x8b\x55\xf2\x49\x7c\x1a\x3e\x0f\xae\x94\x36\xf3\x63\xe0\x46\x33\x75\x75\x9e\x1c\x92\xb2\x4c\xec\x41\x24\xf7\x16\x06\xb0\xcf\xdb\x66\xf9\xfc\x71\x78\x5b\x60\x7c\x0f\x1f\xdf\x2e\xc8\x89\x7f\xd0\xab\x04\xb5\x1d\x76\x5b\xde\xaf\x7a\x0b\xa1\x7c\x87\xe5\x8a\xd9\x43\x8a\x6e\xff\x93\x2b\xfd\xd7\x64\x78\xe1\xde\xaf\xfe\x06\xc0\xba\xfa\x3d\x05\xb9\x3b\x3c\xb4\x7f\xf6\x3d\xc0\x0b\x8e\x4c\x33\x42\xe4\xec\xf4\xf0\xcd\x11\x45\x15\x4e\x5e\xf3\x49\x1c\x8f\x27\xfa\x78\x18\x51\x51\x51\x23\x44\xe9\xb5\x70\x3f\xce\xfd\xdd\xb4\x38\x84\x27\x09\x65\xab\xf7\x62\xc9\x83\x2e\x3f\xba\x7b\x69\x93\x4f\x5d\x5d\x6f\x3e\x27\xd9\x8a\xfb\x44\xbf\x09\x2e\x7e\x16\x7f\x5d\xf8\xa4\x51\x30\x91\x4f\x0e\xfd\xc0\x05\xff\x40\xab\x54\x62\x20\xb8\x9c\xed\x87\x2d\x22\xe4\x49\x70\x44\xac\x11\xc1\x37\x86\xe3\x33\xc7\x67\x9e\xdd\xe3\x6b\x8f\xaf\x7d\x51\xdc\x4a\x66\x70\x18\xca\x4e\xab\xbe\x35\x62\xee\xf1\xcd\xb7\x8d\xf1\xa7\xd4\xa3\x77\x0f\xda\x07\xae\x84\x93\x17\xc8\x11\x6f\x1f\x14\x2f\x6f\xf3\xbc\xf4\xcf\xf4\x3c\xe6\xfd\xb1\x7b\x8d\x42\x88\x62\xb8\x7a\x8d\x92\xe0\x63\xb0\x09\x5a\xcb\x6a\x81\x12\xa6\x58\x6e\x87\x46\x4a\x90\xe2\x9a\x6c\x3f\xf7\xed\xd2\x10\x62\x7d\xab\x34\x44\xe8\xcd\x9b\x7a\xc7\xd7\x43\x7d\x76\xd7\xb0\xfb\x6b\x7d\x4f\x29\x4d\xaf\xc9\xc0\x9d\x3d\x7c\x82\x0f\x6f\x66\xe3\x1d\x06\x3e\xdf\x36\x73\xef\x7f\x96\xd5\xae\x77\xeb\x27\xbd\x4a\xe1\x49\xa7\x60\xfe\xae\x0d\x71\xda\xe4\x3b\x3e\xe5\x22\x63\x7e\x58\x7b\x01\x19\x80\x75\x19\xbf\x68\xfc\xf4\x5f\xfe\x05\xe0\x14\xfc\xd7\x7f\x4d\xcf\x7e\xfe\x3e\x2d\xbe\xf0\xa5\x34\xfc\x28\xdd\x97\x72\xdb\x6f\x0d\x8a\x3e\x5f\x47\x80\x78\xe2\x9f\xdd\xef\xd4\x94\xad\x6f\x9b\xf0\xd7\xff\x0b\x00\x00\xff\xff\x0b\x21\xb1\x35\xcf\x91\x00\x00") func confLocaleLocale_enUsIniBytes() ([]byte, error) { return bindataRead( @@ -787,7 +787,7 @@ func confLocaleLocale_enUsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 37166, mode: os.FileMode(420), modTime: time.Unix(1439366355, 0)} + info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 37327, mode: os.FileMode(420), modTime: time.Unix(1439374063, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/public/css/gogs.min.css b/public/css/gogs.min.css index 40cb5c203a..16b02bfa90 100644 --- a/public/css/gogs.min.css +++ b/public/css/gogs.min.css @@ -1 +1 @@ -@font-face{font-family:octicons;src:url(../fonts/octicons.eot?#iefix&v=345f8bad9c5003db196d08f05e7f030fd2a32ff6)format('embedded-opentype'),url(../fonts/octicons.woff?v=345f8bad9c5003db196d08f05e7f030fd2a32ff6)format('woff'),url(../fonts/octicons.ttf?v=345f8bad9c5003db196d08f05e7f030fd2a32ff6)format('truetype'),url(../fonts/octicons.svg?v=345f8bad9c5003db196d08f05e7f030fd2a32ff6#octicons)format('svg');font-weight:400;font-style:normal}.mega-octicon,.octicon{font:normal normal normal 16px/1 octicons;display:inline-block;text-decoration:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mega-octicon{font-size:32px}.octicon-alert:before{content:'\f02d'}.octicon-alignment-align:before{content:'\f08a'}.octicon-alignment-aligned-to:before{content:'\f08e'}.octicon-alignment-unalign:before{content:'\f08b'}.octicon-arrow-down:before{content:'\f03f'}.octicon-arrow-left:before{content:'\f040'}.octicon-arrow-right:before{content:'\f03e'}.octicon-arrow-small-down:before{content:'\f0a0'}.octicon-arrow-small-left:before{content:'\f0a1'}.octicon-arrow-small-right:before{content:'\f071'}.octicon-arrow-small-up:before{content:'\f09f'}.octicon-arrow-up:before{content:'\f03d'}.octicon-beer:before{content:'\f069'}.octicon-book:before{content:'\f007'}.octicon-bookmark:before{content:'\f07b'}.octicon-briefcase:before{content:'\f0d3'}.octicon-broadcast:before{content:'\f048'}.octicon-browser:before{content:'\f0c5'}.octicon-bug:before{content:'\f091'}.octicon-calendar:before{content:'\f068'}.octicon-check:before{content:'\f03a'}.octicon-checklist:before{content:'\f076'}.octicon-chevron-down:before{content:'\f0a3'}.octicon-chevron-left:before{content:'\f0a4'}.octicon-chevron-right:before{content:'\f078'}.octicon-chevron-up:before{content:'\f0a2'}.octicon-circle-slash:before{content:'\f084'}.octicon-circuit-board:before{content:'\f0d6'}.octicon-clippy:before{content:'\f035'}.octicon-clock:before{content:'\f046'}.octicon-cloud-download:before{content:'\f00b'}.octicon-cloud-upload:before{content:'\f00c'}.octicon-code:before{content:'\f05f'}.octicon-color-mode:before{content:'\f065'}.octicon-comment-add:before,.octicon-comment:before{content:'\f02b'}.octicon-comment-discussion:before{content:'\f04f'}.octicon-credit-card:before{content:'\f045'}.octicon-dash:before{content:'\f0ca'}.octicon-dashboard:before{content:'\f07d'}.octicon-database:before{content:'\f096'}.octicon-device-camera:before{content:'\f056'}.octicon-device-camera-video:before{content:'\f057'}.octicon-device-desktop:before{content:'\f27c'}.octicon-device-mobile:before{content:'\f038'}.octicon-diff:before{content:'\f04d'}.octicon-diff-added:before{content:'\f06b'}.octicon-diff-ignored:before{content:'\f099'}.octicon-diff-modified:before{content:'\f06d'}.octicon-diff-removed:before{content:'\f06c'}.octicon-diff-renamed:before{content:'\f06e'}.octicon-ellipsis:before{content:'\f09a'}.octicon-eye-unwatch:before,.octicon-eye-watch:before,.octicon-eye:before{content:'\f04e'}.octicon-file-binary:before{content:'\f094'}.octicon-file-code:before{content:'\f010'}.octicon-file-directory:before{content:'\f016'}.octicon-file-media:before{content:'\f012'}.octicon-file-pdf:before{content:'\f014'}.octicon-file-submodule:before{content:'\f017'}.octicon-file-symlink-directory:before{content:'\f0b1'}.octicon-file-symlink-file:before{content:'\f0b0'}.octicon-file-text:before{content:'\f011'}.octicon-file-zip:before{content:'\f013'}.octicon-flame:before{content:'\f0d2'}.octicon-fold:before{content:'\f0cc'}.octicon-gear:before{content:'\f02f'}.octicon-gift:before{content:'\f042'}.octicon-gist:before{content:'\f00e'}.octicon-gist-secret:before{content:'\f08c'}.octicon-git-branch-create:before,.octicon-git-branch-delete:before,.octicon-git-branch:before{content:'\f020'}.octicon-git-commit:before{content:'\f01f'}.octicon-git-compare:before{content:'\f0ac'}.octicon-git-merge:before{content:'\f023'}.octicon-git-pull-request-abandoned:before,.octicon-git-pull-request:before{content:'\f009'}.octicon-globe:before{content:'\f0b6'}.octicon-graph:before{content:'\f043'}.octicon-heart:before{content:'\2665'}.octicon-history:before{content:'\f07e'}.octicon-home:before{content:'\f08d'}.octicon-horizontal-rule:before{content:'\f070'}.octicon-hourglass:before{content:'\f09e'}.octicon-hubot:before{content:'\f09d'}.octicon-inbox:before{content:'\f0cf'}.octicon-info:before{content:'\f059'}.octicon-issue-closed:before{content:'\f028'}.octicon-issue-opened:before{content:'\f026'}.octicon-issue-reopened:before{content:'\f027'}.octicon-jersey:before{content:'\f019'}.octicon-jump-down:before{content:'\f072'}.octicon-jump-left:before{content:'\f0a5'}.octicon-jump-right:before{content:'\f0a6'}.octicon-jump-up:before{content:'\f073'}.octicon-key:before{content:'\f049'}.octicon-keyboard:before{content:'\f00d'}.octicon-law:before{content:'\f0d8'}.octicon-light-bulb:before{content:'\f000'}.octicon-link:before{content:'\f05c'}.octicon-link-external:before{content:'\f07f'}.octicon-list-ordered:before{content:'\f062'}.octicon-list-unordered:before{content:'\f061'}.octicon-location:before{content:'\f060'}.octicon-gist-private:before,.octicon-git-fork-private:before,.octicon-lock:before,.octicon-mirror-private:before{content:'\f06a'}.octicon-logo-github:before{content:'\f092'}.octicon-mail:before{content:'\f03b'}.octicon-mail-read:before{content:'\f03c'}.octicon-mail-reply:before{content:'\f051'}.octicon-mark-github:before{content:'\f00a'}.octicon-markdown:before{content:'\f0c9'}.octicon-megaphone:before{content:'\f077'}.octicon-mention:before{content:'\f0be'}.octicon-microscope:before{content:'\f089'}.octicon-milestone:before{content:'\f075'}.octicon-mirror-public:before,.octicon-mirror:before{content:'\f024'}.octicon-mortar-board:before{content:'\f0d7'}.octicon-move-down:before{content:'\f0a8'}.octicon-move-left:before{content:'\f074'}.octicon-move-right:before{content:'\f0a9'}.octicon-move-up:before{content:'\f0a7'}.octicon-mute:before{content:'\f080'}.octicon-no-newline:before{content:'\f09c'}.octicon-octoface:before{content:'\f008'}.octicon-organization:before{content:'\f037'}.octicon-package:before{content:'\f0c4'}.octicon-paintcan:before{content:'\f0d1'}.octicon-pencil:before{content:'\f058'}.octicon-person-add:before,.octicon-person-follow:before,.octicon-person:before{content:'\f018'}.octicon-pin:before{content:'\f041'}.octicon-playback-fast-forward:before{content:'\f0bd'}.octicon-playback-pause:before{content:'\f0bb'}.octicon-playback-play:before{content:'\f0bf'}.octicon-playback-rewind:before{content:'\f0bc'}.octicon-plug:before{content:'\f0d4'}.octicon-file-add:before,.octicon-file-directory-create:before,.octicon-gist-new:before,.octicon-plus:before,.octicon-repo-create:before{content:'\f05d'}.octicon-podium:before{content:'\f0af'}.octicon-primitive-dot:before{content:'\f052'}.octicon-primitive-square:before{content:'\f053'}.octicon-pulse:before{content:'\f085'}.octicon-puzzle:before{content:'\f0c0'}.octicon-question:before{content:'\f02c'}.octicon-quote:before{content:'\f063'}.octicon-radio-tower:before{content:'\f030'}.octicon-repo-delete:before,.octicon-repo:before{content:'\f001'}.octicon-repo-clone:before{content:'\f04c'}.octicon-repo-force-push:before{content:'\f04a'}.octicon-gist-fork:before,.octicon-repo-forked:before{content:'\f002'}.octicon-repo-pull:before{content:'\f006'}.octicon-repo-push:before{content:'\f005'}.octicon-rocket:before{content:'\f033'}.octicon-rss:before{content:'\f034'}.octicon-ruby:before{content:'\f047'}.octicon-screen-full:before{content:'\f066'}.octicon-screen-normal:before{content:'\f067'}.octicon-search-save:before,.octicon-search:before{content:'\f02e'}.octicon-server:before{content:'\f097'}.octicon-settings:before{content:'\f07c'}.octicon-log-in:before,.octicon-sign-in:before{content:'\f036'}.octicon-log-out:before,.octicon-sign-out:before{content:'\f032'}.octicon-split:before{content:'\f0c6'}.octicon-squirrel:before{content:'\f0b2'}.octicon-star-add:before,.octicon-star-delete:before,.octicon-star:before{content:'\f02a'}.octicon-steps:before{content:'\f0c7'}.octicon-stop:before{content:'\f08f'}.octicon-repo-sync:before,.octicon-sync:before{content:'\f087'}.octicon-tag-add:before,.octicon-tag-remove:before,.octicon-tag:before{content:'\f015'}.octicon-telescope:before{content:'\f088'}.octicon-terminal:before{content:'\f0c8'}.octicon-three-bars:before{content:'\f05e'}.octicon-thumbsdown:before{content:'\f0db'}.octicon-thumbsup:before{content:'\f0da'}.octicon-tools:before{content:'\f031'}.octicon-trashcan:before{content:'\f0d0'}.octicon-triangle-down:before{content:'\f05b'}.octicon-triangle-left:before{content:'\f044'}.octicon-triangle-right:before{content:'\f05a'}.octicon-triangle-up:before{content:'\f0aa'}.octicon-unfold:before{content:'\f039'}.octicon-unmute:before{content:'\f0ba'}.octicon-versions:before{content:'\f064'}.octicon-remove-close:before,.octicon-x:before{content:'\f081'}.octicon-zap:before{content:'\26A1'}body{font-family:'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑';background-color:#FAFAFA}img{border-radius:3px}.full.height{padding:0;margin:0 0 -80px 0;min-height:100%}.following.bar{z-index:900;left:0;width:100%}.following.bar.light{background-color:#fff;border-bottom:1px solid #DDD;box-shadow:0 2px 3px rgba(0,0,0,.04)}.following.bar .column .menu{margin-top:0}.following.bar .top.menu a.item.brand{padding-left:0}.following.bar .brand .ui.mini.image{width:30px}.following.bar .top.menu .dropdown.item.active,.following.bar .top.menu .dropdown.item:hover,.following.bar .top.menu a.item:hover{background-color:transparent}.following.bar .top.menu a.item:hover{color:rgba(0,0,0,.45)}.following.bar .head.link.item{padding-right:0!important}.following.bar .head.link.item .dropdown.icon,.following.bar .head.link.item .menu .octicon{margin-right:5px}.following.bar .avatar>.ui.image{margin-right:0}.following.bar .searchbox{background-color:#f4f4f4!important}.following.bar .searchbox:focus{background-color:#e9e9e9!important}.following.bar .octicon{width:16px;text-align:center}.ui.left{float:left}.ui.right{float:right}.ui .text.red{color:#d95c5c!important}.ui .text.right{text-align:right}.ui .message{text-align:center}footer{margin-top:40px!important;height:40px;background-color:#fff;border-top:1px solid #d6d6d6;clear:both;width:100%;color:#888}footer .container{padding-top:10px}footer .container .fa{width:16px;text-align:center;color:#428bca}footer .container .ui.language.dropdown{z-index:10000}footer .container .links>*{border-left:1px solid #d6d6d6;padding-left:8px;margin-left:5px}footer .container .links>:first-child{border-left:none}.hide{display:none}.center{text-align:center}.img-1{width:2px!important;height:2px!important}.img-2{width:4px!important;height:4px!important}.img-3{width:6px!important;height:6px!important}.img-4{width:8px!important;height:8px!important}.img-5{width:10px!important;height:10px!important}.img-6{width:12px!important;height:12px!important}.img-7{width:14px!important;height:14px!important}.img-8{width:16px!important;height:16px!important}.img-9{width:18px!important;height:18px!important}.img-10{width:20px!important;height:20px!important}.img-11{width:22px!important;height:22px!important}.img-12{width:24px!important;height:24px!important}.img-13{width:26px!important;height:26px!important}.img-14{width:28px!important;height:28px!important}.img-15{width:30px!important;height:30px!important}.img-16{width:32px!important;height:32px!important}.octicon.icon{font-family:octicons}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.markdown{overflow:hidden;font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif;font-size:16px;line-height:1.6;word-wrap:break-word}.markdown>:first-child{margin-top:0!important}.markdown>:last-child{margin-bottom:0!important}.markdown a:not([href]){color:inherit;text-decoration:none}.markdown .absent{color:#c00}.markdown .anchor{position:absolute;top:0;left:0;display:block;padding-right:6px;padding-left:30px;margin-left:-30px}.markdown .anchor:focus{outline:0}.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6{position:relative;margin-top:1em;margin-bottom:16px;font-weight:700;line-height:1.4}.markdown h1 .octicon-link,.markdown h2 .octicon-link,.markdown h3 .octicon-link,.markdown h4 .octicon-link,.markdown h5 .octicon-link,.markdown h6 .octicon-link{display:none;color:#000;vertical-align:middle}.markdown h1:hover .anchor,.markdown h2:hover .anchor,.markdown h3:hover .anchor,.markdown h4:hover .anchor,.markdown h5:hover .anchor,.markdown h6:hover .anchor{padding-left:8px;margin-left:-30px;text-decoration:none}.markdown h1:hover .anchor .octicon-link,.markdown h2:hover .anchor .octicon-link,.markdown h3:hover .anchor .octicon-link,.markdown h4:hover .anchor .octicon-link,.markdown h5:hover .anchor .octicon-link,.markdown h6:hover .anchor .octicon-link{display:inline-block}.markdown h1 code,.markdown h1 tt,.markdown h2 code,.markdown h2 tt,.markdown h3 code,.markdown h3 tt,.markdown h4 code,.markdown h4 tt,.markdown h5 code,.markdown h5 tt,.markdown h6 code,.markdown h6 tt{font-size:inherit}.markdown h1{padding-bottom:.3em;font-size:2.25em;line-height:1.2;border-bottom:1px solid #eee}.markdown h1 .anchor{line-height:1}.markdown h2{padding-bottom:.3em;font-size:1.75em;line-height:1.225;border-bottom:1px solid #eee}.markdown h2 .anchor{line-height:1}.markdown h3{font-size:1.5em;line-height:1.43}.markdown h3 .anchor{line-height:1.2}.markdown h4{font-size:1.25em}.markdown h4 .anchor{line-height:1.2}.markdown h5{font-size:1em}.markdown h5 .anchor{line-height:1.1}.markdown h6{font-size:1em;color:#777}.markdown h6 .anchor{line-height:1.1}.markdown blockquote,.markdown dl,.markdown ol,.markdown p,.markdown pre,.markdown table,.markdown ul{margin-top:0;margin-bottom:16px}.markdown hr{height:4px;padding:0;margin:16px 0;background-color:#e7e7e7;border:0 none}.markdown ol,.markdown ul{padding-left:2em}.markdown ol.no-list,.markdown ul.no-list{padding:0;list-style-type:none}.markdown ol ol,.markdown ol ul,.markdown ul ol,.markdown ul ul{margin-top:0;margin-bottom:0}.markdown ol ol,.markdown ul ol{list-style-type:lower-roman}.markdown li>p{margin-top:16px}.markdown dl{padding:0}.markdown dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:700}.markdown dl dd{padding:0 16px;margin-bottom:16px}.markdown blockquote{padding:0 15px;color:#777;border-left:4px solid #ddd}.markdown blockquote>:first-child{margin-top:0}.markdown blockquote>:last-child{margin-bottom:0}.markdown table{display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all}.markdown table th{font-weight:700}.markdown table td,.markdown table th{padding:6px 13px!important;border:1px solid #ddd}.markdown table tr{background-color:#fff;border-top:1px solid #ccc}.markdown table tr:nth-child(2n){background-color:#f8f8f8}.markdown img{max-width:100%;box-sizing:border-box}.markdown .emoji{max-width:none}.markdown span.frame{display:block;overflow:hidden}.markdown span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #ddd}.markdown span.frame span img{display:block;float:left}.markdown span.frame span span{display:block;padding:5px 0 0;clear:both;color:#333}.markdown span.align-center{display:block;overflow:hidden;clear:both}.markdown span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown span.align-center span img{margin:0 auto;text-align:center}.markdown span.align-right{display:block;overflow:hidden;clear:both}.markdown span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown span.align-right span img{margin:0;text-align:right}.markdown span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown span.float-left span{margin:13px 0 0}.markdown span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown code,.markdown tt{padding:0;padding-top:.2em;padding-bottom:.2em;margin:0;font-size:85%;background-color:rgba(0,0,0,.04);border-radius:3px}.markdown code:after,.markdown code:before,.markdown tt:after,.markdown tt:before{letter-spacing:-.2em;content:"\00a0"}.markdown code br,.markdown tt br{display:none}.markdown del code{text-decoration:inherit}.markdown pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:0 0;border:0}.markdown .highlight{margin-bottom:16px}.markdown .highlight pre,.markdown pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f7f7f7;border-radius:3px}.markdown .highlight pre{margin-bottom:0;word-break:normal}.markdown pre{word-wrap:normal}.markdown pre code,.markdown pre tt{display:inline;max-width:initial;padding:0;margin:0;overflow:initial;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown pre code:after,.markdown pre code:before,.markdown pre tt:after,.markdown pre tt:before{content:normal}.markdown kbd{display:inline-block;padding:3px 5px;font-size:11px;line-height:10px;color:#555;vertical-align:middle;background-color:#fcfcfc;border:solid 1px #ccc;border-bottom-color:#bbb;border-radius:3px;box-shadow:inset 0 -1px 0 #bbb}.markdown .csv-data td,.markdown .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:#fff;border:0}.markdown .csv-data tr{border-top:0}.markdown .csv-data th{font-weight:700;background:#f8f8f8;border-top:0}.pln{color:#333}@media screen{.str{color:#d14}.kwd{color:#333}.com{color:#998;font-style:italic}.typ{color:#458}.lit{color:#458}.pun{color:#333}.opn{color:#333}.clo{color:#333}.tag{color:navy}.atn{color:teal}.atv{color:#d14}.dec{color:#333}.var{color:teal}.fun{color:#900}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:700}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:700}.lit{color:#044}.clo,.opn,.pun{color:#440}.tag{color:#006;font-weight:700}.atn{color:#404}.atv{color:#060}}ol.linenums{margin-top:0;margin-bottom:0}.home{padding-bottom:120px}.home .logo{max-width:250px}.home .hero h1,.home .hero h2{font-family:'PT Sans Narrow',sans-serif}.home .hero h1{font-size:7em}.home .hero h2{font-size:4em}.home .hero .octicon{color:#d9453d;font-size:60px;margin-right:10px}.home .hero.header{font-size:24px}.home p.large{font-size:20px}.home .stackable{padding-top:30px}.home a{color:#d9453d}.install{padding-top:45px;padding-bottom:120px}.install form label{text-align:right;width:40%!important}.install form input{width:35%!important}.install form .field{text-align:left}.install form .field .help{margin-left:41%}.install form .field.optional .title{margin-left:38%}.install .ui .checkbox{margin-left:40%!important}.install .ui .checkbox label{width:auto!important}.form .help{color:#999;padding-top:.6em;padding-bottom:.6em;display:inline-block}.ui.attached.header{background:#f0f0f0}.ui.attached.header .right{margin-top:-5px}.repository.new.fork form{margin:auto;width:800px!important}.repository.new.fork form .ui.message{text-align:center}.repository.new.fork form .header{padding-left:280px!important}.repository.new.fork form .inline.field>label{text-align:right;width:250px!important;word-wrap:break-word}.repository.new.fork form .help{margin-left:260px!important}.repository.new.fork form .dropdown .dropdown.icon{margin-top:-7px!important}.repository.new.fork form .dropdown .text{margin-right:0!important}.repository.new.fork form .dropdown .text i{margin-right:0!important}.repository.new.fork form input,.repository.new.fork form textarea{width:50%!important}.repository{padding-top:15px;padding-bottom:120px}.repository .head{height:40px;background-color:#FCFCFC}.repository .head .mega-octicon{width:30px;font-size:30px}.repository .head .fork-flag,.repository .head a{font-weight:300}.repository .head .ui.label{margin-top:5px;vertical-align:top}.repository .head .fork-flag{margin-left:38px;display:block;font-size:11px;line-height:10px;white-space:nowrap}.repository .head .num{font-weight:700}.repository .metas .menu{max-height:300px;overflow-x:auto}.repository .metas .ui.list .ui.avatar.image{border-radius:0}.repository .metas .ui.list .hide{display:none!important}.repository .metas .ui.list .label.color{padding:0 8px;margin-right:5px}.repository .metas .ui.list a{padding-top:5px;padding-right:10px}.repository .metas .ui.list a .text{color:#444}.repository .metas .ui.list a .text:hover{color:#000}.repository .filter.menu .label.color{margin-left:15px;padding:0 8px}.repository .filter.menu .octicon{float:left;margin-left:-5px;margin-right:-7px}.repository .filter.menu .menu{max-height:300px;overflow-x:auto;right:0!important;left:auto!important}.repository .filter.menu .menu .clickable .name{padding-left:15px!important}.repository .page.buttons{padding-top:15px}.repository .issue.list{list-style:none;padding-top:15px}.repository .issue.list>.item{padding-top:15px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .issue.list>.item .title{color:#444;font-size:15px;font-weight:700;margin:0 6px}.repository .issue.list>.item .title:hover{color:#000}.repository .issue.list>.item .comment{padding-right:10px;color:#666}.repository .issue.list>.item .desc{padding-top:5px;color:#999}.repository .issue.list>.item .desc a.milestone{padding-left:5px;color:#999!important}.repository .issue.list>.item .desc a.milestone:hover{color:#000!important}.repository .issue.list>.item .desc .assignee{margin-top:-10px}.repository.new.issue .comment.form .comment .avatar{width:3em}.repository.new.issue .comment.form .content{margin-left:4em}.repository.new.issue .comment.form .content .markdown{font-size:14px}.repository.new.issue .comment.form .metas{min-width:220px}.repository.new.issue .comment.form .metas .filter.menu{max-height:300px;overflow-x:auto}.repository.view.issue .title{padding-bottom:0!important}.repository.view.issue .title h1{font-weight:300;font-size:3rem;margin-bottom:5px}.repository.view.issue .title .index{font-weight:300;color:#aaa;letter-spacing:-1px}.repository.view.issue .title .label{margin-right:10px}.repository.view.issue .comment-list .comment .avatar{width:3em}.repository.view.issue .comment-list .comment .content{margin-left:4em}.repository.view.issue .comment-list .comment .content .header{font-weight:400;padding:auto 15px;color:#767676;background-color:#f7f7f7;border-bottom:1px solid #eee;border-top-left-radius:3px;border-top-right-radius:3px}.repository.view.issue .comment-list .comment .content .header .text{max-width:78%;padding-top:10px;padding-bottom:10px;color:#767676}.repository.view.issue .comment-list .comment .content .header .text a{color:#444}.repository.view.issue .comment-list .comment .content .header .text a:hover{color:#000}.repository.view.issue .comment-list .comment .content .markdown{font-size:14px}.repository.view.issue .comment-list .comment .content .bottom.segment{background:#f3f4f5}.repository.view.issue .comment-list .comment .content .bottom.segment .ui.image{max-height:150px}.repository.view.issue .ui.segment.metas{margin-top:-3px}.repository .comment.form .ui.comments{margin-top:-12px;max-width:750px!important}.repository .comment.form .content .field:first-child{clear:none}.repository .comment.form .content .tab.segment{border:none;padding:0;padding-top:10px}.repository .comment.form .content textarea{height:200px}.repository .comment.form .dropzone{width:100%;margin-bottom:10px;border:2px dashed #0087F7;box-shadow:none}.repository .comment.form .dropzone .dz-error-message{top:140px}.repository .label.list{list-style:none;padding-top:15px}.repository .label.list .item{padding-top:10px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .label.list .item a{font-size:15px;padding-top:5px;padding-right:10px;color:#666}.repository .label.list .item a:hover{color:#000}.repository .label.list .item a.open-issues{margin-right:30px}.repository .milestone.list{list-style:none;padding-top:15px}.repository .milestone.list>.item{padding-top:10px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .milestone.list>.item>a{padding-top:5px;padding-right:10px;color:#000}.repository .milestone.list>.item>a:hover{color:#4078c0}.repository .milestone.list>.item .ui.progress{width:40%;padding:0;border:0;margin:0}.repository .milestone.list>.item .ui.progress .bar{height:20px}.repository .milestone.list>.item .meta{color:#999;padding-top:5px}.repository .milestone.list>.item .meta .issue-stats .octicon{padding-left:5px}.repository .milestone.list>.item .meta .overdue{color:red}.repository .milestone.list>.item .operate{margin-top:-15px}.repository .milestone.list>.item .operate>a{font-size:15px;padding-top:5px;padding-right:10px;color:#666}.repository .milestone.list>.item .operate>a:hover{color:#000}.repository .milestone.list>.item .content{padding-top:10px}.repository.new.milestone textarea{height:200px}.repository.new.milestone #deadline{width:150px}.repository.compare.pull .choose.branch .octicon{padding-right:10px}.repository .filter.dropdown .menu{margin-top:1px!important}.repository .filter.dropdown .menu .items{max-height:300px;overflow-y:auto}.repository .filter.dropdown .menu .items .item{position:relative;cursor:pointer;display:block;border:none;height:auto;border-top:none;line-height:1em;color:rgba(0,0,0,.8);padding:.71428571em 1.14285714em!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.repository .filter.dropdown .menu .items .item.active{font-weight:700}.repository .filter.dropdown .menu .items .item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8);z-index:13}.settings .key.list .item:not(:first-child){border-top:1px solid #eaeaea}.settings .key.list .ssh-key-state-indicator{float:left;color:gray;padding-left:10px;padding-top:10px}.settings .key.list .ssh-key-state-indicator.active{color:#6cc644}.settings .key.list .meta{padding-top:5px}.settings .key.list .print{color:#767676}.settings .key.list .activity{color:#666}.ui.vertical.menu .header.item{font-size:1.1em;background:#f0f0f0}.edit-label.modal .form .column,.new-label.segment .form .column{padding-right:0}.edit-label.modal .form .buttons,.new-label.segment .form .buttons{margin-left:auto;padding-top:15px}.edit-label.modal .form .color.picker.column,.new-label.segment .form .color.picker.column{width:auto}.edit-label.modal .form .color.picker.column .color-picker,.new-label.segment .form .color.picker.column .color-picker{height:35px;width:auto;padding-left:30px}.edit-label.modal .form .minicolors-swatch.minicolors-sprite,.new-label.segment .form .minicolors-swatch.minicolors-sprite{top:10px;left:10px;width:15px;height:15px}.edit-label.modal .form .precolors,.new-label.segment .form .precolors{padding-left:0;padding-right:0;margin:3px 10px auto 10px;width:120px}.edit-label.modal .form .precolors .color,.new-label.segment .form .precolors .color{float:left;width:15px;height:15px} \ No newline at end of file +@font-face{font-family:octicons;src:url(../fonts/octicons.eot?#iefix&v=345f8bad9c5003db196d08f05e7f030fd2a32ff6)format('embedded-opentype'),url(../fonts/octicons.woff?v=345f8bad9c5003db196d08f05e7f030fd2a32ff6)format('woff'),url(../fonts/octicons.ttf?v=345f8bad9c5003db196d08f05e7f030fd2a32ff6)format('truetype'),url(../fonts/octicons.svg?v=345f8bad9c5003db196d08f05e7f030fd2a32ff6#octicons)format('svg');font-weight:400;font-style:normal}.mega-octicon,.octicon{font:normal normal normal 16px/1 octicons;display:inline-block;text-decoration:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mega-octicon{font-size:32px}.octicon-alert:before{content:'\f02d'}.octicon-alignment-align:before{content:'\f08a'}.octicon-alignment-aligned-to:before{content:'\f08e'}.octicon-alignment-unalign:before{content:'\f08b'}.octicon-arrow-down:before{content:'\f03f'}.octicon-arrow-left:before{content:'\f040'}.octicon-arrow-right:before{content:'\f03e'}.octicon-arrow-small-down:before{content:'\f0a0'}.octicon-arrow-small-left:before{content:'\f0a1'}.octicon-arrow-small-right:before{content:'\f071'}.octicon-arrow-small-up:before{content:'\f09f'}.octicon-arrow-up:before{content:'\f03d'}.octicon-beer:before{content:'\f069'}.octicon-book:before{content:'\f007'}.octicon-bookmark:before{content:'\f07b'}.octicon-briefcase:before{content:'\f0d3'}.octicon-broadcast:before{content:'\f048'}.octicon-browser:before{content:'\f0c5'}.octicon-bug:before{content:'\f091'}.octicon-calendar:before{content:'\f068'}.octicon-check:before{content:'\f03a'}.octicon-checklist:before{content:'\f076'}.octicon-chevron-down:before{content:'\f0a3'}.octicon-chevron-left:before{content:'\f0a4'}.octicon-chevron-right:before{content:'\f078'}.octicon-chevron-up:before{content:'\f0a2'}.octicon-circle-slash:before{content:'\f084'}.octicon-circuit-board:before{content:'\f0d6'}.octicon-clippy:before{content:'\f035'}.octicon-clock:before{content:'\f046'}.octicon-cloud-download:before{content:'\f00b'}.octicon-cloud-upload:before{content:'\f00c'}.octicon-code:before{content:'\f05f'}.octicon-color-mode:before{content:'\f065'}.octicon-comment-add:before,.octicon-comment:before{content:'\f02b'}.octicon-comment-discussion:before{content:'\f04f'}.octicon-credit-card:before{content:'\f045'}.octicon-dash:before{content:'\f0ca'}.octicon-dashboard:before{content:'\f07d'}.octicon-database:before{content:'\f096'}.octicon-device-camera:before{content:'\f056'}.octicon-device-camera-video:before{content:'\f057'}.octicon-device-desktop:before{content:'\f27c'}.octicon-device-mobile:before{content:'\f038'}.octicon-diff:before{content:'\f04d'}.octicon-diff-added:before{content:'\f06b'}.octicon-diff-ignored:before{content:'\f099'}.octicon-diff-modified:before{content:'\f06d'}.octicon-diff-removed:before{content:'\f06c'}.octicon-diff-renamed:before{content:'\f06e'}.octicon-ellipsis:before{content:'\f09a'}.octicon-eye-unwatch:before,.octicon-eye-watch:before,.octicon-eye:before{content:'\f04e'}.octicon-file-binary:before{content:'\f094'}.octicon-file-code:before{content:'\f010'}.octicon-file-directory:before{content:'\f016'}.octicon-file-media:before{content:'\f012'}.octicon-file-pdf:before{content:'\f014'}.octicon-file-submodule:before{content:'\f017'}.octicon-file-symlink-directory:before{content:'\f0b1'}.octicon-file-symlink-file:before{content:'\f0b0'}.octicon-file-text:before{content:'\f011'}.octicon-file-zip:before{content:'\f013'}.octicon-flame:before{content:'\f0d2'}.octicon-fold:before{content:'\f0cc'}.octicon-gear:before{content:'\f02f'}.octicon-gift:before{content:'\f042'}.octicon-gist:before{content:'\f00e'}.octicon-gist-secret:before{content:'\f08c'}.octicon-git-branch-create:before,.octicon-git-branch-delete:before,.octicon-git-branch:before{content:'\f020'}.octicon-git-commit:before{content:'\f01f'}.octicon-git-compare:before{content:'\f0ac'}.octicon-git-merge:before{content:'\f023'}.octicon-git-pull-request-abandoned:before,.octicon-git-pull-request:before{content:'\f009'}.octicon-globe:before{content:'\f0b6'}.octicon-graph:before{content:'\f043'}.octicon-heart:before{content:'\2665'}.octicon-history:before{content:'\f07e'}.octicon-home:before{content:'\f08d'}.octicon-horizontal-rule:before{content:'\f070'}.octicon-hourglass:before{content:'\f09e'}.octicon-hubot:before{content:'\f09d'}.octicon-inbox:before{content:'\f0cf'}.octicon-info:before{content:'\f059'}.octicon-issue-closed:before{content:'\f028'}.octicon-issue-opened:before{content:'\f026'}.octicon-issue-reopened:before{content:'\f027'}.octicon-jersey:before{content:'\f019'}.octicon-jump-down:before{content:'\f072'}.octicon-jump-left:before{content:'\f0a5'}.octicon-jump-right:before{content:'\f0a6'}.octicon-jump-up:before{content:'\f073'}.octicon-key:before{content:'\f049'}.octicon-keyboard:before{content:'\f00d'}.octicon-law:before{content:'\f0d8'}.octicon-light-bulb:before{content:'\f000'}.octicon-link:before{content:'\f05c'}.octicon-link-external:before{content:'\f07f'}.octicon-list-ordered:before{content:'\f062'}.octicon-list-unordered:before{content:'\f061'}.octicon-location:before{content:'\f060'}.octicon-gist-private:before,.octicon-git-fork-private:before,.octicon-lock:before,.octicon-mirror-private:before{content:'\f06a'}.octicon-logo-github:before{content:'\f092'}.octicon-mail:before{content:'\f03b'}.octicon-mail-read:before{content:'\f03c'}.octicon-mail-reply:before{content:'\f051'}.octicon-mark-github:before{content:'\f00a'}.octicon-markdown:before{content:'\f0c9'}.octicon-megaphone:before{content:'\f077'}.octicon-mention:before{content:'\f0be'}.octicon-microscope:before{content:'\f089'}.octicon-milestone:before{content:'\f075'}.octicon-mirror-public:before,.octicon-mirror:before{content:'\f024'}.octicon-mortar-board:before{content:'\f0d7'}.octicon-move-down:before{content:'\f0a8'}.octicon-move-left:before{content:'\f074'}.octicon-move-right:before{content:'\f0a9'}.octicon-move-up:before{content:'\f0a7'}.octicon-mute:before{content:'\f080'}.octicon-no-newline:before{content:'\f09c'}.octicon-octoface:before{content:'\f008'}.octicon-organization:before{content:'\f037'}.octicon-package:before{content:'\f0c4'}.octicon-paintcan:before{content:'\f0d1'}.octicon-pencil:before{content:'\f058'}.octicon-person-add:before,.octicon-person-follow:before,.octicon-person:before{content:'\f018'}.octicon-pin:before{content:'\f041'}.octicon-playback-fast-forward:before{content:'\f0bd'}.octicon-playback-pause:before{content:'\f0bb'}.octicon-playback-play:before{content:'\f0bf'}.octicon-playback-rewind:before{content:'\f0bc'}.octicon-plug:before{content:'\f0d4'}.octicon-file-add:before,.octicon-file-directory-create:before,.octicon-gist-new:before,.octicon-plus:before,.octicon-repo-create:before{content:'\f05d'}.octicon-podium:before{content:'\f0af'}.octicon-primitive-dot:before{content:'\f052'}.octicon-primitive-square:before{content:'\f053'}.octicon-pulse:before{content:'\f085'}.octicon-puzzle:before{content:'\f0c0'}.octicon-question:before{content:'\f02c'}.octicon-quote:before{content:'\f063'}.octicon-radio-tower:before{content:'\f030'}.octicon-repo-delete:before,.octicon-repo:before{content:'\f001'}.octicon-repo-clone:before{content:'\f04c'}.octicon-repo-force-push:before{content:'\f04a'}.octicon-gist-fork:before,.octicon-repo-forked:before{content:'\f002'}.octicon-repo-pull:before{content:'\f006'}.octicon-repo-push:before{content:'\f005'}.octicon-rocket:before{content:'\f033'}.octicon-rss:before{content:'\f034'}.octicon-ruby:before{content:'\f047'}.octicon-screen-full:before{content:'\f066'}.octicon-screen-normal:before{content:'\f067'}.octicon-search-save:before,.octicon-search:before{content:'\f02e'}.octicon-server:before{content:'\f097'}.octicon-settings:before{content:'\f07c'}.octicon-log-in:before,.octicon-sign-in:before{content:'\f036'}.octicon-log-out:before,.octicon-sign-out:before{content:'\f032'}.octicon-split:before{content:'\f0c6'}.octicon-squirrel:before{content:'\f0b2'}.octicon-star-add:before,.octicon-star-delete:before,.octicon-star:before{content:'\f02a'}.octicon-steps:before{content:'\f0c7'}.octicon-stop:before{content:'\f08f'}.octicon-repo-sync:before,.octicon-sync:before{content:'\f087'}.octicon-tag-add:before,.octicon-tag-remove:before,.octicon-tag:before{content:'\f015'}.octicon-telescope:before{content:'\f088'}.octicon-terminal:before{content:'\f0c8'}.octicon-three-bars:before{content:'\f05e'}.octicon-thumbsdown:before{content:'\f0db'}.octicon-thumbsup:before{content:'\f0da'}.octicon-tools:before{content:'\f031'}.octicon-trashcan:before{content:'\f0d0'}.octicon-triangle-down:before{content:'\f05b'}.octicon-triangle-left:before{content:'\f044'}.octicon-triangle-right:before{content:'\f05a'}.octicon-triangle-up:before{content:'\f0aa'}.octicon-unfold:before{content:'\f039'}.octicon-unmute:before{content:'\f0ba'}.octicon-versions:before{content:'\f064'}.octicon-remove-close:before,.octicon-x:before{content:'\f081'}.octicon-zap:before{content:'\26A1'}body{font-family:'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑';background-color:#FAFAFA}img{border-radius:3px}.full.height{padding:0;margin:0 0 -80px 0;min-height:100%}.following.bar{z-index:900;left:0;width:100%}.following.bar.light{background-color:#fff;border-bottom:1px solid #DDD;box-shadow:0 2px 3px rgba(0,0,0,.04)}.following.bar .column .menu{margin-top:0}.following.bar .top.menu a.item.brand{padding-left:0}.following.bar .brand .ui.mini.image{width:30px}.following.bar .top.menu .dropdown.item.active,.following.bar .top.menu .dropdown.item:hover,.following.bar .top.menu a.item:hover{background-color:transparent}.following.bar .top.menu a.item:hover{color:rgba(0,0,0,.45)}.following.bar .head.link.item{padding-right:0!important}.following.bar .head.link.item .dropdown.icon,.following.bar .head.link.item .menu .octicon{margin-right:5px}.following.bar .avatar>.ui.image{margin-right:0}.following.bar .searchbox{background-color:#f4f4f4!important}.following.bar .searchbox:focus{background-color:#e9e9e9!important}.following.bar .octicon{width:16px;text-align:center}.ui.left{float:left}.ui.right{float:right}.ui .text.red{color:#d95c5c!important}.ui .text.right{text-align:right}.ui .message{text-align:center}footer{margin-top:40px!important;height:40px;background-color:#fff;border-top:1px solid #d6d6d6;clear:both;width:100%;color:#888}footer .container{padding-top:10px}footer .container .fa{width:16px;text-align:center;color:#428bca}footer .container .ui.language.dropdown{z-index:10000}footer .container .links>*{border-left:1px solid #d6d6d6;padding-left:8px;margin-left:5px}footer .container .links>:first-child{border-left:none}.hide{display:none}.center{text-align:center}.img-1{width:2px!important;height:2px!important}.img-2{width:4px!important;height:4px!important}.img-3{width:6px!important;height:6px!important}.img-4{width:8px!important;height:8px!important}.img-5{width:10px!important;height:10px!important}.img-6{width:12px!important;height:12px!important}.img-7{width:14px!important;height:14px!important}.img-8{width:16px!important;height:16px!important}.img-9{width:18px!important;height:18px!important}.img-10{width:20px!important;height:20px!important}.img-11{width:22px!important;height:22px!important}.img-12{width:24px!important;height:24px!important}.img-13{width:26px!important;height:26px!important}.img-14{width:28px!important;height:28px!important}.img-15{width:30px!important;height:30px!important}.img-16{width:32px!important;height:32px!important}.octicon.icon{font-family:octicons}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.markdown{overflow:hidden;font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif;font-size:16px;line-height:1.6;word-wrap:break-word}.markdown>:first-child{margin-top:0!important}.markdown>:last-child{margin-bottom:0!important}.markdown a:not([href]){color:inherit;text-decoration:none}.markdown .absent{color:#c00}.markdown .anchor{position:absolute;top:0;left:0;display:block;padding-right:6px;padding-left:30px;margin-left:-30px}.markdown .anchor:focus{outline:0}.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6{position:relative;margin-top:1em;margin-bottom:16px;font-weight:700;line-height:1.4}.markdown h1 .octicon-link,.markdown h2 .octicon-link,.markdown h3 .octicon-link,.markdown h4 .octicon-link,.markdown h5 .octicon-link,.markdown h6 .octicon-link{display:none;color:#000;vertical-align:middle}.markdown h1:hover .anchor,.markdown h2:hover .anchor,.markdown h3:hover .anchor,.markdown h4:hover .anchor,.markdown h5:hover .anchor,.markdown h6:hover .anchor{padding-left:8px;margin-left:-30px;text-decoration:none}.markdown h1:hover .anchor .octicon-link,.markdown h2:hover .anchor .octicon-link,.markdown h3:hover .anchor .octicon-link,.markdown h4:hover .anchor .octicon-link,.markdown h5:hover .anchor .octicon-link,.markdown h6:hover .anchor .octicon-link{display:inline-block}.markdown h1 code,.markdown h1 tt,.markdown h2 code,.markdown h2 tt,.markdown h3 code,.markdown h3 tt,.markdown h4 code,.markdown h4 tt,.markdown h5 code,.markdown h5 tt,.markdown h6 code,.markdown h6 tt{font-size:inherit}.markdown h1{padding-bottom:.3em;font-size:2.25em;line-height:1.2;border-bottom:1px solid #eee}.markdown h1 .anchor{line-height:1}.markdown h2{padding-bottom:.3em;font-size:1.75em;line-height:1.225;border-bottom:1px solid #eee}.markdown h2 .anchor{line-height:1}.markdown h3{font-size:1.5em;line-height:1.43}.markdown h3 .anchor{line-height:1.2}.markdown h4{font-size:1.25em}.markdown h4 .anchor{line-height:1.2}.markdown h5{font-size:1em}.markdown h5 .anchor{line-height:1.1}.markdown h6{font-size:1em;color:#777}.markdown h6 .anchor{line-height:1.1}.markdown blockquote,.markdown dl,.markdown ol,.markdown p,.markdown pre,.markdown table,.markdown ul{margin-top:0;margin-bottom:16px}.markdown hr{height:4px;padding:0;margin:16px 0;background-color:#e7e7e7;border:0 none}.markdown ol,.markdown ul{padding-left:2em}.markdown ol.no-list,.markdown ul.no-list{padding:0;list-style-type:none}.markdown ol ol,.markdown ol ul,.markdown ul ol,.markdown ul ul{margin-top:0;margin-bottom:0}.markdown ol ol,.markdown ul ol{list-style-type:lower-roman}.markdown li>p{margin-top:16px}.markdown dl{padding:0}.markdown dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:700}.markdown dl dd{padding:0 16px;margin-bottom:16px}.markdown blockquote{padding:0 15px;color:#777;border-left:4px solid #ddd}.markdown blockquote>:first-child{margin-top:0}.markdown blockquote>:last-child{margin-bottom:0}.markdown table{display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all}.markdown table th{font-weight:700}.markdown table td,.markdown table th{padding:6px 13px!important;border:1px solid #ddd}.markdown table tr{background-color:#fff;border-top:1px solid #ccc}.markdown table tr:nth-child(2n){background-color:#f8f8f8}.markdown img{max-width:100%;box-sizing:border-box}.markdown .emoji{max-width:none}.markdown span.frame{display:block;overflow:hidden}.markdown span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #ddd}.markdown span.frame span img{display:block;float:left}.markdown span.frame span span{display:block;padding:5px 0 0;clear:both;color:#333}.markdown span.align-center{display:block;overflow:hidden;clear:both}.markdown span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown span.align-center span img{margin:0 auto;text-align:center}.markdown span.align-right{display:block;overflow:hidden;clear:both}.markdown span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown span.align-right span img{margin:0;text-align:right}.markdown span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown span.float-left span{margin:13px 0 0}.markdown span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown code,.markdown tt{padding:0;padding-top:.2em;padding-bottom:.2em;margin:0;font-size:85%;background-color:rgba(0,0,0,.04);border-radius:3px}.markdown code:after,.markdown code:before,.markdown tt:after,.markdown tt:before{letter-spacing:-.2em;content:"\00a0"}.markdown code br,.markdown tt br{display:none}.markdown del code{text-decoration:inherit}.markdown pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:0 0;border:0}.markdown .highlight{margin-bottom:16px}.markdown .highlight pre,.markdown pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f7f7f7;border-radius:3px}.markdown .highlight pre{margin-bottom:0;word-break:normal}.markdown pre{word-wrap:normal}.markdown pre code,.markdown pre tt{display:inline;max-width:initial;padding:0;margin:0;overflow:initial;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown pre code:after,.markdown pre code:before,.markdown pre tt:after,.markdown pre tt:before{content:normal}.markdown kbd{display:inline-block;padding:3px 5px;font-size:11px;line-height:10px;color:#555;vertical-align:middle;background-color:#fcfcfc;border:solid 1px #ccc;border-bottom-color:#bbb;border-radius:3px;box-shadow:inset 0 -1px 0 #bbb}.markdown .csv-data td,.markdown .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:#fff;border:0}.markdown .csv-data tr{border-top:0}.markdown .csv-data th{font-weight:700;background:#f8f8f8;border-top:0}.pln{color:#333}@media screen{.str{color:#d14}.kwd{color:#333}.com{color:#998;font-style:italic}.typ{color:#458}.lit{color:#458}.pun{color:#333}.opn{color:#333}.clo{color:#333}.tag{color:navy}.atn{color:teal}.atv{color:#d14}.dec{color:#333}.var{color:teal}.fun{color:#900}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:700}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:700}.lit{color:#044}.clo,.opn,.pun{color:#440}.tag{color:#006;font-weight:700}.atn{color:#404}.atv{color:#060}}ol.linenums{margin-top:0;margin-bottom:0}.home{padding-bottom:120px}.home .logo{max-width:250px}.home .hero h1,.home .hero h2{font-family:'PT Sans Narrow',sans-serif}.home .hero h1{font-size:7em}.home .hero h2{font-size:4em}.home .hero .octicon{color:#d9453d;font-size:60px;margin-right:10px}.home .hero.header{font-size:24px}.home p.large{font-size:20px}.home .stackable{padding-top:30px}.home a{color:#d9453d}.install{padding-top:45px;padding-bottom:120px}.install form label{text-align:right;width:40%!important}.install form input{width:35%!important}.install form .field{text-align:left}.install form .field .help{margin-left:41%}.install form .field.optional .title{margin-left:38%}.install .ui .checkbox{margin-left:40%!important}.install .ui .checkbox label{width:auto!important}.form .help{color:#999;padding-top:.6em;padding-bottom:.6em;display:inline-block}.ui.attached.header{background:#f0f0f0}.ui.attached.header .right{margin-top:-5px}.repository.new.fork form{margin:auto;width:800px!important}.repository.new.fork form .ui.message{text-align:center}.repository.new.fork form .header{padding-left:280px!important}.repository.new.fork form .inline.field>label{text-align:right;width:250px!important;word-wrap:break-word}.repository.new.fork form .help{margin-left:260px!important}.repository.new.fork form .dropdown .dropdown.icon{margin-top:-7px!important}.repository.new.fork form .dropdown .text{margin-right:0!important}.repository.new.fork form .dropdown .text i{margin-right:0!important}.repository.new.fork form input,.repository.new.fork form textarea{width:50%!important}.repository{padding-top:15px;padding-bottom:120px}.repository .head{height:40px;background-color:#FCFCFC}.repository .head .mega-octicon{width:30px;font-size:30px}.repository .head .fork-flag,.repository .head a{font-weight:300}.repository .head .ui.label{margin-top:5px;vertical-align:top}.repository .head .fork-flag{margin-left:38px;display:block;font-size:11px;line-height:10px;white-space:nowrap}.repository .head .num{font-weight:700}.repository .metas .menu{max-height:300px;overflow-x:auto}.repository .metas .ui.list .ui.avatar.image{border-radius:0}.repository .metas .ui.list .hide{display:none!important}.repository .metas .ui.list .label.color{padding:0 8px;margin-right:5px}.repository .metas .ui.list a{padding-top:5px;padding-right:10px}.repository .metas .ui.list a .text{color:#444}.repository .metas .ui.list a .text:hover{color:#000}.repository .filter.menu .label.color{margin-left:15px;padding:0 8px}.repository .filter.menu .octicon{float:left;margin-left:-5px;margin-right:-7px}.repository .filter.menu .menu{max-height:300px;overflow-x:auto;right:0!important;left:auto!important}.repository .filter.menu .menu .clickable .name{padding-left:15px!important}.repository .page.buttons{padding-top:15px}.repository .issue.list{list-style:none;padding-top:15px}.repository .issue.list>.item{padding-top:15px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .issue.list>.item .title{color:#444;font-size:15px;font-weight:700;margin:0 6px}.repository .issue.list>.item .title:hover{color:#000}.repository .issue.list>.item .comment{padding-right:10px;color:#666}.repository .issue.list>.item .desc{padding-top:5px;color:#999}.repository .issue.list>.item .desc a.milestone{padding-left:5px;color:#999!important}.repository .issue.list>.item .desc a.milestone:hover{color:#000!important}.repository .issue.list>.item .desc .assignee{margin-top:-10px}.repository.new.issue .comment.form .comment .avatar{width:3em}.repository.new.issue .comment.form .content{margin-left:4em}.repository.new.issue .comment.form .content .markdown{font-size:14px}.repository.new.issue .comment.form .metas{min-width:220px}.repository.new.issue .comment.form .metas .filter.menu{max-height:300px;overflow-x:auto}.repository.view.issue .title{padding-bottom:0!important}.repository.view.issue .title h1{font-weight:300;font-size:3rem;margin-bottom:5px}.repository.view.issue .title .index{font-weight:300;color:#aaa;letter-spacing:-1px}.repository.view.issue .title .label{margin-right:10px}.repository.view.issue .comment-list .comment .avatar{width:3em}.repository.view.issue .comment-list .comment .content{margin-left:4em}.repository.view.issue .comment-list .comment .content .header{font-weight:400;padding:auto 15px;color:#767676;background-color:#f7f7f7;border-bottom:1px solid #eee;border-top-left-radius:3px;border-top-right-radius:3px}.repository.view.issue .comment-list .comment .content .header .text{max-width:78%;padding-top:10px;padding-bottom:10px;color:#767676}.repository.view.issue .comment-list .comment .content .header .text a{color:#444}.repository.view.issue .comment-list .comment .content .header .text a:hover{color:#000}.repository.view.issue .comment-list .comment .content .markdown{font-size:14px}.repository.view.issue .comment-list .comment .content .no-content{color:#767676;font-style:italic}.repository.view.issue .comment-list .comment .content>.bottom.segment{background:#f3f4f5}.repository.view.issue .comment-list .comment .content>.bottom.segment .ui.image{max-height:150px}.repository.view.issue .comment-list .comment .ui.form .field:first-child{clear:none}.repository.view.issue .comment-list .comment .ui.form .tab.segment{border:none;padding:0;padding-top:10px}.repository.view.issue .comment-list .comment .ui.form textarea{height:200px}.repository.view.issue .ui.segment.metas{margin-top:-3px}.repository .comment.form .ui.comments{margin-top:-12px;max-width:100%}.repository .comment.form .content .field:first-child{clear:none}.repository .comment.form .content .tab.segment{border:none;padding:0;padding-top:10px}.repository .comment.form .content textarea{height:200px}.repository .label.list{list-style:none;padding-top:15px}.repository .label.list .item{padding-top:10px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .label.list .item a{font-size:15px;padding-top:5px;padding-right:10px;color:#666}.repository .label.list .item a:hover{color:#000}.repository .label.list .item a.open-issues{margin-right:30px}.repository .milestone.list{list-style:none;padding-top:15px}.repository .milestone.list>.item{padding-top:10px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .milestone.list>.item>a{padding-top:5px;padding-right:10px;color:#000}.repository .milestone.list>.item>a:hover{color:#4078c0}.repository .milestone.list>.item .ui.progress{width:40%;padding:0;border:0;margin:0}.repository .milestone.list>.item .ui.progress .bar{height:20px}.repository .milestone.list>.item .meta{color:#999;padding-top:5px}.repository .milestone.list>.item .meta .issue-stats .octicon{padding-left:5px}.repository .milestone.list>.item .meta .overdue{color:red}.repository .milestone.list>.item .operate{margin-top:-15px}.repository .milestone.list>.item .operate>a{font-size:15px;padding-top:5px;padding-right:10px;color:#666}.repository .milestone.list>.item .operate>a:hover{color:#000}.repository .milestone.list>.item .content{padding-top:10px}.repository.new.milestone textarea{height:200px}.repository.new.milestone #deadline{width:150px}.repository.compare.pull .choose.branch .octicon{padding-right:10px}.repository .filter.dropdown .menu{margin-top:1px!important}.repository .filter.dropdown .menu .items{max-height:300px;overflow-y:auto}.repository .filter.dropdown .menu .items .item{position:relative;cursor:pointer;display:block;border:none;height:auto;border-top:none;line-height:1em;color:rgba(0,0,0,.8);padding:.71428571em 1.14285714em!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.repository .filter.dropdown .menu .items .item.active{font-weight:700}.repository .filter.dropdown .menu .items .item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8);z-index:13}.ui.comments .dropzone{width:100%;margin-bottom:10px;border:2px dashed #0087F7;box-shadow:none!important}.ui.comments .dropzone .dz-error-message{top:140px}.settings .key.list .item:not(:first-child){border-top:1px solid #eaeaea}.settings .key.list .ssh-key-state-indicator{float:left;color:gray;padding-left:10px;padding-top:10px}.settings .key.list .ssh-key-state-indicator.active{color:#6cc644}.settings .key.list .meta{padding-top:5px}.settings .key.list .print{color:#767676}.settings .key.list .activity{color:#666}.ui.vertical.menu .header.item{font-size:1.1em;background:#f0f0f0}.edit-label.modal .form .column,.new-label.segment .form .column{padding-right:0}.edit-label.modal .form .buttons,.new-label.segment .form .buttons{margin-left:auto;padding-top:15px}.edit-label.modal .form .color.picker.column,.new-label.segment .form .color.picker.column{width:auto}.edit-label.modal .form .color.picker.column .color-picker,.new-label.segment .form .color.picker.column .color-picker{height:35px;width:auto;padding-left:30px}.edit-label.modal .form .minicolors-swatch.minicolors-sprite,.new-label.segment .form .minicolors-swatch.minicolors-sprite{top:10px;left:10px;width:15px;height:15px}.edit-label.modal .form .precolors,.new-label.segment .form .precolors{padding-left:0;padding-right:0;margin:3px 10px auto 10px;width:120px}.edit-label.modal .form .precolors .color,.new-label.segment .form .precolors .color{float:left;width:15px;height:15px} \ No newline at end of file diff --git a/public/less/_repository.less b/public/less/_repository.less index 107d4f5ad0..9372ee4d95 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -121,8 +121,10 @@ @comment-avatar-width: 3em; &.new.issue { .comment.form { - .comment .avatar { - width: @comment-avatar-width; + .comment { + .avatar { + width: @comment-avatar-width; + } } .content { margin-left: 4em; @@ -137,6 +139,7 @@ overflow-x: auto; } } + } } &.view.issue { @@ -187,13 +190,31 @@ .markdown { font-size: 14px; } - .bottom.segment { + .no-content { + color: #767676; + font-style: italic; + } + > .bottom.segment { background: #f3f4f5; .ui.image { max-height: 150px; } } } + + .ui.form { + .field:first-child { + clear: none; + } + .tab.segment { + border: none; + padding: 0; + padding-top: 10px; + } + textarea { + height: 200px; + } + } } } .ui.segment.metas { @@ -203,7 +224,7 @@ .comment.form { .ui.comments { margin-top: -12px; - max-width: 750px!important; + max-width: 100%; } .content { .field:first-child { @@ -218,15 +239,6 @@ height: 200px; } } - .dropzone { - width: 100%; - margin-bottom: 10px; - border: 2px dashed #0087F7; - box-shadow: none; - .dz-error-message { - top: 140px; - } - } } .label.list { @@ -352,6 +364,18 @@ } } +.ui.comments { + .dropzone { + width: 100%; + margin-bottom: 10px; + border: 2px dashed #0087F7; + box-shadow: none!important; + .dz-error-message { + top: 140px; + } + } +} + .settings .key.list { .item:not(:first-child) { border-top: 1px solid #eaeaea; diff --git a/routers/repo/issue.go b/routers/repo/issue.go index 8fcb51528e..53f5cf5d48 100644 --- a/routers/repo/issue.go +++ b/routers/repo/issue.go @@ -441,11 +441,11 @@ func ViewIssue(ctx *middleware.Context) { } if ctx.IsSigned { - // // Update issue-user. - // if err = models.UpdateIssueUserPairByRead(ctx.User.Id, issue.ID); err != nil { - // ctx.Handle(500, "UpdateIssueUserPairByRead: %v", err) - // return - // } + // Update issue-user. + if err = issue.ReadBy(ctx.User.Id); err != nil { + ctx.Handle(500, "ReadBy: %v", err) + return + } if ctx.User.IsAdmin { // labels, err := models.GetLabelsByRepoID(ctx.Repo.Repository.ID) diff --git a/templates/repo/issue/comment_tab.tmpl b/templates/repo/issue/comment_tab.tmpl new file mode 100644 index 0000000000..969045e9a9 --- /dev/null +++ b/templates/repo/issue/comment_tab.tmpl @@ -0,0 +1,16 @@ +
+ +
+ +
+
+ {{.i18n.Tr "repo.release.loading"}} +
+
+{{if .IsAttachmentEnabled}} +
+
+{{end}} \ No newline at end of file diff --git a/templates/repo/issue/new_form.tmpl b/templates/repo/issue/new_form.tmpl index dfd86e8491..79e3dd09de 100644 --- a/templates/repo/issue/new_form.tmpl +++ b/templates/repo/issue/new_form.tmpl @@ -15,22 +15,7 @@
-
- -
- -
-
- {{.i18n.Tr "repo.release.loading"}} -
-
- {{if .IsAttachmentEnabled}} -
-
- {{end}} + {{template "repo/issue/comment_tab" .}}
+ {{if .Issue.RenderedContent}} {{.Issue.RenderedContent|Str2html}} + {{else}} + {{.i18n.Tr "repo.issues.no_content"}} + {{end}}
{{if .Issue.Attachments}}
{{range .Issue.Attachments}} - + {{end}}
{{end}} + +
+ + + +
+
+ {{template "repo/issue/comment_tab" .}} +
+
+ {{.i18n.Tr "repo.issues.close_issue"}} +
+
+ {{.i18n.Tr "repo.issues.create_comment"}} +
+
+
+
+