From 5cf37323396fa08e8f93baa6f19ad3b1a6371324 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 8 Jul 2015 19:47:56 +0800 Subject: [PATCH] UI: install - new version --- conf/locale/locale_en-US.ini | 8 +- gogs.go | 2 +- modules/auth/auth.go | 9 +- modules/auth/user_form.go | 22 ++--- modules/bindata/bindata.go | 4 +- modules/middleware/context.go | 8 +- public/css/gogs.min.css | 2 +- public/js/gogs.js | 2 + public/less/_base.less | 7 ++ public/less/_install.less | 11 +++ routers/install.go | 46 +++++++--- templates/.VERSION | 2 +- templates/base/alert.tmpl | 7 +- templates/base/alert_old.tmpl | 2 + templates/install.tmpl | 119 +++++++++++++++++++++++-- templates/install_old.tmpl | 155 --------------------------------- templates/repo/issue/list.tmpl | 2 +- 17 files changed, 212 insertions(+), 196 deletions(-) create mode 100644 templates/base/alert_old.tmpl delete mode 100644 templates/install_old.tmpl diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 6bcc30ab2..6ec8e1814 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -60,6 +60,7 @@ db_helper = Please use INNODB engine with utf8_general_ci charset for MySQL. ssl_mode = SSL Mode path = Path sqlite_helper = The file path of SQLite3 database. +err_empty_sqlite_path = SQLite3 database path cannot be empty. general_title = Application General Settings repo_path = Repository Root Path @@ -72,13 +73,16 @@ http_port = HTTP Port http_port_helper = Port number which application will listen on. app_url = Application URL app_url_helper = This affects HTTP/HTTPS clone URL and somewhere in e-mail. -email_title = E-mail Service Settings (Optional) + +optional_title = Optional Settings +email_title = E-mail Service Settings smtp_host = SMTP Host mailer_user = Sender E-mail mailer_password = Sender Password -notify_title = Notification Settings (Optional) +notify_title = Notification Settings register_confirm = Enable Register Confirmation mail_notify = Enable Mail Notification +admin_setting_desc = You do not have to create an admin account right now, user whoever ID=1 will gain admin access automatically. admin_title = Admin Account Settings admin_name = Username admin_password = Password diff --git a/gogs.go b/gogs.go index 395538266..55b502640 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.6.1.0707 Beta" +const APP_VER = "0.6.1.0708 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) diff --git a/modules/auth/auth.go b/modules/auth/auth.go index 5b24591a6..edcb13069 100644 --- a/modules/auth/auth.go +++ b/modules/auth/auth.go @@ -208,7 +208,14 @@ func validate(errs binding.Errors, data map[string]interface{}, f Form, l macaro if errs[0].FieldNames[0] == field.Name { data["Err_"+field.Name] = true - trName := l.Tr("form." + field.Name) + + trName := field.Tag.Get("locale") + if len(trName) == 0 { + trName = l.Tr("form." + field.Name) + } else { + trName = l.Tr(trName) + } + switch errs[0].Classification { case binding.ERR_REQUIRED: data["ErrorMsg"] = trName + l.Tr("form.require_error") diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go index b616a460f..97865bf53 100644 --- a/modules/auth/user_form.go +++ b/modules/auth/user_form.go @@ -17,22 +17,22 @@ type InstallForm struct { DbUser string DbPasswd string DbName string - SSLMode string + SSLMode string `form:"ssl_mode"` DbPath string RepoRootPath string `binding:"Required"` RunUser string `binding:"Required"` Domain string `binding:"Required"` - HTTPPort string `binding:"Required"` + HTTPPort string `form:"http_port" binding:"Required"` AppUrl string `binding:"Required"` - SMTPHost string - SMTPEmail string - SMTPPasswd string - RegisterConfirm string - MailNotify string - AdminName string `binding:"Required;AlphaDashDot;MaxSize(30)"` - AdminPasswd string `binding:"Required;MinSize(6);MaxSize(255)"` - AdminConfirmPasswd string `binding:"Required;MinSize(6);MaxSize(255)"` - AdminEmail string `binding:"Required;Email;MaxSize(50)"` + SMTPHost string `form:"smtp_host"` + SMTPEmail string `form:"smtp_user" binding:"OmitEmpty;Email;MaxSize(50)" locale:"install.mailer_user"` + SMTPPasswd string `form:"smtp_passwd"` + RegisterConfirm bool + MailNotify bool + AdminName string `binding:"OmitEmpty;AlphaDashDot;MaxSize(30)" locale:"install.admin_name"` + AdminPasswd string `binding:"OmitEmpty;MinSize(6);MaxSize(255)" locale:"install.admin_password"` + AdminConfirmPasswd string + AdminEmail string `binding:"OmitEmpty;Email;MaxSize(50)" locale:"install.admin_email"` } func (f *InstallForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go index 58e7d5bfa..8db6052c0 100644 --- a/modules/bindata/bindata.go +++ b/modules/bindata/bindata.go @@ -581,7 +581,7 @@ func conf_locale_locale_de_de_ini() (*asset, error) { return a, nil } -var _conf_locale_locale_en_us_ini = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x7d\xdd\x72\xdc\x38\xb2\xe6\x3d\x9f\x82\xdd\x1b\x5e\x77\x47\xc8\xe5\x98\x99\x88\x8d\x8d\x0e\xdb\x1d\x6a\xf9\x77\x8e\x65\xe9\x58\xf2\xcc\x9e\x75\x38\x38\xac\x22\x55\xc5\x23\x16\x59\x43\xb2\x54\xad\xb9\xda\xd7\xd8\xd7\xdb\x27\xd9\xfc\xf2\x07\x3f\x24\x4b\xb6\xe7\x6c\xec\xb9\x91\x40\x20\x01\x24\x12\x89\x44\x66\x22\x81\xca\x77\xbb\xac\x28\xfb\x55\xfa\x3c\x3d\x4d\x77\x79\xd5\xd4\x65\xdf\xa7\x7d\x59\xdf\x3c\xd9\xb4\xfd\x50\x16\xe9\x9b\x6a\xa0\xef\xee\xae\x5a\x95\x49\xb2\x69\xb7\x25\x81\xbe\xa5\x7f\x49\x91\xf7\x9b\x65\x9b\x77\x05\x65\xbc\xb4\x74\x52\xfe\xbe\xab\xdb\x0e\x40\xaf\x24\x95\x6c\xca\x7a\x87\x3a\xf4\x2f\xe9\xab\x75\x93\x55\x0d\x7d\x5e\x51\x2a\x7d\xd7\x24\x7d\xbb\xaa\xf2\x3a\x0b\x0a\x38\xc3\xca\x7f\x49\xff\xd8\x14\xe9\xd5\x50\xee\xd2\x67\xfd\x36\xaf\xeb\x17\x79\xcf\x55\x86\x32\xcd\x57\xab\x76\xdf\x0c\xcf\x9e\x4a\x81\x34\xde\xee\x07\x6b\xfd\x62\x3f\x48\xde\x7e\x67\x59\x9f\x76\x49\x57\xae\x2b\x1a\x58\x47\x59\x1f\x35\x99\x1c\xca\x65\x5f\x0d\x40\xfa\xaf\x92\x4a\xee\xca\xae\xaf\x5a\xe0\xf3\x17\x49\x25\xbb\x7c\x0d\x80\x4b\xfa\x97\x0c\xe5\x76\x57\xe7\x5c\xe1\x5a\x93\x49\x9d\x37\xeb\xbd\xc0\xbc\xd7\x64\x92\xec\x89\x72\x4d\xce\x34\xfb\xa4\xc9\xa4\xdc\xe6\x55\x0d\xfa\x3c\x41\x82\xda\xed\xfb\x43\xcb\x54\xbc\xd4\x24\xe1\x98\x0d\xf7\xbb\x92\x51\x7c\x72\x4d\xa9\x64\x95\xef\x86\xd5\x26\xa7\x9c\x33\x49\x25\x04\xb4\x6b\x09\xd7\xb6\xbb\x67\x38\xfb\x48\xda\x6e\x9d\x37\xd5\x3f\xf2\x41\xf0\xbf\x08\x3e\x93\x6d\xd5\x75\x2d\x86\x7e\xce\x89\xa4\x29\x0f\x19\xda\xa1\x9c\x0f\xe5\x21\x6c\x05\x25\xdb\x6a\xdd\xc9\x28\x51\x78\xce\x5f\x68\x05\x65\x37\x6d\x77\xab\x05\xaf\x91\x1c\x55\x25\x24\xb4\x34\xee\x3f\x6f\x88\x2e\x5a\x7a\xce\x1f\x11\x40\x9f\xe4\xc5\xb6\x6a\xb2\x5d\xde\x94\xa0\xd1\x29\xbe\x88\x2e\xf4\x95\xe8\x74\x67\x7d\x39\x0c\x55\xb3\xee\x51\x2c\x59\xe9\x95\x66\x25\x41\x99\xcb\x03\x3e\x7d\x76\x53\x96\x85\x60\xd4\xa7\xaf\x29\x9d\xec\xf6\x75\x4d\x63\xff\xfb\xbe\xec\x07\xc0\x5f\xd2\x37\x8d\x42\xbe\x93\xaa\xef\x29\x41\xd9\xef\x38\x91\xd0\x04\x34\x2b\x46\xe9\x8c\x13\x49\xf2\xb9\x2f\xf3\x6e\xb5\xf9\x92\xc8\x7f\xee\x11\x89\xc5\x62\x71\x74\x6a\xc0\x0e\xca\x0a\xd2\x83\x75\x90\xac\xda\x02\x1f\x67\xf4\x8f\x9a\xae\x9a\x7e\x20\x96\xfe\x92\x68\x02\x60\x92\x12\x32\x0e\xd5\x50\x97\x3e\x93\xd7\x47\x8f\x79\x48\x5f\x57\x5d\x3f\x3c\x19\x2a\x62\xb9\x8f\xfb\x26\xc1\xf8\x88\x9d\xb3\x62\x69\xab\xfc\x4d\x4b\xd4\xe1\xec\x8e\xc6\x77\x7e\x7f\xf5\xaf\xef\x4f\xd2\x4b\x5a\xea\xeb\xae\xa4\x74\x4a\x6d\xd0\x3f\xaa\xf3\xa7\x45\x42\xb5\xac\xa7\x97\xf9\x90\x2f\xf3\xbe\xf4\x64\x45\xa1\xf0\xa8\x2b\x63\x4e\x85\xd8\x60\x11\xd1\x0f\xd1\x78\xe7\xf8\x9c\xda\xd0\xd5\xe1\xda\xf8\x80\x25\x42\xf9\x90\x1a\x5c\xf9\xb2\x2e\x91\x4f\x4d\xa5\xef\x3e\x7c\xb8\x78\xf9\x5b\x5a\x36\xeb\xaa\x29\xd3\x43\x35\x6c\xd2\xfd\x70\xf3\xdf\xb3\x75\xd9\x94\x1d\x09\x91\x55\x95\xd2\xca\xe8\x88\x09\x52\x62\x4f\x19\xdc\x22\xe9\xfb\x3a\xdb\x0a\x79\xaf\xae\xde\xa7\xe7\x20\xf1\x2e\x1f\x36\x8c\xc8\xb0\x49\xfa\xbf\xd7\x20\x91\xeb\xf0\x7a\x53\xa6\x37\x15\x8d\x9a\x81\xda\x1b\xa3\x47\x5a\x28\x8e\x8b\x24\xb1\x1e\x8d\x3c\xa7\xbb\x5d\x5d\xad\x64\xc9\xbd\x91\x32\x4f\x29\x70\x43\xa6\x3d\x7a\x66\x48\x3f\xb6\xed\x20\x18\x38\x00\x8f\xc4\x29\xcd\x2a\x24\x6f\x57\x6e\x5b\x5a\x81\x8e\xa1\x2a\x9a\xb4\x43\x45\x85\xcb\x32\xed\xf3\x3b\xe2\xe9\xa1\x4d\x87\x4d\xd5\xa7\x05\x4d\xe8\x0a\x0d\x13\xfb\xed\x49\xe6\x09\xe9\x89\x09\x84\xfc\x96\x17\x8f\x93\xa1\xb6\x7b\x9a\xb1\x0d\x35\x06\x89\x0a\xf1\x4f\x4d\xce\xe1\x99\xe6\x24\x8a\xa9\x1d\xe6\x21\xe2\x8e\x96\xe4\x17\x24\xcc\x4b\x4e\xe8\x77\xd8\x3e\x61\x95\xdf\xdc\x10\x56\x3d\x51\xfe\x6d\xba\xaa\x5b\x9a\xb6\x4f\x1f\xdf\x53\xe5\xcd\x30\xec\xb2\x5d\xdb\x31\xab\x5c\x5f\x5f\x12\x0b\x76\x83\xcf\x0d\xa6\x1f\x30\xcd\x7e\xbb\xa4\xaf\xc3\xa6\xa2\x85\x96\x07\xb4\x66\x52\xd4\x10\xe2\x4d\xda\x36\x8b\x04\xdb\xd9\xbe\xab\x47\x33\x42\x5d\x5a\xc9\x11\xf4\x80\xc2\x53\xfc\xb9\xf2\x58\xf2\x70\x7b\xda\xe9\x0e\x9b\x92\x36\x34\x1a\x6a\xc9\x12\x7b\x21\x12\xdc\xcd\xbd\xc8\x71\x9a\x6e\xde\x23\xdd\xb4\xa7\x3f\x5d\xec\xd0\x7b\x5e\xff\x9c\xf4\x5b\x1a\x97\x2e\x8c\xab\x73\x1a\x2d\xaf\x0e\x54\xa3\x09\xd1\x99\xba\x2a\x9b\x82\x12\xba\x2b\x68\x59\xb0\x68\xb4\xdc\xad\x9d\xa6\x1d\xaa\x9b\x7b\x87\xc5\x07\x7c\xda\x80\xe7\x70\xb0\x7d\x2f\x5b\xb5\xcd\x4d\xd5\x6d\x81\x79\x93\x2f\xa9\xb2\x6d\x83\x24\x7d\xb8\xc4\x44\x35\x8d\x51\x3a\xf1\xa0\xe7\x18\x69\xd8\x95\xca\x6b\xb7\x0e\x58\x5e\x4f\xc4\xb2\x00\x8d\x37\x42\x13\xf5\x53\xb9\xa0\x28\x86\x65\x8a\x9b\x87\x91\xda\xa3\xcd\x54\xe5\x65\xb6\x6e\x79\x0f\x30\xf9\x08\x86\xa5\x4d\xbb\x1f\xb2\x75\x35\x64\x37\xa0\x2d\xda\x7c\x8d\xba\x58\x3f\x54\x92\x3e\xa6\xa2\xc7\xe9\xaa\xdd\xd2\x1e\x55\xfc\x92\x3e\xba\x53\xc1\xf0\x27\x10\x21\xcb\xef\x08\x96\x49\xf0\x3c\xfd\xb7\x76\xdf\xd1\x8a\x14\xb9\x64\x8a\x42\xd1\xd2\xca\x24\xc8\xb4\xdf\xef\x98\xaf\x55\x6a\x9c\xa4\x3b\x01\x2c\xda\x43\x53\xb7\x39\x2d\x58\x5a\x77\xed\x0d\x11\x10\x6a\xce\xb2\x6a\x72\x5a\x63\xd6\xca\x4d\xd7\x6e\xd3\x47\xfd\x49\xfa\xe1\xe2\x9a\x01\xd7\xed\x72\x5f\xd5\x85\x01\x2c\x68\x84\x77\x79\x5d\x15\x90\xe8\xba\xd9\x85\xd2\xd3\xb2\x2a\xc1\x65\xd5\x76\x10\x0a\x3c\x1a\xab\x78\x44\x1a\x75\x58\xe5\x9c\x4d\x75\x15\x96\xeb\x39\xc1\x01\x32\x10\x6f\xf0\x56\x07\xb1\xc2\x7c\x5b\xf5\xcd\xe3\x81\x31\x5d\xed\xa9\x2f\x9a\x74\x64\x53\xc5\x3e\x7d\xf2\x82\xfe\x26\x10\x52\xc2\x72\xeb\x29\xe1\x51\x98\x4a\xe1\x5e\x74\x8b\x08\x55\x99\x62\x3f\x4c\xe1\x2e\xd5\x03\xc2\xb1\x86\xf8\x1a\x0b\xf4\x7b\x11\x66\xd0\xe9\x6a\x9a\xd6\xf2\x07\x4a\x3c\xa6\x85\xbc\xae\x79\x12\xf2\x21\xbd\x6f\xf7\xb4\x61\xb4\x44\x37\x30\xc8\x89\xc8\xc0\x1b\x1a\x1a\x56\xfe\x90\xdf\x12\x6e\x79\x07\x71\xff\x19\x7a\xef\x97\x64\x0f\xb6\xa5\x75\x5c\x17\x6e\x5b\x63\x9e\x6e\xbb\xb1\x32\xe7\x81\x1c\xbf\xf6\xb4\x5f\xad\x36\x99\xd3\x9a\x41\x94\xa1\xfc\x9d\x45\x02\x17\x79\x25\x1a\xcc\x8e\xa2\x64\x7b\xcf\xd3\x85\x41\x9c\xdf\xfb\xd9\xa2\x4d\x80\x96\x08\x29\x03\xcb\x16\x54\x23\x02\x1b\xd4\x59\x98\x1b\x57\xa0\xb6\x48\xed\xd2\xa6\x62\x9d\x8b\x8a\x44\x31\xd4\x52\x51\x0e\x49\xe9\xf9\xac\xda\xfc\x97\xc4\x3a\x88\x9a\x4c\x3e\xe7\xfb\x81\x34\xa0\x55\x57\x92\x9a\x98\x41\xef\xb3\xc9\x21\x54\x38\x93\x55\x40\x95\x07\x5e\x04\x6d\xca\x1d\xa4\xdb\xb6\xe7\x59\xad\x09\xb2\xb8\xd7\x1d\xc8\xcd\xef\xaf\xa2\xb1\xd3\x84\x37\xed\xe1\x07\xb3\x13\xbe\xb3\x89\xdf\x2a\x9a\x49\xae\x5f\x54\x3d\x96\xaf\x6f\x60\x47\x4b\x6d\xc7\xd4\xa7\x45\x72\x7f\x92\x4a\x81\x70\x21\x35\xd4\xd3\x0e\x4b\x9b\x8a\x56\x2b\x16\xa6\x87\x60\xd6\xf2\x95\xb0\x3c\xdb\x0c\xcc\xa4\x52\xb3\xed\x16\xd3\x7e\x54\x40\x69\x2f\x4e\xd6\xb2\x24\x0d\x05\xee\x4c\x9f\x44\xb0\x6d\x89\x9d\x2f\xdb\x8a\x2d\x20\x5f\xe9\x79\x99\x90\x7e\xb3\xa6\xf5\x68\xfc\xf6\x1c\xca\xdf\x9a\xf7\x69\x65\x37\x00\x94\x43\x28\x41\x15\xc2\x72\x7e\x35\xdb\x88\x16\xf6\x81\x35\x63\x5a\x9a\x13\xf2\x93\xe9\x44\xc5\x0b\x93\xc8\x8c\x29\x0f\x89\x96\x25\xe9\xe2\x8e\x88\xa7\x29\xcd\x7e\x1a\x42\xe9\x6e\xe9\x87\x85\x0a\x58\xf4\xcf\x96\x2f\x1e\xf5\xcf\x9e\x2e\x5f\x38\xd1\xb8\xda\x94\xab\x5b\xac\x46\x92\x27\xcd\xb2\xfd\x9d\x55\x3b\x9a\x78\xd0\xb8\xc1\x12\x79\x54\xa4\x1b\x2a\x65\xcd\x84\x96\x32\x55\x23\xc2\xa3\x34\x9a\x34\x42\x06\x2b\x7e\x61\x56\xa6\xdb\x1c\x8c\x91\xa8\x36\x77\x22\x98\x91\x41\xc1\x6b\x07\x59\x01\xdf\x9e\x22\x17\x9c\xcb\x62\xde\xb3\x2e\x8f\xb7\xae\xb6\xd5\x30\x61\x1d\xc8\x91\x5c\x59\x50\x2d\x0a\xa3\x25\xb7\xc5\xd4\x60\x5c\x48\x1a\x53\x33\xf5\xbd\x63\xa7\x43\x4e\x4a\xde\x9f\x52\x62\xa1\x3d\xed\x42\x18\x13\xa1\x49\xe2\x38\x5f\x93\x2e\x45\x6a\x52\xde\x67\xfb\x46\xc9\x5a\x16\xc6\x4c\x6f\x2b\xde\x24\xd0\xaf\xb1\x7c\x00\x65\x94\xcf\x8b\xa2\x83\x04\xfc\xc9\x51\xfc\xe7\x45\xfa\xee\xc6\x55\x83\xe4\x06\x42\x15\xd4\xc8\x7c\x76\xf2\x48\xb2\x35\xa5\x28\x99\x4c\x01\xc0\x61\xa2\x49\x45\xf2\xb3\x47\x7a\xd6\x2d\xe5\xf0\x84\x2c\xf7\xc3\x40\xc9\x65\x59\x83\x6b\xa4\x8e\x61\x7d\xc6\x80\xac\x4c\xf9\xf6\x78\x42\x42\x3a\xc9\xdc\x94\xa6\x7e\x64\xde\xde\x57\x9d\x6d\x34\x3a\xdd\xea\x1c\x58\x21\x86\x41\xde\xdc\x1b\x2b\x13\x43\x00\x0b\x74\x38\xcc\xe3\xf2\x53\x57\xfe\xec\xb1\x71\x6b\x86\x6b\x18\x46\x52\x3d\x58\x4f\x1f\xb9\x94\xb9\xc4\xad\x3a\xdb\xb9\xd4\x9c\xf3\xfc\xd1\xc5\xe4\xe5\x72\xac\x0c\x12\xb0\xa4\xb7\x17\x4c\x68\x1a\x05\xd7\x5e\x8c\xfa\xf2\x3a\xeb\x94\x82\x43\x8c\xb2\xdf\x80\x86\xb6\xcd\xfa\x8d\x28\xd8\x86\x5e\x5a\x93\xe9\x44\xb4\x21\x5b\x16\x9d\x91\x09\xc1\xde\x1e\x66\xba\xff\x86\x6d\x8e\x84\xc6\xf6\x4b\x82\x7d\xed\xc3\x48\x57\x83\xdc\xd7\xbc\x40\x69\xe0\xa2\x57\x91\x0a\x66\xf3\x92\x5c\xce\xe8\x75\x1f\x4b\xef\xd6\xe0\x94\xc3\x9b\xec\x83\x6b\xd5\x21\x61\x2a\xdc\x96\xda\xf8\x5b\xb2\x08\xfa\x4f\xac\xd1\x8b\x7a\x0e\x5d\xfe\x32\xbf\x87\x26\x25\xd9\xfa\xc1\x05\xd7\x65\xbe\x55\x2c\x91\x94\x26\x4e\x69\x8f\xd2\x4c\x24\x69\xeb\x52\xdf\x88\x94\x42\x7c\xdb\x10\x44\xc1\xd0\xbd\x3c\x51\x2b\x39\x2b\xd5\x67\xf2\xb7\x80\x70\x25\x09\x80\xfb\xc5\xdf\x92\xbc\xde\x6d\x72\xde\xd4\x03\x30\x36\xa8\x08\x88\x67\x33\x65\x10\x9e\xe0\xfd\xb6\xec\xaa\x15\x92\xa8\xf0\xd3\x93\xec\x67\xb6\x57\x89\xfb\x49\xbb\x8b\x1b\x2b\x88\xf3\xff\xa9\x06\x91\x86\xe6\x17\xb6\xcb\x5a\x54\xf5\x8f\x72\xdc\x22\xef\x65\xd0\xa8\x86\x14\x4b\x79\x80\xd6\x16\x57\xcc\x7f\xff\x5a\xc5\x6d\x3b\x53\x4f\x56\xaf\xaf\x64\x6b\x54\x07\x10\xaf\x60\x82\x87\x61\x76\x14\x9a\x26\x16\x20\xcd\x2d\x6d\x44\x8d\x03\xfb\x24\xdf\x29\x7f\xff\x62\xfe\x31\x92\xfa\xaa\xf3\x7a\x4f\x19\xed\xa7\x05\x44\x1d\xeb\xae\x0b\xbf\x42\x42\x7d\xd6\x31\x2b\x34\x3f\x33\x90\xdc\x5a\x27\x25\x50\x54\x7b\x62\x98\x85\x77\xea\x65\xd8\xd6\x32\xe8\x89\x4d\xa8\x0d\xba\x0d\xcf\xb6\x04\x86\x10\xa7\x50\x36\xad\x37\x5a\x4e\x47\xab\xd3\xee\x3d\x53\x3b\x54\xe4\x1e\xae\x3f\xd0\x82\x98\x69\xc0\xad\x93\xa3\x15\x65\x32\xb9\x12\x8d\xbc\x98\xac\xf4\x69\x45\x80\xc1\xef\xb2\xc9\x68\x1d\x47\x35\x2f\xf7\x4b\x12\x61\x6e\x79\x83\x5b\x59\x0d\x6e\x06\xdf\x8a\xd4\x26\xc3\xbe\x5c\xc3\xc3\x62\x68\x47\xb8\x2a\x03\x92\xf4\x17\xb0\x90\xfd\xfc\xfc\xb8\xa9\x0e\xb9\x22\xd4\xda\xdd\x0c\xc7\xf6\x12\x8d\x99\x70\xa2\x24\x6a\x06\x56\x93\xa2\xa1\x5b\xf7\x16\x06\x42\xbf\x87\x2c\x86\x31\x21\xea\x48\x3c\x97\xd8\x69\xb9\xa9\x92\xbb\x38\xde\x3c\x71\x32\x2c\xac\xaf\xb5\xcf\x60\xdf\xd9\x74\x68\x5f\x4f\x1b\xd6\xc6\x1d\xd0\xb1\x66\x9d\x05\x58\xfe\x5e\xb1\x1b\xe3\x0d\x69\x0d\x6a\x03\x3a\xd3\x97\xcb\x16\x49\x4d\xa2\x04\xb6\x86\x8c\x4a\x14\xd7\xf6\x0e\xa6\x1a\xfa\x43\xa9\xd4\x63\x63\x37\xd7\x41\x61\x9e\xd5\x9a\x24\xeb\xad\x3d\x94\xc5\x09\xed\xe9\xa8\x41\x78\xb2\xd0\xc9\xeb\x43\x7e\x0f\x1e\xf1\xf2\x0a\x9e\x1a\xa9\x0e\x61\x44\x3b\xfe\x9a\xb1\x0a\x3d\xe0\xb4\x5e\x8d\x12\xca\x90\x7e\x5f\x3e\xb0\x3d\xc8\xb2\x06\x96\x3d\x6d\xa9\x64\x66\xc3\xdf\xc1\x7b\xaa\xee\x43\xb0\x65\x61\xf9\x41\xa9\x97\xe2\xa0\x21\xf6\xa6\xea\xae\x30\x53\xf7\x04\xfa\x10\x75\x03\xed\x84\x64\xb5\xd0\x9a\x14\x3e\xa2\x2c\xa3\x14\x38\x07\x68\x61\x94\x4f\x44\x11\xae\x88\x86\x30\xac\xbc\xbd\x8c\x7d\x8b\x66\xc5\xdc\x3b\x92\xcf\xd6\x6e\xd2\x0f\xb4\x04\x40\x69\xf3\xe3\xff\x9b\x28\x54\x6a\x23\xa3\x94\x97\x16\x93\xa9\xdf\x54\xbb\xb4\x25\x44\x63\x12\x7a\xb6\x0d\x74\x4a\xa2\x46\x51\xb2\xa2\x4d\x0b\x85\x54\xec\xa6\xbf\xc1\x34\x6d\xca\x6d\x7a\x03\x27\xf3\x42\xbb\x86\x8a\x2a\xfe\xfc\x23\x3d\x8b\xd1\xc2\x5d\x87\x7b\x0d\xcf\x5d\x30\x51\x71\xd7\x04\x73\xc7\x3d\x2b\x0e\x4c\x55\xdf\x52\x6f\x38\x80\xcd\x26\x24\x60\x35\x31\x3a\x06\x31\x6c\xee\xca\x90\x10\x37\xff\xec\xc8\x03\xaa\xab\xf7\x4e\xbc\x89\xf1\x34\x49\xa7\xec\x9e\x60\xf7\xf5\xf2\x3e\x1e\x3d\xaa\x3a\x0e\x80\xa3\xf7\xae\xd4\x5e\xb0\x30\xb0\x56\x46\x0d\xb2\x5b\xc2\x1b\x07\xc9\x90\xb3\x8d\xb7\x24\x14\x57\x9b\x68\x75\x5e\x73\x49\x2a\x25\x93\x05\x9a\x7c\x46\xd7\x64\xb7\x6f\xf2\x66\x5d\xc2\xb7\x45\x2d\x61\xc3\xe4\x6f\x55\xc9\x25\x93\x10\x5e\x77\x92\x5e\x90\xe5\x65\x55\x56\xb4\x20\xdb\xed\x83\x35\xab\xc6\x3c\x34\x7d\xf2\xef\x2d\x69\x20\x7c\x1a\xf5\x67\x4a\x41\xdd\x6d\x92\xc8\xa5\x3d\x72\x2c\xb0\x3d\x50\x0d\xf7\x7e\xc7\x38\xd5\x1c\xb2\x6b\x59\x3a\xb0\xab\xe2\xb5\xa5\x69\x3e\x72\x08\x3d\x2c\x6d\x49\x29\x9c\xf8\x8d\x5e\x5b\x3a\x81\x59\xbc\x5d\xf0\xe6\x00\xed\xb9\xbb\xe3\x3a\x6e\x4b\x78\xfc\xa8\x7f\x8c\x09\xb3\xb2\x45\x00\xbf\xcb\x07\x12\x8b\x8d\xd8\x24\x22\xa1\xc2\xaa\x5a\xec\x9a\x60\xa9\x22\x60\x0b\x3e\x2c\x12\x52\x7c\x49\xc8\x78\xe4\xd3\x05\x1a\x9a\xa4\x66\x4f\x46\x54\xc4\xf4\xaa\x0f\xff\x0b\x25\xd5\x05\x92\xba\x23\x52\xb5\x4d\xfb\x24\xf0\x88\xf7\xb1\xeb\xbb\x4f\xd4\xe7\x13\x3b\x7c\x94\xbd\x9f\xa7\x2f\x25\x61\x56\xee\xbe\xe2\x31\x55\x45\x92\xec\x98\xee\x59\x80\xad\x4c\x84\x43\x5a\xfe\xdb\xb1\x12\xaf\xfd\x57\x13\xcb\x4c\x5a\x61\xc6\xb5\x53\x0b\xd6\x04\x70\x3c\x13\x58\x68\xf0\xa6\xb2\xe9\xd6\x04\xae\x65\x32\x70\x51\x0f\x60\x87\x72\x99\xc2\xbf\x49\x8c\x43\x86\x90\x0e\x74\x9b\x93\x0d\x75\x57\xe5\xce\x15\x43\xb3\x85\x33\x3d\xdd\x45\x5f\xe3\x3c\x8f\x4f\x93\xa6\xa7\xbb\x75\xbb\xb2\xe3\xd1\xf7\x9a\x4c\xf6\xbb\x02\x4e\x2c\x3f\xe0\x4f\x9c\xe1\x06\x1c\x97\x07\xee\x45\x1e\xba\x55\xf3\x5a\x0c\x83\x17\xa9\xc2\x01\xb3\xfb\x85\x2d\x9f\x99\x63\x61\x5d\x42\xc5\x18\x24\x20\x70\x2a\x45\x6a\xa5\x1a\xc0\x42\x64\x0f\x93\x57\x8e\x33\x98\x20\xb4\x57\xa6\x9b\xf6\x90\xd6\x55\x73\xdb\x2b\x7d\x9d\x03\xc4\x0c\xe3\xf4\x25\x67\x10\xb0\xb8\x66\xa0\x56\x55\xcd\xbe\xfc\x35\xb1\x94\x78\xde\x39\x39\x3d\x02\x2d\x65\x57\x1c\x0b\x03\x3d\x2b\x38\xe3\xec\xf4\x94\xb3\x67\x61\xbd\x61\xab\x55\xf8\x20\x0b\xe2\x57\x3c\x60\xe9\x4d\x09\xf5\x9c\xc5\xe1\x1b\x95\x42\x44\x9f\xb6\xed\xd5\xd9\xe8\xc5\x0f\xf2\xd8\x33\xa1\x50\x3a\x5b\x0e\x42\x27\x53\x90\xb1\x83\x09\x82\x82\xe9\x48\xca\x92\xe2\xc3\x6b\x3b\xab\xb6\x72\x8c\xff\x49\x4b\xe5\x34\xd0\x59\x25\x5c\xbc\x48\x9a\x76\x34\x98\xf0\x88\xe0\x03\xd1\x52\x86\x6f\x72\xd4\x0a\x4f\x4c\x5d\x10\x82\xf0\x66\x1f\x21\x3b\xe6\x2c\x6d\xc0\xbc\xdd\x5f\x61\x30\x63\x9f\xf0\xe4\x44\x64\xb3\x13\x2d\x6d\x1d\x29\x85\x67\xea\xb7\xf7\x07\x4b\x44\xd9\xa0\x1c\x0e\xdc\xcb\x89\x7b\x21\xb2\xb3\xb4\x85\xa3\xda\xf4\x08\xa7\xc9\xda\xb1\x7a\x07\x1a\x5b\x38\x1c\x63\xf8\x85\x70\x7f\xce\xae\xe0\xb4\x67\xbf\x64\x2f\xfa\x24\xba\x22\x04\xad\x09\x22\x00\x9b\x2b\xbd\xb7\x52\x4e\x45\x1a\xc1\x03\x2e\xc1\x07\x0e\x40\xe3\x0f\x62\x6b\x94\xe0\xc4\xe0\x09\x05\xdb\xae\xa3\x49\xa7\x8d\x77\xe4\x7a\x9a\x88\xb4\x48\x7c\xb1\xf4\x6a\xa1\xc0\x06\x52\x8b\xec\x4f\x6d\x0b\xf2\x9f\x53\x96\xe3\xdd\x95\x25\xdc\x59\xd6\xa9\x0a\x6b\x57\x2a\x22\x3b\x21\x1c\x78\x0d\x94\xce\x75\x51\x30\x25\x62\x14\x19\x2c\x04\x31\xd7\xa7\x65\x67\x91\x63\x97\x5d\xb4\xff\x69\xce\xdc\xa8\x43\xe7\xcc\xf5\xa8\x8e\xd8\x06\x38\x8e\x76\x9c\x09\x03\x51\x01\xef\xbf\x3a\xf5\xc1\xae\xaa\x93\xef\x36\x57\x74\x23\x3a\x3d\xc8\x44\x59\xbc\x05\x2b\x13\xb0\x84\x85\x82\xc7\x67\xcd\x1c\x13\x20\x0a\x7e\x3f\xf1\x3b\xc6\xf2\xf5\x94\x2d\x18\xa2\x8a\xc0\x42\x1f\xc0\x86\x26\xda\x9f\x5a\x44\x5b\x10\x62\x9d\xcb\xc9\x96\x1e\xbf\xdf\xcb\x11\xa3\x57\x89\x4e\xd4\x6c\xd8\x54\xeb\x0d\x8d\xab\xda\xe2\x8c\x91\xa5\xb6\x1d\x64\x79\xab\x0e\x5f\xb4\xf0\xda\x35\x6d\xf8\xa2\x51\x8a\x31\xee\xa4\xed\xb3\x7e\xe8\xda\x66\xfd\xe2\x65\x0b\x73\x0b\x7e\x14\x6c\x15\xbf\x3e\x7b\xaa\xf9\x24\x32\x30\x87\x08\xa5\x7a\x53\x0d\x6f\xf7\xcb\xc7\x7d\xba\x26\xdd\x80\x37\x90\x67\x79\xba\xe9\xca\x9b\xe7\x3f\x3e\xea\x7f\x7c\x21\x27\x3f\x82\x2e\xbc\x31\x46\x96\x67\x4f\xf3\x17\xd0\x9e\xfb\xb6\x26\xa5\x36\xae\xd2\x6e\xb7\x32\xbf\x24\xfe\xb6\x02\xc9\xf8\xd3\xc8\x20\x15\x99\x72\x65\xa7\xf4\xa1\x06\x17\x8e\xd7\xfd\xfc\xe8\xb4\x25\xf0\x2f\xe8\x46\x4a\x9f\xb2\xdd\x23\xcf\x9c\x0a\xb2\x7b\x51\xca\xe6\x37\x60\x22\x08\x36\x6d\x27\x70\x61\x80\x61\x7e\xb0\x35\x27\x1d\x06\x2b\x8e\x55\x86\x53\xc0\x40\x85\x65\x43\x57\x3d\x1b\xef\xd5\xac\xe5\x02\xda\x1b\x02\x15\xf6\x43\xab\x7e\xff\xd4\x32\x3d\x43\x9a\x4a\xa7\xec\x78\xea\xb9\x69\xac\xe4\xe9\x01\xd8\x51\x8e\x0c\x18\x51\x5b\x55\x2e\xec\x17\x62\x80\x97\xac\x4a\x2d\xab\xa6\x10\xc6\x53\xbe\x29\x5a\x16\xd6\x8e\x61\x68\x3b\x6a\x00\xc4\x3e\x36\x24\xf4\x3b\xa0\xdc\x55\xd4\x7e\xb0\x25\xd1\x7a\xdf\x37\xc1\x7a\x13\x86\xce\x86\x56\x7c\x4d\x3a\xc8\x4b\xd2\xd8\x11\x93\x80\xb1\xa1\xc1\x6b\x14\xf7\x1a\x53\xa3\xe7\x88\x56\xe5\x8d\x66\xf2\x6c\x31\x60\xc2\x45\xbd\x23\x04\x7f\x79\xe3\xcd\x5a\xd1\x23\x5e\x6c\x1a\x26\xa1\x89\x79\x6d\x85\x6d\xe4\xc8\x37\x3d\xbd\x7c\xb7\x48\x5c\x7f\xd6\xe6\xab\x9c\xb4\x0e\xc1\xe0\xe0\xec\x46\x08\x94\xf1\x0a\x75\x07\x0c\x52\xdd\xdc\x54\x5c\x93\x79\xd1\x8d\x69\x32\x1e\x19\x4b\x5c\x2e\x24\x2e\xfb\xc0\x96\x96\xde\x18\x93\xb1\x6c\x73\x23\xfd\x81\x08\xeb\x3c\x3a\x90\xa9\xbb\x7b\x48\x8b\x8e\x17\x14\x2d\x6e\x76\xa4\xb0\x9a\xc7\xeb\x1d\x0e\x14\x75\x77\xf4\x25\x14\x10\xb1\x27\x53\x68\x88\x9d\x63\x7d\x43\x58\x99\x3f\xcc\x0d\x38\x81\xd9\x70\x67\xf3\x19\xe1\xeb\xb7\x8a\x10\x69\x31\x73\x63\xad\xe5\x87\x54\x04\x91\x1c\x59\x02\x2f\xd1\x6d\x94\xc6\xa1\x71\x43\x6d\x1e\xca\xba\x26\x0e\x53\x84\xfc\xb9\x9d\x9a\x32\xd1\xa9\x9d\x02\xb9\xf3\x3a\x84\x3c\xb9\xbd\x58\xe6\x36\xf4\x2f\x58\x63\x04\x41\x0c\xcc\x07\x75\x62\x83\x98\xc0\x3c\x3b\xfd\xf0\xe1\xe2\xda\xcb\x49\x70\x56\x53\x90\x34\xff\xc1\x85\xac\x4c\xf0\xb2\xc0\x15\xc6\x0f\x86\x46\x0c\xe1\x43\x67\xb4\xc6\x31\xb8\x70\xe1\x5b\xeb\x94\x5c\xb7\xbc\x9a\x5b\xe0\x22\x35\x8a\x18\xff\xe2\x98\x8a\x9f\x7c\xc6\x06\xf3\x25\x31\x2f\xdd\x05\xfe\x27\xa1\xa3\x33\x70\x4d\x33\x37\x7b\x0f\xb6\x8f\x53\x23\x04\xda\x62\xe2\xf8\x24\xc4\xf6\xfd\x3e\x67\x1d\x8e\x68\xdf\xb2\x5c\xbc\x49\xf9\x40\xea\x04\x7e\x9c\xb6\x63\x1e\x04\x71\xf7\x4d\xf5\xf7\x3d\xef\x90\xd0\xe0\x68\xc7\xbf\xab\xfa\x6a\x59\xd5\x22\x3c\xff\xe2\x3e\x24\x1f\xa9\x51\x10\x57\xd0\x39\x7d\x3d\xeb\x77\xb4\xe6\x57\x24\x9b\xfb\xe7\x3f\x92\xca\x4d\x16\x0b\xff\x7d\x02\xff\x80\xa6\xf2\xa2\xda\xd3\x56\x44\x0a\x18\x4e\x7a\x69\x3e\xa9\xca\x0b\xd8\xfa\xb7\xe6\x42\x1a\xc7\xb4\x72\x19\x1b\x22\x5a\xf6\x9a\xd2\x92\x3b\x83\x96\xaa\xab\xe2\x03\x18\xc4\x79\x94\x06\xc3\x82\xb8\x06\xbb\xdf\x96\x21\xe9\xf4\x88\x40\x27\xfa\x25\xfd\xeb\x2a\x0e\xdf\x92\x7c\x04\x18\xa7\x41\x70\xb1\xcb\xf4\xfd\x5e\x11\x03\xac\x60\xa3\x2c\xd6\xd5\x40\x6a\x32\x02\xb1\xd9\x78\xa5\x15\x44\x52\x92\x63\x93\x25\x65\x39\x33\x75\x0d\x96\x2b\x56\x4d\x35\x64\xf0\xea\x6f\x25\xde\x94\x9a\xcd\x6b\x51\x2b\x62\xca\xcb\xa1\x6b\xfa\xf1\xd5\xe9\xcb\xf3\x57\x8b\x6d\x61\x41\x21\x4a\x4f\x8d\x06\x09\x28\x5a\x94\x37\xf9\xbe\x36\xef\x15\x0f\x98\x33\xd2\xdf\x38\x43\x43\x95\xc9\xd0\x20\xfa\xdd\xc9\x1e\x29\xc1\xcb\xef\x2c\xe7\x27\xa8\x91\x3f\x1f\xf1\xe9\x8c\x8f\x55\xbe\xdf\xb5\x33\x6e\xe1\x61\x0f\x0f\x8e\xc9\x33\xf8\xeb\x52\x0d\xa5\x88\xce\x1a\x13\x0d\xa5\xb6\x90\x59\x17\x4b\x2d\x31\xb3\x61\xe9\x71\xe6\x36\x73\x23\x3f\xce\xe3\xcb\x7a\x5f\x8e\x98\x5c\xe8\x68\x3c\x6e\x3d\xe9\xb4\x9c\x6b\x84\x77\x30\x2f\x0a\xb1\xe0\x38\xc8\xcc\x34\x6b\x9c\x3d\x43\x6b\x55\x6b\xca\x41\x99\x6f\x1d\x1e\x95\xda\xc2\xca\xde\x49\x66\xca\x99\x1c\x54\xc6\xea\x6b\xec\x86\xb4\x23\xef\x3c\x8c\x5c\x4d\xb0\x79\x65\xf0\x59\xb0\xe4\xdc\xdd\x27\x1c\x5d\x40\xfb\x4e\xc6\xdb\x9a\x64\xb2\x1c\xab\xab\x9d\xdc\x38\xa0\x82\xaa\x94\x10\x41\x4e\x5c\xfc\x4b\x22\xb8\x3b\x42\xf2\x7c\xf0\x35\x04\x14\x90\xbc\xfc\x95\xc5\xca\x00\xc5\x54\x7c\xa8\xcf\x7f\xcc\x96\xb4\x94\x6e\x7f\x0c\x14\x55\x5c\x58\x80\x76\xfa\x03\x29\x40\x07\x3d\x27\xfc\x24\xa9\xc4\xbe\xff\xca\x5f\x7b\x84\x9c\xc9\xa1\x24\x12\x89\x7e\xc1\x15\x99\x68\x9c\x3c\x64\x46\x02\xbd\x50\x57\x37\xe9\x84\xe1\x02\xff\xfb\x1e\xa3\x14\x1d\xfb\x79\xfa\xaf\xf8\x4a\xdf\xe0\x4b\x87\x82\xd5\xe6\x96\x12\x4f\xc4\x68\xfd\x85\x31\x58\x2c\x18\x34\x90\xd1\x2f\x3d\x09\xdc\x08\xd8\x49\x23\x36\x0c\x90\x88\x5e\x26\xbb\x3d\x0e\xb2\x31\x3d\xd6\xdb\x25\xe5\x20\xbe\x84\x33\xb1\xd5\x04\x2d\x38\x3f\x75\xd4\x46\xe2\x56\xb4\xae\xe4\xa1\x2b\x59\x2d\xa2\x7f\x5a\x96\x11\x70\x36\xe4\xec\x99\x14\x20\xe2\x8c\xff\x9a\x5e\x53\x8e\x42\x94\x61\x51\xa2\xa0\x5c\x3e\x8e\xcc\x47\xdf\xd5\x20\xc1\x6f\x9c\x4a\x34\x34\x53\xbc\xca\x92\x4c\xd8\x67\xd7\xe5\x08\x74\xfa\x98\x1f\xe4\x93\x28\xa8\x21\xfa\x6f\x25\x25\xd9\x77\x15\x68\xc8\xa0\x7f\xa9\x70\x29\x82\xe0\xad\x97\xc5\xb4\x37\x2b\x19\x5d\x03\x48\x57\xa3\xf2\x1b\xd1\xa9\x5f\x43\xa3\xb6\xbc\x9c\x65\x44\x6a\x81\x09\x2e\x7f\x4b\x4b\x4c\x7c\x50\xe7\x92\x72\x25\x85\x04\xc2\xbc\xc4\x8d\x13\xcb\xb3\x50\xc3\x0b\xfc\x77\xb9\x34\xdb\xca\xfc\xf4\x3f\x99\xbd\x19\x61\x79\x8b\x76\x67\xbe\x63\x89\x17\x0e\x8a\x82\x38\x43\x36\x7e\xce\xc2\x6f\x0f\xb6\x69\xdb\x5b\x89\xb5\x5c\x72\xd2\x97\xd0\x4e\x64\x85\x08\x68\x7f\x1b\x97\x16\xe5\xae\x6e\xef\xcd\x28\x7f\xc9\x5f\xea\xed\x36\x90\x65\xde\x57\xab\xf0\xd6\xc7\x6f\xc8\x98\x19\x45\x01\x67\x51\x97\xfd\x03\xcb\x03\x24\xc2\x57\xfa\x3f\xe9\xcb\x83\xa8\x1f\xf8\xc2\xc2\x6f\xaf\xe0\x0d\x76\xa5\xea\x87\x0b\xba\x52\xb7\xe1\xb4\x2f\x75\x69\x61\x31\xcc\x2b\x4b\xce\x9f\x7b\xac\x8a\x49\x82\xf1\x36\x03\x3d\xdf\xf9\xbd\x26\xae\xdd\x39\x97\x6e\x7c\xf2\xfc\x80\x53\xd7\xa1\xe2\x0e\xb5\xb0\x2a\x35\x79\x61\xe7\x62\x53\x30\xa7\x7b\xfa\xb3\xb0\x78\x67\x82\x65\xd5\x88\xab\x8b\xcf\xc3\x70\x6e\x86\xac\xf8\x10\x8e\x6c\x0c\x89\xe0\xf7\x71\x6b\x1c\x6f\xc3\x86\x0a\xc2\xf6\xac\x5f\xbe\x40\xc4\x27\xe2\x38\x5c\xec\x65\x67\xd7\x93\x3d\xf1\xf2\x8a\xce\x9a\xbb\xb0\x4f\x18\xc2\x63\x65\x04\xf5\x52\xf1\x90\x5b\xec\xa6\xb8\x89\x0d\x55\x2e\x0b\x59\x31\x3e\x14\x61\xda\x07\x1b\xe3\x08\xd0\x88\x72\xd1\xac\xc4\xe5\xa2\xf5\xf3\xe8\x50\x51\xce\xaf\x59\x5b\x50\x55\x7d\x99\xaf\x6e\x1d\x46\xb4\x9b\xaf\xca\x6e\xe0\xe3\xbc\x29\xd9\xe1\x4e\x5c\xb1\x1c\x7b\xb6\x7b\xf1\x84\xb5\x4a\xb9\xf0\xc0\xa3\x10\x63\xab\xba\x09\x08\xc2\x0e\x01\x18\xf8\x77\x55\x41\xda\x37\x4f\xc6\xe2\xd9\xd3\xdd\x8b\xb8\x3e\x71\x04\x2b\x41\x47\xdb\x18\x4d\x1c\x44\x7b\xc5\x71\x83\x38\x2f\xe7\x83\xdb\x1b\x1f\x8f\xd0\x73\x0f\x47\x57\x51\x60\x2d\x06\xac\x6e\x12\xe7\x2b\xee\xec\x29\x4d\xcc\x5a\xe1\xab\x65\x6c\xb1\x38\x18\x78\xc0\xb2\x80\xb5\xd9\x2a\x36\x9e\x9d\x69\x4a\xac\xed\x91\xaa\xe7\x8f\x87\x1d\x6a\x56\xa1\x3b\x8e\x5e\x6c\xfd\xcd\x59\x7d\x0e\x14\x6e\x24\x2f\x54\x45\xfa\x17\x05\x8f\xe7\x2c\xc8\x3e\x5e\x61\xe4\xc2\x8a\xda\x8a\xfd\x58\x01\x82\x62\x77\x1f\x6b\xe7\x6c\xb6\x0d\xb5\xd5\x83\x56\x38\x0a\xa4\xe2\xf3\xfe\x4c\x63\x91\xe5\x04\x2b\x1d\x1f\xb8\x6b\xe9\x61\xd3\x06\x41\x73\x8c\x54\xca\x8b\x35\x44\x64\x11\x8f\xf5\x20\x5b\x88\xd2\x45\x37\x94\xd1\x4e\x63\x8b\xcf\xb6\x1b\x0e\xd1\xda\xee\x49\xb6\xd4\x15\x4d\x3a\x6f\x19\x7a\xaf\xe8\xe2\xea\x3a\x2d\xef\xd8\x5d\x4d\x82\x66\x0d\x7e\x4d\xff\xba\x29\x9b\x12\x61\x10\xb8\xde\x03\xef\xf4\x3a\x6d\x57\x2b\xf8\xa4\xab\x46\xef\x02\x1c\x4a\xf3\xfd\x34\x45\x2d\xfe\xe9\xd0\xbb\x6f\x72\x57\xd4\xc7\x94\xef\xf6\x40\x08\xf4\xbb\x72\x55\xdd\x90\x10\x7e\x4f\x5a\x00\x91\xa1\x95\x9b\x43\x2c\x30\x1f\xd4\x36\xdd\x48\x58\xed\x83\xde\xb9\x98\xee\xa1\xee\x12\x9f\x6d\xa4\x3c\xee\x1d\xce\xc0\x89\xb0\xcb\x7b\x2e\xa0\xcd\xbf\xac\x6f\x24\x9e\x01\xee\xaf\xb2\xa0\x4c\x68\x36\x3d\x9b\xe0\x72\x3d\x05\x0a\x31\x37\xa0\x9e\x79\xf6\x22\x72\xd4\x2e\x46\x46\x6a\x33\xac\x23\x3b\xc3\x0a\x8f\x2f\xc6\x38\x65\x68\xde\xf0\x7a\x27\x62\x81\xa7\x8f\xe3\x1e\x24\xc4\xfa\x04\xb2\x78\x57\x97\x2e\xd6\xcb\x2c\x99\x9d\x84\x55\x63\xa7\x23\x7a\x71\x88\x90\x81\xc8\xfe\xc1\x61\x96\x88\x95\xd9\xeb\x74\xd8\xc9\x20\x13\x14\xfd\xcc\x60\xa4\x1b\x32\x08\x24\x7e\x8b\x09\x84\x77\x0f\x33\x90\xf9\x88\xc7\x22\x4c\xc1\xbd\x1e\xf0\x36\xe2\x44\x5d\x53\xdc\x62\x78\xdb\x44\xd8\xf7\x81\x65\x14\x70\x79\x74\x2d\x93\x47\xa8\x51\xd6\xcf\x10\x22\xfc\x02\xdc\xfb\xec\x29\x27\x2d\xb2\xdc\x38\x0f\x37\xd4\x02\x8e\x3b\xa1\xdd\xb0\x25\xfa\xf1\xd6\xd7\x95\x6b\xb2\x8c\x2c\xe2\x4a\xb9\x1f\xee\x50\xe6\xf2\xf0\x40\x2d\xaf\xfb\xd6\x9a\xa0\xd5\x4a\x20\xb7\xd0\x53\x89\x51\x70\xdb\x11\x3e\x8a\xad\xf8\x89\x1f\x17\xb2\xb4\x70\x56\x41\x0c\xbf\xdf\x61\x0d\xc8\x82\xb2\x7e\x78\xd8\x3f\xfd\xf9\xea\xe2\xc3\x49\xfa\xfb\x93\xc3\xe1\xf0\x04\xd5\x9f\xec\xbb\x1a\x5e\xfd\x02\x11\x5d\xff\xe3\xfc\xfd\x49\x5a\x0e\xab\x9f\x17\xe9\xb9\x2c\x0d\xe9\x81\x63\xa2\xc5\x55\x7b\x03\x17\x32\xd8\x12\x1e\xb9\x7f\x7e\xc9\xec\x24\x2c\x58\x6f\x03\x86\x41\xc2\xa1\xd0\xc6\xb4\x9b\x4d\xae\x5c\x20\x16\xb9\xd7\x18\x4b\xb2\xac\x38\xd6\x9f\x13\xbe\x80\xa9\x6a\xd3\xf7\x09\xe4\x10\xe5\x86\xf3\x7b\xb8\xba\xf6\x75\x21\x7c\x6a\x12\x8d\x46\xa7\x24\x2b\x8b\x5f\xc7\x2d\xb1\xe9\xd5\x36\x35\xec\x91\x3f\x23\xde\x0d\x24\x15\x2e\x40\x91\x71\x01\x03\x87\xbc\xc4\x2b\x2c\xd5\x7b\x0b\xe5\xb8\xc0\x1b\xc1\x2f\xcb\x81\xcf\x3d\xe7\x78\x43\x30\x77\xb8\xf9\xd9\xb4\x85\x4a\xfb\x1a\x35\xd6\x89\xf4\x16\x0f\x6c\xc4\xcd\xa3\x35\x80\x7d\xe9\x30\x5e\x07\xe3\x2d\x49\x17\x99\x17\xf7\xba\xc8\x26\x12\x5f\x01\xbf\xb6\xce\x54\x83\x98\x68\x74\x41\x0f\xaa\xd9\x4d\x7a\x90\xe3\x99\x4c\x47\x69\x01\x49\x7c\x64\xf3\xd2\xe5\xc5\x5b\x90\x71\x0d\x0b\x90\x98\x65\x40\x90\xbe\x26\x35\x2f\x0b\x57\x38\x36\xb3\xe8\x20\xec\x0a\x20\x7c\xfc\x05\x1f\x97\xf9\x83\x26\x87\x7f\xa1\x9a\x21\xad\x9a\x6b\x5e\x8e\x10\x46\x85\xe3\x5b\xb9\xa3\x62\x58\x16\x72\xb5\xfe\x4c\x52\x49\x52\x54\x37\x37\x8b\x65\xd7\x1e\x7a\x9c\x47\xed\xbb\x55\xc9\xa6\x37\xbe\xd3\x2b\xfe\x16\x90\x5d\xde\x89\xcc\x94\x84\x64\x8a\xb5\x49\x99\x92\x90\x4c\x88\x8e\xc9\xad\xc9\x97\x54\xc2\x17\x15\x71\x7f\x14\x81\x18\x52\xb2\x90\x2a\xb4\x5c\x0e\x19\x52\x59\x3f\xe4\x6c\x5f\x5f\xc1\xd4\xe1\x4a\x57\xc8\x51\x30\x24\x8d\xa2\xe6\x95\xc7\x89\xb2\x85\xc6\xf0\x3e\xe7\x1d\xf4\x2c\x0d\x0d\x8e\xc0\x68\x6a\x2a\xde\xc8\x3c\x48\xe8\xdf\x27\x88\x42\x15\x36\x0f\xa1\x04\x62\xa2\xfe\xf6\xee\x83\x7c\xb2\x93\x40\x03\x85\xd8\x4b\xf0\x1a\xde\x52\x73\x3d\x2c\xe6\x5c\x10\x56\x26\x2e\x1a\xd1\xff\xed\xd9\x05\xfe\x72\x10\x45\x97\xdf\xf0\x91\x06\xfe\xbb\x5c\xda\x2c\x7d\xb5\xcb\xae\x7c\x32\xae\x46\xc4\x11\x52\x5f\x71\xc2\xe5\xb3\x02\xf0\x9c\xf5\x00\x97\x97\x6f\xc8\x72\x0a\x68\xf8\xa8\xf0\x14\x31\x1f\x07\xb1\xe2\x23\x12\x64\x15\x0c\x1c\xb5\xf8\x46\x1d\x32\x77\xf8\xcb\x2e\xcc\x3b\xfc\x84\x81\x41\x0c\xf9\xda\x9d\x8a\xe5\x6b\xb9\x71\xe1\xcb\x58\x75\xb2\x60\xc5\xa8\x8e\xbf\xf1\x62\x26\x9b\x77\x40\x51\xf9\x09\x07\x8e\x87\x7e\x2d\xca\x84\x43\x8b\xe3\xcd\xfa\xcd\x62\x3c\x11\xee\x94\x45\x69\x96\xf2\xb7\x83\xb2\x9d\x00\xec\x92\x6d\x8b\x60\x33\x10\x06\x0a\x97\xed\x79\xde\xdd\xe2\x2e\x2f\x56\xae\x6b\xe0\xd0\x69\x80\x19\xfe\x87\x33\x06\x3e\x91\xe9\x42\x6a\xd2\xe1\x8e\x16\x65\xe9\xee\x8a\x72\x6d\xd6\x49\x4d\x0d\x72\x15\xb0\x7b\x49\x30\xe3\x7b\x49\xc9\x33\x13\x63\xce\x98\x1e\x0f\x53\xd9\x93\xf1\xbc\x05\xf0\x8e\xd0\x7f\x2d\xff\xcf\xff\xfa\xdf\x24\xec\x77\x64\xa4\x0e\x7c\xf4\xaf\x51\xe7\x7e\xde\xcd\xe9\xbd\xeb\xda\x62\xbf\xc2\x22\x79\xc2\xf6\x77\x80\x88\x90\x3f\xd5\x68\x41\x4a\x4d\x78\x14\xd7\x81\x8d\xbf\xaf\xe0\x03\x88\x99\x9c\xb5\x49\xcf\xe6\xaf\xc0\xba\xe3\x36\x8c\xa9\x32\xb5\xff\x5d\xd4\xab\x4d\x2e\x4f\x9a\xc4\x92\x29\xd3\x89\x8b\x40\xdd\x05\x0c\x2e\x61\x99\x64\xb3\x7c\xf1\x37\x2b\xdc\x44\x44\xb7\x2a\x58\x85\xf4\x30\x46\xb0\x37\x60\xbf\xd8\xe8\x01\x80\xa8\xe4\x72\xf3\x0a\xa2\xc5\x9d\x75\x49\xac\xb2\x44\xb2\xb8\x46\xc2\x8e\x1e\xf7\x16\xce\xa2\x97\xf2\x38\x60\x64\x26\xa6\x28\x8c\x93\x21\x8d\x5c\x3d\xbf\x12\x83\xad\xce\xde\xe8\xd1\x15\xf6\x07\x9b\x7d\x6d\xdb\x6c\x91\xec\xca\x76\x27\x91\x9d\x9c\x40\x98\x3c\xde\xc1\x00\xfb\x89\x07\xed\x1d\x67\xd0\xba\xe6\x0c\xbe\x40\xc2\x5e\x58\xfc\x4f\x38\xf0\x56\x8d\x40\xe4\x6a\x4a\xf3\x47\xc1\xbd\x5d\x74\x73\xd9\x7b\xaa\x39\xe8\x3f\xba\x2a\x8c\xc6\x99\x50\x33\xa7\x60\x93\xab\x20\x3c\x33\x9c\xfb\x10\x74\x74\x2c\xf7\xb8\x66\xaf\x88\x46\x8e\xa1\x2d\x92\x72\x5b\xc4\x58\xb7\x6a\xa5\xc9\x45\x04\x5c\xd1\x6b\x70\xe9\xde\xa8\xec\xba\x09\x96\x0c\x47\xf3\xf7\x41\x35\xcc\x17\x59\xb5\xfb\xe1\x57\x81\xc7\x41\x6c\xd5\xe3\xe2\xbe\x33\x58\xf9\xb6\x85\xcb\x4e\x6b\x52\xc0\xea\x48\x59\xe4\x86\xe0\x1d\xfb\xf5\xc8\xc9\xd6\xf4\xca\xcf\xf7\x9f\x6d\x4d\xdb\x78\xf8\x74\xeb\x9f\xf5\x1e\xcf\x07\xe4\xba\xe2\x69\x64\xae\x2b\x9a\x0b\xd1\xfd\x0f\x38\x6a\x89\xa5\x14\x8d\xc9\xda\x3e\xea\xa9\xd5\x3a\xce\xd1\x77\xfc\xaa\xd5\xf7\xfb\x6b\xa3\x2b\x2a\xdf\xe0\xb1\x8d\x47\x1c\xa8\xc1\x11\x56\x8e\x20\x70\x08\xc4\x81\x17\xc7\xb4\x63\xaf\x15\x47\x32\x63\xac\x43\x4f\xe2\x2c\x78\xa4\x0f\x56\x89\xa3\x2e\x42\x34\x9d\xf9\xef\xe3\x14\xcc\x4a\x96\x78\x0b\x71\x97\x7c\x3d\xe8\xe2\x88\xff\xed\xa1\xe8\x8b\x31\x96\x90\x35\xa6\x1c\x44\xb4\x7c\xb0\x46\xb8\xcd\xc6\x3e\xee\xff\x48\x44\xc6\xbc\x8f\x0b\x86\xc3\xc1\x4c\x5d\xde\x94\x8d\x7e\xde\x60\x43\xf0\xa9\xd1\x0b\x42\x28\x14\xb8\x9e\x72\x7b\x7e\x41\x66\x18\x23\x8d\x78\x2d\x91\xde\x0b\x8d\xd7\xb7\x68\xff\x51\xbe\x17\x7d\x1c\x6c\xb8\x93\xf0\x09\x0f\x24\xdf\xac\xee\xcc\x96\x8c\xeb\xc7\x7d\xc4\x71\x28\x96\xeb\xdc\x8c\xe7\x9c\x70\xf9\x44\xb5\x55\xc9\x61\x01\x67\x92\x72\x25\x7a\x93\x46\xaf\x9d\x79\x24\xe4\x4a\xd1\x73\xf6\x34\xf9\x5c\xdd\xf5\x94\xd6\x38\xb2\xa5\x49\xb9\xdf\x61\x0a\x73\x17\x63\x8f\x69\x12\x40\x55\x37\x15\x2b\xd6\x90\x7f\x19\xb7\x25\xef\x29\xe8\xee\xf9\xa1\x3d\x24\xb2\x75\x2e\x70\x0b\x26\x95\x2b\x30\x9a\x13\xa3\x24\x79\xd0\x51\x34\x70\x8e\xc7\x40\x6a\xba\xc4\xc9\x4d\xcb\x47\xa1\x02\xbc\x73\xb8\x20\x01\xbb\xd1\x06\x05\x94\xb5\x06\x3e\x36\x86\x5e\x1f\x32\xc7\x42\x5b\x65\x05\xd6\x77\x2b\x9a\x68\xd4\x6f\x08\xf1\x2d\x1d\x03\xcf\x49\x77\x27\xe6\x3f\xe0\x00\x67\x1c\x2d\x8b\x3c\xdc\x1a\x1e\xf2\xe4\x8b\xc3\xc3\xbd\x27\xe4\xf1\x08\x21\xbe\x05\x0f\xf4\xf2\x14\x8f\xbd\xf1\x24\x3e\x84\x0f\x19\x87\x1a\xaf\x1d\x7a\xa7\xfb\x31\x8a\xfe\x10\xff\x3a\xd8\xaf\xf9\x84\xa7\x18\xe9\x1f\x70\x1f\x4d\x37\x4e\x29\x91\x83\x86\x19\x15\x41\x0e\xe2\x66\x83\x0e\xbf\xbe\xc4\x31\xd3\x5c\xd3\x81\x06\x47\x6c\x1e\x6c\x6e\x17\x52\xbc\xbc\x4a\xc7\x3a\xd6\xb9\xea\x75\x52\xf8\xf5\x8d\x57\xe0\x2c\x5c\x50\xf4\xbb\x70\xcb\x60\x05\xcf\x66\xb2\x90\xeb\xbd\x6e\x8d\x43\xd4\x05\xbd\x4e\x1b\x73\xa2\x9a\xa1\x9c\x88\x9e\xc2\x99\xec\x0c\xb5\xb3\xc0\x99\x05\xa1\x7c\x62\x3a\xab\x9c\x66\x19\xd4\x36\xbf\x8f\x0e\xd8\x10\x26\x09\x8b\x2c\x5a\x35\xc7\x77\xec\x29\x2a\x7e\xaf\x96\x3b\xb3\x8e\x61\xe4\xb1\x17\xdd\x21\xe2\x83\xa5\x60\xa9\x4f\x19\xc4\xb3\xdd\xba\xcb\xe1\x6b\xb4\xb9\x86\xb0\x08\x58\x81\x1b\xfc\xc5\x8d\x12\xfe\xd5\x91\x34\xe0\x13\x0c\x6a\xe8\xf1\x43\x42\xe1\x3b\x10\x60\xb1\xf1\x30\x06\x2c\x16\xe4\xe6\x2f\xa1\x11\x88\x80\x87\x10\xd1\x97\xc2\xbe\x1d\x11\x96\x1b\xdf\x88\xc8\x89\x61\xa1\xf7\xcd\x8a\x62\x76\xfd\x3f\x84\xdf\xc8\xdc\x61\xe6\x8c\x2e\x34\x8e\x18\x3e\x7a\x1f\xd2\x31\x7d\x70\xd6\x6c\xcd\xf2\x01\x83\x9e\x7d\xeb\x76\xe6\x9b\x6a\x68\x0a\xd9\x94\x6d\x86\xf0\x7c\x3c\x68\x5c\x4f\x6c\x87\xee\x5e\x55\x12\x0c\x2e\x0e\xc3\xf2\xf7\x36\xc4\x08\xe3\xb3\x22\xb9\xe4\xfa\x99\xc9\xfe\xe5\xc8\x43\xaf\xd8\x1b\x59\x00\xe0\x7f\xf4\xe8\xe8\xf4\xbe\xe1\x83\x77\x3d\xe3\x3b\xae\xe3\xcb\xce\xbd\x44\xd6\xae\x4d\x97\xb3\x87\xc2\x12\x7f\x38\x7e\x75\x4f\x34\xd8\xf2\xb3\x74\x2b\x5c\xf3\x69\x9b\x4a\xce\x55\xcf\x25\x85\x9b\x5e\x70\xc5\xa8\x1f\x06\x01\xdf\xfc\xec\xd6\x07\x3c\xb1\xe5\x47\xc7\xce\x45\xf8\x98\x54\x11\x90\x74\x50\x1e\xdc\x3d\x84\xa9\x63\x1f\x61\x0b\x8c\x09\xbb\x30\xf7\x01\x66\x8a\x07\x37\xba\xef\xe7\x7a\xcc\x70\x10\x92\xea\x31\x90\xbd\x33\xc9\x42\x02\x17\x6c\x0a\x5c\xb0\x61\x65\x84\x36\x2c\x9f\x11\xd1\x3c\x2c\xd8\xb9\x57\x16\xa2\xec\x78\xe3\xf3\xf9\x1c\xcc\x16\x67\x21\x82\x2d\xca\xc8\x57\x93\x5e\x64\x51\xc5\xf5\x24\x38\x2b\xcc\x81\x33\x11\x07\x22\x51\xeb\xf1\xfd\x84\xb0\x48\xae\xed\x46\x59\xfa\x34\x59\x3c\x12\xf1\xa9\x86\x79\x75\xbb\xc6\x95\x63\x76\x42\xc6\xc3\x53\xdd\x39\x6e\xb3\x2e\xfb\x81\xd6\x4f\xdc\x04\x02\x27\xa3\x1c\x3e\x37\x18\xf2\x3e\xae\xcd\x4b\x30\xcc\xd0\x78\xf5\x09\x20\xd9\xd4\xf9\x6a\xc3\xe3\x5f\xcc\x31\x92\x99\xc6\x8e\x99\xf4\xf9\xd3\x19\x48\x79\x3e\x2e\xb5\xc7\xe2\x66\x61\xf0\x36\x27\xbf\xcd\x17\x94\xae\x88\x52\x4d\xa6\x57\x38\x5a\x0d\x50\x3d\x43\xa6\x5d\xd7\x48\x2f\x78\xc5\xf5\x0f\x56\x0a\x76\x31\x3c\x4d\xaa\x57\x44\xb4\xa6\x68\x1c\x0f\x6c\x67\xbe\x65\xdd\x18\xf5\x64\x38\xf7\xb6\x5a\xef\xf5\x04\x68\x37\x76\x74\xec\x98\xe4\x9b\xda\x18\x61\xe9\x21\x5c\x33\xdf\x8f\x2a\x7b\xcf\x10\xd1\xc7\x1e\xb9\x08\xc9\x48\xac\x19\xc8\x57\x5a\x18\xa1\x38\xdb\xc4\x77\x20\x89\xf7\x2c\xd7\x2b\xf7\xfe\xdf\x4b\xdc\x24\xeb\x96\x88\x1d\xc4\x1e\x56\xf2\xaa\x85\x63\x3c\xf2\xc0\xcd\x57\x7f\x08\x33\x46\x08\x36\xf7\x5c\xf3\xc7\x70\xeb\xca\xfe\xbe\x59\x65\xfc\x18\x63\xbf\xd1\x10\xbf\x8f\xa5\xf8\xca\x1f\x2f\x28\xef\x69\xae\x41\xd2\x25\x5f\xce\xea\x1f\xcb\x55\xdb\x9f\x56\x94\xcf\x8f\x41\xd2\x16\xf7\x84\x65\x22\xd7\x36\x05\x8e\xd4\xb3\xe1\xe7\x07\x3b\x1a\x8d\x25\x10\x88\x01\x6d\x3b\x46\x65\x28\xbf\x69\x04\xc1\x21\x64\x38\x0c\xb0\x81\xae\x7e\x96\x15\xe1\x9b\x12\x20\xdc\x4f\x88\x0b\xc7\xdd\x40\xbc\xb1\xa5\xe1\x14\xba\xa1\xd9\x63\x9b\xea\x3c\x3a\x32\xa0\xb0\xdf\x07\x66\xe8\x71\x84\xc5\xd7\xc7\x18\x6e\x42\xf0\x19\x76\xd4\x11\xbf\x1a\xfd\x9c\x1f\xb2\x25\x6d\xfc\x13\x7f\x87\x42\x41\xae\xf9\x66\xeb\xb6\x6b\x69\x7a\xd8\x45\x6c\x57\x7f\xdf\x58\x5e\x3f\x53\x81\x5d\xe0\xf7\xd9\x5e\x43\x5a\xad\xce\x39\x67\x93\xfe\x80\xf8\x56\x5f\x6b\x68\x87\xbc\xb6\x3a\xf0\x40\xae\xd4\x6f\x7d\x8d\x02\xab\x75\x6a\x05\x41\x4d\xad\xd3\x2e\x11\x4f\xc7\x55\x14\xf8\x42\x73\x02\x58\x3e\xe6\xa0\x51\xd7\x44\xae\xfd\x2e\xc3\x50\xf9\x11\x70\xc9\x4e\xdf\x73\x76\x7a\x8d\xec\x69\x0f\x86\x95\xab\x36\x42\xea\x58\xbd\x9b\xae\x9c\xd4\x79\x8d\xe0\xe8\x31\xbc\x51\x6e\x53\xe6\xbb\x09\xdd\xde\x52\xe6\x84\x6a\x0c\x39\x25\x00\xc3\x1e\xa7\x42\x58\xab\x2a\xd8\xb0\x0a\x6b\xbc\xa3\xac\x63\xd0\xfc\xf2\xc9\x18\x9e\xdf\x9a\x3e\x52\x43\xf7\xec\x31\x56\x7a\x66\x33\xc1\xaa\x5d\xfe\x3b\xbf\xcc\xac\xd0\x17\xf2\x19\x40\x2d\xdb\x76\xc0\xd3\x8f\x3b\xa8\x5b\xab\x5b\x47\xa6\xdf\x2c\x1f\xea\xd6\xea\x76\x42\x29\x81\x9e\x92\x4a\xa0\x8f\xd3\x6a\x8b\x0b\x14\xd4\x57\xb7\x5f\x0d\x7b\x5a\xa0\xae\xc3\xf3\x2b\x5c\xc6\xb8\x72\x05\x93\x1e\x27\x35\x43\x0e\x1d\x57\x9e\xeb\x79\x45\x4a\x44\x39\xdb\xf5\x19\x4a\x1e\xec\x7b\x52\x37\xec\x7c\x52\x7d\x6e\xa5\xf0\xcb\x16\x70\x3a\x2f\xf7\xab\xdb\x72\x40\x4c\xee\x26\xe3\x13\xe6\xb0\xad\x4b\x03\x4b\x7f\x63\xb0\xf4\x2d\x81\xa5\xd7\xec\x85\x99\x69\x95\x36\x9d\x6d\x39\xe4\x1c\x29\x10\xb4\xf2\xe6\x8c\x66\x00\xd9\x45\x3e\x57\x8b\xbd\x33\x99\x6a\xd9\xba\x0a\xa1\xf8\x04\x2d\x5c\xb0\x03\x47\x15\xef\x53\x07\x32\xd7\x1a\xcc\x00\xd9\xfd\x56\xf7\x2b\x79\xb6\x01\x86\x01\xe1\xf0\x51\x72\x02\x58\xbe\xea\x4b\xb0\x26\x23\xf9\x50\x9c\xef\xfc\x12\xf8\x75\x2c\x28\x45\x82\x79\x60\x11\x5c\x04\x77\x99\xef\xfb\x59\xc0\x5d\x2e\x8b\xe9\x28\xa4\x75\x6f\x80\xd6\xf3\x18\x4e\x3b\xed\x85\x94\x22\x56\xc4\x52\x93\xd8\x4d\xbd\x97\x6b\x3f\xaf\xc0\xa1\x9b\x76\x2b\x97\x7f\x64\x41\x60\xbf\xfa\x92\xaf\x82\x89\xf6\xca\x3a\xab\xe4\x98\xbe\xc5\x8f\x56\x59\xda\xca\xd8\x13\xa5\x3e\x3d\xcd\x8b\x9e\x15\xd6\x3c\x31\x44\xfd\xcd\x15\xab\xaf\x61\x0c\x38\x12\xb6\x16\x59\x31\xb5\x90\x95\xf8\x71\x47\x8d\x5c\x11\x40\xb9\x88\x24\x27\x49\x75\x58\x99\x8d\x06\xd3\xc2\xe3\x06\xde\xb3\x3d\x11\x8c\xed\xe8\x03\x30\x76\x73\xf3\x1b\xdf\x80\xf1\xa3\x09\x68\xcc\x07\xdd\x31\x75\xab\x3e\x0b\xc9\x39\xbe\xf8\x99\x8f\xc8\x0b\x70\xa5\x70\x04\xca\x27\xdf\xe1\x1b\xc5\xc1\xf1\xa3\x91\x9c\x0f\xfa\xf8\x6d\x74\x0d\x94\x9a\xb4\x10\xd4\x61\x7f\x97\xb0\x04\xc2\x4d\xe5\xba\xc7\x1c\x89\xbc\x77\xd0\x28\xe4\xde\xd2\x61\xe8\x07\x8f\x96\x62\x5a\xcc\x3f\xf1\xf5\xff\xe5\x95\xb3\x10\x01\xff\xd6\xd9\x91\xfe\xff\x9f\xbc\x75\x36\xf6\xcc\xba\xc7\xce\xf8\x31\xa7\x05\x07\x5f\xc7\xeb\x38\x3a\xb8\x8a\xd6\x33\xd7\x08\xd7\x29\x67\xc4\x47\xf9\x9c\xe5\xdd\xbe\xe6\xf1\x15\xaf\x0d\x2f\xd1\x71\x7f\x41\xbc\x7c\xd4\x9b\xd4\x98\x5e\x28\x8e\x51\x90\x9c\xe9\x69\x91\xe4\xab\x37\x22\xd5\xcb\x75\xa5\x7a\x8f\x16\xec\x92\xd0\x23\x1a\xcb\x9b\xfc\x4a\x0b\x16\xb5\x2e\xed\x11\xca\xf1\xe2\x8e\xb0\x96\x4a\x0d\x07\xea\x58\x28\xfe\xac\x30\x51\xc0\x60\x28\x92\xa3\xa1\x80\x1c\x05\x28\x39\xf2\xb8\x0f\xbf\x95\x29\x29\xcd\x9f\x46\x61\x04\x18\x6b\x33\x71\xd7\x41\xa3\x0c\x34\x2b\xab\x02\x5c\xc6\xf1\x7f\x92\x1b\xfe\x28\x8b\xe4\xe8\x6f\x6f\xf0\xcf\x6e\x48\xce\x92\xe3\x87\x38\xca\x0d\xce\xa7\x97\x1f\xac\xdb\x61\xe8\xaa\xe5\x7e\x98\x7f\xb6\xca\x95\x4e\xa0\xed\xd8\x1f\xbc\x9b\x7e\x05\xb6\xdf\x5b\xc3\x57\xfb\xaf\xb5\x3b\x7a\x6e\x78\x04\x47\xf2\x65\xd0\xfb\xcc\x7c\x0d\xef\x35\x7f\x6b\xe1\x16\x32\x32\xeb\xf1\x33\x4a\xe7\x24\x62\x8a\xf4\xea\x54\x4b\xf8\x17\x3a\xd4\x3b\xc2\xbf\xd0\x71\x74\x16\x00\x39\xf9\x29\x0f\x5f\xa4\x74\xe5\xa2\x80\xb8\xfa\xfc\xd5\x20\x2f\x13\xc9\xd3\x4f\xd7\xef\xaf\x28\xb9\xea\xee\xe5\xc0\x48\xe7\x05\x27\x06\xf2\x53\x22\xee\x3d\xd0\xd3\x73\xf7\xeb\x22\xc1\x4c\x6b\x93\xf4\xd1\x66\xc1\x8f\x5a\x69\xe3\x84\x7f\xab\xaf\xcd\xab\xc3\x54\x79\x15\x8f\x27\x12\xaf\xd2\x3f\x6b\xc7\xef\xab\x63\xb6\xd7\x67\xb2\x74\x06\x26\x9b\x51\xec\xb9\xe5\x8d\xc6\x6d\x4a\x21\xbf\x87\x7b\x65\xd4\xc1\x37\x3e\x6a\x15\xb6\x15\x6c\x2a\x0f\xe0\x3a\x7b\x97\x2b\xbe\x91\x1d\x02\x66\xb2\xfe\xec\x25\x86\xa8\x61\x77\xc8\x34\xad\x10\x3d\xc9\x10\x55\x9a\x0f\x03\x78\xe8\x31\x06\x71\x0a\x98\x31\xee\x7c\xde\x6a\x8c\xc7\xae\x6f\x85\xc5\x4f\xda\x98\x38\x08\x7e\xed\x86\x59\x24\x00\xb9\x93\xa3\xb5\x00\xc2\x7e\xd2\x2c\x00\x9a\xff\xd1\x1c\x05\x18\xcb\x14\xcd\x6e\x6f\x6e\x70\xe1\xd7\x7e\x5c\xe9\x42\x3e\xe5\x07\x96\xac\xa6\xfd\x1a\x42\xbb\x17\x6b\x9b\x7f\xad\x44\xef\x70\x7c\xe4\x4c\x28\x5a\x06\x3e\xf7\xc3\x45\x41\x91\x76\x84\xa2\xb0\x13\xde\xa1\xf0\xfb\x25\x0f\xfe\xc8\x92\x11\x18\x2e\xf7\x55\x26\xf7\x81\x83\x3a\xec\xf0\x5f\x71\x18\xef\xb4\x12\xe1\x3d\xad\x41\x78\x1f\x01\x97\x43\x60\x93\xe7\x57\xfc\x25\x22\xc4\x61\x8c\xd0\x32\xe5\x22\x1b\xb0\xe4\x8d\xdf\x7a\x0d\x69\x50\x2c\x3d\x63\xb8\x9f\x7c\x99\x65\x0d\xff\xe3\x5c\x61\xb7\xf8\x59\xad\x60\x23\xf0\xb9\xe1\x96\xe6\x73\xc3\x5f\xef\xf2\xb9\x73\x3f\xa7\x35\x2d\xf5\x27\xf3\x3f\x21\x36\xe5\xc7\x9d\xfc\xc2\x58\xff\x63\x8a\x2b\x0e\x3f\x07\x35\xc2\x9f\xe2\x8a\x73\xc7\x6d\xe8\xef\xf1\x8c\x9a\x30\x61\x19\x2d\x99\x6a\x75\x84\x30\xee\x67\x39\xa2\xd7\xcf\x98\xfc\xfc\xd8\xbb\x6d\x2b\xd1\x4f\x21\x8d\x99\xd9\x0b\x5b\xc7\xca\xa1\xa0\x35\xc4\x10\xd2\x1e\xfe\x40\x45\xa6\x3f\x8e\xa0\xb1\xed\xee\xa7\x40\x7e\xe3\x6c\x8f\xa1\xbc\x3a\x6f\x3f\x62\xa1\x11\xc4\x86\x9f\xfe\x2e\x22\x07\x9d\x5b\x95\xf8\xa7\x9a\xa6\xbf\xd1\xa4\x60\xf6\x04\x23\x7b\x04\x26\xaf\x35\xb2\x2b\x40\x1f\x6b\x34\xc1\x20\x57\x48\x10\xdf\x9d\xd5\xea\xfe\x96\x6b\x26\x1c\xe5\x9d\xbe\x67\x7f\xb7\xc3\x3b\xfa\xcd\x82\xa8\x92\xfc\x54\x82\x7b\x64\x7d\x5a\xd9\x6e\x43\xb9\x49\xb4\xdb\x1d\xb3\x93\x88\x73\x96\xf0\x61\x90\x6b\xfa\x76\xcf\x82\xb8\xd9\x92\x8b\x1b\x6c\x0f\xcb\x8f\x42\xea\x55\x0e\x36\x8b\x29\xc7\xcd\xd3\x6d\xb5\xc3\xc6\xac\xaf\x3b\x63\x7a\x28\x87\x77\xe7\xbf\x70\x4e\x48\xe6\x50\x36\x9f\xf3\xf7\x3c\x8a\x0a\x3b\xd5\x03\xe3\x72\x63\x29\xe2\xf4\x36\x60\xa7\xb7\xaf\xde\x5f\x8c\x20\x67\x96\xa8\x96\xcc\x2c\xe9\xf8\x97\xc5\xc2\x05\x2c\x87\x39\x6e\x08\x7c\x80\x33\x3f\x02\x81\x3c\x3a\x00\xe1\x22\x7f\x36\xcb\xec\x33\xdb\x90\xf2\x5b\x91\xef\x64\xcd\x28\xa7\xc9\x77\x0c\x14\xcc\xa9\x40\x8d\x27\xd5\xf5\xda\x84\x7d\x36\x72\x10\xe1\x25\x82\x04\x09\x04\x12\x41\x82\x6d\x67\xd1\x33\x68\x32\x5a\xef\xaa\x42\x55\x47\x81\xbf\xd4\x2c\x03\x35\x10\xdf\xb2\x41\x68\xd3\x0e\x4d\x62\xdd\xca\xe9\x6f\x67\xfc\x15\x4d\x9d\x2e\x45\xac\x18\x81\xf5\x0b\x11\xaf\x3f\x4a\x0d\x03\x5e\xaf\x1c\x61\xcc\xa5\xf4\xe6\xcc\x3f\x83\xc3\xde\xa7\xd1\x60\xea\xea\xa6\x74\xbe\x2a\x1d\xcd\x7b\xca\x8b\x80\xf1\x6b\x7b\xbd\x5d\x39\x93\x5f\xd7\xb8\xa0\x8f\xd1\x20\xc2\xa6\x74\x24\x93\x96\x76\x15\xfb\x0f\x03\xba\x48\xc6\x3c\xc5\x0d\x5a\x25\x77\x00\xae\xa2\x7b\x2c\x70\xed\x05\xea\x60\x85\xf8\xe7\x60\xfd\x0e\xed\x7a\xc7\xce\x3c\xdb\x33\xa0\x74\xef\x02\x0c\xef\x5d\x16\x2f\xb0\x58\x75\xf2\xc0\x05\xfe\x41\xa2\xb8\x48\x82\xc8\xe2\xb3\xbc\x9e\x78\xaf\xd8\xcb\x75\x1b\x4d\x7a\x78\x1f\x5f\x20\x64\xb2\x02\xbe\x10\xd2\x72\x68\xc0\xa5\x25\x23\x80\xf2\xf7\x72\xb5\x0f\x0e\x16\x5e\xc9\xb7\x7a\xf2\x7c\x33\xad\x85\x07\xee\x1b\xbc\x67\x03\x3e\x5c\xe9\x23\xa7\x0a\x33\x13\x11\xef\x50\xe7\x20\x47\x0b\x76\x3c\xda\xbf\xeb\x9e\x0d\x20\x40\x59\xcc\x85\xc5\x39\xc8\x67\x56\xcb\xed\x8b\x51\x18\x86\xc1\x86\x7a\x48\x98\x97\xfd\x21\xd2\xd4\x5c\xd9\x0c\xe2\x56\xd4\xe2\x77\x7c\x2f\x76\x8b\x00\x96\x95\xf1\xe0\x65\x42\xc1\x41\xca\xbf\x16\x64\x95\x7c\x96\xa8\x86\x2f\xa3\xb7\xaa\xcc\x01\x19\x04\xd2\x44\x37\x80\x1e\xf1\xa3\x95\xfa\xd0\x8a\x55\x42\x0c\x91\xbc\x31\x18\xc0\x3e\xed\xbb\xd5\x53\xae\xf2\xf9\x8f\x5f\xe4\xa9\xcb\x7c\x08\x00\x3e\xff\xe1\x0b\x17\xfe\xe9\x8b\x36\x29\x78\xd8\x4f\xc3\xfe\xad\xdd\x95\x0d\xff\x10\x03\xbe\xc3\x76\xc5\xf1\x21\x4d\xf7\xff\xc5\xb5\xfe\xb7\x44\xc3\x2d\x7c\x13\x9a\xc1\xef\x52\x7e\x4f\x43\xee\x95\x04\x1d\x9f\x7d\x8f\xe8\xc2\x97\x52\x41\x10\xb9\x9d\x3a\x7e\x1f\x54\x49\xc5\x77\x5b\x71\x17\xc7\xd3\x89\x3e\x1e\x26\x54\xd4\xd4\x84\x50\xed\x16\xb7\x10\xb3\x3f\x66\xfe\x41\x1e\xbe\x86\x27\x05\x55\x8f\x5f\x49\x68\x3b\x7d\x7c\xf5\x8f\xee\x31\x9e\xe4\xf3\xd0\xb6\xf5\x97\x24\x5f\x63\x4c\xf4\x37\x41\x04\x98\x46\xec\x72\x54\x1a\x25\x13\xf9\x44\xea\x0f\x68\xf8\x0f\x64\xa7\x92\x00\x29\xf0\x43\x10\x7f\xd8\x72\x86\xfc\x5e\x17\x67\x6c\x38\x03\x4f\x91\xf1\x67\xc1\x9f\x45\x7e\xcf\x5f\x07\xfe\x3a\x94\xe5\xad\x54\x66\x09\x43\xd5\xc9\xee\xdb\x70\xce\x3d\x7f\xdf\x97\x39\xd7\x96\x7e\xd0\xe7\xa3\x22\xb5\x8f\x47\x78\x6d\x4b\x7e\x1e\x8c\xf3\xed\x83\xf2\xe5\x1d\xdd\xe7\xfe\x49\xdd\x47\x38\x21\xbb\xd7\x2c\x4e\x51\x0e\xba\xd7\x2c\x49\x3e\x62\x31\x41\xd6\xac\x36\x28\x69\xca\x05\x1e\x9a\x29\x49\xca\xeb\xf2\x43\xe6\xf1\xd2\x14\xe7\x7a\xac\x34\x95\xfc\xdf\x00\x00\x00\xff\xff\x8d\x95\xdd\x1b\x4e\x7c\x00\x00") +var _conf_locale_locale_en_us_ini = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x7d\xeb\x6e\xdc\x48\xb2\xe6\x7f\x3e\x05\xbb\x17\x5e\x77\x03\x72\x19\x3d\x03\x2c\x16\x0d\xdb\x0d\xb5\xdc\xbe\xcc\xb1\x2c\x1d\x4b\x9e\xd9\xb3\x86\xc1\x61\x91\x54\x15\x8f\xaa\xc8\x1a\x92\xa5\x6a\xcd\xaf\x7d\x8d\x7d\xbd\x7d\x92\x8d\x2f\x2e\x79\x21\x59\xb2\xdd\x67\xb1\xe7\x8f\x94\xcc\x8c\xbc\x45\x46\xc6\x2d\x23\xb3\xf2\xdd\x2e\x2b\xab\xbe\x48\x9f\xa7\xa7\xe9\x2e\xaf\x9b\x4d\xd5\xf7\x69\x5f\x6d\x6e\x9e\xac\xdb\x7e\xa8\xca\xf4\x75\x3d\xd0\x77\x77\x57\x17\x55\x92\xac\xdb\x6d\x45\xa0\x6f\xe8\x5f\x52\xe6\xfd\x7a\xd9\xe6\x5d\x49\x19\x2f\x2d\x9d\x54\xbf\xef\x36\x6d\x07\xa0\xdf\x24\x95\xac\xab\xcd\x0e\x75\xe8\x5f\xd2\xd7\xab\x26\xab\x1b\xfa\xbc\xa2\x54\xfa\xb6\x49\xfa\xb6\xa8\xf3\x4d\x16\x14\x70\x86\x95\xff\x9c\xfe\xa9\x29\xd3\xab\xa1\xda\xa5\xcf\xfa\x6d\xbe\xd9\xbc\xc8\x7b\xae\x32\x54\x69\x5e\x14\xed\xbe\x19\x9e\x3d\x95\x02\x69\xbc\xdd\x0f\xd6\xfa\xc5\x7e\x90\xbc\xfd\xce\xb2\x3e\xee\x92\xae\x5a\xd5\x34\xb1\x8e\xb2\x3e\x68\x32\x39\x54\xcb\xbe\x1e\x30\xe8\xbf\x49\x2a\xb9\xab\xba\xbe\x6e\x31\x9e\xbf\x4a\x2a\xd9\xe5\x2b\x00\x5c\xd2\xbf\x64\xa8\xb6\xbb\x4d\xce\x15\xae\x35\x99\x6c\xf2\x66\xb5\x17\x98\x77\x9a\x4c\x92\x3d\x61\xae\xc9\x19\x67\x1f\x35\x99\x54\xdb\xbc\xde\x00\x3f\x4f\x90\xa0\x76\xfb\xfe\xd0\x32\x16\x2f\x35\x49\x63\xcc\x86\xfb\x5d\xc5\x43\x7c\x72\x4d\xa9\xa4\xc8\x77\x43\xb1\xce\x29\xe7\x4c\x52\x09\x01\xed\x5a\x1a\x6b\xdb\xdd\x33\x9c\x7d\x24\x6d\xb7\xca\x9b\xfa\x9f\xf9\x20\xe3\xbf\x08\x3e\x93\x6d\xdd\x75\x2d\xa6\x7e\xce\x89\xa4\xa9\x0e\x19\xda\xa1\x9c\xf7\xd5\x21\x6c\x05\x25\xdb\x7a\xd5\xc9\x2c\x51\x78\xce\x5f\x68\x05\x65\x37\x6d\x77\xab\x05\xaf\x90\x1c\x55\xa5\x41\x68\x69\xdc\x7f\xde\x10\x5e\xb4\xf4\x9c\x3f\x22\x80\x3e\xc9\xcb\x6d\xdd\x64\xbb\xbc\xa9\x80\xa3\x53\x7c\x11\x5e\xe8\x2b\xd1\xe5\xce\xfa\x6a\x18\xea\x66\xd5\xa3\x58\xb2\xd2\x2b\xcd\x4a\x82\x32\x97\x87\xf1\xf4\xd9\x4d\x55\x95\x32\xa2\x3e\x7d\x45\xe9\x64\xb7\xdf\x6c\x68\xee\xff\xd8\x57\xfd\x00\xf8\x4b\xfa\xa6\x59\xc8\x77\x52\xf7\x3d\x25\x28\xfb\x2d\x27\x12\x5a\x80\xa6\xe0\x21\x9d\x71\x22\x49\x3e\xf5\x55\xde\x15\xeb\xcf\x89\xfc\xe7\x1e\x91\x58\x2c\x16\x47\x97\x06\xe4\xa0\xa4\x20\x3d\x58\x07\x49\xd1\x96\xf8\x38\xa3\x7f\xd4\x74\xdd\xf4\x03\x91\xf4\xe7\x44\x13\x00\x93\x94\xa0\x71\xa8\x87\x4d\xe5\x33\x79\x7f\xf4\x58\x87\xf4\x55\xdd\xf5\xc3\x93\xa1\x26\x92\xfb\xb0\x6f\x12\xcc\x8f\xc8\x39\x2b\x97\xb6\xcb\x5f\xb7\x84\x1d\xce\xee\x68\x7e\xe7\xf7\x57\xff\xfa\xee\x24\xbd\xa4\xad\xbe\xea\x2a\x4a\xa7\xd4\x06\xfd\xa3\x3a\x7f\x5e\x24\x54\xcb\x7a\x7a\x99\x0f\xf9\x32\xef\x2b\x8f\x56\x14\x0a\x8d\xba\x32\xa6\x54\xb0\x0d\x66\x11\xfd\x10\xcd\x77\x8e\xce\xa9\x0d\xdd\x1d\xae\x8d\xf7\xd8\x22\x94\x0f\xae\xc1\x95\x2f\x37\x15\xf2\xa9\xa9\xf4\xed\xfb\xf7\x17\x2f\x7f\x4d\xab\x66\x55\x37\x55\x7a\xa8\x87\x75\xba\x1f\x6e\xfe\x7b\xb6\xaa\x9a\xaa\x23\x26\x52\xd4\x29\xed\x8c\x8e\x88\x20\x25\xf2\x94\xc9\x2d\x92\xbe\xdf\x64\x5b\x41\xef\xd5\xd5\xbb\xf4\x1c\x28\xde\xe5\xc3\x9a\x07\x32\xac\x93\xfe\x1f\x1b\xa0\xc8\x75\x78\xbd\xae\xd2\x9b\x9a\x66\xcd\x40\xed\x8d\xe1\x23\x2d\x75\x8c\x8b\xa4\xea\xba\x8c\xf6\xfd\x70\x9f\x69\x65\x6d\x6f\x0c\x29\x4d\x10\xe9\x34\xed\x90\x2e\xab\x94\xeb\x2c\x92\xc4\x06\x6c\xd8\x3d\xdd\xed\x36\x75\x21\x3b\xf6\xb5\x94\x79\x44\x83\x98\xac\x03\x4f\x4b\xe9\x87\x96\xda\xe4\x09\x38\x00\x3f\x87\x53\x22\x0a\x30\xee\xae\xda\xb6\xb4\x81\x1d\x3d\xd6\xb4\xe6\x87\x9a\x0a\x69\x30\x7d\x7e\x47\x5b\x62\x68\xd3\x61\x5d\xf7\x69\x49\xf4\x50\xa0\x61\xa2\xde\x3d\xb1\x4c\x59\x39\xa2\x21\x59\x3d\xcb\x8b\xd1\xc4\x50\xdb\x3d\x2d\xf8\x9a\x1a\x03\x43\x86\xf4\xa0\x26\xe7\xc6\x99\xe6\xc4\xc9\xa9\x1d\x26\x41\x22\xae\x96\xd8\x1f\x18\xd4\x4b\x4e\xe8\x77\xd8\x3e\x8d\x2a\xbf\xb9\xa1\x51\xf5\xb4\x70\x6f\xd2\x62\xd3\xd2\xaa\x7f\xfc\xf0\x8e\x2a\xaf\x87\x61\x97\xed\xda\x8e\x29\xed\xfa\xfa\x92\x28\xb8\x1b\x7c\x6e\x40\x3d\x80\x69\xf6\xdb\x25\x7d\x1d\xd6\x35\xed\xd3\x3c\xc0\x35\xa3\x62\x03\x19\xd0\xa4\x6d\xb3\x48\x20\x0d\xf7\xdd\x66\xb4\x22\xd4\xa5\x95\x1c\x19\x1e\x86\xf0\x14\x7f\xae\xfc\x28\x79\xba\x3d\x09\xca\xc3\xba\x22\x79\x48\x53\xad\x98\xe1\xd3\xf2\xb7\x3b\xb4\x1b\xac\xff\x85\x66\xf8\x45\x67\x21\xe1\xca\x45\x54\x50\x29\x8b\xe1\x80\xdd\x6d\x69\xc2\xba\xe1\xae\xce\x09\x0d\xbc\xeb\x00\x4b\x2b\xa5\x4b\x78\x55\x35\x25\x25\x54\xda\x68\x59\xb0\x19\xb5\xdc\xed\x49\x22\xd5\xfa\xe6\xde\x75\xfd\x1e\x9f\x86\x89\x80\x26\x45\x72\x66\x45\xdb\xdc\xd4\xdd\x16\x63\x6c\xf2\x25\xd5\x30\x99\x4a\xac\x8c\x4b\x8c\xef\xd3\x6c\xa4\x65\x0f\x7a\x8e\x39\x85\xed\x2b\xf3\x57\x26\x6e\x1c\xeb\xdf\xda\x7d\x5a\xb6\x29\xb6\x10\x53\x19\x91\x57\xd1\x55\xac\x00\x34\x29\xd7\x30\x4d\x20\xed\xea\xd5\x9a\x96\xbb\x3d\x9c\x08\x69\x1e\xd6\x6d\x45\x92\x3c\x7d\xfb\xf2\xf9\x4f\xb2\xd8\x2b\xd0\x9c\xab\x04\x6a\xcd\xf7\x43\x8b\x51\x16\xc4\x48\x89\xf8\x65\x08\x6e\x63\x32\xe4\x44\xcc\x08\xd0\x58\xb0\x9b\xe8\x9a\xf2\x39\xc5\x52\x58\xa6\xe8\xf1\x30\x52\x7b\xa4\x1c\x28\xff\xcf\x56\x2d\xcb\x34\xe3\xf7\xd8\x41\xa4\x84\xf4\x43\xb6\xaa\x87\xec\x06\x6b\x8a\x36\x5f\xa1\x2e\x36\x34\x95\xa4\x8f\xa9\xe8\x71\x5a\xb4\x5b\x92\xb9\xe5\xcf\xe9\xa3\x3b\x65\x74\x7f\xc6\x3a\x64\xf9\x1d\xc1\xf2\x2a\x30\x82\x3b\x62\x11\xc2\x67\x4d\xf1\x29\x5b\x62\x15\xc0\x79\xbf\xdf\xf1\x46\x53\xde\x76\x92\xee\x04\xb0\x6c\x0f\xcd\xa6\xcd\x89\x83\x10\x23\x68\x6f\x68\x0d\xa1\xb6\x2d\xeb\x26\xa7\x4d\x6f\xad\xdc\x74\xed\x36\x7d\xd4\x9f\xa4\xef\x2f\xae\x19\x70\xd5\x2e\xf7\xf5\xa6\x34\x80\x05\xcd\xf0\x2e\xdf\xd4\x25\x24\x94\xae\x7b\x28\x0d\x2c\xab\x96\xb1\x14\x6d\x07\x2e\xc5\xb3\xb1\x8a\x47\xd8\x63\x07\xb6\xc3\xd9\x54\x57\x61\xb9\x9e\xe3\x64\x40\x03\x2d\x3c\x8b\x6e\xf0\x39\xa6\x98\xba\x6f\x1e\x0f\x3c\xd2\x62\x4f\x7d\xd1\xa2\x23\x9b\x2a\xf6\xe9\x93\x17\xf4\x37\x01\xd7\x14\xaa\x5f\x4d\x11\x8f\xc2\x54\x0a\xf7\xa2\x2b\x45\x43\x8d\xc8\xdb\x51\x97\x11\x6f\x30\xd7\x70\xbc\x46\x02\xfd\x5e\xe8\x15\x3a\xea\x86\x96\xb5\xfa\x8e\x12\x8f\x89\xb3\xac\x36\xbc\x08\xf9\x90\xde\xd3\x4e\x29\x88\x1d\x54\x4c\x20\x27\xb2\x5d\x6e\x68\x6a\x60\x45\x43\x7e\x4b\x63\xcb\x3b\x12\x5f\xc9\x27\xe8\xf1\x9f\x93\x3d\xc8\x96\xf8\xc7\xa6\x74\x62\x9a\x69\xba\xed\xc6\xca\xa9\x07\x72\xf4\xda\x93\xfc\x2d\xd6\x99\xb3\x02\x80\x94\xa1\xfa\x9d\x59\x11\x17\x79\xa3\x00\xc4\x8e\xa2\x64\x7b\xcf\xcb\x85\x49\x9c\xdf\xfb\xd5\x22\xa9\x44\x5b\x84\x94\x9b\x65\x0b\xac\x11\x82\x0d\xea\x2c\xcc\x8d\x2b\x50\x5b\xa4\x46\x6a\x53\xb1\x0e\x49\x45\xa2\xe8\x6a\xa9\x28\xbb\xa4\xc4\x7d\x52\xeb\xe4\x73\x62\x1d\x44\x4d\x26\x9f\x88\x19\x90\x46\x27\xec\x25\x83\x1e\x6b\x8b\x43\x43\x11\x9e\x03\x95\x56\xf9\x81\xe7\x82\xeb\x6a\x07\xae\xba\xed\x79\x55\x37\x04\x59\xde\xab\x48\x74\xeb\xfb\x8b\x58\x20\xb4\xe0\xc4\x9f\xbe\x33\xbb\xe7\x1b\x9b\xf8\xb5\xa6\x95\xe4\xfa\x65\xdd\x63\xfb\xfa\x06\x76\xb4\xd5\x76\x8c\x7d\xda\x24\xf7\x27\xa9\x14\x08\x15\x52\x43\x3d\x89\x7c\x92\x72\x5a\xad\x5c\x98\x5e\x85\x55\xcb\x0b\x21\x79\xb6\x81\x98\x48\xa5\x66\xdb\x2d\xa6\xfd\x28\x83\xd2\x5e\x1c\xbb\x67\x66\x1e\xf2\xfc\x99\x3e\x09\x61\xdb\x0a\xa2\x38\xdb\x8a\x6d\x23\x5f\xe9\x79\x95\x90\xbe\xb6\xa2\xfd\x68\xf4\xf6\x1c\xca\xec\x8a\x15\x07\x25\x37\x00\x54\x43\xc8\x41\x15\xc2\x72\x7e\x31\x5b\x8f\x36\xf6\x81\x35\x7d\xda\x9a\x13\xf4\x93\x29\x48\xc5\x0b\xe3\xc8\x3c\x52\x9e\x12\x6d\x4b\xb2\x2d\x1c\x12\x4f\x53\x5a\xfd\x34\x84\x52\xf1\xed\xa7\x85\x0a\xd8\xf4\xcf\x96\x2f\x1e\xf5\xcf\x9e\x2e\x5f\x38\xd6\x58\xac\xab\xe2\x16\xbb\x91\xf8\x49\xb3\x6c\x7f\x67\x55\x95\x16\x1e\x38\x6e\xb0\x45\x1e\x95\xe9\x9a\x4a\x59\x55\xa2\xad\x4c\xd5\x08\xf1\x28\x8d\x16\x8d\x06\x83\x1d\xbf\x30\xab\xd9\x09\x07\x23\x24\xaa\xcd\x9d\xc8\xc8\xc8\x40\xe2\xbd\x83\xac\x80\x6e\x4f\x91\x0b\xca\x65\x36\xef\x49\x97\xe7\xbb\xa9\xb7\xf5\x30\x21\x1d\xf0\x91\x5c\x49\x50\x2d\x24\xc3\x25\xb7\xc5\xd8\xe0\xb1\x10\x37\xa6\x66\x48\x6e\x1a\x39\x1d\x72\xd2\x3a\xff\x9c\x12\x09\xed\x49\x0a\x61\x4e\x34\x4c\x62\xc7\x39\x04\x2f\xe9\x6d\x79\x9f\xed\x1b\x45\x6b\x55\x1a\x31\xbd\xa9\x59\x48\xa0\x5f\x23\xf9\x00\xca\x30\x9f\x97\x65\x07\x0e\xf8\x83\xc3\xf8\x8f\x8b\xf4\xed\x8d\xab\x06\xce\x8d\x01\xd5\xd0\x6b\xf3\xd9\xc5\x23\xce\xd6\x54\xa2\xf5\x32\x06\x00\x87\x85\x26\x9d\xcd\xaf\x1e\x29\x7e\xb7\x94\xc3\x0b\xb2\xdc\x0f\x03\x25\x97\xd5\x06\x54\x23\x75\x6c\xd4\x67\x0c\xc8\xda\x9d\x6f\x8f\x17\x24\xc4\x93\xac\x4d\x65\x1a\x50\xe6\xfd\x17\xaa\x44\x8e\x66\xa7\xa2\xce\x81\x95\x62\xe8\xe4\xcd\xbd\x91\x32\x11\x04\x46\x81\x0e\x87\xf9\xb1\xfc\xd0\x55\x3f\xfa\xd1\xb8\x3d\xc3\x35\x6c\x44\x52\x3d\xd8\x4f\x1f\xb8\x94\xa9\xc4\xed\x3a\x93\x5c\x6a\x9e\x7a\xfa\xe8\x62\xf4\x72\x39\x76\x06\x31\x58\x32\x24\x4a\x46\x34\xcd\x82\x6b\x2f\x46\x7d\x79\x25\x7a\x8a\xc1\x21\x1e\xb2\x17\x40\x43\xdb\x66\xfd\x5a\x34\x7e\x1b\x5e\xba\x21\x53\x30\x32\xb0\xd8\x7b\xc5\x44\xf7\xdf\x20\xe6\x88\x69\x6c\x3f\x27\x90\x6b\xef\x47\xba\x1a\xf8\xbe\xe6\x05\x4a\x03\x17\xfd\x16\xa9\x60\xb6\x2e\xc9\xe5\x8c\x5e\xf7\xa1\xf2\x6e\x1a\x4e\xb9\x71\x93\xc1\x72\xad\x3a\x24\x6c\x97\xdb\x4a\x1b\x7f\x43\x26\x4a\xff\x91\x4d\x0c\xb1\x17\x60\x5c\x5c\xe6\xf7\xd0\xa4\x24\x5b\x3f\xb8\xe0\xba\xca\xb7\x3a\x4a\x24\xa5\x89\x53\x92\x51\x9a\x89\x24\x89\x2e\xf5\xf5\x48\x29\xd8\xb7\x4d\x41\x14\x0c\x95\xe5\x89\x5a\xfd\x59\xa5\x3e\xa0\xbf\x4f\x2c\xd3\xbf\x27\xf9\x66\xb7\xce\x59\xa8\x07\x60\x6c\xe1\x11\x10\xaf\x66\xca\x20\xbc\xc0\xfb\x6d\xd5\xd5\x05\x92\xa8\xf0\xc3\x93\xec\x47\xb6\xbf\x89\xfa\x49\xbb\x8b\x1b\x2b\x89\xf2\xff\x50\x83\x48\x43\xf3\x0b\xdb\x65\x2d\xaa\xfe\x67\x35\x6e\x91\x65\x19\x34\xaa\x21\xc5\x56\x1e\xa0\xb5\xc5\x15\xf3\xdf\xbf\x54\x71\xdb\xce\xd4\x93\xdd\xeb\x2b\xd9\x1e\xd5\x09\xc4\x3b\x98\xe0\x61\x29\x1e\x85\xa6\x85\x05\x48\x73\x4b\x82\xa8\x71\x60\x1f\xe5\x3b\xe5\xef\x9f\xcd\xdf\x47\x5c\x5f\x75\x5e\xef\xf9\x23\x79\x5a\x82\xd5\xb1\xee\xba\xf0\x3b\x24\xd4\x67\x1d\xb1\x42\xf3\x33\x1b\xcd\xed\x75\x52\x02\x45\xb5\x27\x82\x59\x78\x27\x65\x06\xb1\x96\x41\x4f\x6c\x42\x6d\xd0\x09\x3c\x13\x09\x0c\x21\x4e\xae\x6c\x5a\x6f\xb4\x9d\x8e\x56\x27\xe9\x3d\x53\x3b\x54\xe4\x1e\xae\x3f\xd0\x86\x98\x69\xc0\xed\x93\xa3\x15\x65\x31\xb9\x12\xcd\xbc\x9c\xec\xf4\x69\x45\x80\xc1\x8f\xb4\xce\x68\x1f\x47\x35\x2f\xf7\x4b\x62\x61\x6e\x7b\x83\x5a\x59\x0d\x6e\x06\xdf\x8a\xd4\x26\xe3\xb3\x5a\xc1\xe4\xb7\x61\x47\x63\x55\x02\x24\xee\x2f\x60\x21\xf9\xf9\xf5\x71\x4b\x1d\x52\x45\xa8\xb5\xbb\x15\x8e\xed\x25\x9a\x33\x8d\x89\x92\xa8\x19\x58\x4d\x3a\x0c\x15\xdd\x5b\x18\x08\xfd\x1e\xbc\x18\xc6\x84\xa8\x23\xf1\x5a\x42\xd2\x72\x53\x15\x77\x71\xbc\x79\xa2\x64\x58\x58\x5f\x6a\x9f\xc1\xbe\xb1\xe9\xd0\xbe\x9e\x36\xac\x8d\x3b\xa0\x63\xcd\x3a\x0b\xb0\xfa\xbd\x66\xf7\xc9\x6b\xd2\x1a\xd4\x06\x74\xa6\x2f\x97\x2d\x92\x0d\xb1\x12\xd8\x1a\x32\x2b\x51\x5c\xdb\x3b\x98\x6a\xe8\x0f\xa5\x52\x8f\x8d\xdd\x5c\x27\x85\x75\x56\x6b\x92\xac\xb7\xf6\x50\x95\x27\x24\xd3\x51\x83\xc6\xc9\x4c\x27\xdf\x1c\xf2\x7b\xd0\x88\xe7\x57\x70\x1d\x49\x75\x30\x23\x92\xf8\x2b\x1e\x55\xe8\xd1\xa7\xfd\x6a\x98\x50\x82\xf4\x72\xf9\xc0\xf6\x20\xf3\x1a\x58\xf6\x24\x52\xc9\xcc\x86\xcb\x85\x65\xaa\xca\x21\xd8\xb2\xb0\xfc\xa0\xd4\x4b\x71\xd0\x10\x7b\x87\x55\x2a\xcc\xd4\x3d\x81\x3e\x44\xdd\x40\x3b\x21\x5e\x2d\xb8\x26\x85\x8f\x30\xcb\x43\x0a\x9c\x03\xb4\x31\xaa\x27\xa2\x08\xd7\x84\x43\x18\x56\xde\x5e\x86\xdc\xa2\x55\x31\xb7\x92\xe4\xb3\xb5\x9b\xf4\x03\x6d\x01\x60\xda\xce\x25\xfe\x4d\x14\x2a\xb5\x91\x51\xca\x5b\x8b\xd1\xd4\xaf\xeb\x5d\xda\xc2\xc3\x13\xa1\xd0\x93\x6d\xa0\x53\x12\x36\xca\x8a\x15\x6d\xda\x28\xa4\x62\x37\xfd\x0d\x96\x69\x5d\x6d\xd3\x1b\x38\xcd\x17\xda\x35\x54\x54\x39\x9f\x38\xd2\xb3\x18\x2d\xdc\x75\x28\x6b\x78\xed\x82\x85\x8a\xbb\x26\x98\x3b\xee\x59\xc7\xc0\x58\xf5\x2d\xf5\x36\x06\x90\xd9\x04\x05\xac\x26\x46\xc7\x3a\x36\x9a\xbb\x2a\x44\xc4\xcd\x1f\x9d\x79\x80\x75\xf5\x1a\x8a\x7b\x33\x5e\x26\xe9\x94\xdd\x13\xec\x8e\x5f\xde\xc7\xb3\x47\x55\x47\x01\xf0\x3c\xdf\x55\xda\x0b\x36\x06\xf6\xca\xa8\x41\x76\x4b\x78\xe3\x20\x19\x72\xb6\xf1\x96\x34\xc4\x62\x1d\xed\xce\x6b\x2e\x49\xa5\x64\xb2\x41\x93\x4f\xe8\x9a\xec\xf6\x75\xde\xac\x2a\xf8\xb6\xa8\x25\x08\x4c\xfe\x56\x95\x5c\x32\x69\xc0\xab\x4e\xd2\x0b\xb2\xbc\xac\x4a\x41\x1b\xb2\xdd\x3e\x58\xb3\x6e\xcc\x43\xd3\x27\xff\xde\x92\x06\xc2\xa7\x6b\x7f\xa1\x14\xd4\xdd\x26\x89\x7c\xec\x23\xc7\x02\xdb\x03\xf5\x70\xef\x25\xc6\xa9\xe6\x90\x5d\xcb\xdc\x81\x5d\x15\xaf\x2c\x4d\xeb\x91\x83\xe9\x61\x6b\x4b\x4a\xe1\xc4\x6f\xf4\xca\xd2\x09\xcc\xe2\xed\x82\x85\x03\xb4\xe7\xee\x8e\xeb\x38\x91\xf0\xf8\x51\xff\x18\x0b\x66\x65\x8b\x00\x7e\x97\x0f\xc4\x16\x1b\xb1\x49\x84\x43\x85\x55\xb5\xd8\x35\xc1\x5c\x45\xc0\x16\x7c\xf8\x25\xa8\xf8\x9c\x90\xf1\xc8\xa7\x25\x34\x35\x49\xcd\x9e\xf4\x28\x8b\xe9\x55\x1f\xfe\x17\x4a\xaa\x0b\x24\x75\x47\xbe\x6a\x9b\xf6\x49\xe0\xa2\xef\x63\x5f\x7c\x9f\xa8\xcf\x27\x76\xf8\x28\x79\x3f\x4f\x5f\x4a\xc2\xac\xdc\x7d\xcd\x73\xaa\xcb\x24\xd9\x31\xde\xb3\x60\xb4\xb2\x10\x6e\xd0\xf2\x3f\x70\x3a\x77\x63\xbd\x80\xb0\x20\xad\x30\xe1\xda\x31\x0a\x6b\x02\x38\x6e\x0a\x2c\x34\x78\x53\xd9\x74\x6b\x02\xef\x36\x19\xb8\xa8\x07\xb0\x43\xb5\x4c\xe1\xdf\x24\xc2\x21\x43\x48\x27\xba\xcd\xc9\x86\xba\xab\x73\xe7\x8a\xa1\xd5\xc2\x19\xa5\x4a\xd1\x57\x38\x9f\xe4\xd3\xb1\xe9\x69\xf5\xa6\x2d\xec\xb8\xf7\x9d\x26\x93\xfd\xae\x84\x13\xcb\x4f\xf8\x23\x67\xb8\x09\xc7\xe5\x81\x7b\x91\xa7\x6e\xd5\xbc\x16\xc3\xe0\x65\xaa\x70\x18\xd9\xfd\xc2\xb6\xcf\xcc\x31\xb7\x6e\xa1\x72\x0c\x12\x7a\xf5\xa5\x48\xad\x54\x03\x58\x08\xef\x61\xf4\xca\xf9\x0a\x23\x84\x64\x65\xba\x6e\x0f\xe9\xa6\x6e\x6e\x7b\xc5\xaf\x73\x80\x98\x61\x9c\xbe\xe4\x0c\x02\x16\xd7\x0c\xd4\xaa\xba\xd9\x57\xbf\x24\x96\x12\xcf\x3b\x27\xa7\x47\xba\x95\x48\xc5\x31\x33\xd0\xe3\x8a\x33\xce\x4e\x4f\x39\x7b\x16\xd6\x1b\xb6\x5a\x85\x4f\xd6\xc0\x7e\xc5\x03\x96\xde\x54\x50\xcf\x99\x1d\xbe\x56\x2e\x44\xf8\x69\xdb\x5e\x9d\x8d\x9e\xfd\x20\x8f\x3d\x13\x0a\xa5\xab\xe5\x20\x74\x31\x65\x30\x76\x30\x41\x50\x30\x1d\x49\x59\xd2\xf1\xf0\xde\xce\xea\xad\x84\x25\x7c\xd4\x52\x39\xdd\x74\x56\x09\x17\x2f\x92\xa6\x1d\x4d\x26\x3c\x22\x78\x4f\xb8\x94\xe9\x1b\x1f\xb5\xc2\x13\x53\x17\x04\x21\x2c\xec\xa3\xc1\x8e\x29\x4b\x1b\x30\x6f\xf7\x17\x08\xcc\xc8\x27\x3c\x39\x11\xde\xec\x58\x4b\xbb\x89\x94\xc2\x33\xf5\xdb\xfb\x03\x2d\xc2\x6c\x50\x0e\x07\xee\xe5\xc4\xbd\x10\xd9\x59\xda\xc2\x51\x6d\x7a\x34\xa6\xc9\xde\xb1\x7a\x07\x9a\x5b\x38\x1d\x23\xf8\x85\x50\x7f\xce\xae\xe0\xb4\x67\xbf\x64\x2f\xfa\x24\xba\xa2\x01\x5a\x13\x84\x00\x36\x57\x7a\x6f\xa5\x9c\x0a\x37\x82\x07\x5c\x82\x29\x1c\x80\xc6\x53\xc4\xd6\x68\x65\x67\x89\x21\x63\xdb\x75\xb4\xe8\x24\x78\x47\xae\xa7\x09\x4b\x8b\xd8\x17\x73\xaf\x16\x0a\x6c\xc0\xb5\xc8\xfe\xd4\xb6\xc0\xff\x39\x65\x39\xde\x5d\x59\xc1\x9d\x65\x9d\x2a\xb3\x76\xa5\xc2\xb2\x13\x1a\x03\xef\x81\xca\xb9\x2e\x4a\xc6\x44\x3c\x44\x06\x0b\x41\xcc\xf5\x69\xd9\x59\xe4\xd8\x65\x17\xed\x7f\x9a\x33\x37\xea\xd0\x39\x73\xfd\x50\x47\x64\x83\x31\x8e\x24\xce\x84\x80\xa8\x80\xe5\xaf\x2e\x7d\x20\x55\x75\xf1\x9d\x70\x45\x37\xa2\xd3\x03\x4d\x94\xc5\x22\x58\x89\x80\x39\x2c\x14\x3c\x3e\xfc\xe6\x18\x07\x51\xf0\xfb\x89\xdf\x31\xe6\xaf\xa7\x6c\xc1\x10\x56\x04\x16\xfa\x00\x04\x9a\x68\x7f\x6a\x11\x6d\x81\x08\x39\x67\x75\xf1\x00\xf7\x72\xc4\xe8\x55\xa2\x13\x35\x1b\xd6\xf5\x6a\x4d\xf3\xaa\xb7\x38\x63\x64\xae\x6d\x07\x59\xde\xaa\xc3\x17\x6d\xbc\x76\x45\x02\x5f\x34\x4a\x31\xc6\x1d\xb7\x7d\xd6\x0f\x5d\xdb\xac\x5e\xbc\x6c\x61\x6e\xc1\x8f\x02\x51\xf1\xcb\xb3\xa7\x9a\x4f\x2c\x03\x6b\x88\xd0\xb0\xd7\xf5\xf0\x66\xbf\x7c\xdc\xa7\x2b\xd2\x0d\x58\x80\x3c\xcb\xd3\x75\x57\xdd\x3c\xff\xfe\x51\xff\xfd\x0b\x3d\x58\xe6\xe1\xc2\x1b\x63\x68\x79\xf6\x34\x7f\x01\xed\xb9\x6f\x37\xa4\xd4\xc6\x55\xda\xed\x56\xd6\x97\xd8\xdf\x56\x20\x79\xfc\x7c\x16\x5d\x35\x8c\xb9\xaa\x53\xfc\x50\x83\x0b\x47\xeb\x7e\x7d\x74\xd9\x12\xf8\x17\x54\x90\xd2\xa7\x88\x7b\xe4\x99\x53\x41\xa4\x17\xa5\x6c\x7d\x03\x22\x02\x63\xd3\x76\x02\x17\x06\x08\xe6\x3b\xdb\x73\xd2\x61\xb0\xe3\x58\x65\x38\x05\x0c\x54\x58\x36\x74\xd5\xb3\xf1\x4e\xcd\x5a\x2e\x20\xd9\x10\xa8\xb0\xef\x5b\xf5\xfb\xa7\x96\xe9\x09\xd2\x54\x3a\x25\xc7\x53\x4f\x4d\x63\x25\x4f\x0f\xc0\x8e\x52\x64\x40\x88\xda\xaa\x52\x61\xbf\x10\x03\xbc\x62\x55\x6a\x59\x37\xa5\x10\x9e\xd2\x8d\x86\x0a\x38\x82\x21\x71\xd4\x00\x88\x7d\x6c\x48\xe8\x77\x80\xb9\xab\xa8\xfd\x40\x24\xd1\x7e\xdf\x37\xc1\x7e\x13\x82\xce\x86\x56\x7c\x4d\x3a\xc9\x4b\xd2\xd8\x39\x7a\xe3\x54\x1a\xbc\x46\x71\xaf\x41\x3e\x7a\x8e\x68\x55\x5e\x6b\x26\xaf\x16\x03\x26\x5c\xd4\x3b\x44\xf0\x97\x37\xde\xac\x15\x3d\xe2\x85\xd0\x30\x0e\x4d\xc4\x6b\x3b\x6c\x2d\x47\xbe\xe9\xe9\xe5\xdb\x45\xe2\xfa\xb3\x36\x7f\xcb\x49\xeb\x90\x11\x1c\x9c\xdd\x08\x86\x32\xde\xa1\xee\x80\x41\xaa\x9b\x9b\x8a\x6b\x32\x2d\xba\x39\x4d\xe6\x23\x73\x89\xcb\x05\xc5\x55\x1f\xd8\xd2\xd2\x1b\x8f\x64\xcc\xdb\xdc\x4c\xbf\x23\xc4\x3a\x8f\x0e\x78\xea\xee\x1e\xdc\x22\x08\xee\xc8\x05\x41\x07\xde\xef\x70\xa0\xa8\xbb\xa3\xaf\xa0\x80\x88\x3d\x99\x42\x43\xec\x1c\xe9\xdb\x80\x95\xf8\xc3\xdc\x80\x12\x98\x0c\x77\xb6\x9e\xd1\x78\xbd\xa8\x08\x07\x2d\x66\x6e\xac\xb5\x7c\x97\x0a\x23\x92\x23\x4b\x8c\x4b\x74\x1b\xc5\x71\x68\xdc\x50\x9b\x87\x6a\x83\x98\x20\x1d\x90\x3f\xb7\x53\x53\x26\x3a\xb5\x53\x20\x77\x5e\x87\x18\x2c\x27\x8b\x65\x6d\x43\xff\x82\x35\x46\x10\x44\xc0\x7c\x50\x27\x36\x88\x31\xcc\xb3\xd3\xf7\xef\x2f\xae\x3d\x9f\x04\x65\x35\x25\x71\xf3\xef\x5c\xc8\xca\x64\x5c\x16\xb8\xc2\xe3\x83\xa1\x11\x43\xf8\xd0\x19\xad\x71\x0c\x2e\xdc\xf8\xd6\x3a\x25\x57\x2d\xef\xe6\x16\x63\x91\x1a\x65\x3c\xfe\xf2\x98\x8a\x9f\x7c\x82\x80\xf9\x9c\x98\x97\xee\x02\xff\x93\xd0\xd1\x19\xb8\xa6\x99\x9a\xbd\x07\xdb\x07\xce\xd1\x00\xda\x72\xe2\xf8\xa4\x81\xed\xfb\x7d\xce\x3a\x1c\xe1\xbe\x65\xbe\x78\x93\xf2\x81\xd4\x09\xfc\x38\x6d\xc7\x34\x08\xe4\xee\x9b\xfa\x1f\x7b\x96\x90\xd0\xe0\x48\xe2\xdf\xd5\x7d\xbd\xac\x37\xc2\x3c\xff\xea\x3e\x24\x1f\xa9\x51\x54\x59\xd0\x39\x7d\x3d\xeb\x77\xb4\xe7\x0b\xe2\xcd\xfd\xf3\xef\x49\xe5\x26\x8b\x85\xff\x3e\x81\x7f\x40\x53\x79\x59\xef\x49\x14\x91\x02\x86\x93\x5e\x5a\x4f\xaa\xf2\x02\xb6\xfe\xad\xb9\x90\xc6\x31\xba\x5c\xc6\x86\x88\x96\xbd\xa2\xb4\xe4\xce\x0c\x4b\xd5\x55\xf1\x01\x0c\xe2\x3c\x4a\x83\x69\x81\x5d\x83\xdc\x6f\xab\x10\x75\x7a\x44\xa0\x0b\xfd\x92\xfe\x75\x35\x07\xba\x49\x3e\x02\xa6\xd3\x20\x58\xda\x65\xfa\x7e\xaf\x88\x00\x0a\xd8\x28\x8b\x55\x3d\x90\x9a\x8c\xc0\x72\x36\x5e\x69\x07\x11\x97\xe4\x58\x6b\x49\x59\xce\x4c\x5d\x83\xe5\x8a\x75\x53\x0f\x19\xbc\xfa\x5b\x89\x9f\xa5\x66\xf3\x8d\xa8\x15\x31\xe6\xe5\xd0\x35\xfd\xf0\xdb\xe9\xcb\xf3\xdf\x16\xdb\xd2\x82\x42\x14\x9f\x1a\x0d\x12\x60\xb4\xac\x6e\xf2\xfd\xc6\xbc\x57\x3c\x61\xce\x48\x7f\xe5\x0c\x0d\xbd\x26\x43\x83\xf0\x77\x27\x32\x52\x82\xb1\xdf\x5a\xce\x0f\x50\x23\x7f\x3c\xe2\xd3\x19\x1f\xab\x7c\xbb\x6b\x67\xdc\xc2\xc3\x1e\x1e\x1c\x93\x67\xf0\xd7\xa5\x1a\x4a\x11\x9d\x35\x26\x1a\x1a\x6e\x21\xc0\x2e\x36\x5c\x62\x80\xc3\xd2\xe3\xc4\x6d\xe6\x46\x7e\x9c\xc6\x97\x9b\x7d\x35\x22\x72\xc1\xa3\xd1\xb8\xf5\xa4\xcb\x72\xae\x11\xeb\xc1\xba\x28\xc4\x82\x03\x33\x33\xd3\xac\x71\xf6\x0c\xad\x55\xad\x29\x07\x65\xbe\x75\x78\x54\x36\x16\x56\xf6\x56\x32\x53\xce\xe4\xa0\x32\x56\x5f\x63\x37\xa4\x1d\x79\xe7\x61\x28\x6d\x02\xe1\x95\xc1\x67\xc1\x9c\x73\x77\x9f\x70\x74\x01\xc9\x9d\x8c\xc5\x9a\x64\x32\x1f\xdb\xd4\x3b\xb9\x41\x41\x05\x75\x25\x21\x82\x9c\xb8\xf8\x97\x44\xc6\xee\x10\xc9\xeb\xc1\xd7\x2a\x50\x40\xfc\xf2\x17\x66\x2b\x03\x14\x53\xf1\xa1\x3e\xff\x3e\x5b\xd2\x56\xba\xfd\x3e\x50\x54\x71\x01\x03\xda\xe9\x77\xa4\x00\x1d\xf4\x9c\xf0\xa3\xa4\x12\xfb\xfe\x1b\x7f\xed\x11\x72\x26\x87\x92\x48\x24\xfa\x05\x57\x64\xa2\x71\xff\xe0\x19\x09\xf4\x42\xdd\xdd\xa4\x13\x86\x1b\xfc\x1f\x7b\xcc\x52\x74\xec\xe7\xe9\xbf\xe2\x2b\x7d\x8d\x2f\x9d\x0a\x76\x9b\xdb\x4a\xbc\x10\xa3\xfd\x17\xc6\x60\x31\x63\xd0\x40\x46\xbf\xf5\x24\x70\x23\x20\x27\x8d\xd8\x30\x40\x42\x7a\x95\xec\xf6\x38\xc8\xc6\xf2\x58\x6f\x97\x94\x83\xf8\x12\xce\x84\xa8\x09\x5a\x70\x7e\xea\xa8\x8d\xc4\xed\x68\xdd\xc9\x43\x57\xb1\x5a\x44\xff\xb4\x2c\x23\xe0\x6c\xc8\xd9\x33\x29\x40\x44\x19\xff\x35\xbd\xa6\x1c\x85\xa8\xc2\xa2\x44\x41\xb9\x7c\x7c\xd3\x00\x7d\xd7\x83\x04\xbf\x71\x2a\xd1\xd0\x4c\xf1\x2a\x4b\x32\x61\x9f\x5d\x97\x23\xd0\xe9\x43\x7e\x90\x4f\xc2\xa0\x5e\x39\x78\x23\x29\xc9\xbe\xab\x81\x43\x06\xfd\x6b\x8d\x4b\x1e\x04\x6f\xbd\x2c\xa6\xbd\x59\xc9\xe8\x5a\x43\x5a\x8c\xca\x6f\x44\xa7\x7e\x05\x8d\xda\xf2\x72\xe6\x11\xa9\x05\x26\xb8\xfc\x2d\x6d\x31\xf1\x41\x9d\x4b\xca\x95\x94\x12\x08\xf3\x12\x37\x68\x2c\xcf\x42\x0d\x2f\xf0\xdf\xe5\xd2\x6a\x2b\xf1\xd3\xff\x64\xf6\xa6\x87\xe5\x2d\x24\xc0\x9a\xfd\xc4\x92\xf2\x45\x41\x9c\x21\x1b\x3f\x67\xe1\xb7\x07\x5b\xb7\xed\xad\xc4\x5a\x2e\x39\xe9\x4b\x48\x12\x59\x21\x22\xec\xdf\xc4\xa5\x65\xb5\xdb\xb4\xf7\x66\x94\xbf\xe4\x2f\xf5\x76\x1b\xc8\x32\xef\xeb\x22\xbc\xc5\xf2\x2b\x32\x66\x66\x51\xc2\x59\xd4\x65\xff\xc4\xf6\x00\x8a\xf0\x95\xfe\x4f\xfa\xf2\x20\xea\x07\xbe\xb0\xf0\xdb\x2b\x78\x83\x5d\xa9\xfa\xe1\x82\xae\xd4\x6d\x38\xed\x4b\x5d\x5a\xd8\x0c\xf3\xca\x92\xf3\xe7\x1e\xab\x62\x9c\x60\x2c\x66\xa0\xe7\x3b\xbf\xd7\xc4\xb5\x3b\xe7\xd2\x8d\x4f\x9e\x1f\x70\xea\xba\xa1\xb8\x43\x2d\xec\x4a\x4d\x5e\xd8\xb9\xd8\x14\xcc\xe9\x9e\xfe\x2c\x2c\x96\x4c\xb0\xac\x1a\x71\x75\xf1\x79\x18\xce\xcd\x90\x15\x1f\xc2\x91\x8d\x21\x57\x0a\x7c\xdc\x1a\xc7\xdb\xb0\xa1\x82\xb0\x3d\xeb\x97\x2f\x44\xf1\x89\x38\x0e\x17\x7b\x91\xec\x7a\xb2\x27\x5e\x5e\xd1\x59\x73\x17\xf6\x09\x43\x78\xac\x8c\xa0\x5e\x2a\x1e\x72\x8b\xdd\x14\x37\xb1\x0d\x95\xcb\x42\x52\x8c\x0f\x45\x18\xf7\x81\x60\x1c\x01\x1a\x52\x2e\x9a\x42\x5c\x2e\x5a\x3f\x8f\x0e\x15\xe5\xfc\x9a\xb5\x05\x55\xd5\x97\x79\x71\xeb\x46\x44\xd2\xbc\xa8\xba\x81\x8f\xf3\xa6\x68\x87\x3b\xb1\x60\x3e\xf6\x6c\xf7\xe2\x09\x6b\x95\x72\x03\x83\x67\x21\xc6\x56\x7d\x13\x20\x84\x1d\x02\x30\xf0\xef\xea\x92\xb4\x6f\x5e\x8c\xc5\xb3\xa7\xbb\x17\x71\x7d\xa2\x08\x56\x82\x8e\xb6\x31\x5a\x38\xb0\xf6\x9a\xe3\x06\x71\x5e\xce\x07\xb7\x37\x3e\x1e\xa1\xe7\x1e\x8e\xee\xa2\xc0\x5a\x0c\x48\xdd\x38\xce\x17\xdc\xd9\x53\x9c\x98\xb5\xc2\x57\xe5\xd8\x62\x71\x30\xf0\x80\x65\x01\x69\xb3\x55\x6c\x34\x3b\xd3\x94\x58\xdb\x23\x55\xcf\x1f\x0f\xbb\xa1\x59\x85\xee\xf8\xf0\x62\xeb\x6f\xce\xea\x73\xa0\x70\x23\x79\xa6\x2a\xdc\xbf\x2c\x79\x3e\x67\x41\xf6\xf1\x0a\x23\x17\x56\xd4\x56\xec\xc7\x0a\x06\x28\x76\xf7\xb1\x76\xce\x66\xdb\x50\x5b\x3d\x68\x85\xa3\x40\x6a\x3e\xef\xcf\x34\x16\x59\x4e\xb0\xd2\xf1\x81\xbb\x96\x1e\xd6\x6d\x10\x34\xc7\x83\x4a\x79\xb3\x86\x03\x59\xc4\x73\x3d\x88\x08\x51\xbc\xa8\x40\x19\x49\x1a\xdb\x7c\x26\x6e\x38\x44\x6b\xbb\x27\xde\xb2\xa9\x69\xd1\x59\x64\xe8\x45\xa7\x8b\xab\xeb\xb4\xba\x63\x77\x35\x31\x9a\x15\xe8\x35\xfd\xdb\xba\x6a\xf8\xa2\x0b\xee\x1b\xc1\x3b\xbd\x4a\xdb\xa2\x80\x4f\xba\x6e\xf4\x2e\xc0\xa1\x32\xdf\x4f\x53\x6e\xc4\x3f\x1d\x7a\xf7\x8d\xef\x8a\xfa\x98\xf2\x9d\x22\x30\x81\x7e\x57\x15\xf5\x0d\x31\xe1\x77\xa4\x05\x10\x1a\x5a\xb9\xca\xc4\x0c\xf3\x41\x6d\xd3\xcd\x84\xd5\x3e\xe8\x9d\x8b\xa9\x0c\x75\x97\x12\x4d\x90\xf2\xbc\x77\x38\x03\x27\xc4\x2e\xef\xb9\x80\x84\x7f\xb5\xb9\x91\x78\x06\xb8\xbf\xaa\x92\x32\xa1\xd9\xf4\x6c\x82\xcb\xf5\x14\x28\xc4\xdc\x80\x7a\xe6\xd9\x8b\xc8\x51\xbb\x98\x19\xa9\xcd\xb0\x8e\xec\x0c\x2b\x3c\xbe\x18\x8f\x29\x43\xf3\x36\xae\xb7\xc2\x16\x78\xf9\x38\xee\x41\x42\xac\x4f\xc0\x8b\x77\x9b\xca\xc5\x7a\x99\x25\xb3\x93\xb0\x6a\x48\x3a\xc2\x17\x87\x08\x19\x88\xc8\x0f\x0e\xb3\x44\xac\xcc\x5e\x97\xc3\x4e\x06\x19\xa1\xe8\x67\x66\x44\x2a\x90\x81\x20\xf1\x5b\x4c\x20\xbc\x7b\x98\x81\xcc\x47\x3c\x66\x61\x0a\xee\xf5\x80\x37\x11\x25\xea\x9e\xe2\x16\xc3\xdb\x26\x42\xbe\x0f\x6c\xa3\x80\xca\xa3\x6b\xa6\x3c\x43\x8d\xb2\x7e\x86\x10\xe1\x17\xa0\xde\x67\x4f\x39\x69\x91\xe5\x46\x79\xb8\x32\x17\x50\xdc\x09\x49\xc3\x96\xf0\xc7\xa2\xaf\xab\x56\x64\x19\x59\xc4\x95\x52\x3f\xdc\xa1\x4c\xe5\xe1\x81\x5a\xbe\xe9\x5b\x6b\x82\x76\x2b\x81\xdc\x42\x4f\x25\x42\xc1\x9d\x4c\xf8\x28\xb6\xe2\x27\x7e\x5c\xca\xd6\xc2\x59\x05\x11\xfc\x7e\x87\x3d\x20\x1b\xca\xfa\xe1\x69\xff\xf0\x97\xab\x8b\xf7\x27\xe9\xef\x4f\x0e\x87\xc3\x13\x54\x7f\xb2\xef\x36\xf0\xea\x97\x88\xe8\xfa\x1f\xe7\xef\x4e\xd2\x6a\x28\x7e\x5c\xa4\xe7\xb2\x35\xa4\x07\x8e\x89\x16\x57\xed\x0d\x5c\xc8\x20\x4b\x78\xe4\xfe\xf8\x96\xd9\x49\x58\xb0\x5e\x4f\x0c\x83\x84\x43\xa6\x8d\x65\x37\x9b\x5c\xa9\x40\x2c\x72\xaf\x31\x56\x64\x59\x71\xac\x3f\x27\x7c\x01\x63\xd5\x96\xef\x23\xd0\x21\xca\x0d\xe7\xf7\x70\x75\xed\x37\xa5\xd0\xa9\x71\x34\x9a\x9d\xa2\xac\x2a\x7f\x19\xb7\xc4\xa6\x57\xdb\x6c\x60\x8f\xfc\x05\xf1\x6e\x40\xa9\x50\x01\x8a\x8c\x0a\x18\x38\xa4\x25\xde\x61\xa9\xde\x5b\xa8\xc6\x05\xde\x08\x7e\x59\x0d\x7c\xee\x39\x47\x1b\x32\x72\x37\x36\xbf\x9a\xb6\x51\x49\xae\x51\x63\x9d\x70\x6f\xf1\xc0\x46\xd4\x3c\xda\x03\x90\x4b\x87\xf1\x3e\x18\x8b\x24\xdd\x64\x9e\xdd\xeb\x26\x9b\x70\x7c\x05\xfc\xd2\x3e\x53\x0d\x62\xa2\xd1\x05\x3d\xa8\x66\x37\xe9\x41\x8e\x67\x32\x9d\xa5\x05\x24\xf1\x91\xcd\x4b\x97\x17\x8b\x20\xa3\x1a\x66\x20\x31\xc9\x00\x21\xfd\x86\xd4\xbc\x2c\xdc\xe1\x10\x66\xd1\x41\xd8\x15\x40\xf8\xf8\x0b\x3e\x2e\xf3\x07\x4d\x0e\xff\x42\x35\x43\x5a\x35\xd7\xbc\x1c\x21\x8c\x0a\xc7\xd7\x84\x47\xc5\xb0\x2c\xe4\xa9\x80\x33\x49\x25\x49\x59\xdf\xdc\x2c\x96\x5d\x7b\xe8\x71\x1e\xb5\xef\x8a\x8a\x4d\x6f\x7c\xa7\x57\xfc\x2d\x20\xbb\xbc\x13\x9e\x29\x09\xc9\x14\x6b\x93\x32\x25\x21\x99\x60\x1d\x93\x5b\x93\x2f\xa9\x84\x2f\x2a\xe2\x0a\x2b\x02\x31\xa4\x64\x21\x55\x68\xbb\x1c\x32\xa4\xb2\x7e\xc8\xd9\xbe\xbe\x82\xa9\xc3\x95\xae\x90\xa3\x60\x48\x1a\x46\xcd\x2b\x8f\x13\x65\x0b\x8d\x61\x39\xe7\x1d\xf4\xcc\x0d\x0d\x8e\xc0\x68\x69\x6a\x16\x64\x1e\x24\xf4\xef\x13\x44\xa9\x0a\x9b\x87\x50\x04\x31\x52\x7f\x7d\xfb\x5e\x3e\xd9\x49\xa0\x81\x42\xec\x25\x78\x05\x6f\xa9\xb9\x1e\x16\x73\x2e\x08\x2b\x13\x17\x8d\xe8\xff\xf6\x8c\x04\x7f\x39\x88\xb2\xcb\x6f\xf8\x48\x03\xff\x5d\x2e\x09\x4b\x5f\xed\xb2\xab\x9e\x8c\xab\x11\x72\x04\xd5\x57\x9c\x70\xf9\xac\x00\x3c\x67\x3d\xc0\xe5\xe5\x6b\xb2\x9c\x02\x1c\x3e\x2a\x3d\x46\xcc\xc7\x41\xa4\xf8\x88\x18\x59\x0d\x03\x47\x2d\xbe\x51\x87\x4c\x1d\xfe\xb2\x0b\xd3\x0e\x3f\xc9\x60\x10\x43\xbe\x72\xa7\x62\xf9\x4a\x6e\x5c\xf8\x32\x56\x9d\x2c\x58\x31\xaa\xe3\x6f\xbc\x98\xc9\xe6\x1d\x50\x54\x7e\xc2\x81\xe3\xa1\x5f\x8b\x32\xe1\xd0\xe2\x78\xb3\x7e\xbd\x18\x2f\x84\x3b\x65\x51\x9c\xa5\xfc\xed\xa0\x4c\x12\x80\x5c\xb2\x6d\x19\x08\x03\x21\xa0\x70\xdb\x9e\xe7\xdd\x2d\xee\xf2\x62\xe7\xba\x06\x0e\x9d\x06\x98\xe1\x7f\xb8\x62\xa0\x13\x59\x2e\xa4\x26\x1d\xee\x68\x53\x56\xee\xae\x28\xd7\x66\x9d\xd4\xd4\x20\x57\x01\xd2\x4b\x82\x19\xdf\x49\x4a\x9e\xcd\x18\x53\xc6\xf4\x78\x98\xca\x9e\x8c\xd7\x2d\x80\x77\x88\xfe\x5b\xf5\x7f\xfe\xd7\xff\x26\x66\xbf\x23\x23\x75\xe0\xa3\x7f\x8d\x3a\xf7\xeb\x6e\x4e\xef\x5d\xd7\x96\xfb\x02\x9b\xe4\x09\xdb\xdf\xc1\x40\x04\xfd\xa9\x46\x0b\x52\x6a\x42\xa3\xb8\x0e\x6c\xf4\x7d\x05\x1f\x40\x4c\xe4\xac\x4d\x7a\x32\xff\x0d\xa4\x3b\x6e\xc3\x88\x2a\x53\xfb\xdf\x45\xbd\xda\xe2\xf2\xa2\x49\x2c\x99\x12\x9d\xb8\x08\xd4\x5d\xc0\xe0\x12\x96\x49\x36\xcb\x67\x7f\xb3\xc2\x2d\x44\x74\xab\x82\x55\x48\x0f\x63\x08\x7b\x0d\xf2\x8b\x8d\x1e\x00\x88\x4a\x2e\x37\xaf\xc0\x5a\xdc\x59\x97\xc4\x2a\x4b\x24\x8b\x6b\x24\xec\xe8\x71\x6f\xe1\x2c\x7a\x29\x8f\x03\x46\x66\x62\x8a\xc2\x38\x19\xd2\xc8\xd5\xf3\x2b\x31\xd8\xea\xec\x8d\x1e\x91\x61\x7f\xb0\xd9\xd7\x26\x66\xcb\x64\x57\xb5\x3b\x89\xec\xe4\x04\xc2\xe4\xf1\x34\x07\xc8\x4f\x3c\x68\x6f\x39\x83\xf6\x35\x67\xf0\x05\x12\xf6\xc2\xe2\x7f\xc2\x81\xb7\x6a\x04\x22\x57\x53\x9a\x3f\x0a\xee\xed\xa2\x9b\xcb\xde\x53\xcd\x41\xff\xd1\x55\x61\x34\xce\x88\x9a\x39\x05\x9b\x5c\x05\xe1\x95\xe1\xdc\x87\xa0\xa3\x63\xb9\xc7\x1b\xf6\x8a\x68\xe4\x18\xda\x22\x2e\xb7\x45\x8c\x75\xab\x56\x9a\x5c\x44\xc0\x15\xbd\x06\x97\xee\x0d\xcb\xae\x9b\x60\xcb\x70\x34\x7f\x1f\x54\xc3\x7a\x91\x55\xbb\x1f\x7e\x11\x78\x1c\xc4\xd6\x3d\x2e\xee\x3b\x83\x95\x6f\x5b\xb8\xec\x74\x43\x0a\xd8\x26\x52\x16\xb9\x21\x78\xc7\x7e\x39\x72\xb2\x35\xbd\xf2\xf3\xed\x67\x5b\xd3\x36\x1e\x3e\xdd\xfa\xa3\xde\xe3\xf9\x80\x5c\x57\x3c\x8d\xcc\x75\x45\x73\x21\xba\xff\x01\x47\x2d\x91\x94\x0e\x63\xb2\xb7\x8f\x7a\x6a\xb5\x8e\x73\xf4\x1d\xbf\x6a\xf5\xed\xfe\xda\xe8\x8a\xca\x57\x78\x6c\xe3\x19\x07\x6a\x70\x34\x2a\x87\x10\x38\x04\xe2\xc0\x8b\x63\xda\xb1\xd7\x8a\x23\x9e\x31\xd6\xa1\x27\x71\x16\x3c\xd3\x07\xab\xc4\x51\x17\xe1\x30\x9d\xf9\xef\xe3\x14\xcc\x4a\x96\x78\x0b\x71\x97\x7c\x39\xe8\xe2\x88\xff\xed\xa1\xe8\x8b\xf1\x28\xc1\x6b\xdc\xb3\x32\xe1\x20\x1f\xac\x11\x8a\xd9\xd8\xc7\xfd\x1f\x89\xc8\x98\xf7\x71\xc1\x70\x38\x98\xa9\xcb\x42\xd9\xf0\xe7\x0d\x36\x04\x9f\x1a\xbe\xc0\x84\x42\x86\xeb\x31\xb7\xe7\x97\x6b\x86\xf1\xa0\x11\xaf\x25\xdc\x7b\xa1\xf1\xfa\x16\xed\x3f\xca\xf7\xac\x8f\x83\x0d\x77\x12\x3e\xe1\x81\xe4\x9b\xd5\x9d\xd9\x92\x71\xfd\xb8\x8f\x38\x0e\xc5\x72\x9d\x9b\xf1\x9c\x13\x2e\x9f\xb0\x56\x54\x1c\x16\x70\x26\x29\x57\xa2\x37\x69\xf4\xda\x99\x1f\x84\x5c\x29\x7a\xce\x9e\x26\x9f\xab\x52\x4f\x71\x8d\x23\x5b\x5a\x94\xfb\x1d\x96\x30\x77\x31\xf6\x58\x26\x01\x54\x75\x53\x47\xc5\x1a\xf2\xcf\xe3\xb6\xe4\x3d\x05\x95\x9e\xef\xdb\x43\x22\xa2\x73\x81\x5b\x30\xa9\x5c\x81\xd1\x9c\x78\x48\x92\x07\x1d\x45\x03\xe7\x78\x0e\xa4\xa6\x4b\x9c\xdc\xb4\x7c\x14\x2a\xc0\x92\xc3\x05\x09\xd8\x8d\x36\x28\xa0\xac\x35\xf0\xb1\x31\xf4\xfa\x90\x38\x16\xda\x2a\x2b\xb0\xbe\x5b\xd1\x44\xa3\x7e\x43\x88\xaf\xe9\x18\xe3\x9c\x74\x77\x62\xfe\x03\x0e\x70\xc6\xd1\xb2\xf0\xc3\xad\x8d\x43\x9e\x7c\x71\xe3\x70\xef\x09\xf9\x71\x84\x10\x5f\x33\x0e\xf4\xf2\x14\x8f\xd7\xf1\x22\x3e\x34\x1e\x32\x0e\x35\x5e\x3b\xf4\x4e\xf7\xe3\x21\xfa\x43\xfc\xeb\x40\x5e\xf3\x09\x4f\x39\xd2\x3f\xe0\x3e\x9a\x0a\x4e\x29\x91\x83\x86\x19\x15\x41\x0e\xe2\x66\x83\x0e\xbf\xbc\xc5\xb1\xd2\x5c\xd3\x81\x06\x47\x6c\x1e\x6c\x4e\x0a\xe9\xb8\xbc\x4a\xc7\x3a\xd6\xb9\xea\x75\x52\xf8\x65\xc1\x2b\x70\x16\x2e\x28\xfa\x5d\x28\x32\x58\xc1\xb3\x95\x2c\xe5\x7a\xaf\xdb\xe3\x60\x75\x41\xaf\xd3\xc6\x1c\xab\x66\x28\xc7\xa2\xa7\x70\xc6\x3b\x43\xed\x2c\x70\x66\x81\x29\x9f\x98\xce\x2a\xa7\x59\x06\xb5\xcd\xef\xa3\x03\x36\x84\x49\xc2\x22\x8b\x76\xcd\x71\x89\x3d\x1d\x8a\x97\xd5\x72\x67\xd6\x11\x8c\x3c\xf6\xa2\x12\x22\x3e\x58\x0a\xb6\xfa\x94\x40\x3c\xd9\xad\xba\x1c\xbe\x46\x5b\x6b\x30\x8b\x80\x14\xb8\xc1\x9f\xdd\x2c\xe1\x5f\x1d\x71\x03\x3e\xc1\xa0\x86\x1e\x3f\xc4\x14\xbe\x61\x00\xcc\x36\x1e\x1e\x01\xb3\x05\xb9\xf9\x4b\xc3\x08\x58\xc0\x43\x03\xd1\x97\xc2\xbe\x7e\x20\xcc\x37\xbe\x72\x20\x27\x36\x0a\xbd\x6f\x56\x96\xb3\xfb\xff\xa1\xf1\x8d\xcc\x1d\x26\xce\xe8\x42\xe3\x88\xe0\xa3\xf7\x2e\x1d\xd1\x07\x67\xcd\xd6\x2c\x1f\x30\xe8\xd9\xb7\x8a\x33\xdf\x54\x43\x4b\xc8\xa6\x6c\x33\x84\xe7\xe3\x41\xe3\x7a\x62\x3b\x74\xf7\xaa\x92\x60\x72\x71\x18\x96\xbf\xb7\x21\x46\x18\x9f\x15\xc9\x25\xd7\x4f\x8c\xf6\xcf\x47\x1e\xae\x85\x6c\x64\x06\x80\xff\xd1\x23\xaa\xd3\xfb\x86\x0f\xde\xf5\x8c\xef\xb8\x8e\x2f\x3b\xf7\x12\x59\xbb\x32\x5d\xce\x1e\x0a\x4b\xfc\xe1\xf8\xd5\x3d\xe1\x60\xcb\x2f\xe3\x15\xb8\xe6\xd3\x36\xb5\x9c\xab\x9e\x4b\x0a\x37\xbd\xe0\x8a\x51\x3f\x0c\x02\xbe\xf9\xd9\xad\xf7\x78\x62\xcb\xcf\x8e\x9d\x8b\xf0\x31\xa9\x22\x20\xe9\xa0\x3c\xb8\x7b\x08\x53\xc7\x3e\xc2\x16\x78\x24\xec\xc2\xdc\x07\x23\xd3\x71\x70\xa3\xfb\x7e\xae\xc7\x0c\x07\x21\xa9\x1e\x03\xb9\xd7\x30\xc1\x24\x70\xc1\xa6\xc4\x05\x1b\x56\x46\x48\x60\xf9\x8c\x08\xe7\x61\xc1\xce\xbd\xb2\x10\x65\xc7\x82\xcf\xe7\x73\x30\x5b\x9c\x85\x08\xb6\x28\x23\x2f\x26\xbd\xc8\xa6\x8a\xeb\x49\x70\x56\x98\x03\x67\x22\x0e\x44\xa2\xd6\xe3\xfb\x09\x61\x91\x5c\xdb\x8d\xb2\xf4\x69\xb2\x78\x26\xe2\x53\x0d\xf3\x36\xed\x0a\x57\x8e\xd9\x09\x19\x4f\x4f\x75\xe7\xb8\xcd\x4d\xd5\x0f\xb4\x7f\xe2\x26\x10\x38\x19\xe5\xf0\xb9\xc1\x90\xf7\x71\x6d\xde\x82\x61\x86\xc6\xab\x4f\x00\xc9\xa6\xce\x8b\x35\xcf\x7f\x31\x47\x48\x66\x1a\x3b\x62\xd2\xe7\x5c\x67\x20\xe5\xf9\xb8\xd4\x1e\x8b\x9b\x85\xc1\x63\xa1\xfc\x36\x5f\x50\x5a\x10\xa6\x9a\x4c\xaf\x70\xb4\x1a\xa0\x7a\x86\x4c\xbb\xae\x91\x5e\xf0\x8e\xeb\x1f\xac\x14\x48\x31\xbc\x95\xaa\x57\x44\xb4\xa6\x68\x1c\x0f\x88\x33\xdf\xb2\x0a\x46\x3d\x19\xce\xbd\xad\xd6\x7b\x3d\x01\xda\x8d\x1d\x1d\x3b\x22\xf9\xaa\x36\x46\xa3\xf4\x10\xae\x99\x6f\x1f\x2a\x7b\xcf\x10\xd1\xc7\x1e\xb9\x68\x90\x11\x5b\x33\x90\x2f\xb4\x30\x1a\xe2\x6c\x13\xdf\x30\x48\xbc\x67\xb9\x2a\xdc\xfb\x7f\x2f\x71\x93\xac\x5b\x22\x76\x10\x32\xac\xe2\x5d\x0b\xc7\x78\xe4\x81\x9b\xaf\xfe\xd0\xc8\x78\x40\xb0\xb9\xe7\x9a\x3f\x36\xb6\xae\xea\xef\x9b\x22\xe3\xc7\x18\xfb\xb5\x86\xf8\x7d\xa8\xc4\x57\xfe\x78\x41\x79\x4f\x73\x0d\x92\xae\xf8\x72\x56\xff\x58\xae\xda\xfe\x50\x50\x3e\x3f\x06\x49\x22\xee\x09\xf3\x44\xae\x6d\x0a\x1c\xa9\x67\xc3\x8f\x0f\x76\x34\x9a\x4b\xc0\x10\x03\xdc\x76\x3c\x94\xa1\xfa\xaa\x19\x04\x87\x90\xe1\x34\x40\x06\xba\xfb\x99\x57\x84\x6f\x4a\x00\x71\x3f\x20\x2e\x1c\x77\x03\xf1\xc6\x96\x86\x53\xa8\x40\xb3\xc7\x36\xd5\x79\x74\x64\x42\x61\xbf\x0f\xac\xd0\xe3\x68\x14\x5f\x9e\x63\x28\x84\xe0\x33\xec\xa8\x23\x7e\x05\xfb\x39\xbf\x9a\x4b\xda\xf8\x47\xfe\x0e\x99\x82\x5c\xf3\xcd\x56\x6d\xd7\xd2\xf2\xb0\x8b\xd8\xae\xfe\xbe\xb6\xbc\x7e\xa6\x02\xbb\xc0\xef\xb3\xbd\x86\xb4\x5a\x9d\x73\xce\x26\xfd\x01\xf1\xad\xbe\xd6\xd0\x0e\xf9\xc6\xea\xc0\x03\x59\xa8\xdf\xfa\x1a\x05\x56\xeb\xd4\x0a\x82\x9a\x5a\xa7\x5d\x22\x9e\x8e\xab\x28\xf0\x85\xe6\x04\xb0\x7c\xcc\x41\xb3\xde\x10\xba\xf6\xbb\x0c\x53\xe5\x47\xcd\x25\x3b\x7d\xc7\xd9\xe9\x35\xb2\xa7\x3d\xd8\xa8\x5c\xb5\xd1\xa0\x8e\xd5\xbb\xe9\xaa\x49\x9d\x57\x08\x8e\x1e\xc3\x1b\xe6\xd6\x55\xbe\x9b\xe0\xed\x0d\x65\x4e\xb0\xc6\x90\x53\x04\x30\xec\x71\x2c\x84\xb5\xea\x92\x0d\xab\xb0\xc6\x5b\xca\x3a\x06\xcd\x2f\x9f\x8c\xe1\xf9\xf1\xeb\x23\x35\x54\x66\x8f\x47\xa5\x67\x36\x93\x51\xb5\xcb\x7f\xe7\xa7\xa2\x15\xfa\x42\x3e\x03\xa8\x65\xdb\x0e\x78\xfa\x71\x07\x75\xab\xb8\x75\x68\xfa\xd5\xf2\xa1\x6e\x15\xb7\x13\x4c\x09\xf4\x14\x55\x02\x7d\x1c\x57\x5b\x5c\xa0\xa0\xbe\xba\x7d\x31\xec\x69\x83\xba\x0e\xcf\xaf\x70\x19\xe3\xca\x15\x4c\x7a\x9c\xd4\x0c\x29\x74\x5c\x79\xae\xe7\x82\x94\x88\x6a\xb6\xeb\x33\x94\x3c\xd8\xf7\xa4\x6e\xd8\xf9\xa4\xfa\xdc\x4e\xe1\x97\x2d\xe0\x74\x5e\xee\x8b\xdb\x6a\x40\x4c\xee\x3a\xe3\x13\xe6\xb0\xad\x4b\x03\x4b\x7f\x65\xb0\xf4\x0d\x81\xa5\xd7\xec\x85\x99\x69\x95\x84\xce\xb6\x1a\x72\x8e\x14\x08\x5a\x79\x7d\x46\x2b\x80\xec\x32\x9f\xab\xc5\xde\x99\x4c\xb5\x6c\xdd\x85\x50\x7c\x82\x16\x2e\xd8\x81\xa3\x8a\xf7\xa9\x03\x99\x6b\x0d\x66\x80\x48\xbf\xe2\xbe\x90\x67\x1b\x60\x18\xd0\x18\x3e\x48\x4e\x00\xcb\x57\x7d\x09\xd6\x78\x24\x1f\x8a\xf3\x9d\x5f\x02\xbf\x8e\x19\xa5\x70\x30\x0f\x2c\x8c\x8b\xe0\x2e\xf3\x7d\x3f\x0b\xb8\xcb\x65\x33\x1d\x85\xb4\xee\x0d\xd0\x7a\x1e\xc3\x69\xa7\xbd\xa0\x52\xd8\x8a\x58\x6a\x12\xbb\xa9\xf7\x72\xed\xe7\x22\x38\x74\xd3\x6e\xe5\xf2\x8f\x46\x08\xec\x17\x5f\xf2\x55\x30\xd1\x5e\x59\x67\x95\x1c\xd3\xb7\xf8\xd1\x2a\x4b\x5b\x19\x7b\xa2\xd4\xa7\xa7\x79\xd1\xb3\xc2\x9a\x27\x86\xa8\xbf\xb9\x62\xf5\x35\x8c\x01\x47\xc2\xd6\x22\x2b\xa6\x16\xb2\x12\x3f\xee\xa8\x91\x2b\x02\x28\x17\x91\xe4\x24\x69\x13\x56\x66\xa3\xc1\xb4\xf0\xb8\x81\x77\x6c\x4f\x04\x73\x3b\xfa\x00\x8c\xdd\xdc\xfc\xca\x37\x60\xfc\x6c\x02\x1c\xf3\x41\x77\x8c\xdd\xba\xcf\x42\x74\x8e\x2f\x7e\xe6\x23\xf4\x02\x5c\x31\x1c\x81\xf2\xc9\x77\xf8\x46\x71\x70\xfc\x68\x28\xe7\x83\x3e\x7e\x1b\x5d\x03\xa5\x26\x2d\x04\x75\x82\x07\xe5\x11\x6e\x2a\xd7\x3d\xe6\x50\xe4\xbd\x83\x86\x21\xf7\x96\x0e\x43\x3f\x78\xb4\x14\xe3\x62\xfe\x89\xaf\xff\x2f\xaf\x9c\x85\x03\xf0\x6f\x9d\x1d\xe9\xff\xff\xc9\x5b\x67\x63\xcf\xac\x7b\xec\x8c\x1f\x73\x5a\x70\xf0\x75\xbc\x8f\xa3\x83\xab\x68\x3f\x73\x8d\x70\x9f\x72\x46\x7c\x94\xcf\x59\xde\xed\x6b\x1e\x5f\xf1\xda\xf0\x16\x1d\xf7\x17\xc4\xcb\x47\xbd\x49\x8d\xe9\x85\xe2\x78\x08\x92\x33\x3d\x2d\x92\x7c\xf5\x46\xa4\x7a\xb9\xae\x52\xef\xd1\x82\x5d\x12\x7a\x44\x63\x79\x93\x5f\x9d\xc1\xa6\xd6\xad\x3d\x1a\x72\xbc\xb9\xa3\x51\x4b\xa5\x86\x03\x75\x2c\x14\x7f\x96\x99\x28\x60\x30\x15\xc9\xd1\x50\x40\x8e\x02\x94\x1c\x79\xdc\x87\xdf\xca\x94\x94\xe6\x4f\xa3\x30\x82\x11\x6b\x33\x71\xd7\x41\xa3\x0c\x34\xcb\xab\x82\xb1\x8c\xe3\xff\x24\x37\xfc\x91\x19\xc9\xd1\x1f\x03\xe1\xdf\x01\x91\x9c\x25\xc7\x0f\x71\x94\x1b\x9c\x4f\x2f\xdf\x5b\xb7\xc3\xd0\xd5\xcb\xfd\x30\xff\x6c\x95\x2b\x9d\x40\xdb\xb1\x3f\x68\x37\xfd\x02\x6c\xbf\xb7\x86\xaf\xf6\x5f\x6a\x77\xf4\xdc\xf0\x08\x8e\xf8\xcb\xa0\xf7\x99\xf9\x1a\xde\x2b\xfe\xd6\xc2\x2d\x78\x64\xd6\xe3\x67\xa1\xce\x89\xc5\x94\xe9\xd5\xa9\x96\xf0\x2f\x83\xa8\x77\x84\x7f\x19\xe4\xe8\x2a\x00\x72\xf2\x13\x22\xbe\x48\xf1\xca\x45\x01\x72\xf5\xf9\xab\x41\x5e\x26\x92\xa7\x9f\xae\xdf\x5d\x51\xb2\xe8\xee\xe5\xc0\x48\xd7\x05\x27\x06\xf2\xbb\x25\xee\x3d\xd0\xd3\x73\xf7\x53\x26\xc1\x4a\x6b\x93\xf8\x3d\x8e\x2c\xf8\x91\x2e\x6d\x9c\xc6\xdf\xea\x6b\xf3\xea\x30\x55\x5a\xc5\xe3\x89\x44\xab\xf4\xcf\xda\xf1\x72\x75\x4c\xf6\xfa\x4c\x96\xae\xc0\x44\x18\xc5\x9e\x5b\x16\x34\x4e\x28\x85\xf4\x1e\xca\xca\xa8\x83\xaf\x7c\xd4\x2a\x6c\x2b\x10\x2a\x0f\x8c\x75\xf6\x2e\x57\x7c\x23\x3b\x04\xcc\x64\xff\xd9\x4b\x0c\x51\xc3\xee\x90\x69\x5a\x21\x7a\x92\x21\xaa\x34\x1f\x06\xf0\xd0\x63\x0c\xe2\x14\x30\x63\xdc\xf9\xbc\xd5\x18\x8f\x5d\xdf\x0a\x8b\xdf\xd8\x31\x76\x10\xfc\xfc\x0e\x93\x48\x00\x72\x27\x47\x6b\x01\x84\xfd\x44\x5b\x00\x34\xff\x2b\x3e\x0a\x30\xe6\x29\x9a\xdd\xde\xdc\xe0\xc2\xaf\xfd\x58\xd4\x85\x7c\xca\x0f\x46\x59\x4d\xfb\x35\x84\x76\x2f\xd6\x36\xff\x5a\x89\xde\xe1\xf8\xc0\x99\x50\xb4\x0c\x7c\xee\x97\x94\x82\x22\xed\x08\x45\x61\x27\x2c\xa1\xf0\xfb\x25\x0f\xfe\xea\x93\x21\x18\x2e\xf7\x22\x93\xfb\xc0\x41\x1d\x76\xf8\x17\x1c\xc6\x3b\xad\x44\xe3\x9e\xd6\xa0\x71\x1f\x01\x97\x43\x60\xe3\xe7\x57\xfc\x25\x2c\xc4\x8d\x18\xa1\x65\x4a\x45\x36\x61\xc9\x1b\xbf\xf5\x1a\xe2\xa0\x5c\x7a\xc2\x70\x3f\xf9\x32\x4b\x1a\xfe\xc7\xc6\xc2\x6e\xf1\x33\x61\x81\x20\xf0\xb9\xa1\x48\xf3\xb9\xe1\xaf\x91\xf9\xdc\xb9\x9f\x07\x9b\x96\xfa\x93\xf9\x1f\x10\x9b\xf2\xfd\x4e\x7e\x31\xad\xff\x3e\xc5\x15\x87\x1f\x83\x1a\xe1\x4f\x8b\xc5\xb9\xe3\x36\xf4\xf7\x78\x46\x4d\x18\xb3\x8c\xb6\x4c\x5d\x1c\x41\x8c\xfb\x59\x8e\xe8\xf5\x33\x46\x3f\x3f\xf6\x6e\x62\x25\xfa\x35\xa6\x31\x31\x7b\x66\xeb\x48\x39\x64\xb4\x36\x30\x84\xb4\x87\x3f\x50\x91\xe9\x8f\x23\x68\x6c\xbb\xfb\x29\x90\x5f\x39\xdb\x8f\x50\x5e\x9d\xb7\x1f\xb1\xd0\x08\x62\x1b\x9f\xfe\xce\x23\x07\x9d\x5b\x95\xf8\xd7\xa2\xa6\x3f\x13\xa5\x60\xf6\x04\x23\x7b\x04\x26\xaf\x35\xb2\x2b\x40\x1f\x6b\x34\xc6\x20\x57\x48\x10\xdf\x9d\x6d\xd4\xfd\x2d\xd7\x4c\x38\xca\x3b\x7d\xc7\xfe\x6e\x37\xee\xe8\x37\x0b\xa2\x4a\xf2\x53\x09\xee\x91\xf5\x69\x65\xbb\x0d\xe5\x16\xd1\x6e\x77\xcc\x2e\x22\xce\x59\xc2\x87\x41\xae\xe9\xdb\x3d\x0b\xe2\x56\x4b\x2e\x6e\xb0\x3d\x2c\x3f\x72\xa9\x57\x39\xd8\x2c\xa6\x1c\xb7\x4e\xb7\xf5\x0e\x82\x59\x5f\x77\xc6\xf2\x50\x0e\x4b\xe7\xbf\x72\x4e\x88\xe6\x90\x37\x9f\xf3\xf7\xfc\x10\x15\x76\xaa\x07\xc6\xe5\x46\x52\x44\xe9\x6d\x40\x4e\x6f\x7e\x7b\x77\x31\x82\x9c\xd9\xa2\x5a\x32\xb3\xa5\xe3\x5f\x34\x0b\x37\xb0\x1c\xe6\xb8\x29\xf0\x01\xce\xfc\x0c\x04\xf2\xe8\x04\x84\x8a\xfc\xd9\x2c\x93\xcf\x6c\x43\x4a\x6f\x65\xbe\x93\x3d\xa3\x94\x26\xdf\x31\x50\xb0\xa6\x02\x35\x5e\x54\xd7\x6b\x13\xf6\xd9\xc8\x41\x84\xe7\x08\x12\x24\x10\x70\x04\x09\xb6\x9d\x1d\x9e\x41\x93\xd1\x7a\x57\x97\xaa\x3a\x0a\xfc\xa5\x66\x19\xa8\x81\xf8\x96\x0d\x42\x9b\x76\xc3\x24\xd2\xad\x9d\xfe\x76\xc6\x5f\xd1\xd2\xe9\x56\xc4\x8e\x11\x58\xbf\x11\xf1\xfa\xa3\xd4\x30\xe0\x55\xe1\x10\x63\x2e\xa5\xd7\x67\xfe\x19\x1c\xf6\x3e\x8d\x26\xb3\xa9\x6f\x2a\xe7\xab\xd2\xd9\xbc\xa3\xbc\x08\x18\x3f\xff\xd7\xdb\x95\x33\xf9\x75\x8d\x0b\xfa\x18\x4d\x22\x6c\x4a\x67\x32\x69\x69\x57\xb3\xff\x30\xc0\x8b\x64\xcc\x63\xdc\xa0\x95\x73\x07\xe0\xca\xba\xc7\x0c\xd7\x5e\xa0\x0e\x76\x88\x7f\x0e\xd6\x4b\x68\xd7\x3b\x24\xf3\x6c\xcf\x80\x52\xd9\x05\x18\x96\x5d\x16\x2f\xb0\x28\x3a\x79\xe0\x02\xff\xc0\x51\x5c\x24\x41\x64\xf1\x59\x5e\x4f\xb4\x57\xee\xe5\xba\x8d\x26\x3d\xbc\x8f\x2f\x10\x34\x59\x01\x5f\x08\x69\x39\x34\xe0\xd2\x92\x11\x40\xf5\x7b\x55\xec\x83\x83\x85\xdf\xe4\x5b\x3d\x79\xbe\x99\xd6\xc2\x03\xf7\x0d\xde\xb3\x01\x1d\x16\xfa\xc8\xa9\xc2\xcc\x44\xc4\xbb\xa1\x73\x90\xa3\x05\x3b\x1e\xed\xdf\x75\xcf\x06\x10\xa0\x2c\xe6\xc2\xe2\x1c\xe4\x33\xdb\xc8\xed\x8b\x51\x18\x86\xc1\x86\x7a\x48\x98\x97\xfd\x14\x69\x6a\xae\x6c\x66\xe0\x56\xd4\xe2\x77\x89\x2f\x76\x8b\x00\x96\x95\xf1\xe0\x65\x42\x19\x83\x94\x7f\x29\xc8\x2a\xf9\x24\x51\x0d\x9f\x47\x6f\x55\x99\x03\x32\x08\xa4\x89\x6e\x00\x3d\xe2\x47\x2b\xf5\xa1\x15\xab\x84\x18\x22\x79\x63\x30\x80\x7d\xda\x77\xc5\x53\xae\xf2\xe9\x4f\x9f\xe5\xa9\xcb\x7c\x08\x00\x3e\xfd\xf4\x99\x0b\xff\xfc\x59\x9b\x94\x71\xd8\x4f\xdd\xfe\xbd\xdd\x55\x0d\xff\x10\x03\xbe\xc3\x76\xc5\xf1\x21\x4d\xf7\xff\xc5\xb5\xfe\xf7\x44\xc3\x2d\x7c\x13\x9a\xc1\xef\x52\x7e\x4b\x43\xee\x95\x04\x9d\x9f\x7d\x8f\xf0\xc2\x97\x52\x81\x10\xb9\x9d\x3a\x7e\x1f\x54\x51\xc5\x77\x5b\x71\x17\xc7\xe3\x89\x3e\x1e\x46\x54\xd4\xd4\x04\x51\xed\x16\xb7\x10\xb3\x3f\x65\xfe\x41\x1e\xbe\x86\x27\x05\x75\x8f\x5f\x49\x68\x3b\x7d\x7c\xf5\x4f\xee\x31\x9e\xe4\xd3\xd0\xb6\x9b\xcf\x49\xbe\xc2\x9c\xe8\x6f\x82\x08\x30\x8d\xd8\xe5\xa8\x34\x4a\x26\xf2\x89\xd4\x4f\x68\xf8\x27\xb2\x53\x89\x81\x94\xf8\x21\x88\x9f\xb6\x9c\x21\xbf\xd7\xc5\x19\x6b\xce\xc0\x53\x64\xfc\x59\xf2\x67\x99\xdf\xf3\xd7\x81\xbf\x0e\x55\x75\x2b\x95\x99\xc3\x50\x75\xb2\xfb\xd6\x9c\x73\xcf\xdf\xf7\x55\xce\xb5\xa5\x1f\xf4\xf9\xa8\x4c\xed\xe3\x11\x5e\xdb\x92\x9f\x07\xe3\x7c\xfb\xa0\x7c\x79\x47\xf7\xb9\x7f\x52\xf7\x11\x4e\xc8\xee\x35\x8b\x53\x94\x83\xee\x35\x4b\x92\x8f\x98\x4d\x90\x35\xab\x0d\x4a\x9a\x72\x31\x0e\xcd\x94\x24\xe5\x75\xf9\x21\xf3\xe3\xd2\x14\xe7\xfa\x51\x69\x2a\xf9\xbf\x01\x00\x00\xff\xff\x2b\x1b\x54\x17\x1e\x7d\x00\x00") func conf_locale_locale_en_us_ini_bytes() ([]byte, error) { return bindata_read( @@ -596,7 +596,7 @@ func conf_locale_locale_en_us_ini() (*asset, error) { return nil, err } - info := bindata_file_info{name: "conf/locale/locale_en-US.ini", size: 31822, mode: os.FileMode(420), modTime: time.Unix(1436286541, 0)} + info := bindata_file_info{name: "conf/locale/locale_en-US.ini", size: 32030, mode: os.FileMode(420), modTime: time.Unix(1436353448, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/modules/middleware/context.go b/modules/middleware/context.go index 200a74cb3..2995d5788 100644 --- a/modules/middleware/context.go +++ b/modules/middleware/context.go @@ -106,6 +106,12 @@ func (ctx *Context) HasError() bool { return hasErr.(bool) } +// HasValue returns true if value of given name exists. +func (ctx *Context) HasValue(name string) bool { + _, ok := ctx.Data[name] + return ok +} + // HTML calls Context.HTML and converts template name to string. func (ctx *Context) HTML(status int, name base.TplName) { ctx.Context.HTML(status, string(name)) @@ -140,7 +146,7 @@ func (ctx *Context) Handle(status int, title string, err error) { } func (ctx *Context) HandleText(status int, title string) { - if (status / 100 == 4) || (status / 100 == 5) { + if (status/100 == 4) || (status/100 == 5) { log.Error(4, "%s", title) } ctx.RenderData(status, []byte(title)) diff --git a/public/css/gogs.min.css b/public/css/gogs.min.css index 823616cd4..6cb6845bc 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:#FFF}.full.height{padding:0;margin:0 0 -87px 0;min-height:100%}.following.bar{z-index:900;left:0;width:100%;padding:.7em 0}.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 .brand{float:left;margin-right:5px}.following.bar .searchbox{background-color:#f4f4f4!important}.following.bar .searchbox:focus{background-color:#e9e9e9!important}footer{margin-top:40px!important;background-color:#fff;border-top:1px solid #d6d6d6;clear:both;width:100%;color:#888}footer .ui.left{float:left}footer .ui.right{float:right}footer .fa{width:16px;text-align:center;color:#428bca}footer .links>*{border-left:1px solid #d6d6d6;padding-left:8px;margin-left:5px}footer .links>:first-child{border-left:none}.hide{display:none}.img-1{width:2px;height:2px}.img-2{width:4px;height:4px}.img-3{width:6px;height:6px}.img-4{width:8px;height:8px}.img-5{width:10px;height:10px}.img-6{width:12px;height:12px}.img-7{width:14px;height:14px}.img-8{width:16px;height:16px}.img-9{width:18px;height:18px}.img-10{width:20px;height:20px}.img-11{width:22px;height:22px}.img-12{width:24px;height:24px}.img-13{width:26px;height:26px}.img-14{width:28px;height:28px}.img-15{width:30px;height:30px}.img-16{width:32px;height:32px}.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}.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 .attached.header{background:#f0f0f0}.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%}.form .help{color:#999;padding-top:.6em;padding-bottom:.6em;display:inline-block} \ 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:#FFF}.full.height{padding:0;margin:0 0 -87px 0;min-height:100%}.following.bar{z-index:900;left:0;width:100%;padding:.7em 0}.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 .brand{float:left;margin-right:5px}.following.bar .searchbox{background-color:#f4f4f4!important}.following.bar .searchbox:focus{background-color:#e9e9e9!important}footer{margin-top:40px!important;background-color:#fff;border-top:1px solid #d6d6d6;clear:both;width:100%;color:#888}footer .ui.left{float:left}footer .ui.right{float:right}footer .fa{width:16px;text-align:center;color:#428bca}footer .links>*{border-left:1px solid #d6d6d6;padding-left:8px;margin-left:5px}footer .links>:first-child{border-left:none}.hide{display:none}.center{text-align:center}.text-error{color:#d95c5c!important}.img-1{width:2px;height:2px}.img-2{width:4px;height:4px}.img-3{width:6px;height:6px}.img-4{width:8px;height:8px}.img-5{width:10px;height:10px}.img-6{width:12px;height:12px}.img-7{width:14px;height:14px}.img-8{width:16px;height:16px}.img-9{width:18px;height:18px}.img-10{width:20px;height:20px}.img-11{width:22px;height:22px}.img-12{width:24px;height:24px}.img-13{width:26px;height:26px}.img-14{width:28px;height:28px}.img-15{width:30px;height:30px}.img-16{width:32px;height:32px}.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}.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 .attached.header{background:#f0f0f0}.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} \ No newline at end of file diff --git a/public/js/gogs.js b/public/js/gogs.js index 00ac1abe7..0efc90d2e 100644 --- a/public/js/gogs.js +++ b/public/js/gogs.js @@ -38,6 +38,8 @@ $(document).ready(function () { $('.slide.up.dropdown').dropdown({ transition: 'slide up' }); + $('.ui.accordion').accordion(); + $('.ui.checkbox').checkbox(); initInstall(); }); \ No newline at end of file diff --git a/public/less/_base.less b/public/less/_base.less index e6ca40808..5da58660b 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -66,6 +66,13 @@ footer { .hide { display: none; } +.center { + text-align: center; +} + +.text-error { + color: #d95c5c !important; +} .generate-img(16); .generate-img(@n, @i: 1) when (@i =< @n) { diff --git a/public/less/_install.less b/public/less/_install.less index 36d28eeaa..244f7c0da 100644 --- a/public/less/_install.less +++ b/public/less/_install.less @@ -17,6 +17,17 @@ .help { margin-left: 41%; } + &.optional .title { + margin-left: 38%; + } + } + } + .ui { + .checkbox { + margin-left: 40% !important; + label { + width: auto !important; + } } } } \ No newline at end of file diff --git a/routers/install.go b/routers/install.go index 6da611286..0ce3a97fb 100644 --- a/routers/install.go +++ b/routers/install.go @@ -126,6 +126,15 @@ func InstallPost(ctx *middleware.Context, form auth.InstallForm) { ctx.Data["CurDbOption"] = form.DbType if ctx.HasError() { + if ctx.HasValue("Err_SMTPEmail") { + ctx.Data["Err_SMTP"] = true + } + if ctx.HasValue("Err_AdminName") || + ctx.HasValue("Err_AdminPasswd") || + ctx.HasValue("Err_AdminEmail") { + ctx.Data["Err_Admin"] = true + } + ctx.HTML(200, INSTALL) return } @@ -146,12 +155,20 @@ func InstallPost(ctx *middleware.Context, form auth.InstallForm) { models.DbCfg.SSLMode = form.SSLMode models.DbCfg.Path = form.DbPath + if models.DbCfg.Type == "sqlite3" && len(models.DbCfg.Path) == 0 { + ctx.Data["Err_DbPath"] = true + ctx.RenderWithErr(ctx.Tr("install.err_empty_sqlite_path"), INSTALL, &form) + return + } + // Set test engine. var x *xorm.Engine if err := models.NewTestEngine(x); err != nil { if strings.Contains(err.Error(), `Unknown database type: sqlite3`) { + ctx.Data["Err_DbType"] = true ctx.RenderWithErr(ctx.Tr("install.sqlite3_not_available", "http://gogs.io/docs/installation/install_from_binary.html"), INSTALL, &form) } else { + ctx.Data["Err_DbSetting"] = true ctx.RenderWithErr(ctx.Tr("install.invalid_db_setting", err), INSTALL, &form) } return @@ -214,8 +231,8 @@ func InstallPost(ctx *middleware.Context, form auth.InstallForm) { cfg.Section("mailer").Key("USER").SetValue(form.SMTPEmail) cfg.Section("mailer").Key("PASSWD").SetValue(form.SMTPPasswd) - cfg.Section("service").Key("REGISTER_EMAIL_CONFIRM").SetValue(com.ToStr(form.RegisterConfirm == "on")) - cfg.Section("service").Key("ENABLE_NOTIFY_MAIL").SetValue(com.ToStr(form.MailNotify == "on")) + cfg.Section("service").Key("REGISTER_EMAIL_CONFIRM").SetValue(com.ToStr(form.RegisterConfirm)) + cfg.Section("service").Key("ENABLE_NOTIFY_MAIL").SetValue(com.ToStr(form.MailNotify)) } cfg.Section("").Key("RUN_MODE").SetValue("prod") @@ -237,16 +254,23 @@ func InstallPost(ctx *middleware.Context, form auth.InstallForm) { GlobalInit() // Create admin account. - if err := models.CreateUser(&models.User{Name: form.AdminName, Email: form.AdminEmail, Passwd: form.AdminPasswd, - IsAdmin: true, IsActive: true}); err != nil { - if !models.IsErrUserAlreadyExist(err) { - setting.InstallLock = false - ctx.Data["Err_AdminName"] = true - ctx.Data["Err_AdminEmail"] = true - ctx.RenderWithErr(ctx.Tr("install.invalid_admin_setting", err), INSTALL, &form) - return + if len(form.AdminName) > 0 { + if err := models.CreateUser(&models.User{ + Name: form.AdminName, + Email: form.AdminEmail, + Passwd: form.AdminPasswd, + IsAdmin: true, + IsActive: true, + }); err != nil { + if !models.IsErrUserAlreadyExist(err) { + setting.InstallLock = false + ctx.Data["Err_AdminName"] = true + ctx.Data["Err_AdminEmail"] = true + ctx.RenderWithErr(ctx.Tr("install.invalid_admin_setting", err), INSTALL, &form) + return + } + log.Info("Admin account already exist") } - log.Info("Admin account already exist") } log.Info("First-time run install finished!") diff --git a/templates/.VERSION b/templates/.VERSION index 6c28e6eb2..4000791a9 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.6.1.0707 Beta \ No newline at end of file +0.6.1.0708 Beta \ No newline at end of file diff --git a/templates/base/alert.tmpl b/templates/base/alert.tmpl index bb1eb6aab..15eeb566b 100644 --- a/templates/base/alert.tmpl +++ b/templates/base/alert.tmpl @@ -1,2 +1,5 @@ -{{if .Flash.ErrorMsg}}
{{.Flash.ErrorMsg}}
{{end}} -{{if .Flash.SuccessMsg}}
{{.Flash.SuccessMsg}}
{{end}} \ No newline at end of file +{{if .Flash.ErrorMsg}} +
+

{{.Flash.ErrorMsg}}

+
+{{end}} \ No newline at end of file diff --git a/templates/base/alert_old.tmpl b/templates/base/alert_old.tmpl new file mode 100644 index 000000000..bb1eb6aab --- /dev/null +++ b/templates/base/alert_old.tmpl @@ -0,0 +1,2 @@ +{{if .Flash.ErrorMsg}}
{{.Flash.ErrorMsg}}
{{end}} +{{if .Flash.SuccessMsg}}
{{.Flash.SuccessMsg}}
{{end}} \ No newline at end of file diff --git a/templates/install.tmpl b/templates/install.tmpl index 0f64ab8cd..eb63b71b6 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -2,17 +2,21 @@
+ +

{{.i18n.Tr "install.title"}}

+ {{template "base/alert" .}} +
{{.CsrfTokenHtml}}

{{.i18n.Tr "install.db_title"}}

{{.i18n.Tr "install.requite_db_desc"}}

-
+
-
+
-
+
-
+
-
+
{{.i18n.Tr "install.db_helper"}} @@ -50,7 +54,7 @@