From 46b51ea1d0a57e945ff94b76e89a5f705b6ad281 Mon Sep 17 00:00:00 2001 From: sentriz Date: Sat, 6 Jun 2020 17:12:17 +0100 Subject: [PATCH] update handler test files --- _do_gen_handler_tests | 14 +- server/assets/assets.gen.go | 1385 +++++++++-------- .../testdata/test_get_album_list_alpha_artist | 78 +- .../testdata/test_get_album_list_alpha_name | 78 +- .../testdata/test_get_album_list_newest | 78 +- .../testdata/test_get_album_list_random | 162 +- .../test_get_album_list_two_alpha_artist | 78 +- .../test_get_album_list_two_alpha_name | 78 +- .../testdata/test_get_album_list_two_newest | 78 +- .../testdata/test_get_album_list_two_random | 190 ++- .../testdata/test_get_album_with_cover | 58 +- .../testdata/test_get_album_without_cover | 5 +- .../testdata/test_get_artist_id_one | 10 +- .../testdata/test_get_artist_id_three | 18 +- .../testdata/test_get_artist_id_two | 16 +- .../testdata/test_get_artists_no_args | 14 +- .../testdata/test_get_indexes_no_args | 14 +- .../test_get_music_directory_with_tracks | 34 +- .../test_get_music_directory_without_tracks | 8 +- .../testdata/test_search_three_q_13 | 10 +- .../testdata/test_search_three_q_ani | 10 +- .../testdata/test_search_three_q_cert | 2 +- .../testdata/test_search_two_q_13 | 44 +- .../testdata/test_search_two_q_ani | 8 +- .../testdata/test_search_two_q_cert | 2 +- 25 files changed, 1326 insertions(+), 1146 deletions(-) diff --git a/_do_gen_handler_tests b/_do_gen_handler_tests index 532b89a..a935bd7 100755 --- a/_do_gen_handler_tests +++ b/_do_gen_handler_tests @@ -36,18 +36,18 @@ echo "waiting for server to start" curl -s "http://$test_listen_addr/rest/search2.view?c=c&f=json&p=admin&u=admin&v=v&query=ani" | jq > "$test_data_path/test_search_two_q_ani" curl -s "http://$test_listen_addr/rest/search2.view?c=c&f=json&p=admin&u=admin&v=v&query=cert" | jq > "$test_data_path/test_search_two_q_cert" curl -s "http://$test_listen_addr/rest/getIndexes.view?c=c&p=admin&u=admin&v=v&f=json" | jq > "$test_data_path/test_get_indexes_no_args" - curl -s "http://$test_listen_addr/rest/getMusicDirectory.view?c=Jamsstash&id=2&p=admin&u=admin&v=v&f=json" | jq > "$test_data_path/test_get_music_directory_without_tracks" - curl -s "http://$test_listen_addr/rest/getMusicDirectory.view?c=Jamsstash&id=3&p=admin&u=admin&v=v&f=json" | jq > "$test_data_path/test_get_music_directory_with_tracks" + curl -s "http://$test_listen_addr/rest/getMusicDirectory.view?c=Jamsstash&id=al-2&p=admin&u=admin&v=v&f=json" | jq > "$test_data_path/test_get_music_directory_without_tracks" + curl -s "http://$test_listen_addr/rest/getMusicDirectory.view?c=Jamsstash&id=al-3&p=admin&u=admin&v=v&f=json" | jq > "$test_data_path/test_get_music_directory_with_tracks" # ** begin by tags - curl -s "http://$test_listen_addr/rest/getAlbum.view?c=c&f=json&p=admin&u=admin&v=v&id=2" | jq > "$test_data_path/test_get_album_without_cover" - curl -s "http://$test_listen_addr/rest/getAlbum.view?c=c&f=json&p=admin&u=admin&v=v&id=3" | jq > "$test_data_path/test_get_album_with_cover" + curl -s "http://$test_listen_addr/rest/getAlbum.view?c=c&f=json&p=admin&u=admin&v=v&id=al-2" | jq > "$test_data_path/test_get_album_without_cover" + curl -s "http://$test_listen_addr/rest/getAlbum.view?c=c&f=json&p=admin&u=admin&v=v&id=al-3" | jq > "$test_data_path/test_get_album_with_cover" curl -s "http://$test_listen_addr/rest/getAlbumList2.view?c=c&f=json&p=admin&u=admin&v=v&type=alphabeticalByArtist" | jq > "$test_data_path/test_get_album_list_two_alpha_artist" curl -s "http://$test_listen_addr/rest/getAlbumList2.view?c=c&f=json&p=admin&u=admin&v=v&type=alphabeticalByName" | jq > "$test_data_path/test_get_album_list_two_alpha_name" curl -s "http://$test_listen_addr/rest/getAlbumList2.view?c=c&f=json&p=admin&u=admin&v=v&type=newest" | jq > "$test_data_path/test_get_album_list_two_newest" curl -s "http://$test_listen_addr/rest/getAlbumList2.view?c=c&f=json&p=admin&u=admin&v=v&type=random&size=15" | jq > "$test_data_path/test_get_album_list_two_random" - curl -s "http://$test_listen_addr/rest/getArtist.view?c=c&f=json&p=admin&u=admin&v=v&id=1" | jq > "$test_data_path/test_get_artist_id_one" - curl -s "http://$test_listen_addr/rest/getArtist.view?c=c&f=json&p=admin&u=admin&v=v&id=2" | jq > "$test_data_path/test_get_artist_id_two" - curl -s "http://$test_listen_addr/rest/getArtist.view?c=c&f=json&p=admin&u=admin&v=v&id=3" | jq > "$test_data_path/test_get_artist_id_three" + curl -s "http://$test_listen_addr/rest/getArtist.view?c=c&f=json&p=admin&u=admin&v=v&id=ar-1" | jq > "$test_data_path/test_get_artist_id_one" + curl -s "http://$test_listen_addr/rest/getArtist.view?c=c&f=json&p=admin&u=admin&v=v&id=ar-2" | jq > "$test_data_path/test_get_artist_id_two" + curl -s "http://$test_listen_addr/rest/getArtist.view?c=c&f=json&p=admin&u=admin&v=v&id=ar-3" | jq > "$test_data_path/test_get_artist_id_three" curl -s "http://$test_listen_addr/rest/getArtists.view?c=c&f=json&p=admin&u=admin&v=v" | jq > "$test_data_path/test_get_artists_no_args" curl -s "http://$test_listen_addr/rest/search3.view?c=c&f=json&p=admin&u=admin&v=v&query=13" | jq > "$test_data_path/test_search_three_q_13" curl -s "http://$test_listen_addr/rest/search3.view?c=c&f=json&p=admin&u=admin&v=v&query=ani" | jq > "$test_data_path/test_search_three_q_ani" diff --git a/server/assets/assets.gen.go b/server/assets/assets.gen.go index 9a458ef..00d70a7 100644 --- a/server/assets/assets.gen.go +++ b/server/assets/assets.gen.go @@ -8,7 +8,7 @@ type EmbeddedAsset struct { } var Bytes = map[string]*EmbeddedAsset{ "partials/head.tmpl": &EmbeddedAsset{ - ModTime: time.Unix(1584982977, 0), + ModTime: time.Unix(1585186963, 0), Bytes: []byte{ 0x7b,0x7b,0x20,0x64,0x65,0x66,0x69,0x6e,0x65,0x20,0x22,0x68,0x65,0x61,0x64,0x22,0x20,0x7d,0x7d,0x0a,0x3c,0x6c,0x69,0x6e, 0x6b,0x20,0x72,0x65,0x6c,0x3d,0x22,0x73,0x74,0x79,0x6c,0x65,0x73,0x68,0x65,0x65,0x74,0x22,0x20,0x68,0x72,0x65,0x66,0x3d, @@ -34,59 +34,524 @@ var Bytes = map[string]*EmbeddedAsset{ 0x61,0x6c,0x2d,0x73,0x63,0x61,0x6c,0x65,0x3d,0x31,0x2c,0x20,0x75,0x73,0x65,0x72,0x2d,0x73,0x63,0x61,0x6c,0x61,0x62,0x6c, 0x65,0x3d,0x6e,0x6f,0x22,0x3e,0x0a,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a, }}, -"static/reset.css": &EmbeddedAsset{ - ModTime: time.Unix(1584982977, 0), +"pages/home.tmpl": &EmbeddedAsset{ + ModTime: time.Unix(1587781368, 0), Bytes: []byte{ -0x2f,0x2a,0x20,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x6d,0x65,0x79,0x65,0x72,0x77,0x65,0x62,0x2e,0x63,0x6f,0x6d,0x2f,0x65, -0x72,0x69,0x63,0x2f,0x74,0x6f,0x6f,0x6c,0x73,0x2f,0x63,0x73,0x73,0x2f,0x72,0x65,0x73,0x65,0x74,0x2f,0x0a,0x20,0x20,0x20, -0x76,0x32,0x2e,0x30,0x20,0x7c,0x20,0x32,0x30,0x31,0x31,0x30,0x31,0x32,0x36,0x0a,0x20,0x20,0x20,0x4c,0x69,0x63,0x65,0x6e, -0x73,0x65,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x20,0x28,0x70,0x75,0x62,0x6c,0x69,0x63,0x20,0x64,0x6f,0x6d,0x61,0x69,0x6e,0x29, -0x0a,0x2a,0x2f,0x0a,0x0a,0x68,0x74,0x6d,0x6c,0x2c,0x0a,0x62,0x6f,0x64,0x79,0x2c,0x0a,0x64,0x69,0x76,0x2c,0x0a,0x73,0x70, -0x61,0x6e,0x2c,0x0a,0x61,0x70,0x70,0x6c,0x65,0x74,0x2c,0x0a,0x6f,0x62,0x6a,0x65,0x63,0x74,0x2c,0x0a,0x69,0x66,0x72,0x61, -0x6d,0x65,0x2c,0x0a,0x68,0x31,0x2c,0x0a,0x68,0x32,0x2c,0x0a,0x68,0x33,0x2c,0x0a,0x68,0x34,0x2c,0x0a,0x68,0x35,0x2c,0x0a, -0x68,0x36,0x2c,0x0a,0x70,0x2c,0x0a,0x62,0x6c,0x6f,0x63,0x6b,0x71,0x75,0x6f,0x74,0x65,0x2c,0x0a,0x70,0x72,0x65,0x2c,0x0a, -0x61,0x2c,0x0a,0x61,0x62,0x62,0x72,0x2c,0x0a,0x61,0x63,0x72,0x6f,0x6e,0x79,0x6d,0x2c,0x0a,0x61,0x64,0x64,0x72,0x65,0x73, -0x73,0x2c,0x0a,0x62,0x69,0x67,0x2c,0x0a,0x63,0x69,0x74,0x65,0x2c,0x0a,0x63,0x6f,0x64,0x65,0x2c,0x0a,0x64,0x65,0x6c,0x2c, -0x0a,0x64,0x66,0x6e,0x2c,0x0a,0x65,0x6d,0x2c,0x0a,0x69,0x6d,0x67,0x2c,0x0a,0x69,0x6e,0x73,0x2c,0x0a,0x6b,0x62,0x64,0x2c, -0x0a,0x71,0x2c,0x0a,0x73,0x2c,0x0a,0x73,0x61,0x6d,0x70,0x2c,0x0a,0x73,0x6d,0x61,0x6c,0x6c,0x2c,0x0a,0x73,0x74,0x72,0x69, -0x6b,0x65,0x2c,0x0a,0x73,0x74,0x72,0x6f,0x6e,0x67,0x2c,0x0a,0x73,0x75,0x62,0x2c,0x0a,0x73,0x75,0x70,0x2c,0x0a,0x74,0x74, -0x2c,0x0a,0x76,0x61,0x72,0x2c,0x0a,0x62,0x2c,0x0a,0x75,0x2c,0x0a,0x69,0x2c,0x0a,0x63,0x65,0x6e,0x74,0x65,0x72,0x2c,0x0a, -0x64,0x6c,0x2c,0x0a,0x64,0x74,0x2c,0x0a,0x64,0x64,0x2c,0x0a,0x6f,0x6c,0x2c,0x0a,0x75,0x6c,0x2c,0x0a,0x6c,0x69,0x2c,0x0a, -0x66,0x69,0x65,0x6c,0x64,0x73,0x65,0x74,0x2c,0x0a,0x66,0x6f,0x72,0x6d,0x2c,0x0a,0x6c,0x61,0x62,0x65,0x6c,0x2c,0x0a,0x6c, -0x65,0x67,0x65,0x6e,0x64,0x2c,0x0a,0x74,0x61,0x62,0x6c,0x65,0x2c,0x0a,0x63,0x61,0x70,0x74,0x69,0x6f,0x6e,0x2c,0x0a,0x74, -0x62,0x6f,0x64,0x79,0x2c,0x0a,0x74,0x66,0x6f,0x6f,0x74,0x2c,0x0a,0x74,0x68,0x65,0x61,0x64,0x2c,0x0a,0x74,0x72,0x2c,0x0a, -0x74,0x68,0x2c,0x0a,0x74,0x64,0x2c,0x0a,0x61,0x72,0x74,0x69,0x63,0x6c,0x65,0x2c,0x0a,0x61,0x73,0x69,0x64,0x65,0x2c,0x0a, -0x63,0x61,0x6e,0x76,0x61,0x73,0x2c,0x0a,0x64,0x65,0x74,0x61,0x69,0x6c,0x73,0x2c,0x0a,0x65,0x6d,0x62,0x65,0x64,0x2c,0x0a, -0x66,0x69,0x67,0x75,0x72,0x65,0x2c,0x0a,0x66,0x69,0x67,0x63,0x61,0x70,0x74,0x69,0x6f,0x6e,0x2c,0x0a,0x66,0x6f,0x6f,0x74, -0x65,0x72,0x2c,0x0a,0x68,0x65,0x61,0x64,0x65,0x72,0x2c,0x0a,0x68,0x67,0x72,0x6f,0x75,0x70,0x2c,0x0a,0x6d,0x65,0x6e,0x75, -0x2c,0x0a,0x6e,0x61,0x76,0x2c,0x0a,0x6f,0x75,0x74,0x70,0x75,0x74,0x2c,0x0a,0x72,0x75,0x62,0x79,0x2c,0x0a,0x73,0x65,0x63, -0x74,0x69,0x6f,0x6e,0x2c,0x0a,0x73,0x75,0x6d,0x6d,0x61,0x72,0x79,0x2c,0x0a,0x74,0x69,0x6d,0x65,0x2c,0x0a,0x6d,0x61,0x72, -0x6b,0x2c,0x0a,0x61,0x75,0x64,0x69,0x6f,0x2c,0x0a,0x76,0x69,0x64,0x65,0x6f,0x20,0x7b,0x0a,0x20,0x20,0x6d,0x61,0x72,0x67, -0x69,0x6e,0x3a,0x20,0x30,0x3b,0x0a,0x20,0x20,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x30,0x3b,0x0a,0x20,0x20,0x62, -0x6f,0x72,0x64,0x65,0x72,0x3a,0x20,0x30,0x3b,0x0a,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31, -0x30,0x30,0x25,0x3b,0x0a,0x20,0x20,0x66,0x6f,0x6e,0x74,0x3a,0x20,0x69,0x6e,0x68,0x65,0x72,0x69,0x74,0x3b,0x0a,0x20,0x20, -0x76,0x65,0x72,0x74,0x69,0x63,0x61,0x6c,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x62,0x61,0x73,0x65,0x6c,0x69,0x6e,0x65, -0x3b,0x0a,0x7d,0x0a,0x0a,0x2f,0x2a,0x20,0x68,0x74,0x6d,0x6c,0x35,0x20,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x2d,0x72,0x6f, -0x6c,0x65,0x20,0x72,0x65,0x73,0x65,0x74,0x20,0x66,0x6f,0x72,0x20,0x6f,0x6c,0x64,0x65,0x72,0x20,0x62,0x72,0x6f,0x77,0x73, -0x65,0x72,0x73,0x20,0x2a,0x2f,0x0a,0x61,0x72,0x74,0x69,0x63,0x6c,0x65,0x2c,0x0a,0x61,0x73,0x69,0x64,0x65,0x2c,0x0a,0x64, -0x65,0x74,0x61,0x69,0x6c,0x73,0x2c,0x0a,0x66,0x69,0x67,0x63,0x61,0x70,0x74,0x69,0x6f,0x6e,0x2c,0x0a,0x66,0x69,0x67,0x75, -0x72,0x65,0x2c,0x0a,0x66,0x6f,0x6f,0x74,0x65,0x72,0x2c,0x0a,0x68,0x65,0x61,0x64,0x65,0x72,0x2c,0x0a,0x68,0x67,0x72,0x6f, -0x75,0x70,0x2c,0x0a,0x6d,0x65,0x6e,0x75,0x2c,0x0a,0x6e,0x61,0x76,0x2c,0x0a,0x73,0x65,0x63,0x74,0x69,0x6f,0x6e,0x20,0x7b, -0x0a,0x20,0x20,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x0a,0x7d,0x0a,0x0a,0x62,0x6f, -0x64,0x79,0x20,0x7b,0x0a,0x20,0x20,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x31,0x3b,0x0a,0x7d, -0x0a,0x0a,0x6f,0x6c,0x2c,0x0a,0x75,0x6c,0x20,0x7b,0x0a,0x20,0x20,0x6c,0x69,0x73,0x74,0x2d,0x73,0x74,0x79,0x6c,0x65,0x3a, -0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x7d,0x0a,0x0a,0x62,0x6c,0x6f,0x63,0x6b,0x71,0x75,0x6f,0x74,0x65,0x2c,0x0a,0x71,0x20, -0x7b,0x0a,0x20,0x20,0x71,0x75,0x6f,0x74,0x65,0x73,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x7d,0x0a,0x0a,0x62,0x6c,0x6f, -0x63,0x6b,0x71,0x75,0x6f,0x74,0x65,0x3a,0x62,0x65,0x66,0x6f,0x72,0x65,0x2c,0x0a,0x62,0x6c,0x6f,0x63,0x6b,0x71,0x75,0x6f, -0x74,0x65,0x3a,0x61,0x66,0x74,0x65,0x72,0x2c,0x0a,0x71,0x3a,0x62,0x65,0x66,0x6f,0x72,0x65,0x2c,0x0a,0x71,0x3a,0x61,0x66, -0x74,0x65,0x72,0x20,0x7b,0x0a,0x20,0x20,0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x3a,0x20,0x22,0x22,0x3b,0x0a,0x20,0x20,0x63, -0x6f,0x6e,0x74,0x65,0x6e,0x74,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x7d,0x0a,0x0a,0x74,0x61,0x62,0x6c,0x65,0x20,0x7b, -0x0a,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x63,0x6f,0x6c,0x6c,0x61,0x70,0x73,0x65,0x3a,0x20,0x63,0x6f,0x6c,0x6c, -0x61,0x70,0x73,0x65,0x3b,0x0a,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x73,0x70,0x61,0x63,0x69,0x6e,0x67,0x3a,0x20, -0x30,0x3b,0x0a,0x7d,0x0a, +0x7b,0x7b,0x20,0x64,0x65,0x66,0x69,0x6e,0x65,0x20,0x22,0x75,0x73,0x65,0x72,0x22,0x20,0x7d,0x7d,0x0a,0x3c,0x64,0x69,0x76, +0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a,0x20,0x20,0x20, +0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e, +0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d, +0x64,0x69,0x2d,0x63,0x68,0x61,0x72,0x74,0x2d,0x61,0x72,0x63,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x73,0x74,0x61,0x74,0x73, +0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61, +0x73,0x73,0x3d,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x3c,0x74,0x61,0x62,0x6c,0x65,0x20,0x69,0x64,0x3d,0x22,0x73,0x74,0x61,0x74,0x73,0x22,0x20,0x63,0x6c,0x61,0x73, +0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x3c,0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x3c,0x74,0x64,0x3e,0x61,0x72,0x74,0x69,0x73,0x74,0x73,0x3a,0x3c,0x2f,0x74,0x64,0x3e,0x20,0x3c,0x74,0x64,0x3e,0x7b, +0x7b,0x20,0x2e,0x41,0x72,0x74,0x69,0x73,0x74,0x43,0x6f,0x75,0x6e,0x74,0x20,0x7d,0x7d,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x3c,0x74,0x64,0x3e,0x61,0x6c,0x62,0x75,0x6d,0x73,0x3a,0x3c,0x2f,0x74,0x64,0x3e,0x20,0x3c,0x74,0x64,0x3e,0x7b, +0x7b,0x20,0x2e,0x41,0x6c,0x62,0x75,0x6d,0x43,0x6f,0x75,0x6e,0x74,0x20,0x7d,0x7d,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x3c,0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x3c,0x74,0x64,0x3e,0x74,0x72,0x61,0x63,0x6b,0x73,0x3a,0x3c,0x2f,0x74,0x64,0x3e,0x20,0x3c,0x74,0x64,0x3e,0x7b,0x7b, +0x20,0x2e,0x54,0x72,0x61,0x63,0x6b,0x43,0x6f,0x75,0x6e,0x74,0x20,0x7d,0x7d,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c, +0x2f,0x74,0x61,0x62,0x6c,0x65,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76, +0x3e,0x0a,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78, +0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74, +0x69,0x74,0x6c,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d, +0x22,0x6d,0x64,0x69,0x20,0x6d,0x64,0x69,0x2d,0x6c,0x61,0x73,0x74,0x66,0x6d,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x6c,0x61, +0x73,0x74,0x2e,0x66,0x6d,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69, +0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x64,0x65,0x73,0x63,0x72,0x69,0x70,0x74,0x69,0x6f,0x6e, +0x20,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x70, +0x3e,0x67,0x6f,0x6e,0x69,0x63,0x20,0x63,0x61,0x6e,0x20,0x73,0x63,0x72,0x6f,0x62,0x62,0x6c,0x65,0x20,0x74,0x6f,0x20,0x3c, +0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x68,0x74,0x74,0x70,0x73,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x6c,0x61,0x73,0x74, +0x2e,0x66,0x6d,0x2f,0x22,0x20,0x74,0x61,0x72,0x67,0x65,0x74,0x3d,0x22,0x5f,0x62,0x6c,0x61,0x6e,0x6b,0x22,0x3e,0x6c,0x61, +0x73,0x74,0x2e,0x66,0x6d,0x3c,0x2f,0x61,0x3e,0x20,0x66,0x6f,0x72,0x20,0x61,0x6e,0x79,0x20,0x75,0x73,0x65,0x72,0x20,0x28, +0x62,0x75,0x74,0x20,0x74,0x68,0x65,0x20,0x61,0x64,0x6d,0x69,0x6e,0x20,0x6d,0x75,0x73,0x74,0x20,0x73,0x65,0x74,0x20,0x61, +0x20,0x67,0x6c,0x6f,0x62,0x61,0x6c,0x20,0x61,0x70,0x69,0x20,0x6b,0x65,0x79,0x29,0x3c,0x2f,0x70,0x3e,0x0a,0x20,0x20,0x20, +0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22, +0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20, +0x69,0x66,0x20,0x2e,0x43,0x75,0x72,0x72,0x65,0x6e,0x74,0x4c,0x61,0x73,0x74,0x46,0x4d,0x41,0x50,0x49,0x4b,0x65,0x79,0x20, +0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61, +0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x63,0x75,0x72,0x72,0x65,0x6e,0x74,0x20, +0x73,0x74,0x61,0x74,0x75,0x73,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x7b,0x7b,0x20,0x69,0x66,0x20,0x2e,0x55,0x73,0x65,0x72,0x2e,0x4c,0x61,0x73,0x74,0x46,0x4d,0x53,0x65,0x73,0x73, +0x69,0x6f,0x6e,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6c, +0x69,0x6e,0x6b,0x65,0x64,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x73, +0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x26, +0x23,0x31,0x32,0x34,0x3b,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x3c,0x66,0x6f,0x72,0x6d,0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61, +0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x75,0x6e,0x6c,0x69,0x6e,0x6b,0x5f,0x6c,0x61,0x73,0x74,0x66,0x6d, +0x5f,0x64,0x6f,0x22,0x20,0x7d,0x7d,0x22,0x20,0x6d,0x65,0x74,0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x0a, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70, +0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d,0x69,0x74,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22, +0x75,0x6e,0x6c,0x69,0x6e,0x6b,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x3c,0x2f,0x66,0x6f,0x72,0x6d,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20, +0x65,0x6c,0x73,0x65,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x61,0x6e,0x67,0x72,0x79,0x22,0x3e,0x75,0x6e,0x6c,0x69, +0x6e,0x6b,0x65,0x64,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x24,0x63,0x62,0x50,0x61,0x74,0x68,0x20,0x3a,0x3d,0x20,0x70,0x61,0x74,0x68,0x20,0x22, +0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x6c,0x69,0x6e,0x6b,0x5f,0x6c,0x61,0x73,0x74,0x66,0x6d,0x5f,0x64,0x6f,0x22,0x20,0x7d, +0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x24,0x63,0x62, +0x55,0x52,0x4c,0x20,0x3a,0x3d,0x20,0x70,0x72,0x69,0x6e,0x74,0x66,0x20,0x22,0x25,0x73,0x25,0x73,0x22,0x20,0x2e,0x52,0x65, +0x71,0x75,0x65,0x73,0x74,0x52,0x6f,0x6f,0x74,0x20,0x24,0x63,0x62,0x50,0x61,0x74,0x68,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x68,0x74, +0x74,0x70,0x73,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x6c,0x61,0x73,0x74,0x2e,0x66,0x6d,0x2f,0x61,0x70,0x69,0x2f,0x61,0x75, +0x74,0x68,0x2f,0x3f,0x61,0x70,0x69,0x5f,0x6b,0x65,0x79,0x3d,0x7b,0x7b,0x20,0x2e,0x43,0x75,0x72,0x72,0x65,0x6e,0x74,0x4c, +0x61,0x73,0x74,0x46,0x4d,0x41,0x50,0x49,0x4b,0x65,0x79,0x20,0x7d,0x7d,0x26,0x63,0x62,0x3d,0x7b,0x7b,0x20,0x24,0x63,0x62, +0x55,0x52,0x4c,0x20,0x7d,0x7d,0x22,0x3e,0x6c,0x69,0x6e,0x6b,0x26,0x23,0x38,0x32,0x33,0x30,0x3b,0x3c,0x2f,0x61,0x3e,0x0a, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6c,0x73,0x65,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x3c,0x70,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68, +0x74,0x22,0x3e,0x61,0x70,0x69,0x20,0x6b,0x65,0x79,0x20,0x6e,0x6f,0x74,0x20,0x73,0x65,0x74,0x3c,0x2f,0x70,0x3e,0x0a,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x69,0x66,0x20,0x6e,0x6f,0x74,0x20,0x2e,0x55,0x73, +0x65,0x72,0x2e,0x49,0x73,0x41,0x64,0x6d,0x69,0x6e,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x70,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67, +0x68,0x74,0x22,0x3e,0x70,0x6c,0x65,0x61,0x73,0x65,0x20,0x61,0x73,0x6b,0x20,0x79,0x6f,0x75,0x72,0x20,0x61,0x64,0x6d,0x69, +0x6e,0x20,0x74,0x6f,0x20,0x73,0x65,0x74,0x20,0x69,0x74,0x3c,0x2f,0x70,0x3e,0x0a,0x09,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20, +0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d, +0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x69,0x66,0x20,0x2e,0x55,0x73,0x65,0x72,0x2e,0x49,0x73,0x41, +0x64,0x6d,0x69,0x6e,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x70,0x3e,0x3c, +0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f, +0x75,0x70,0x64,0x61,0x74,0x65,0x5f,0x6c,0x61,0x73,0x74,0x66,0x6d,0x5f,0x61,0x70,0x69,0x5f,0x6b,0x65,0x79,0x22,0x20,0x7d, +0x7d,0x22,0x3e,0x75,0x70,0x64,0x61,0x74,0x65,0x20,0x61,0x70,0x69,0x20,0x6b,0x65,0x79,0x26,0x23,0x38,0x32,0x33,0x30,0x3b, +0x3c,0x2f,0x61,0x3e,0x3c,0x2f,0x70,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20, +0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x3c,0x64,0x69, +0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a,0x20,0x20, +0x20,0x20,0x7b,0x7b,0x20,0x69,0x66,0x20,0x2e,0x55,0x73,0x65,0x72,0x2e,0x49,0x73,0x41,0x64,0x6d,0x69,0x6e,0x20,0x7d,0x7d, +0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x2f,0x2a,0x20,0x61,0x64,0x6d,0x69,0x6e,0x20,0x70,0x61,0x6e,0x65, +0x6c,0x20,0x74,0x6f,0x20,0x6d,0x61,0x6e,0x61,0x67,0x65,0x20,0x61,0x6c,0x6c,0x20,0x75,0x73,0x65,0x72,0x73,0x20,0x2a,0x2f, +0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62, +0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c, +0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d,0x64,0x69,0x2d,0x61,0x63,0x63,0x6f,0x75,0x6e,0x74, +0x2d,0x6d,0x75,0x6c,0x74,0x69,0x70,0x6c,0x65,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x75,0x73,0x65,0x72,0x73,0x0a,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x64,0x69, +0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x72,0x61,0x6e,0x67,0x65,0x20,0x24,0x75,0x73,0x65,0x72,0x20,0x3a,0x3d,0x20, +0x2e,0x41,0x6c,0x6c,0x55,0x73,0x65,0x72,0x73,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x3c,0x69,0x3e,0x7b,0x7b,0x20,0x24,0x75,0x73,0x65,0x72,0x2e,0x4e,0x61,0x6d,0x65,0x20,0x7d,0x7d,0x3c,0x2f,0x69,0x3e, +0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73, +0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x20,0x6e,0x6f,0x2d,0x73,0x6d,0x61,0x6c,0x6c,0x22,0x3e,0x7b, +0x7b,0x20,0x24,0x75,0x73,0x65,0x72,0x2e,0x43,0x72,0x65,0x61,0x74,0x65,0x64,0x41,0x74,0x20,0x7c,0x20,0x64,0x61,0x74,0x65, +0x20,0x7d,0x7d,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c, +0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e, +0x26,0x23,0x31,0x32,0x34,0x3b,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x3c,0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x72,0x69,0x6e,0x74,0x66,0x20,0x22,0x2f,0x61, +0x64,0x6d,0x69,0x6e,0x2f,0x63,0x68,0x61,0x6e,0x67,0x65,0x5f,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x3f,0x75,0x73,0x65, +0x72,0x3d,0x25,0x73,0x22,0x20,0x24,0x75,0x73,0x65,0x72,0x2e,0x4e,0x61,0x6d,0x65,0x20,0x7c,0x20,0x70,0x61,0x74,0x68,0x20, +0x7d,0x7d,0x22,0x3e,0x63,0x68,0x61,0x6e,0x67,0x65,0x20,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x26,0x23,0x38,0x32,0x33, +0x30,0x3b,0x3c,0x2f,0x61,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x73,0x70,0x61,0x6e, +0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x26,0x23,0x31,0x32, +0x34,0x3b,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b, +0x20,0x69,0x66,0x20,0x24,0x75,0x73,0x65,0x72,0x2e,0x49,0x73,0x41,0x64,0x6d,0x69,0x6e,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73, +0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x64,0x65,0x6c,0x65,0x74,0x65,0x26,0x23,0x38,0x32, +0x33,0x30,0x3b,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b, +0x7b,0x20,0x65,0x6c,0x73,0x65,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x3c,0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x72,0x69,0x6e,0x74,0x66,0x20,0x22,0x2f,0x61, +0x64,0x6d,0x69,0x6e,0x2f,0x64,0x65,0x6c,0x65,0x74,0x65,0x5f,0x75,0x73,0x65,0x72,0x3f,0x75,0x73,0x65,0x72,0x3d,0x25,0x73, +0x22,0x20,0x24,0x75,0x73,0x65,0x72,0x2e,0x4e,0x61,0x6d,0x65,0x20,0x7c,0x20,0x70,0x61,0x74,0x68,0x20,0x7d,0x7d,0x22,0x3e, +0x64,0x65,0x6c,0x65,0x74,0x65,0x26,0x23,0x38,0x32,0x33,0x30,0x3b,0x3c,0x2f,0x61,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x3c,0x62,0x72,0x2f,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64, +0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x7b,0x7b,0x20, +0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x63,0x72,0x65,0x61,0x74,0x65,0x5f,0x75,0x73,0x65,0x72, +0x22,0x20,0x7d,0x7d,0x22,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x75,0x74,0x74,0x6f,0x6e,0x22,0x3e,0x63,0x72,0x65, +0x61,0x74,0x65,0x20,0x6e,0x65,0x77,0x26,0x23,0x38,0x32,0x33,0x30,0x3b,0x3c,0x2f,0x61,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6c,0x73,0x65,0x20,0x7d,0x7d, +0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x2f,0x2a,0x20,0x75,0x73,0x65,0x72,0x20,0x70,0x61,0x6e,0x65,0x6c, +0x20,0x74,0x6f,0x20,0x6d,0x61,0x6e,0x61,0x67,0x65,0x20,0x74,0x68,0x65,0x6d,0x73,0x65,0x6c,0x76,0x65,0x73,0x20,0x2a,0x2f, +0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62, +0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c, +0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d,0x64,0x69,0x2d,0x61,0x63,0x63,0x6f,0x75,0x6e,0x74, +0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x79,0x6f,0x75,0x72,0x20,0x61,0x63,0x63,0x6f,0x75,0x6e,0x74,0x0a,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20, +0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68, +0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x63,0x68,0x61,0x6e,0x67,0x65,0x5f,0x6f,0x77,0x6e,0x5f,0x70,0x61,0x73,0x73, +0x77,0x6f,0x72,0x64,0x22,0x20,0x7d,0x7d,0x22,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x75,0x74,0x74,0x6f,0x6e,0x22, +0x3e,0x63,0x68,0x61,0x6e,0x67,0x65,0x20,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x26,0x23,0x38,0x32,0x33,0x30,0x3b,0x3c, +0x2f,0x61,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x7b, +0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61, +0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69, +0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d,0x64,0x69,0x2d,0x66, +0x6f,0x6c,0x64,0x65,0x72,0x2d,0x6d,0x75,0x6c,0x74,0x69,0x70,0x6c,0x65,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x72,0x65,0x63, +0x65,0x6e,0x74,0x20,0x66,0x6f,0x6c,0x64,0x65,0x72,0x73,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20, +0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x2d,0x72,0x69,0x67, +0x68,0x74,0x20,0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x7b,0x7b,0x20,0x69,0x66,0x20,0x65,0x71,0x20,0x28,0x6c,0x65,0x6e,0x20,0x2e,0x52,0x65,0x63,0x65,0x6e,0x74,0x46,0x6f,0x6c, +0x64,0x65,0x72,0x73,0x29,0x20,0x30,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c, +0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e, +0x6e,0x6f,0x20,0x66,0x6f,0x6c,0x64,0x65,0x72,0x73,0x20,0x79,0x65,0x74,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x0a,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x3c,0x74,0x61,0x62,0x6c,0x65,0x20,0x69,0x64,0x3d,0x22,0x72,0x65,0x63,0x65,0x6e,0x74,0x2d,0x66,0x6f,0x6c,0x64,0x65,0x72, +0x73,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x63,0x6f,0x6c,0x67,0x72,0x6f,0x75,0x70,0x3e,0x0a,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x63,0x6f,0x6c,0x20,0x77,0x69,0x64,0x74,0x68,0x3d,0x22,0x38, +0x30,0x25,0x22,0x20,0x2f,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x63,0x6f,0x6c,0x20, +0x77,0x69,0x64,0x74,0x68,0x3d,0x22,0x30,0x25,0x22,0x20,0x2f,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f, +0x63,0x6f,0x6c,0x67,0x72,0x6f,0x75,0x70,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x72,0x61,0x6e, +0x67,0x65,0x20,0x24,0x66,0x6f,0x6c,0x64,0x65,0x72,0x20,0x3a,0x3d,0x20,0x2e,0x52,0x65,0x63,0x65,0x6e,0x74,0x46,0x6f,0x6c, +0x64,0x65,0x72,0x73,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x72,0x3e, +0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x64,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22, +0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x20,0x74,0x65,0x78,0x74,0x2d,0x74,0x72,0x75,0x6e,0x63,0x22,0x3e,0x7b, +0x7b,0x20,0x24,0x66,0x6f,0x6c,0x64,0x65,0x72,0x2e,0x52,0x69,0x67,0x68,0x74,0x50,0x61,0x74,0x68,0x20,0x7d,0x7d,0x3c,0x2f, +0x74,0x64,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x64,0x3e,0x3c,0x73,0x70,0x61, +0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x20,0x74,0x69,0x74, +0x6c,0x65,0x3d,0x22,0x7b,0x7b,0x20,0x24,0x66,0x6f,0x6c,0x64,0x65,0x72,0x2e,0x4d,0x6f,0x64,0x69,0x66,0x69,0x65,0x64,0x41, +0x74,0x20,0x7d,0x7d,0x22,0x3e,0x7b,0x7b,0x20,0x24,0x66,0x6f,0x6c,0x64,0x65,0x72,0x2e,0x4d,0x6f,0x64,0x69,0x66,0x69,0x65, +0x64,0x41,0x74,0x20,0x7c,0x20,0x64,0x61,0x74,0x65,0x48,0x75,0x6d,0x61,0x6e,0x20,0x7d,0x7d,0x3c,0x2f,0x73,0x70,0x61,0x6e, +0x3e,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x74,0x72,0x3e, +0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x3c,0x2f,0x74,0x61,0x62,0x6c,0x65,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x2d,0x20, +0x69,0x66,0x20,0x61,0x6e,0x64,0x20,0x28,0x6e,0x6f,0x74,0x20,0x2e,0x49,0x73,0x53,0x63,0x61,0x6e,0x6e,0x69,0x6e,0x67,0x29, +0x20,0x28,0x2e,0x55,0x73,0x65,0x72,0x2e,0x49,0x73,0x41,0x64,0x6d,0x69,0x6e,0x29,0x20,0x2d,0x7d,0x7d,0x0a,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x2d,0x20,0x69,0x66,0x20,0x6e,0x6f,0x74,0x20,0x2e,0x4c,0x61,0x73, +0x74,0x53,0x63,0x61,0x6e,0x54,0x69,0x6d,0x65,0x2e,0x49,0x73,0x5a,0x65,0x72,0x6f,0x20,0x2d,0x7d,0x7d,0x0a,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x70,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74, +0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x20,0x74,0x69,0x74,0x6c,0x65,0x3d,0x22,0x7b,0x7b,0x20,0x2e,0x4c,0x61, +0x73,0x74,0x53,0x63,0x61,0x6e,0x54,0x69,0x6d,0x65,0x20,0x7d,0x7d,0x22,0x3e,0x73,0x63,0x61,0x6e,0x6e,0x65,0x64,0x20,0x7b, +0x7b,0x20,0x2e,0x4c,0x61,0x73,0x74,0x53,0x63,0x61,0x6e,0x54,0x69,0x6d,0x65,0x20,0x7c,0x20,0x64,0x61,0x74,0x65,0x48,0x75, +0x6d,0x61,0x6e,0x20,0x7d,0x7d,0x3c,0x2f,0x70,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b, +0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x66,0x6f, +0x72,0x6d,0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d, +0x69,0x6e,0x2f,0x73,0x74,0x61,0x72,0x74,0x5f,0x73,0x63,0x61,0x6e,0x5f,0x69,0x6e,0x63,0x5f,0x64,0x6f,0x22,0x20,0x7d,0x7d, +0x22,0x20,0x6d,0x65,0x74,0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75, +0x62,0x6d,0x69,0x74,0x22,0x20,0x74,0x69,0x74,0x6c,0x65,0x3d,0x22,0x73,0x74,0x61,0x72,0x74,0x20,0x61,0x20,0x69,0x6e,0x63, +0x72,0x65,0x6d,0x65,0x6e,0x74,0x61,0x6c,0x20,0x73,0x63,0x61,0x6e,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22,0x73,0x63, +0x61,0x6e,0x20,0x6e,0x6f,0x77,0x22,0x3e,0x3c,0x62,0x72,0x2f,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x3c,0x2f,0x66,0x6f,0x72,0x6d,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x66, +0x6f,0x72,0x6d,0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64, +0x6d,0x69,0x6e,0x2f,0x73,0x74,0x61,0x72,0x74,0x5f,0x73,0x63,0x61,0x6e,0x5f,0x66,0x75,0x6c,0x6c,0x5f,0x64,0x6f,0x22,0x20, +0x7d,0x7d,0x22,0x20,0x6d,0x65,0x74,0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22, +0x73,0x75,0x62,0x6d,0x69,0x74,0x22,0x20,0x74,0x69,0x74,0x6c,0x65,0x3d,0x22,0x73,0x74,0x61,0x72,0x74,0x20,0x61,0x20,0x66, +0x75,0x6c,0x6c,0x20,0x73,0x63,0x61,0x6e,0x20,0x28,0x74,0x61,0x6b,0x65,0x73,0x20,0x6c,0x6f,0x6e,0x67,0x65,0x72,0x2c,0x20, +0x61,0x6e,0x64,0x20,0x73,0x68,0x6f,0x75,0x6c,0x64,0x6e,0x26,0x23,0x33,0x39,0x3b,0x74,0x20,0x75,0x73,0x75,0x61,0x6c,0x6c, +0x79,0x20,0x62,0x65,0x20,0x6e,0x65,0x63,0x65,0x73,0x73,0x61,0x72,0x79,0x29,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22, +0x73,0x63,0x61,0x6e,0x20,0x66,0x75,0x6c,0x6c,0x20,0x28,0x21,0x29,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x3c,0x2f,0x66,0x6f,0x72,0x6d,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65, +0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a, +0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e, +0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74, +0x6c,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d, +0x64,0x69,0x20,0x6d,0x64,0x69,0x2d,0x66,0x69,0x6c,0x65,0x2d,0x6d,0x75,0x73,0x69,0x63,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20, +0x74,0x72,0x61,0x6e,0x73,0x63,0x6f,0x64,0x69,0x6e,0x67,0x20,0x64,0x65,0x76,0x69,0x63,0x65,0x20,0x70,0x72,0x6f,0x66,0x69, +0x6c,0x65,0x73,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20, +0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x64,0x65,0x73,0x63,0x72,0x69,0x70,0x74,0x69,0x6f,0x6e,0x20,0x74, +0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x70,0x3e,0x79, +0x6f,0x75,0x20,0x63,0x61,0x6e,0x20,0x66,0x69,0x6e,0x64,0x20,0x79,0x6f,0x75,0x72,0x20,0x64,0x65,0x76,0x69,0x63,0x65,0x27, +0x73,0x20,0x63,0x6c,0x69,0x65,0x6e,0x74,0x20,0x6e,0x61,0x6d,0x65,0x20,0x69,0x6e,0x20,0x74,0x68,0x65,0x20,0x67,0x6f,0x6e, +0x69,0x63,0x20,0x6c,0x6f,0x67,0x73,0x2e,0x3c,0x2f,0x70,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x70,0x3e, +0x73,0x6f,0x6d,0x65,0x20,0x63,0x6f,0x6d,0x6d,0x6f,0x6e,0x20,0x63,0x6c,0x69,0x65,0x6e,0x74,0x20,0x6e,0x61,0x6d,0x65,0x73, +0x20,0x61,0x72,0x65,0x20,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x65, +0x6d,0x70,0x22,0x3e,0x44,0x53,0x75,0x62,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x2c,0x20,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63, +0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x65,0x6d,0x70,0x22,0x3e,0x4a,0x61,0x6d,0x73,0x74,0x61,0x73,0x68, +0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x2c,0x20,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65, +0x78,0x74,0x2d,0x65,0x6d,0x70,0x22,0x3e,0x53,0x6f,0x75,0x6e,0x64,0x77,0x61,0x76,0x65,0x73,0x3c,0x2f,0x73,0x70,0x61,0x6e, +0x3e,0x2c,0x20,0x6f,0x72,0x20,0x75,0x73,0x65,0x20,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74, +0x65,0x78,0x74,0x2d,0x65,0x6d,0x70,0x22,0x3e,0x2a,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x20,0x61,0x73,0x20,0x66,0x61,0x6c, +0x6c,0x62,0x61,0x63,0x6b,0x20,0x72,0x75,0x6c,0x65,0x20,0x66,0x6f,0x72,0x20,0x61,0x6e,0x79,0x20,0x63,0x6c,0x69,0x65,0x6e, +0x74,0x3c,0x2f,0x70,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69, +0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x61,0x62,0x6c,0x65,0x20,0x69,0x64,0x3d,0x22,0x74,0x72,0x61,0x6e,0x73,0x63, +0x6f,0x64,0x65,0x2d,0x70,0x72,0x65,0x66,0x65,0x72,0x65,0x6e,0x63,0x65,0x73,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x7b,0x7b,0x20,0x72,0x61,0x6e,0x67,0x65,0x20,0x24,0x70,0x72,0x65,0x66,0x20,0x3a,0x3d,0x20,0x2e,0x54,0x72,0x61, +0x6e,0x73,0x63,0x6f,0x64,0x65,0x50,0x72,0x65,0x66,0x65,0x72,0x65,0x6e,0x63,0x65,0x73,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x24,0x66,0x6f,0x72,0x6d,0x53,0x75,0x66,0x66,0x69,0x78,0x20,0x3a,0x3d,0x20, +0x6b,0x65,0x62,0x61,0x62,0x63,0x61,0x73,0x65,0x20,0x24,0x70,0x72,0x65,0x66,0x2e,0x43,0x6c,0x69,0x65,0x6e,0x74,0x20,0x7d, +0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x66,0x6f,0x72,0x6d,0x20, +0x69,0x64,0x3d,0x22,0x74,0x72,0x61,0x6e,0x73,0x63,0x6f,0x64,0x65,0x2d,0x70,0x72,0x65,0x66,0x2d,0x7b,0x7b,0x20,0x24,0x66, +0x6f,0x72,0x6d,0x53,0x75,0x66,0x66,0x69,0x78,0x20,0x7d,0x7d,0x22,0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b,0x7b, +0x20,0x70,0x72,0x69,0x6e,0x74,0x66,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x64,0x65,0x6c,0x65,0x74,0x65,0x5f,0x74, +0x72,0x61,0x6e,0x73,0x63,0x6f,0x64,0x65,0x5f,0x70,0x72,0x65,0x66,0x5f,0x64,0x6f,0x3f,0x63,0x6c,0x69,0x65,0x6e,0x74,0x3d, +0x25,0x73,0x22,0x20,0x24,0x70,0x72,0x65,0x66,0x2e,0x43,0x6c,0x69,0x65,0x6e,0x74,0x20,0x7c,0x20,0x70,0x61,0x74,0x68,0x20, +0x7d,0x7d,0x22,0x20,0x6d,0x65,0x74,0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x3c,0x2f,0x66,0x6f,0x72,0x6d, +0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x64,0x3e,0x7b,0x7b, +0x20,0x24,0x70,0x72,0x65,0x66,0x2e,0x43,0x6c,0x69,0x65,0x6e,0x74,0x20,0x7d,0x7d,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x64,0x3e,0x7b,0x7b,0x20,0x24,0x70,0x72, +0x65,0x66,0x2e,0x50,0x72,0x6f,0x66,0x69,0x6c,0x65,0x20,0x7d,0x7d,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x64,0x3e,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x66,0x6f, +0x72,0x6d,0x3d,0x22,0x74,0x72,0x61,0x6e,0x73,0x63,0x6f,0x64,0x65,0x2d,0x70,0x72,0x65,0x66,0x2d,0x7b,0x7b,0x20,0x24,0x66, +0x6f,0x72,0x6d,0x53,0x75,0x66,0x66,0x69,0x78,0x20,0x7d,0x7d,0x22,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d, +0x69,0x74,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22,0x64,0x65,0x6c,0x65,0x74,0x65,0x22,0x3e,0x3c,0x2f,0x74,0x64,0x3e, +0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x72, +0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x66,0x6f,0x72,0x6d,0x20,0x69,0x64,0x3d,0x22, +0x74,0x72,0x61,0x6e,0x73,0x63,0x6f,0x64,0x65,0x2d,0x70,0x72,0x65,0x66,0x2d,0x61,0x64,0x64,0x22,0x20,0x61,0x63,0x74,0x69, +0x6f,0x6e,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x63,0x72,0x65,0x61, +0x74,0x65,0x5f,0x74,0x72,0x61,0x6e,0x73,0x63,0x6f,0x64,0x65,0x5f,0x70,0x72,0x65,0x66,0x5f,0x64,0x6f,0x22,0x20,0x7d,0x7d, +0x22,0x20,0x6d,0x65,0x74,0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x3c,0x2f,0x66,0x6f,0x72,0x6d,0x3e,0x0a, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x64,0x3e,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x66, +0x6f,0x72,0x6d,0x3d,0x22,0x74,0x72,0x61,0x6e,0x73,0x63,0x6f,0x64,0x65,0x2d,0x70,0x72,0x65,0x66,0x2d,0x61,0x64,0x64,0x22, +0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x63,0x6c,0x69,0x65,0x6e, +0x74,0x22,0x20,0x70,0x6c,0x61,0x63,0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x63,0x6c,0x69,0x65,0x6e,0x74,0x20,0x6e, +0x61,0x6d,0x65,0x22,0x3e,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c, +0x74,0x64,0x3e,0x3c,0x73,0x65,0x6c,0x65,0x63,0x74,0x20,0x66,0x6f,0x72,0x6d,0x3d,0x22,0x74,0x72,0x61,0x6e,0x73,0x63,0x6f, +0x64,0x65,0x2d,0x70,0x72,0x65,0x66,0x2d,0x61,0x64,0x64,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x70,0x72,0x6f,0x66,0x69, +0x6c,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20, +0x72,0x61,0x6e,0x67,0x65,0x20,0x24,0x70,0x72,0x6f,0x66,0x69,0x6c,0x65,0x20,0x3a,0x3d,0x20,0x2e,0x54,0x72,0x61,0x6e,0x73, +0x63,0x6f,0x64,0x65,0x50,0x72,0x6f,0x66,0x69,0x6c,0x65,0x73,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x6f,0x70,0x74,0x69,0x6f,0x6e,0x20,0x76,0x61,0x6c,0x75, +0x65,0x3d,0x22,0x7b,0x7b,0x20,0x24,0x70,0x72,0x6f,0x66,0x69,0x6c,0x65,0x20,0x7d,0x7d,0x22,0x3e,0x7b,0x7b,0x20,0x24,0x70, +0x72,0x6f,0x66,0x69,0x6c,0x65,0x20,0x7d,0x7d,0x3c,0x2f,0x6f,0x70,0x74,0x69,0x6f,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x73,0x65,0x6c,0x65,0x63,0x74,0x3e,0x3c,0x2f,0x74,0x64,0x3e,0x0a, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x64,0x3e,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x66, +0x6f,0x72,0x6d,0x3d,0x22,0x74,0x72,0x61,0x6e,0x73,0x63,0x6f,0x64,0x65,0x2d,0x70,0x72,0x65,0x66,0x2d,0x61,0x64,0x64,0x22, +0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d,0x69,0x74,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22,0x73,0x61, +0x76,0x65,0x22,0x3e,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x74,0x72,0x3e,0x0a, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x74,0x61,0x62,0x6c,0x65,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64, +0x69,0x76,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70, +0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61, +0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d,0x64,0x69,0x2d,0x70,0x6c,0x61,0x79,0x6c,0x69, +0x73,0x74,0x2d,0x6d,0x75,0x73,0x69,0x63,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x73, +0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61, +0x73,0x73,0x3d,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x2d,0x72,0x69,0x67,0x68,0x74,0x20,0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67, +0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x69,0x66,0x20,0x65,0x71,0x20,0x28,0x6c, +0x65,0x6e,0x20,0x2e,0x50,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x73,0x29,0x20,0x30,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78, +0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x6e,0x6f,0x20,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x73,0x20,0x79,0x65, +0x74,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20, +0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x61,0x62,0x6c,0x65,0x20,0x69,0x64,0x3d,0x22,0x72,0x65, +0x63,0x65,0x6e,0x74,0x2d,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x73,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x7b,0x7b,0x20,0x72,0x61,0x6e,0x67,0x65,0x20,0x24,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x20,0x3a,0x3d,0x20,0x2e, +0x50,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x73,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x3c,0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x64,0x20,0x63,0x6c, +0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x7b,0x7b,0x20,0x24,0x70,0x6c,0x61, +0x79,0x6c,0x69,0x73,0x74,0x2e,0x4e,0x61,0x6d,0x65,0x20,0x7d,0x7d,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x64,0x3e,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22, +0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x28,0x7b,0x7b,0x20,0x24,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73, +0x74,0x2e,0x54,0x72,0x61,0x63,0x6b,0x43,0x6f,0x75,0x6e,0x74,0x20,0x7d,0x7d,0x20,0x74,0x72,0x61,0x63,0x6b,0x73,0x29,0x3c, +0x2f,0x73,0x70,0x61,0x6e,0x3e,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x3c,0x74,0x64,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6e,0x6f,0x2d,0x73,0x6d,0x61,0x6c,0x6c,0x22,0x3e,0x3c,0x73,0x70, +0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x20,0x74,0x69, +0x74,0x6c,0x65,0x3d,0x22,0x7b,0x7b,0x20,0x24,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x2e,0x43,0x72,0x65,0x61,0x74,0x65, +0x64,0x41,0x74,0x20,0x7d,0x7d,0x22,0x3e,0x7b,0x7b,0x20,0x24,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x2e,0x43,0x72,0x65, +0x61,0x74,0x65,0x64,0x41,0x74,0x20,0x7c,0x20,0x64,0x61,0x74,0x65,0x48,0x75,0x6d,0x61,0x6e,0x20,0x7d,0x7d,0x3c,0x2f,0x73, +0x70,0x61,0x6e,0x3e,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f, +0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x74,0x61,0x62,0x6c,0x65,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c, +0x66,0x6f,0x72,0x6d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x64,0x3d,0x22,0x70,0x6c,0x61, +0x79,0x6c,0x69,0x73,0x74,0x2d,0x75,0x70,0x6c,0x6f,0x61,0x64,0x2d,0x66,0x6f,0x72,0x6d,0x22,0x0a,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x65,0x6e,0x63,0x74,0x79,0x70,0x65,0x3d,0x22,0x6d,0x75,0x6c,0x74,0x69,0x70,0x61,0x72, +0x74,0x2f,0x66,0x6f,0x72,0x6d,0x2d,0x64,0x61,0x74,0x61,0x22,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e, +0x2f,0x75,0x70,0x6c,0x6f,0x61,0x64,0x5f,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x5f,0x64,0x6f,0x22,0x20,0x7d,0x7d,0x22, +0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x65,0x74,0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73, +0x74,0x22,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x3c,0x64,0x69,0x76,0x20,0x73,0x74,0x79,0x6c,0x65,0x3d,0x22,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x72, +0x65,0x6c,0x61,0x74,0x69,0x76,0x65,0x3b,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x69,0x64,0x3d,0x22,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x2d,0x75, +0x70,0x6c,0x6f,0x61,0x64,0x2d,0x69,0x6e,0x70,0x75,0x74,0x22,0x20,0x73,0x74,0x79,0x6c,0x65,0x3d,0x22,0x70,0x6f,0x73,0x69, +0x74,0x69,0x6f,0x6e,0x3a,0x20,0x61,0x62,0x73,0x6f,0x6c,0x75,0x74,0x65,0x3b,0x20,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x3a, +0x20,0x30,0x3b,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x2d,0x66,0x69,0x6c,0x65, +0x73,0x22,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x66,0x69,0x6c,0x65,0x22,0x20,0x6d,0x75,0x6c,0x74,0x69,0x70,0x6c,0x65,0x20, +0x2f,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75, +0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x62,0x75,0x74,0x74,0x6f,0x6e,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22,0x75, +0x70,0x6c,0x6f,0x61,0x64,0x20,0x6d,0x33,0x75,0x38,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x66,0x6f,0x72,0x6d,0x3e,0x0a, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x73,0x63,0x72,0x69,0x70,0x74,0x20,0x73,0x72,0x63,0x3d,0x22,0x7b,0x7b,0x20, +0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x73,0x74,0x61,0x74,0x69,0x63,0x2f,0x70,0x6c,0x61,0x79, +0x6c,0x69,0x73,0x74,0x2d,0x75,0x70,0x6c,0x6f,0x61,0x64,0x2e,0x6a,0x73,0x22,0x20,0x7d,0x7d,0x22,0x3e,0x3c,0x2f,0x73,0x63, +0x72,0x69,0x70,0x74,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a, +0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a, +}}, +"pages/create_user.tmpl": &EmbeddedAsset{ + ModTime: time.Unix(1585186963, 0), + Bytes: []byte{ +0x7b,0x7b,0x20,0x64,0x65,0x66,0x69,0x6e,0x65,0x20,0x22,0x75,0x73,0x65,0x72,0x22,0x20,0x7d,0x7d,0x0a,0x3c,0x64,0x69,0x76, +0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a,0x20,0x20,0x20, +0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e, +0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d, +0x64,0x69,0x2d,0x61,0x63,0x63,0x6f,0x75,0x6e,0x74,0x2d,0x70,0x6c,0x75,0x73,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x63,0x72, +0x65,0x61,0x74,0x69,0x6e,0x67,0x20,0x6e,0x65,0x77,0x20,0x75,0x73,0x65,0x72,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69, +0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x66,0x6f,0x72,0x6d,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6c,0x6f,0x63, +0x6b,0x22,0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d, +0x69,0x6e,0x2f,0x63,0x72,0x65,0x61,0x74,0x65,0x5f,0x75,0x73,0x65,0x72,0x5f,0x64,0x6f,0x22,0x20,0x7d,0x7d,0x22,0x20,0x6d, +0x65,0x74,0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69, +0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x22,0x20,0x69,0x64,0x3d,0x22,0x75,0x73,0x65, +0x72,0x6e,0x61,0x6d,0x65,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x75,0x73,0x65,0x72,0x6e,0x61,0x6d,0x65,0x22,0x20,0x70, +0x6c,0x61,0x63,0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x75,0x73,0x65,0x72,0x6e,0x61,0x6d,0x65,0x22,0x3e,0x0a,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x70,0x61,0x73,0x73, +0x77,0x6f,0x72,0x64,0x22,0x20,0x69,0x64,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x5f,0x6f,0x6e,0x65,0x22,0x20, +0x6e,0x61,0x6d,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x5f,0x6f,0x6e,0x65,0x22,0x20,0x70,0x6c,0x61,0x63, +0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20, +0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72, +0x64,0x22,0x20,0x69,0x64,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x5f,0x74,0x77,0x6f,0x22,0x20,0x6e,0x61,0x6d, +0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x5f,0x74,0x77,0x6f,0x22,0x20,0x70,0x6c,0x61,0x63,0x65,0x68,0x6f, +0x6c,0x64,0x65,0x72,0x3d,0x22,0x76,0x65,0x72,0x69,0x66,0x79,0x20,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x3e,0x0a, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62, +0x6d,0x69,0x74,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22,0x63,0x72,0x65,0x61,0x74,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20, +0x20,0x3c,0x2f,0x66,0x6f,0x72,0x6d,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d, +0x7d,0x0a, +}}, +"pages/change_own_password.tmpl": &EmbeddedAsset{ + ModTime: time.Unix(1585186963, 0), + Bytes: []byte{ +0x7b,0x7b,0x20,0x64,0x65,0x66,0x69,0x6e,0x65,0x20,0x22,0x75,0x73,0x65,0x72,0x22,0x20,0x7d,0x7d,0x0a,0x3c,0x64,0x69,0x76, +0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a,0x20,0x20,0x20, +0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e, +0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d, +0x64,0x69,0x2d,0x61,0x63,0x63,0x6f,0x75,0x6e,0x74,0x2d,0x6b,0x65,0x79,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x63,0x68,0x61, +0x6e,0x67,0x69,0x6e,0x67,0x20,0x61,0x63,0x63,0x6f,0x75,0x6e,0x74,0x20,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x0a,0x20, +0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x66,0x6f,0x72,0x6d,0x20,0x63,0x6c,0x61,0x73, +0x73,0x3d,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x22,0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74, +0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x63,0x68,0x61,0x6e,0x67,0x65,0x5f,0x6f,0x77,0x6e,0x5f,0x70,0x61,0x73, +0x73,0x77,0x6f,0x72,0x64,0x5f,0x64,0x6f,0x22,0x20,0x7d,0x7d,0x22,0x20,0x6d,0x65,0x74,0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f, +0x73,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65, +0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x20,0x69,0x64,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64, +0x5f,0x6f,0x6e,0x65,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x5f,0x6f,0x6e,0x65, +0x22,0x20,0x70,0x6c,0x61,0x63,0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x6e,0x65,0x77,0x20,0x70,0x61,0x73,0x73,0x77, +0x6f,0x72,0x64,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70, +0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x20,0x69,0x64,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72, +0x64,0x5f,0x74,0x77,0x6f,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x5f,0x74,0x77, +0x6f,0x22,0x20,0x70,0x6c,0x61,0x63,0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x76,0x65,0x72,0x69,0x66,0x79,0x20,0x6e, +0x65,0x77,0x20,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69, +0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d,0x69,0x74,0x22,0x20,0x76,0x61,0x6c,0x75,0x65, +0x3d,0x22,0x63,0x68,0x61,0x6e,0x67,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x66,0x6f,0x72,0x6d,0x3e,0x0a,0x3c, +0x2f,0x64,0x69,0x76,0x3e,0x0a,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a, +}}, +"pages/delete_user.tmpl": &EmbeddedAsset{ + ModTime: time.Unix(1585186963, 0), + Bytes: []byte{ +0x7b,0x7b,0x20,0x64,0x65,0x66,0x69,0x6e,0x65,0x20,0x22,0x75,0x73,0x65,0x72,0x22,0x20,0x7d,0x7d,0x0a,0x3c,0x64,0x69,0x76, +0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a,0x20,0x20,0x20, +0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e, +0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d, +0x64,0x69,0x2d,0x61,0x63,0x63,0x6f,0x75,0x6e,0x74,0x2d,0x72,0x65,0x6d,0x6f,0x76,0x65,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20, +0x64,0x65,0x6c,0x65,0x74,0x69,0x6e,0x67,0x20,0x75,0x73,0x65,0x72,0x20,0x7b,0x7b,0x20,0x2e,0x53,0x65,0x6c,0x65,0x63,0x74, +0x65,0x64,0x55,0x73,0x65,0x72,0x2e,0x4e,0x61,0x6d,0x65,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76, +0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x72, +0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x72,0x65,0x20,0x79,0x6f,0x75,0x20,0x73, +0x75,0x72,0x65,0x3f,0x3c,0x62,0x72,0x2f,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x73,0x70,0x61,0x6e,0x20, +0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x74,0x68,0x65,0x69,0x72, +0x20,0x70,0x6c,0x61,0x79,0x73,0x2c,0x20,0x73,0x74,0x61,0x72,0x72,0x65,0x64,0x2c,0x20,0x65,0x74,0x63,0x2e,0x20,0x77,0x69, +0x6c,0x6c,0x20,0x61,0x6c,0x73,0x6f,0x20,0x62,0x65,0x20,0x64,0x65,0x6c,0x65,0x74,0x65,0x64,0x3c,0x2f,0x73,0x70,0x61,0x6e, +0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x66,0x6f,0x72,0x6d,0x20,0x63, +0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x22,0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b,0x7b,0x20, +0x70,0x72,0x69,0x6e,0x74,0x66,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x64,0x65,0x6c,0x65,0x74,0x65,0x5f,0x75,0x73, +0x65,0x72,0x5f,0x64,0x6f,0x3f,0x75,0x73,0x65,0x72,0x3d,0x25,0x73,0x22,0x20,0x2e,0x53,0x65,0x6c,0x65,0x63,0x74,0x65,0x64, +0x55,0x73,0x65,0x72,0x2e,0x4e,0x61,0x6d,0x65,0x20,0x7c,0x20,0x70,0x61,0x74,0x68,0x20,0x7d,0x7d,0x22,0x20,0x6d,0x65,0x74, +0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70, +0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d,0x69,0x74,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22, +0x79,0x65,0x73,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x66,0x6f,0x72,0x6d,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e, +0x0a,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a, +}}, +"pages/not_found.tmpl": &EmbeddedAsset{ + ModTime: time.Unix(1585186963, 0), + Bytes: []byte{ +0x7b,0x7b,0x20,0x64,0x65,0x66,0x69,0x6e,0x65,0x20,0x22,0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x22,0x20,0x7d,0x7d,0x0a,0x3c, +0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20, +0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e, +0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x61,0x67,0x65,0x20,0x6e,0x6f,0x74,0x20,0x66,0x6f,0x75,0x6e,0x64,0x0a, +0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x7b,0x7b,0x20,0x65,0x6e,0x64, +0x20,0x7d,0x7d,0x0a, +}}, +"pages/change_password.tmpl": &EmbeddedAsset{ + ModTime: time.Unix(1585186963, 0), + Bytes: []byte{ +0x7b,0x7b,0x20,0x64,0x65,0x66,0x69,0x6e,0x65,0x20,0x22,0x75,0x73,0x65,0x72,0x22,0x20,0x7d,0x7d,0x0a,0x3c,0x64,0x69,0x76, +0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a,0x20,0x20,0x20, +0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e, +0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d, +0x64,0x69,0x2d,0x61,0x63,0x63,0x6f,0x75,0x6e,0x74,0x2d,0x6b,0x65,0x79,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x63,0x68,0x61, +0x6e,0x67,0x69,0x6e,0x67,0x20,0x7b,0x7b,0x20,0x2e,0x53,0x65,0x6c,0x65,0x63,0x74,0x65,0x64,0x55,0x73,0x65,0x72,0x2e,0x4e, +0x61,0x6d,0x65,0x20,0x7d,0x7d,0x27,0x73,0x20,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f, +0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x66,0x6f,0x72,0x6d,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6c, +0x6f,0x63,0x6b,0x22,0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x72,0x69,0x6e,0x74,0x66,0x20,0x22, +0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x63,0x68,0x61,0x6e,0x67,0x65,0x5f,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x5f,0x64, +0x6f,0x3f,0x75,0x73,0x65,0x72,0x3d,0x25,0x73,0x22,0x20,0x2e,0x53,0x65,0x6c,0x65,0x63,0x74,0x65,0x64,0x55,0x73,0x65,0x72, +0x2e,0x4e,0x61,0x6d,0x65,0x20,0x7c,0x20,0x70,0x61,0x74,0x68,0x20,0x7d,0x7d,0x22,0x20,0x6d,0x65,0x74,0x68,0x6f,0x64,0x3d, +0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74, +0x79,0x70,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x20,0x69,0x64,0x3d,0x22,0x70,0x61,0x73,0x73,0x77, +0x6f,0x72,0x64,0x5f,0x6f,0x6e,0x65,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x5f, +0x6f,0x6e,0x65,0x22,0x20,0x70,0x6c,0x61,0x63,0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x6e,0x65,0x77,0x20,0x70,0x61, +0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20, +0x74,0x79,0x70,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x20,0x69,0x64,0x3d,0x22,0x70,0x61,0x73,0x73, +0x77,0x6f,0x72,0x64,0x5f,0x74,0x77,0x6f,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64, +0x5f,0x74,0x77,0x6f,0x22,0x20,0x70,0x6c,0x61,0x63,0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x76,0x65,0x72,0x69,0x66, +0x79,0x20,0x6e,0x65,0x77,0x20,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d,0x69,0x74,0x22,0x20,0x76,0x61, +0x6c,0x75,0x65,0x3d,0x22,0x63,0x68,0x61,0x6e,0x67,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x66,0x6f,0x72,0x6d, +0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a, +}}, +"pages/update_lastfm_api_key.tmpl": &EmbeddedAsset{ + ModTime: time.Unix(1585186963, 0), + Bytes: []byte{ +0x7b,0x7b,0x20,0x64,0x65,0x66,0x69,0x6e,0x65,0x20,0x22,0x75,0x73,0x65,0x72,0x22,0x20,0x7d,0x7d,0x0a,0x3c,0x64,0x69,0x76, +0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a,0x20,0x20,0x20, +0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e, +0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d, +0x64,0x69,0x2d,0x6b,0x65,0x79,0x2d,0x63,0x68,0x61,0x6e,0x67,0x65,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x75,0x70,0x64,0x61, +0x74,0x69,0x6e,0x67,0x20,0x6c,0x61,0x73,0x74,0x2e,0x66,0x6d,0x20,0x6b,0x65,0x79,0x73,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f, +0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78, +0x2d,0x64,0x65,0x73,0x63,0x72,0x69,0x70,0x74,0x69,0x6f,0x6e,0x20,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22, +0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x70,0x3e,0x79,0x6f,0x75,0x20,0x63,0x61,0x6e,0x20,0x67,0x65,0x74, +0x20,0x61,0x6e,0x20,0x61,0x70,0x69,0x20,0x6b,0x65,0x79,0x20,0x3c,0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x68,0x74,0x74, +0x70,0x73,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x6c,0x61,0x73,0x74,0x2e,0x66,0x6d,0x2f,0x61,0x70,0x69,0x2f,0x61,0x63,0x63, +0x6f,0x75,0x6e,0x74,0x2f,0x63,0x72,0x65,0x61,0x74,0x65,0x22,0x20,0x74,0x61,0x72,0x67,0x65,0x74,0x3d,0x22,0x5f,0x62,0x6c, +0x61,0x6e,0x6b,0x22,0x3e,0x68,0x65,0x72,0x65,0x3c,0x2f,0x61,0x3e,0x20,0x28,0x6e,0x6f,0x74,0x65,0x3a,0x20,0x6f,0x6e,0x6c, +0x79,0x20,0x74,0x68,0x65,0x20,0x22,0x61,0x70,0x70,0x6c,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e,0x20,0x6e,0x61,0x6d,0x65,0x22, +0x20,0x66,0x69,0x65,0x6c,0x64,0x20,0x69,0x73,0x20,0x72,0x65,0x71,0x75,0x69,0x72,0x65,0x64,0x29,0x3c,0x2f,0x70,0x3e,0x0a, +0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73, +0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, +0x3c,0x70,0x3e,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67, +0x68,0x74,0x22,0x3e,0x63,0x75,0x72,0x72,0x65,0x6e,0x74,0x20,0x6b,0x65,0x79,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x20,0x3c, +0x69,0x3e,0x7b,0x7b,0x20,0x64,0x65,0x66,0x61,0x75,0x6c,0x74,0x20,0x22,0x6e,0x6f,0x74,0x20,0x73,0x65,0x74,0x22,0x20,0x2e, +0x43,0x75,0x72,0x72,0x65,0x6e,0x74,0x4c,0x61,0x73,0x74,0x46,0x4d,0x41,0x50,0x49,0x4b,0x65,0x79,0x20,0x7d,0x7d,0x3c,0x2f, +0x69,0x3e,0x3c,0x2f,0x70,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x70,0x3e,0x3c,0x73,0x70,0x61,0x6e,0x20, +0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x63,0x75,0x72,0x72,0x65, +0x6e,0x74,0x20,0x73,0x65,0x63,0x72,0x65,0x74,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x20,0x3c,0x69,0x3e,0x7b,0x7b,0x20,0x64, +0x65,0x66,0x61,0x75,0x6c,0x74,0x20,0x22,0x6e,0x6f,0x74,0x20,0x73,0x65,0x74,0x22,0x20,0x2e,0x43,0x75,0x72,0x72,0x65,0x6e, +0x74,0x4c,0x61,0x73,0x74,0x46,0x4d,0x41,0x50,0x49,0x53,0x65,0x63,0x72,0x65,0x74,0x20,0x7d,0x7d,0x3c,0x2f,0x69,0x3e,0x3c, +0x2f,0x70,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x66,0x6f,0x72,0x6d, +0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x22,0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b, +0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x75,0x70,0x64,0x61,0x74,0x65,0x5f,0x6c,0x61, +0x73,0x74,0x66,0x6d,0x5f,0x61,0x70,0x69,0x5f,0x6b,0x65,0x79,0x5f,0x64,0x6f,0x22,0x20,0x7d,0x7d,0x22,0x20,0x6d,0x65,0x74, +0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70, +0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x22,0x20,0x69,0x64,0x3d,0x22,0x61,0x70,0x69,0x5f,0x6b, +0x65,0x79,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x61,0x70,0x69,0x5f,0x6b,0x65,0x79,0x22,0x20,0x70,0x6c,0x61,0x63,0x65, +0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x6e,0x65,0x77,0x20,0x6b,0x65,0x79,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20, +0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x22,0x20,0x69,0x64,0x3d, +0x22,0x73,0x65,0x63,0x72,0x65,0x74,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x73,0x65,0x63,0x72,0x65,0x74,0x22,0x20,0x70, +0x6c,0x61,0x63,0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x6e,0x65,0x77,0x20,0x73,0x65,0x63,0x72,0x65,0x74,0x22,0x3e, +0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75, +0x62,0x6d,0x69,0x74,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22,0x75,0x70,0x64,0x61,0x74,0x65,0x22,0x3e,0x0a,0x20,0x20, +0x20,0x20,0x3c,0x2f,0x66,0x6f,0x72,0x6d,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20, +0x7d,0x7d,0x0a, +}}, +"pages/login.tmpl": &EmbeddedAsset{ + ModTime: time.Unix(1585186963, 0), + Bytes: []byte{ +0x7b,0x7b,0x20,0x64,0x65,0x66,0x69,0x6e,0x65,0x20,0x22,0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x22,0x20,0x7d,0x7d,0x0a,0x3c, +0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a, +0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c, +0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64, +0x69,0x20,0x6d,0x64,0x69,0x2d,0x6c,0x6f,0x67,0x69,0x6e,0x2d,0x76,0x61,0x72,0x69,0x61,0x6e,0x74,0x22,0x3e,0x3c,0x2f,0x69, +0x3e,0x20,0x6c,0x6f,0x67,0x69,0x6e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c, +0x66,0x6f,0x72,0x6d,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x22,0x20,0x61,0x63,0x74,0x69,0x6f, +0x6e,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x6c,0x6f,0x67,0x69,0x6e, +0x5f,0x64,0x6f,0x22,0x20,0x7d,0x7d,0x22,0x20,0x6d,0x65,0x74,0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x0a, +0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x78, +0x74,0x22,0x20,0x69,0x64,0x3d,0x22,0x75,0x73,0x65,0x72,0x6e,0x61,0x6d,0x65,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x75, +0x73,0x65,0x72,0x6e,0x61,0x6d,0x65,0x22,0x20,0x70,0x6c,0x61,0x63,0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x75,0x73, +0x65,0x72,0x6e,0x61,0x6d,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20, +0x74,0x79,0x70,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x20,0x69,0x64,0x3d,0x22,0x70,0x61,0x73,0x73, +0x77,0x6f,0x72,0x64,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x20,0x70,0x6c, +0x61,0x63,0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x3e,0x0a,0x20,0x20, +0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d,0x69, +0x74,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22,0x6c,0x6f,0x67,0x69,0x6e,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f, +0x66,0x6f,0x72,0x6d,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a, }}, "static/favicon.ico": &EmbeddedAsset{ - ModTime: time.Unix(1584982977, 0), + ModTime: time.Unix(1585186963, 0), Bytes: []byte{ 0x00,0x00,0x01,0x00,0x01,0x00,0x20,0x20,0x00,0x00,0x01,0x00,0x20,0x00,0xa8,0x10,0x00,0x00,0x16,0x00,0x00,0x00,0x28,0x00, 0x00,0x00,0x20,0x00,0x00,0x00,0x40,0x00,0x00,0x00,0x01,0x00,0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, @@ -268,8 +733,169 @@ var Bytes = map[string]*EmbeddedAsset{ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x8e,0x00,0x00,0x79,0x00,0x00, 0x00,0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, }}, +"static/playlist-upload.js": &EmbeddedAsset{ + ModTime: time.Unix(1585758526, 0), + Bytes: []byte{ +0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x2e,0x67,0x65,0x74,0x45,0x6c,0x65,0x6d,0x65,0x6e,0x74,0x42,0x79,0x49,0x64,0x28, +0x22,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x2d,0x75,0x70,0x6c,0x6f,0x61,0x64,0x2d,0x69,0x6e,0x70,0x75,0x74,0x22,0x29, +0x2e,0x6f,0x6e,0x63,0x68,0x61,0x6e,0x67,0x65,0x20,0x3d,0x20,0x65,0x20,0x3d,0x3e,0x20,0x7b,0x0a,0x20,0x20,0x64,0x6f,0x63, +0x75,0x6d,0x65,0x6e,0x74,0x2e,0x67,0x65,0x74,0x45,0x6c,0x65,0x6d,0x65,0x6e,0x74,0x42,0x79,0x49,0x64,0x28,0x22,0x70,0x6c, +0x61,0x79,0x6c,0x69,0x73,0x74,0x2d,0x75,0x70,0x6c,0x6f,0x61,0x64,0x2d,0x66,0x6f,0x72,0x6d,0x22,0x29,0x2e,0x73,0x75,0x62, +0x6d,0x69,0x74,0x28,0x29,0x3b,0x0a,0x7d,0x3b,0x0a, +}}, +"static/main.css": &EmbeddedAsset{ + ModTime: time.Unix(1589893739, 0), + Bytes: []byte{ +0x3a,0x72,0x6f,0x6f,0x74,0x20,0x7b,0x0a,0x20,0x20,0x2d,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31,0x33,0x70,0x78,0x3b,0x0a, +0x20,0x20,0x2d,0x2d,0x77,0x69,0x64,0x74,0x68,0x2d,0x62,0x6f,0x64,0x79,0x3a,0x20,0x37,0x35,0x30,0x70,0x78,0x3b,0x0a,0x20, +0x20,0x2d,0x2d,0x77,0x69,0x64,0x74,0x68,0x2d,0x62,0x6f,0x78,0x2d,0x64,0x65,0x73,0x63,0x72,0x69,0x70,0x74,0x69,0x6f,0x6e, +0x3a,0x20,0x35,0x31,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x2d,0x2d,0x77,0x69,0x64,0x74,0x68,0x2d,0x66,0x6f,0x72,0x6d,0x3a, +0x20,0x34,0x30,0x30,0x70,0x78,0x3b,0x0a,0x7d,0x0a,0x0a,0x40,0x6d,0x65,0x64,0x69,0x61,0x20,0x6f,0x6e,0x6c,0x79,0x20,0x73, +0x63,0x72,0x65,0x65,0x6e,0x20,0x61,0x6e,0x64,0x20,0x28,0x6d,0x61,0x78,0x2d,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x37,0x38, +0x30,0x70,0x78,0x29,0x20,0x7b,0x0a,0x20,0x20,0x3a,0x72,0x6f,0x6f,0x74,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x2d,0x73, +0x69,0x7a,0x65,0x3a,0x20,0x31,0x31,0x70,0x78,0x3b,0x0a,0x20,0x20,0x7d,0x0a,0x7d,0x0a,0x0a,0x2a,0x2c,0x0a,0x62,0x6f,0x64, +0x79,0x2c,0x0a,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2c,0x0a,0x64,0x69,0x76,0x2c,0x0a,0x69,0x2c,0x0a,0x69,0x6e,0x70,0x75,0x74, +0x5b,0x74,0x79,0x70,0x65,0x5d,0x2c,0x0a,0x73,0x65,0x6c,0x65,0x63,0x74,0x2c,0x0a,0x73,0x70,0x61,0x6e,0x2c,0x0a,0x68,0x74, +0x6d,0x6c,0x20,0x7b,0x0a,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x66,0x61,0x6d,0x69,0x6c,0x79,0x3a,0x20,0x6d,0x6f,0x6e,0x6f, +0x73,0x70,0x61,0x63,0x65,0x3b,0x0a,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x76,0x61,0x72,0x28, +0x2d,0x2d,0x73,0x69,0x7a,0x65,0x29,0x3b,0x0a,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x62,0x6c,0x61,0x63,0x6b,0x3b, +0x0a,0x7d,0x0a,0x0a,0x62,0x6f,0x64,0x79,0x20,0x7b,0x0a,0x20,0x20,0x6d,0x61,0x78,0x2d,0x77,0x69,0x64,0x74,0x68,0x3a,0x20, +0x76,0x61,0x72,0x28,0x2d,0x2d,0x77,0x69,0x64,0x74,0x68,0x2d,0x62,0x6f,0x64,0x79,0x29,0x3b,0x0a,0x20,0x20,0x6d,0x61,0x72, +0x67,0x69,0x6e,0x3a,0x20,0x30,0x20,0x61,0x75,0x74,0x6f,0x3b,0x0a,0x20,0x20,0x6f,0x76,0x65,0x72,0x66,0x6c,0x6f,0x77,0x2d, +0x79,0x3a,0x20,0x73,0x63,0x72,0x6f,0x6c,0x6c,0x3b,0x0a,0x7d,0x0a,0x0a,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65, +0x5d,0x2c,0x0a,0x73,0x65,0x6c,0x65,0x63,0x74,0x2c,0x0a,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2c,0x0a,0x74,0x65,0x78,0x74,0x61, +0x72,0x65,0x61,0x20,0x7b,0x0a,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x30, +0x3b,0x0a,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x20,0x31,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x63, +0x63,0x63,0x3b,0x0a,0x20,0x20,0x62,0x6f,0x78,0x2d,0x73,0x69,0x7a,0x69,0x6e,0x67,0x3a,0x20,0x62,0x6f,0x72,0x64,0x65,0x72, +0x2d,0x62,0x6f,0x78,0x3b,0x0a,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20,0x31,0x70,0x78,0x20,0x30,0x3b,0x0a,0x20, +0x20,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x30,0x3b,0x0a,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x63, +0x61,0x6c,0x63,0x28,0x76,0x61,0x72,0x28,0x2d,0x2d,0x73,0x69,0x7a,0x65,0x29,0x20,0x2a,0x20,0x31,0x2e,0x32,0x35,0x29,0x3b, +0x0a,0x20,0x20,0x76,0x65,0x72,0x74,0x69,0x63,0x61,0x6c,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x62,0x6f,0x74,0x74,0x6f, +0x6d,0x3b,0x0a,0x7d,0x0a,0x0a,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x5d,0x20,0x7b,0x0a,0x20,0x20,0x77,0x69, +0x64,0x74,0x68,0x3a,0x20,0x63,0x61,0x6c,0x63,0x28,0x76,0x61,0x72,0x28,0x2d,0x2d,0x73,0x69,0x7a,0x65,0x29,0x20,0x2a,0x20, +0x39,0x29,0x3b,0x0a,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20, +0x77,0x68,0x69,0x74,0x65,0x3b,0x0a,0x20,0x20,0x63,0x75,0x72,0x73,0x6f,0x72,0x3a,0x20,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72, +0x3b,0x0a,0x7d,0x0a,0x0a,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x22,0x5d,0x2c, +0x0a,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x5d,0x20, +0x7b,0x0a,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x31,0x30,0x30,0x25,0x3b,0x0a,0x7d,0x0a,0x0a,0x66,0x6f,0x72,0x6d, +0x20,0x7b,0x0a,0x20,0x20,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x69,0x6e,0x6c,0x69,0x6e,0x65,0x3b,0x0a,0x7d,0x0a, +0x0a,0x66,0x6f,0x72,0x6d,0x2e,0x62,0x6c,0x6f,0x63,0x6b,0x20,0x7b,0x0a,0x20,0x20,0x6d,0x61,0x78,0x2d,0x77,0x69,0x64,0x74, +0x68,0x3a,0x20,0x76,0x61,0x72,0x28,0x2d,0x2d,0x77,0x69,0x64,0x74,0x68,0x2d,0x66,0x6f,0x72,0x6d,0x29,0x3b,0x0a,0x20,0x20, +0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x20,0x61,0x75,0x74,0x6f,0x3b,0x0a,0x20,0x20,0x6d,0x61,0x72, +0x67,0x69,0x6e,0x2d,0x72,0x69,0x67,0x68,0x74,0x3a,0x20,0x30,0x3b,0x0a,0x20,0x20,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a, +0x20,0x66,0x6c,0x65,0x78,0x3b,0x0a,0x20,0x20,0x66,0x6c,0x65,0x78,0x2d,0x64,0x69,0x72,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a, +0x20,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x3b,0x0a,0x20,0x20,0x61,0x6c,0x69,0x67,0x6e,0x2d,0x69,0x74,0x65,0x6d,0x73,0x3a,0x20, +0x66,0x6c,0x65,0x78,0x2d,0x65,0x6e,0x64,0x3b,0x0a,0x20,0x20,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20, +0x72,0x69,0x67,0x68,0x74,0x3b,0x0a,0x7d,0x0a,0x0a,0x66,0x6f,0x72,0x6d,0x20,0x3e,0x20,0x2a,0x20,0x7b,0x0a,0x20,0x20,0x77, +0x69,0x64,0x74,0x68,0x3a,0x20,0x31,0x30,0x30,0x25,0x3b,0x0a,0x7d,0x0a,0x0a,0x74,0x61,0x62,0x6c,0x65,0x20,0x7b,0x0a,0x20, +0x20,0x77,0x68,0x69,0x74,0x65,0x2d,0x73,0x70,0x61,0x63,0x65,0x3a,0x20,0x6e,0x6f,0x77,0x72,0x61,0x70,0x3b,0x0a,0x7d,0x0a, +0x0a,0x74,0x61,0x62,0x6c,0x65,0x20,0x74,0x64,0x20,0x7b,0x0a,0x20,0x20,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x2d,0x6c,0x65, +0x66,0x74,0x3a,0x20,0x63,0x61,0x6c,0x63,0x28,0x76,0x61,0x72,0x28,0x2d,0x2d,0x73,0x69,0x7a,0x65,0x29,0x20,0x2a,0x20,0x30, +0x2e,0x35,0x29,0x3b,0x0a,0x7d,0x0a,0x0a,0x74,0x61,0x62,0x6c,0x65,0x20,0x74,0x64,0x2e,0x74,0x65,0x78,0x74,0x2d,0x74,0x72, +0x75,0x6e,0x63,0x20,0x7b,0x0a,0x20,0x20,0x74,0x65,0x78,0x74,0x2d,0x6f,0x76,0x65,0x72,0x66,0x6c,0x6f,0x77,0x3a,0x20,0x65, +0x6c,0x6c,0x69,0x70,0x73,0x69,0x73,0x3b,0x0a,0x20,0x20,0x6f,0x76,0x65,0x72,0x66,0x6c,0x6f,0x77,0x3a,0x20,0x68,0x69,0x64, +0x64,0x65,0x6e,0x3b,0x0a,0x20,0x20,0x6d,0x61,0x78,0x2d,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x30,0x3b,0x0a,0x7d,0x0a,0x0a, +0x70,0x20,0x7b,0x0a,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x69,0x6e,0x68,0x65,0x72,0x69,0x74,0x3b,0x0a,0x7d,0x0a, +0x0a,0x61,0x2c,0x0a,0x61,0x3a,0x76,0x69,0x73,0x69,0x74,0x65,0x64,0x20,0x7b,0x0a,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a, +0x20,0x23,0x30,0x30,0x36,0x34,0x63,0x31,0x3b,0x0a,0x20,0x20,0x74,0x65,0x78,0x74,0x2d,0x64,0x65,0x63,0x6f,0x72,0x61,0x74, +0x69,0x6f,0x6e,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x7d,0x0a,0x0a,0x61,0x3a,0x68,0x6f,0x76,0x65,0x72,0x20,0x7b,0x0a, +0x20,0x20,0x74,0x65,0x78,0x74,0x2d,0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x75,0x6e,0x64,0x65,0x72, +0x6c,0x69,0x6e,0x65,0x3b,0x0a,0x7d,0x0a,0x0a,0x23,0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x20,0x3e,0x20,0x2a,0x20,0x7b,0x0a, +0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20,0x63,0x61,0x6c,0x63,0x28,0x76,0x61,0x72,0x28,0x2d,0x2d,0x73,0x69,0x7a, +0x65,0x29,0x20,0x2a,0x20,0x31,0x2e,0x35,0x29,0x3b,0x0a,0x7d,0x0a,0x0a,0x23,0x68,0x65,0x61,0x64,0x65,0x72,0x20,0x7b,0x0a, +0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x20,0x32,0x70,0x78,0x20,0x73,0x6f,0x6c, +0x69,0x64,0x20,0x23,0x30,0x30,0x30,0x30,0x30,0x30,0x31,0x61,0x3b,0x0a,0x7d,0x0a,0x0a,0x23,0x68,0x65,0x61,0x64,0x65,0x72, +0x20,0x69,0x6d,0x67,0x20,0x7b,0x0a,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x36,0x30,0x25,0x3b,0x0a,0x20,0x20,0x64, +0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x0a,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a, +0x20,0x30,0x20,0x61,0x75,0x74,0x6f,0x3b,0x0a,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x61,0x75,0x74,0x6f,0x3b, +0x0a,0x7d,0x0a,0x0a,0x2e,0x66,0x6c,0x61,0x73,0x68,0x2d,0x77,0x61,0x72,0x6e,0x69,0x6e,0x67,0x20,0x7b,0x0a,0x20,0x20,0x62, +0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x66,0x64,0x31,0x62,0x31,0x62, +0x31,0x63,0x3b,0x0a,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x69,0x67,0x68,0x74,0x3a,0x20,0x32,0x70,0x78,0x20, +0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x66,0x64,0x31,0x62,0x31,0x62,0x31,0x63,0x3b,0x0a,0x20,0x20,0x62,0x6f,0x72,0x64,0x65, +0x72,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x20,0x32,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x66,0x64,0x31, +0x62,0x31,0x62,0x31,0x63,0x3b,0x0a,0x7d,0x0a,0x0a,0x2e,0x66,0x6c,0x61,0x73,0x68,0x2d,0x6e,0x6f,0x72,0x6d,0x61,0x6c,0x20, +0x7b,0x0a,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x31, +0x35,0x66,0x66,0x35,0x34,0x32,0x34,0x3b,0x0a,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x69,0x67,0x68,0x74,0x3a, +0x20,0x32,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x31,0x35,0x66,0x66,0x35,0x34,0x32,0x34,0x3b,0x0a,0x20,0x20, +0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x20,0x32,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64, +0x20,0x23,0x31,0x35,0x66,0x66,0x35,0x34,0x32,0x34,0x3b,0x0a,0x7d,0x0a,0x0a,0x2e,0x62,0x6f,0x78,0x20,0x7b,0x0a,0x20,0x20, +0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x30,0x30,0x30,0x30,0x30, +0x30,0x30,0x35,0x3b,0x0a,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x69,0x67,0x68,0x74,0x3a,0x20,0x32,0x70,0x78, +0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x63,0x3b,0x0a,0x20,0x20,0x62,0x6f,0x72,0x64, +0x65,0x72,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x20,0x32,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x30,0x30, +0x30,0x30,0x30,0x30,0x30,0x63,0x3b,0x0a,0x7d,0x0a,0x0a,0x2e,0x62,0x6f,0x78,0x2d,0x64,0x65,0x73,0x63,0x72,0x69,0x70,0x74, +0x69,0x6f,0x6e,0x20,0x7b,0x0a,0x20,0x20,0x6d,0x61,0x78,0x2d,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x76,0x61,0x72,0x28,0x2d, +0x2d,0x77,0x69,0x64,0x74,0x68,0x2d,0x62,0x6f,0x78,0x2d,0x64,0x65,0x73,0x63,0x72,0x69,0x70,0x74,0x69,0x6f,0x6e,0x29,0x3b, +0x0a,0x7d,0x0a,0x0a,0x40,0x6d,0x65,0x64,0x69,0x61,0x20,0x6f,0x6e,0x6c,0x79,0x20,0x73,0x63,0x72,0x65,0x65,0x6e,0x20,0x61, +0x6e,0x64,0x20,0x28,0x6d,0x61,0x78,0x2d,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x37,0x38,0x30,0x70,0x78,0x29,0x20,0x7b,0x0a, +0x20,0x20,0x2e,0x6e,0x6f,0x2d,0x73,0x6d,0x61,0x6c,0x6c,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x64,0x69,0x73,0x70,0x6c,0x61, +0x79,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x20,0x20,0x7d,0x0a,0x7d,0x0a,0x0a,0x2e,0x74,0x65,0x78,0x74,0x2d,0x72,0x69, +0x67,0x68,0x74,0x20,0x7b,0x0a,0x20,0x20,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x72,0x69,0x67,0x68, +0x74,0x3b,0x0a,0x7d,0x0a,0x0a,0x2e,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x20,0x7b,0x0a,0x20,0x20,0x63,0x6f, +0x6c,0x6f,0x72,0x3a,0x20,0x23,0x30,0x30,0x30,0x30,0x30,0x30,0x38,0x32,0x3b,0x0a,0x7d,0x0a,0x0a,0x2e,0x74,0x65,0x78,0x74, +0x2d,0x65,0x6d,0x70,0x20,0x7b,0x0a,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x74,0x79,0x6c,0x65,0x3a,0x20,0x69,0x74,0x61, +0x6c,0x69,0x63,0x3b,0x0a,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x34,0x34,0x34,0x3b,0x0a,0x7d,0x0a,0x0a,0x2e, +0x62,0x6c,0x6f,0x63,0x6b,0x2d,0x72,0x69,0x67,0x68,0x74,0x20,0x3e,0x20,0x2a,0x20,0x7b,0x0a,0x20,0x20,0x6d,0x61,0x72,0x67, +0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x20,0x61,0x75,0x74,0x6f,0x3b,0x0a,0x7d,0x0a,0x0a,0x2e,0x70,0x61,0x64,0x64,0x65, +0x64,0x20,0x7b,0x0a,0x20,0x20,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x76,0x61,0x72,0x28,0x2d,0x2d,0x73,0x69,0x7a, +0x65,0x29,0x3b,0x0a,0x7d,0x0a,0x0a,0x2e,0x70,0x61,0x64,0x64,0x65,0x64,0x2d,0x73,0x69,0x64,0x65,0x20,0x7b,0x0a,0x20,0x20, +0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x30,0x20,0x76,0x61,0x72,0x28,0x2d,0x2d,0x73,0x69,0x7a,0x65,0x29,0x3b,0x0a, +0x7d,0x0a,0x0a,0x2e,0x61,0x6e,0x67,0x72,0x79,0x20,0x7b,0x0a,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64, +0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x66,0x34,0x34,0x33,0x33,0x36,0x36,0x39,0x3b,0x0a,0x7d,0x0a, +}}, +"static/reset.css": &EmbeddedAsset{ + ModTime: time.Unix(1585186963, 0), + Bytes: []byte{ +0x2f,0x2a,0x20,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x6d,0x65,0x79,0x65,0x72,0x77,0x65,0x62,0x2e,0x63,0x6f,0x6d,0x2f,0x65, +0x72,0x69,0x63,0x2f,0x74,0x6f,0x6f,0x6c,0x73,0x2f,0x63,0x73,0x73,0x2f,0x72,0x65,0x73,0x65,0x74,0x2f,0x0a,0x20,0x20,0x20, +0x76,0x32,0x2e,0x30,0x20,0x7c,0x20,0x32,0x30,0x31,0x31,0x30,0x31,0x32,0x36,0x0a,0x20,0x20,0x20,0x4c,0x69,0x63,0x65,0x6e, +0x73,0x65,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x20,0x28,0x70,0x75,0x62,0x6c,0x69,0x63,0x20,0x64,0x6f,0x6d,0x61,0x69,0x6e,0x29, +0x0a,0x2a,0x2f,0x0a,0x0a,0x68,0x74,0x6d,0x6c,0x2c,0x0a,0x62,0x6f,0x64,0x79,0x2c,0x0a,0x64,0x69,0x76,0x2c,0x0a,0x73,0x70, +0x61,0x6e,0x2c,0x0a,0x61,0x70,0x70,0x6c,0x65,0x74,0x2c,0x0a,0x6f,0x62,0x6a,0x65,0x63,0x74,0x2c,0x0a,0x69,0x66,0x72,0x61, +0x6d,0x65,0x2c,0x0a,0x68,0x31,0x2c,0x0a,0x68,0x32,0x2c,0x0a,0x68,0x33,0x2c,0x0a,0x68,0x34,0x2c,0x0a,0x68,0x35,0x2c,0x0a, +0x68,0x36,0x2c,0x0a,0x70,0x2c,0x0a,0x62,0x6c,0x6f,0x63,0x6b,0x71,0x75,0x6f,0x74,0x65,0x2c,0x0a,0x70,0x72,0x65,0x2c,0x0a, +0x61,0x2c,0x0a,0x61,0x62,0x62,0x72,0x2c,0x0a,0x61,0x63,0x72,0x6f,0x6e,0x79,0x6d,0x2c,0x0a,0x61,0x64,0x64,0x72,0x65,0x73, +0x73,0x2c,0x0a,0x62,0x69,0x67,0x2c,0x0a,0x63,0x69,0x74,0x65,0x2c,0x0a,0x63,0x6f,0x64,0x65,0x2c,0x0a,0x64,0x65,0x6c,0x2c, +0x0a,0x64,0x66,0x6e,0x2c,0x0a,0x65,0x6d,0x2c,0x0a,0x69,0x6d,0x67,0x2c,0x0a,0x69,0x6e,0x73,0x2c,0x0a,0x6b,0x62,0x64,0x2c, +0x0a,0x71,0x2c,0x0a,0x73,0x2c,0x0a,0x73,0x61,0x6d,0x70,0x2c,0x0a,0x73,0x6d,0x61,0x6c,0x6c,0x2c,0x0a,0x73,0x74,0x72,0x69, +0x6b,0x65,0x2c,0x0a,0x73,0x74,0x72,0x6f,0x6e,0x67,0x2c,0x0a,0x73,0x75,0x62,0x2c,0x0a,0x73,0x75,0x70,0x2c,0x0a,0x74,0x74, +0x2c,0x0a,0x76,0x61,0x72,0x2c,0x0a,0x62,0x2c,0x0a,0x75,0x2c,0x0a,0x69,0x2c,0x0a,0x63,0x65,0x6e,0x74,0x65,0x72,0x2c,0x0a, +0x64,0x6c,0x2c,0x0a,0x64,0x74,0x2c,0x0a,0x64,0x64,0x2c,0x0a,0x6f,0x6c,0x2c,0x0a,0x75,0x6c,0x2c,0x0a,0x6c,0x69,0x2c,0x0a, +0x66,0x69,0x65,0x6c,0x64,0x73,0x65,0x74,0x2c,0x0a,0x66,0x6f,0x72,0x6d,0x2c,0x0a,0x6c,0x61,0x62,0x65,0x6c,0x2c,0x0a,0x6c, +0x65,0x67,0x65,0x6e,0x64,0x2c,0x0a,0x74,0x61,0x62,0x6c,0x65,0x2c,0x0a,0x63,0x61,0x70,0x74,0x69,0x6f,0x6e,0x2c,0x0a,0x74, +0x62,0x6f,0x64,0x79,0x2c,0x0a,0x74,0x66,0x6f,0x6f,0x74,0x2c,0x0a,0x74,0x68,0x65,0x61,0x64,0x2c,0x0a,0x74,0x72,0x2c,0x0a, +0x74,0x68,0x2c,0x0a,0x74,0x64,0x2c,0x0a,0x61,0x72,0x74,0x69,0x63,0x6c,0x65,0x2c,0x0a,0x61,0x73,0x69,0x64,0x65,0x2c,0x0a, +0x63,0x61,0x6e,0x76,0x61,0x73,0x2c,0x0a,0x64,0x65,0x74,0x61,0x69,0x6c,0x73,0x2c,0x0a,0x65,0x6d,0x62,0x65,0x64,0x2c,0x0a, +0x66,0x69,0x67,0x75,0x72,0x65,0x2c,0x0a,0x66,0x69,0x67,0x63,0x61,0x70,0x74,0x69,0x6f,0x6e,0x2c,0x0a,0x66,0x6f,0x6f,0x74, +0x65,0x72,0x2c,0x0a,0x68,0x65,0x61,0x64,0x65,0x72,0x2c,0x0a,0x68,0x67,0x72,0x6f,0x75,0x70,0x2c,0x0a,0x6d,0x65,0x6e,0x75, +0x2c,0x0a,0x6e,0x61,0x76,0x2c,0x0a,0x6f,0x75,0x74,0x70,0x75,0x74,0x2c,0x0a,0x72,0x75,0x62,0x79,0x2c,0x0a,0x73,0x65,0x63, +0x74,0x69,0x6f,0x6e,0x2c,0x0a,0x73,0x75,0x6d,0x6d,0x61,0x72,0x79,0x2c,0x0a,0x74,0x69,0x6d,0x65,0x2c,0x0a,0x6d,0x61,0x72, +0x6b,0x2c,0x0a,0x61,0x75,0x64,0x69,0x6f,0x2c,0x0a,0x76,0x69,0x64,0x65,0x6f,0x20,0x7b,0x0a,0x20,0x20,0x6d,0x61,0x72,0x67, +0x69,0x6e,0x3a,0x20,0x30,0x3b,0x0a,0x20,0x20,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x30,0x3b,0x0a,0x20,0x20,0x62, +0x6f,0x72,0x64,0x65,0x72,0x3a,0x20,0x30,0x3b,0x0a,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31, +0x30,0x30,0x25,0x3b,0x0a,0x20,0x20,0x66,0x6f,0x6e,0x74,0x3a,0x20,0x69,0x6e,0x68,0x65,0x72,0x69,0x74,0x3b,0x0a,0x20,0x20, +0x76,0x65,0x72,0x74,0x69,0x63,0x61,0x6c,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x62,0x61,0x73,0x65,0x6c,0x69,0x6e,0x65, +0x3b,0x0a,0x7d,0x0a,0x0a,0x2f,0x2a,0x20,0x68,0x74,0x6d,0x6c,0x35,0x20,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x2d,0x72,0x6f, +0x6c,0x65,0x20,0x72,0x65,0x73,0x65,0x74,0x20,0x66,0x6f,0x72,0x20,0x6f,0x6c,0x64,0x65,0x72,0x20,0x62,0x72,0x6f,0x77,0x73, +0x65,0x72,0x73,0x20,0x2a,0x2f,0x0a,0x61,0x72,0x74,0x69,0x63,0x6c,0x65,0x2c,0x0a,0x61,0x73,0x69,0x64,0x65,0x2c,0x0a,0x64, +0x65,0x74,0x61,0x69,0x6c,0x73,0x2c,0x0a,0x66,0x69,0x67,0x63,0x61,0x70,0x74,0x69,0x6f,0x6e,0x2c,0x0a,0x66,0x69,0x67,0x75, +0x72,0x65,0x2c,0x0a,0x66,0x6f,0x6f,0x74,0x65,0x72,0x2c,0x0a,0x68,0x65,0x61,0x64,0x65,0x72,0x2c,0x0a,0x68,0x67,0x72,0x6f, +0x75,0x70,0x2c,0x0a,0x6d,0x65,0x6e,0x75,0x2c,0x0a,0x6e,0x61,0x76,0x2c,0x0a,0x73,0x65,0x63,0x74,0x69,0x6f,0x6e,0x20,0x7b, +0x0a,0x20,0x20,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x0a,0x7d,0x0a,0x0a,0x62,0x6f, +0x64,0x79,0x20,0x7b,0x0a,0x20,0x20,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x31,0x3b,0x0a,0x7d, +0x0a,0x0a,0x6f,0x6c,0x2c,0x0a,0x75,0x6c,0x20,0x7b,0x0a,0x20,0x20,0x6c,0x69,0x73,0x74,0x2d,0x73,0x74,0x79,0x6c,0x65,0x3a, +0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x7d,0x0a,0x0a,0x62,0x6c,0x6f,0x63,0x6b,0x71,0x75,0x6f,0x74,0x65,0x2c,0x0a,0x71,0x20, +0x7b,0x0a,0x20,0x20,0x71,0x75,0x6f,0x74,0x65,0x73,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x7d,0x0a,0x0a,0x62,0x6c,0x6f, +0x63,0x6b,0x71,0x75,0x6f,0x74,0x65,0x3a,0x62,0x65,0x66,0x6f,0x72,0x65,0x2c,0x0a,0x62,0x6c,0x6f,0x63,0x6b,0x71,0x75,0x6f, +0x74,0x65,0x3a,0x61,0x66,0x74,0x65,0x72,0x2c,0x0a,0x71,0x3a,0x62,0x65,0x66,0x6f,0x72,0x65,0x2c,0x0a,0x71,0x3a,0x61,0x66, +0x74,0x65,0x72,0x20,0x7b,0x0a,0x20,0x20,0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x3a,0x20,0x22,0x22,0x3b,0x0a,0x20,0x20,0x63, +0x6f,0x6e,0x74,0x65,0x6e,0x74,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x7d,0x0a,0x0a,0x74,0x61,0x62,0x6c,0x65,0x20,0x7b, +0x0a,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x63,0x6f,0x6c,0x6c,0x61,0x70,0x73,0x65,0x3a,0x20,0x63,0x6f,0x6c,0x6c, +0x61,0x70,0x73,0x65,0x3b,0x0a,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x73,0x70,0x61,0x63,0x69,0x6e,0x67,0x3a,0x20, +0x30,0x3b,0x0a,0x7d,0x0a, +}}, "static/gonic.png": &EmbeddedAsset{ - ModTime: time.Unix(1584982977, 0), + ModTime: time.Unix(1585186963, 0), Bytes: []byte{ 0x89,0x50,0x4e,0x47,0x0d,0x0a,0x1a,0x0a,0x00,0x00,0x00,0x0d,0x49,0x48,0x44,0x52,0x00,0x00,0x0e,0x8c,0x00,0x00,0x03,0xbd, 0x08,0x06,0x00,0x00,0x00,0x02,0x78,0xa4,0xad,0x00,0x00,0x0c,0x4c,0x7a,0x54,0x58,0x74,0x52,0x61,0x77,0x20,0x70,0x72,0x6f, @@ -10343,633 +10969,25 @@ var Bytes = map[string]*EmbeddedAsset{ 0xdb,0x8e,0xb8,0x7d,0x3b,0xc9,0x3b,0x92,0x7c,0x4f,0x12,0x61,0x51,0x00,0x00,0x38,0x45,0xfe,0x3f,0xdd,0xd5,0x44,0x59,0x4e, 0x55,0x23,0xfe,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, }}, -"static/playlist-upload.js": &EmbeddedAsset{ - ModTime: time.Unix(1585690672, 0), - Bytes: []byte{ -0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x2e,0x67,0x65,0x74,0x45,0x6c,0x65,0x6d,0x65,0x6e,0x74,0x42,0x79,0x49,0x64,0x28, -0x22,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x2d,0x75,0x70,0x6c,0x6f,0x61,0x64,0x2d,0x69,0x6e,0x70,0x75,0x74,0x22,0x29, -0x2e,0x6f,0x6e,0x63,0x68,0x61,0x6e,0x67,0x65,0x20,0x3d,0x20,0x65,0x20,0x3d,0x3e,0x20,0x7b,0x0a,0x20,0x20,0x64,0x6f,0x63, -0x75,0x6d,0x65,0x6e,0x74,0x2e,0x67,0x65,0x74,0x45,0x6c,0x65,0x6d,0x65,0x6e,0x74,0x42,0x79,0x49,0x64,0x28,0x22,0x70,0x6c, -0x61,0x79,0x6c,0x69,0x73,0x74,0x2d,0x75,0x70,0x6c,0x6f,0x61,0x64,0x2d,0x66,0x6f,0x72,0x6d,0x22,0x29,0x2e,0x73,0x75,0x62, -0x6d,0x69,0x74,0x28,0x29,0x3b,0x0a,0x7d,0x3b,0x0a, -}}, -"static/main.css": &EmbeddedAsset{ - ModTime: time.Unix(1587921596, 0), - Bytes: []byte{ -0x3a,0x72,0x6f,0x6f,0x74,0x20,0x7b,0x0a,0x20,0x20,0x2d,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31,0x33,0x70,0x78,0x3b,0x0a, -0x20,0x20,0x2d,0x2d,0x77,0x69,0x64,0x74,0x68,0x2d,0x62,0x6f,0x64,0x79,0x3a,0x20,0x37,0x35,0x30,0x70,0x78,0x3b,0x0a,0x20, -0x20,0x2d,0x2d,0x77,0x69,0x64,0x74,0x68,0x2d,0x62,0x6f,0x78,0x2d,0x64,0x65,0x73,0x63,0x72,0x69,0x70,0x74,0x69,0x6f,0x6e, -0x3a,0x20,0x35,0x31,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x2d,0x2d,0x77,0x69,0x64,0x74,0x68,0x2d,0x66,0x6f,0x72,0x6d,0x3a, -0x20,0x34,0x30,0x30,0x70,0x78,0x3b,0x0a,0x7d,0x0a,0x0a,0x40,0x6d,0x65,0x64,0x69,0x61,0x20,0x6f,0x6e,0x6c,0x79,0x20,0x73, -0x63,0x72,0x65,0x65,0x6e,0x20,0x61,0x6e,0x64,0x20,0x28,0x6d,0x61,0x78,0x2d,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x37,0x38, -0x30,0x70,0x78,0x29,0x20,0x7b,0x0a,0x20,0x20,0x3a,0x72,0x6f,0x6f,0x74,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x2d,0x73, -0x69,0x7a,0x65,0x3a,0x20,0x31,0x31,0x70,0x78,0x3b,0x0a,0x20,0x20,0x7d,0x0a,0x7d,0x0a,0x0a,0x2a,0x2c,0x0a,0x62,0x6f,0x64, -0x79,0x2c,0x0a,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2c,0x0a,0x64,0x69,0x76,0x2c,0x0a,0x69,0x2c,0x0a,0x69,0x6e,0x70,0x75,0x74, -0x5b,0x74,0x79,0x70,0x65,0x5d,0x2c,0x0a,0x73,0x65,0x6c,0x65,0x63,0x74,0x2c,0x0a,0x73,0x70,0x61,0x6e,0x2c,0x0a,0x68,0x74, -0x6d,0x6c,0x20,0x7b,0x0a,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x66,0x61,0x6d,0x69,0x6c,0x79,0x3a,0x20,0x6d,0x6f,0x6e,0x6f, -0x73,0x70,0x61,0x63,0x65,0x3b,0x0a,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x76,0x61,0x72,0x28, -0x2d,0x2d,0x73,0x69,0x7a,0x65,0x29,0x3b,0x0a,0x7d,0x0a,0x0a,0x62,0x6f,0x64,0x79,0x20,0x7b,0x0a,0x20,0x20,0x6d,0x61,0x78, -0x2d,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x76,0x61,0x72,0x28,0x2d,0x2d,0x77,0x69,0x64,0x74,0x68,0x2d,0x62,0x6f,0x64,0x79, -0x29,0x3b,0x0a,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20,0x30,0x20,0x61,0x75,0x74,0x6f,0x3b,0x0a,0x20,0x20,0x6f, -0x76,0x65,0x72,0x66,0x6c,0x6f,0x77,0x2d,0x79,0x3a,0x20,0x73,0x63,0x72,0x6f,0x6c,0x6c,0x3b,0x0a,0x7d,0x0a,0x0a,0x69,0x6e, -0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x5d,0x2c,0x0a,0x73,0x65,0x6c,0x65,0x63,0x74,0x2c,0x0a,0x62,0x75,0x74,0x74,0x6f, -0x6e,0x2c,0x0a,0x74,0x65,0x78,0x74,0x61,0x72,0x65,0x61,0x20,0x7b,0x0a,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72, -0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x30,0x3b,0x0a,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x20,0x31,0x70,0x78,0x20, -0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x63,0x63,0x63,0x3b,0x0a,0x20,0x20,0x62,0x6f,0x78,0x2d,0x73,0x69,0x7a,0x69,0x6e,0x67, -0x3a,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x78,0x3b,0x0a,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20, -0x31,0x70,0x78,0x20,0x30,0x3b,0x0a,0x20,0x20,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x30,0x3b,0x0a,0x20,0x20,0x68, -0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x63,0x61,0x6c,0x63,0x28,0x76,0x61,0x72,0x28,0x2d,0x2d,0x73,0x69,0x7a,0x65,0x29,0x20, -0x2a,0x20,0x31,0x2e,0x32,0x35,0x29,0x3b,0x0a,0x20,0x20,0x76,0x65,0x72,0x74,0x69,0x63,0x61,0x6c,0x2d,0x61,0x6c,0x69,0x67, -0x6e,0x3a,0x20,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3b,0x0a,0x7d,0x0a,0x0a,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65, -0x5d,0x20,0x7b,0x0a,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x63,0x61,0x6c,0x63,0x28,0x76,0x61,0x72,0x28,0x2d,0x2d, -0x73,0x69,0x7a,0x65,0x29,0x20,0x2a,0x20,0x39,0x29,0x3b,0x0a,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64, -0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x77,0x68,0x69,0x74,0x65,0x3b,0x0a,0x20,0x20,0x63,0x75,0x72,0x73,0x6f,0x72,0x3a, -0x20,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x7d,0x0a,0x0a,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d, -0x22,0x74,0x65,0x78,0x74,0x22,0x5d,0x2c,0x0a,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x70,0x61,0x73, -0x73,0x77,0x6f,0x72,0x64,0x22,0x5d,0x20,0x7b,0x0a,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x31,0x30,0x30,0x25,0x3b, -0x0a,0x7d,0x0a,0x0a,0x66,0x6f,0x72,0x6d,0x20,0x7b,0x0a,0x20,0x20,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x69,0x6e, -0x6c,0x69,0x6e,0x65,0x3b,0x0a,0x7d,0x0a,0x0a,0x66,0x6f,0x72,0x6d,0x2e,0x62,0x6c,0x6f,0x63,0x6b,0x20,0x7b,0x0a,0x20,0x20, -0x6d,0x61,0x78,0x2d,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x76,0x61,0x72,0x28,0x2d,0x2d,0x77,0x69,0x64,0x74,0x68,0x2d,0x66, -0x6f,0x72,0x6d,0x29,0x3b,0x0a,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x20,0x61,0x75,0x74, -0x6f,0x3b,0x0a,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x72,0x69,0x67,0x68,0x74,0x3a,0x20,0x30,0x3b,0x0a,0x20,0x20, -0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x66,0x6c,0x65,0x78,0x3b,0x0a,0x20,0x20,0x66,0x6c,0x65,0x78,0x2d,0x64,0x69, -0x72,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x3b,0x0a,0x20,0x20,0x61,0x6c,0x69,0x67,0x6e, -0x2d,0x69,0x74,0x65,0x6d,0x73,0x3a,0x20,0x66,0x6c,0x65,0x78,0x2d,0x65,0x6e,0x64,0x3b,0x0a,0x20,0x20,0x74,0x65,0x78,0x74, -0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x72,0x69,0x67,0x68,0x74,0x3b,0x0a,0x7d,0x0a,0x0a,0x66,0x6f,0x72,0x6d,0x20,0x3e, -0x20,0x2a,0x20,0x7b,0x0a,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x31,0x30,0x30,0x25,0x3b,0x0a,0x7d,0x0a,0x0a,0x74, -0x61,0x62,0x6c,0x65,0x20,0x7b,0x0a,0x20,0x20,0x77,0x68,0x69,0x74,0x65,0x2d,0x73,0x70,0x61,0x63,0x65,0x3a,0x20,0x6e,0x6f, -0x77,0x72,0x61,0x70,0x3b,0x0a,0x7d,0x0a,0x0a,0x74,0x61,0x62,0x6c,0x65,0x20,0x74,0x64,0x20,0x7b,0x0a,0x20,0x20,0x70,0x61, -0x64,0x64,0x69,0x6e,0x67,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x20,0x63,0x61,0x6c,0x63,0x28,0x76,0x61,0x72,0x28,0x2d,0x2d,0x73, -0x69,0x7a,0x65,0x29,0x20,0x2a,0x20,0x30,0x2e,0x35,0x29,0x3b,0x0a,0x7d,0x0a,0x0a,0x74,0x61,0x62,0x6c,0x65,0x20,0x74,0x64, -0x2e,0x74,0x65,0x78,0x74,0x2d,0x74,0x72,0x75,0x6e,0x63,0x20,0x7b,0x0a,0x20,0x20,0x74,0x65,0x78,0x74,0x2d,0x6f,0x76,0x65, -0x72,0x66,0x6c,0x6f,0x77,0x3a,0x20,0x65,0x6c,0x6c,0x69,0x70,0x73,0x69,0x73,0x3b,0x0a,0x20,0x20,0x6f,0x76,0x65,0x72,0x66, -0x6c,0x6f,0x77,0x3a,0x20,0x68,0x69,0x64,0x64,0x65,0x6e,0x3b,0x0a,0x20,0x20,0x6d,0x61,0x78,0x2d,0x77,0x69,0x64,0x74,0x68, -0x3a,0x20,0x30,0x3b,0x0a,0x7d,0x0a,0x0a,0x61,0x2c,0x0a,0x61,0x3a,0x76,0x69,0x73,0x69,0x74,0x65,0x64,0x20,0x7b,0x0a,0x20, -0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x30,0x30,0x36,0x34,0x63,0x31,0x3b,0x0a,0x20,0x20,0x74,0x65,0x78,0x74,0x2d, -0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x7d,0x0a,0x0a,0x61,0x3a,0x68, -0x6f,0x76,0x65,0x72,0x20,0x7b,0x0a,0x20,0x20,0x74,0x65,0x78,0x74,0x2d,0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x69,0x6f,0x6e, -0x3a,0x20,0x75,0x6e,0x64,0x65,0x72,0x6c,0x69,0x6e,0x65,0x3b,0x0a,0x7d,0x0a,0x0a,0x23,0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74, -0x20,0x3e,0x20,0x2a,0x20,0x7b,0x0a,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20,0x63,0x61,0x6c,0x63,0x28,0x76,0x61, -0x72,0x28,0x2d,0x2d,0x73,0x69,0x7a,0x65,0x29,0x20,0x2a,0x20,0x31,0x2e,0x35,0x29,0x3b,0x0a,0x7d,0x0a,0x0a,0x23,0x68,0x65, -0x61,0x64,0x65,0x72,0x20,0x7b,0x0a,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x20, -0x32,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x30,0x30,0x30,0x30,0x30,0x30,0x31,0x61,0x3b,0x0a,0x7d,0x0a,0x0a, -0x23,0x68,0x65,0x61,0x64,0x65,0x72,0x20,0x69,0x6d,0x67,0x20,0x7b,0x0a,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x36, -0x30,0x25,0x3b,0x0a,0x20,0x20,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x0a,0x20,0x20, -0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20,0x30,0x20,0x61,0x75,0x74,0x6f,0x3b,0x0a,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74, -0x3a,0x20,0x61,0x75,0x74,0x6f,0x3b,0x0a,0x7d,0x0a,0x0a,0x2e,0x66,0x6c,0x61,0x73,0x68,0x2d,0x77,0x61,0x72,0x6e,0x69,0x6e, -0x67,0x20,0x7b,0x0a,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20, -0x23,0x66,0x64,0x31,0x62,0x31,0x62,0x31,0x63,0x3b,0x0a,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x69,0x67,0x68, -0x74,0x3a,0x20,0x32,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x66,0x64,0x31,0x62,0x31,0x62,0x31,0x63,0x3b,0x0a, -0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x20,0x32,0x70,0x78,0x20,0x73,0x6f,0x6c, -0x69,0x64,0x20,0x23,0x66,0x64,0x31,0x62,0x31,0x62,0x31,0x63,0x3b,0x0a,0x7d,0x0a,0x0a,0x2e,0x66,0x6c,0x61,0x73,0x68,0x2d, -0x6e,0x6f,0x72,0x6d,0x61,0x6c,0x20,0x7b,0x0a,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f, -0x6c,0x6f,0x72,0x3a,0x20,0x23,0x31,0x35,0x66,0x66,0x35,0x34,0x32,0x34,0x3b,0x0a,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72, -0x2d,0x72,0x69,0x67,0x68,0x74,0x3a,0x20,0x32,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x31,0x35,0x66,0x66,0x35, -0x34,0x32,0x34,0x3b,0x0a,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x20,0x32,0x70, -0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x31,0x35,0x66,0x66,0x35,0x34,0x32,0x34,0x3b,0x0a,0x7d,0x0a,0x0a,0x2e,0x62, -0x6f,0x78,0x20,0x7b,0x0a,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a, -0x20,0x23,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x35,0x3b,0x0a,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x69,0x67, -0x68,0x74,0x3a,0x20,0x32,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x63,0x3b, -0x0a,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x20,0x32,0x70,0x78,0x20,0x73,0x6f, -0x6c,0x69,0x64,0x20,0x23,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x63,0x3b,0x0a,0x7d,0x0a,0x0a,0x2e,0x62,0x6f,0x78,0x2d,0x64, -0x65,0x73,0x63,0x72,0x69,0x70,0x74,0x69,0x6f,0x6e,0x20,0x7b,0x0a,0x20,0x20,0x6d,0x61,0x78,0x2d,0x77,0x69,0x64,0x74,0x68, -0x3a,0x20,0x76,0x61,0x72,0x28,0x2d,0x2d,0x77,0x69,0x64,0x74,0x68,0x2d,0x62,0x6f,0x78,0x2d,0x64,0x65,0x73,0x63,0x72,0x69, -0x70,0x74,0x69,0x6f,0x6e,0x29,0x3b,0x0a,0x7d,0x0a,0x0a,0x40,0x6d,0x65,0x64,0x69,0x61,0x20,0x6f,0x6e,0x6c,0x79,0x20,0x73, -0x63,0x72,0x65,0x65,0x6e,0x20,0x61,0x6e,0x64,0x20,0x28,0x6d,0x61,0x78,0x2d,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x37,0x38, -0x30,0x70,0x78,0x29,0x20,0x7b,0x0a,0x20,0x20,0x2e,0x6e,0x6f,0x2d,0x73,0x6d,0x61,0x6c,0x6c,0x20,0x7b,0x0a,0x20,0x20,0x20, -0x20,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x20,0x20,0x7d,0x0a,0x7d,0x0a,0x0a,0x2e, -0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x20,0x7b,0x0a,0x20,0x20,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67, -0x6e,0x3a,0x20,0x72,0x69,0x67,0x68,0x74,0x3b,0x0a,0x7d,0x0a,0x0a,0x2e,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74, -0x20,0x7b,0x0a,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x30,0x30,0x30,0x30,0x30,0x30,0x38,0x32,0x3b,0x0a,0x7d, -0x0a,0x0a,0x2e,0x74,0x65,0x78,0x74,0x2d,0x65,0x6d,0x70,0x20,0x7b,0x0a,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x74,0x79, -0x6c,0x65,0x3a,0x20,0x69,0x74,0x61,0x6c,0x69,0x63,0x3b,0x0a,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x34,0x34, -0x34,0x3b,0x0a,0x7d,0x0a,0x0a,0x2e,0x62,0x6c,0x6f,0x63,0x6b,0x2d,0x72,0x69,0x67,0x68,0x74,0x20,0x3e,0x20,0x2a,0x20,0x7b, -0x0a,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x20,0x61,0x75,0x74,0x6f,0x3b,0x0a,0x7d,0x0a, -0x0a,0x2e,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x7b,0x0a,0x20,0x20,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x76,0x61, -0x72,0x28,0x2d,0x2d,0x73,0x69,0x7a,0x65,0x29,0x3b,0x0a,0x7d,0x0a,0x0a,0x2e,0x70,0x61,0x64,0x64,0x65,0x64,0x2d,0x73,0x69, -0x64,0x65,0x20,0x7b,0x0a,0x20,0x20,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x30,0x20,0x76,0x61,0x72,0x28,0x2d,0x2d, -0x73,0x69,0x7a,0x65,0x29,0x3b,0x0a,0x7d,0x0a,0x0a,0x2e,0x61,0x6e,0x67,0x72,0x79,0x20,0x7b,0x0a,0x20,0x20,0x62,0x61,0x63, -0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x66,0x34,0x34,0x33,0x33,0x36,0x36,0x39, -0x3b,0x0a,0x7d,0x0a, -}}, -"pages/change_own_password.tmpl": &EmbeddedAsset{ - ModTime: time.Unix(1584982977, 0), - Bytes: []byte{ -0x7b,0x7b,0x20,0x64,0x65,0x66,0x69,0x6e,0x65,0x20,0x22,0x75,0x73,0x65,0x72,0x22,0x20,0x7d,0x7d,0x0a,0x3c,0x64,0x69,0x76, -0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a,0x20,0x20,0x20, -0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e, -0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d, -0x64,0x69,0x2d,0x61,0x63,0x63,0x6f,0x75,0x6e,0x74,0x2d,0x6b,0x65,0x79,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x63,0x68,0x61, -0x6e,0x67,0x69,0x6e,0x67,0x20,0x61,0x63,0x63,0x6f,0x75,0x6e,0x74,0x20,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x0a,0x20, -0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x66,0x6f,0x72,0x6d,0x20,0x63,0x6c,0x61,0x73, -0x73,0x3d,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x22,0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74, -0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x63,0x68,0x61,0x6e,0x67,0x65,0x5f,0x6f,0x77,0x6e,0x5f,0x70,0x61,0x73, -0x73,0x77,0x6f,0x72,0x64,0x5f,0x64,0x6f,0x22,0x20,0x7d,0x7d,0x22,0x20,0x6d,0x65,0x74,0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f, -0x73,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65, -0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x20,0x69,0x64,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64, -0x5f,0x6f,0x6e,0x65,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x5f,0x6f,0x6e,0x65, -0x22,0x20,0x70,0x6c,0x61,0x63,0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x6e,0x65,0x77,0x20,0x70,0x61,0x73,0x73,0x77, -0x6f,0x72,0x64,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70, -0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x20,0x69,0x64,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72, -0x64,0x5f,0x74,0x77,0x6f,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x5f,0x74,0x77, -0x6f,0x22,0x20,0x70,0x6c,0x61,0x63,0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x76,0x65,0x72,0x69,0x66,0x79,0x20,0x6e, -0x65,0x77,0x20,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69, -0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d,0x69,0x74,0x22,0x20,0x76,0x61,0x6c,0x75,0x65, -0x3d,0x22,0x63,0x68,0x61,0x6e,0x67,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x66,0x6f,0x72,0x6d,0x3e,0x0a,0x3c, -0x2f,0x64,0x69,0x76,0x3e,0x0a,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a, -}}, -"pages/login.tmpl": &EmbeddedAsset{ - ModTime: time.Unix(1584982977, 0), +"layouts/user.tmpl": &EmbeddedAsset{ + ModTime: time.Unix(1585186963, 0), Bytes: []byte{ 0x7b,0x7b,0x20,0x64,0x65,0x66,0x69,0x6e,0x65,0x20,0x22,0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x22,0x20,0x7d,0x7d,0x0a,0x3c, -0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a, -0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c, -0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64, -0x69,0x20,0x6d,0x64,0x69,0x2d,0x6c,0x6f,0x67,0x69,0x6e,0x2d,0x76,0x61,0x72,0x69,0x61,0x6e,0x74,0x22,0x3e,0x3c,0x2f,0x69, -0x3e,0x20,0x6c,0x6f,0x67,0x69,0x6e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c, -0x66,0x6f,0x72,0x6d,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x22,0x20,0x61,0x63,0x74,0x69,0x6f, -0x6e,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x6c,0x6f,0x67,0x69,0x6e, -0x5f,0x64,0x6f,0x22,0x20,0x7d,0x7d,0x22,0x20,0x6d,0x65,0x74,0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x0a, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x78, -0x74,0x22,0x20,0x69,0x64,0x3d,0x22,0x75,0x73,0x65,0x72,0x6e,0x61,0x6d,0x65,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x75, -0x73,0x65,0x72,0x6e,0x61,0x6d,0x65,0x22,0x20,0x70,0x6c,0x61,0x63,0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x75,0x73, -0x65,0x72,0x6e,0x61,0x6d,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20, -0x74,0x79,0x70,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x20,0x69,0x64,0x3d,0x22,0x70,0x61,0x73,0x73, -0x77,0x6f,0x72,0x64,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x20,0x70,0x6c, -0x61,0x63,0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x3e,0x0a,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d,0x69, -0x74,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22,0x6c,0x6f,0x67,0x69,0x6e,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f, -0x66,0x6f,0x72,0x6d,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a, -}}, -"pages/update_lastfm_api_key.tmpl": &EmbeddedAsset{ - ModTime: time.Unix(1585664404, 0), - Bytes: []byte{ -0x7b,0x7b,0x20,0x64,0x65,0x66,0x69,0x6e,0x65,0x20,0x22,0x75,0x73,0x65,0x72,0x22,0x20,0x7d,0x7d,0x0a,0x3c,0x64,0x69,0x76, -0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a,0x20,0x20,0x20, -0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e, -0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d, -0x64,0x69,0x2d,0x6b,0x65,0x79,0x2d,0x63,0x68,0x61,0x6e,0x67,0x65,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x75,0x70,0x64,0x61, -0x74,0x69,0x6e,0x67,0x20,0x6c,0x61,0x73,0x74,0x2e,0x66,0x6d,0x20,0x6b,0x65,0x79,0x73,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f, -0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78, -0x2d,0x64,0x65,0x73,0x63,0x72,0x69,0x70,0x74,0x69,0x6f,0x6e,0x20,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22, -0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x70,0x3e,0x79,0x6f,0x75,0x20,0x63,0x61,0x6e,0x20,0x67,0x65,0x74, -0x20,0x61,0x6e,0x20,0x61,0x70,0x69,0x20,0x6b,0x65,0x79,0x20,0x3c,0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x68,0x74,0x74, -0x70,0x73,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x6c,0x61,0x73,0x74,0x2e,0x66,0x6d,0x2f,0x61,0x70,0x69,0x2f,0x61,0x63,0x63, -0x6f,0x75,0x6e,0x74,0x2f,0x63,0x72,0x65,0x61,0x74,0x65,0x22,0x20,0x74,0x61,0x72,0x67,0x65,0x74,0x3d,0x22,0x5f,0x62,0x6c, -0x61,0x6e,0x6b,0x22,0x3e,0x68,0x65,0x72,0x65,0x3c,0x2f,0x61,0x3e,0x20,0x28,0x6e,0x6f,0x74,0x65,0x3a,0x20,0x6f,0x6e,0x6c, -0x79,0x20,0x74,0x68,0x65,0x20,0x22,0x61,0x70,0x70,0x6c,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e,0x20,0x6e,0x61,0x6d,0x65,0x22, -0x20,0x66,0x69,0x65,0x6c,0x64,0x20,0x69,0x73,0x20,0x72,0x65,0x71,0x75,0x69,0x72,0x65,0x64,0x29,0x3c,0x2f,0x70,0x3e,0x0a, -0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73, -0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x3c,0x70,0x3e,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67, -0x68,0x74,0x22,0x3e,0x63,0x75,0x72,0x72,0x65,0x6e,0x74,0x20,0x6b,0x65,0x79,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x20,0x3c, -0x69,0x3e,0x7b,0x7b,0x20,0x64,0x65,0x66,0x61,0x75,0x6c,0x74,0x20,0x22,0x6e,0x6f,0x74,0x20,0x73,0x65,0x74,0x22,0x20,0x2e, -0x43,0x75,0x72,0x72,0x65,0x6e,0x74,0x4c,0x61,0x73,0x74,0x46,0x4d,0x41,0x50,0x49,0x4b,0x65,0x79,0x20,0x7d,0x7d,0x3c,0x2f, -0x69,0x3e,0x3c,0x2f,0x70,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x70,0x3e,0x3c,0x73,0x70,0x61,0x6e,0x20, -0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x63,0x75,0x72,0x72,0x65, -0x6e,0x74,0x20,0x73,0x65,0x63,0x72,0x65,0x74,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x20,0x3c,0x69,0x3e,0x7b,0x7b,0x20,0x64, -0x65,0x66,0x61,0x75,0x6c,0x74,0x20,0x22,0x6e,0x6f,0x74,0x20,0x73,0x65,0x74,0x22,0x20,0x2e,0x43,0x75,0x72,0x72,0x65,0x6e, -0x74,0x4c,0x61,0x73,0x74,0x46,0x4d,0x41,0x50,0x49,0x53,0x65,0x63,0x72,0x65,0x74,0x20,0x7d,0x7d,0x3c,0x2f,0x69,0x3e,0x3c, -0x2f,0x70,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x66,0x6f,0x72,0x6d, -0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x22,0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b, -0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x75,0x70,0x64,0x61,0x74,0x65,0x5f,0x6c,0x61, -0x73,0x74,0x66,0x6d,0x5f,0x61,0x70,0x69,0x5f,0x6b,0x65,0x79,0x5f,0x64,0x6f,0x22,0x20,0x7d,0x7d,0x22,0x20,0x6d,0x65,0x74, -0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70, -0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x22,0x20,0x69,0x64,0x3d,0x22,0x61,0x70,0x69,0x5f,0x6b, -0x65,0x79,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x61,0x70,0x69,0x5f,0x6b,0x65,0x79,0x22,0x20,0x70,0x6c,0x61,0x63,0x65, -0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x6e,0x65,0x77,0x20,0x6b,0x65,0x79,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x22,0x20,0x69,0x64,0x3d, -0x22,0x73,0x65,0x63,0x72,0x65,0x74,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x73,0x65,0x63,0x72,0x65,0x74,0x22,0x20,0x70, -0x6c,0x61,0x63,0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x6e,0x65,0x77,0x20,0x73,0x65,0x63,0x72,0x65,0x74,0x22,0x3e, -0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75, -0x62,0x6d,0x69,0x74,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22,0x75,0x70,0x64,0x61,0x74,0x65,0x22,0x3e,0x0a,0x20,0x20, -0x20,0x20,0x3c,0x2f,0x66,0x6f,0x72,0x6d,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20, -0x7d,0x7d,0x0a, -}}, -"pages/not_found.tmpl": &EmbeddedAsset{ - ModTime: time.Unix(1584982977, 0), - Bytes: []byte{ -0x7b,0x7b,0x20,0x64,0x65,0x66,0x69,0x6e,0x65,0x20,0x22,0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x22,0x20,0x7d,0x7d,0x0a,0x3c, -0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20, -0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e, -0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x61,0x67,0x65,0x20,0x6e,0x6f,0x74,0x20,0x66,0x6f,0x75,0x6e,0x64,0x0a, -0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x7b,0x7b,0x20,0x65,0x6e,0x64, -0x20,0x7d,0x7d,0x0a, -}}, -"pages/delete_user.tmpl": &EmbeddedAsset{ - ModTime: time.Unix(1585664404, 0), - Bytes: []byte{ -0x7b,0x7b,0x20,0x64,0x65,0x66,0x69,0x6e,0x65,0x20,0x22,0x75,0x73,0x65,0x72,0x22,0x20,0x7d,0x7d,0x0a,0x3c,0x64,0x69,0x76, -0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a,0x20,0x20,0x20, -0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e, -0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d, -0x64,0x69,0x2d,0x61,0x63,0x63,0x6f,0x75,0x6e,0x74,0x2d,0x72,0x65,0x6d,0x6f,0x76,0x65,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20, -0x64,0x65,0x6c,0x65,0x74,0x69,0x6e,0x67,0x20,0x75,0x73,0x65,0x72,0x20,0x7b,0x7b,0x20,0x2e,0x53,0x65,0x6c,0x65,0x63,0x74, -0x65,0x64,0x55,0x73,0x65,0x72,0x2e,0x4e,0x61,0x6d,0x65,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76, -0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x72, -0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x72,0x65,0x20,0x79,0x6f,0x75,0x20,0x73, -0x75,0x72,0x65,0x3f,0x3c,0x62,0x72,0x2f,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x73,0x70,0x61,0x6e,0x20, -0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x74,0x68,0x65,0x69,0x72, -0x20,0x70,0x6c,0x61,0x79,0x73,0x2c,0x20,0x73,0x74,0x61,0x72,0x72,0x65,0x64,0x2c,0x20,0x65,0x74,0x63,0x2e,0x20,0x77,0x69, -0x6c,0x6c,0x20,0x61,0x6c,0x73,0x6f,0x20,0x62,0x65,0x20,0x64,0x65,0x6c,0x65,0x74,0x65,0x64,0x3c,0x2f,0x73,0x70,0x61,0x6e, -0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x66,0x6f,0x72,0x6d,0x20,0x63, -0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x22,0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b,0x7b,0x20, -0x70,0x72,0x69,0x6e,0x74,0x66,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x64,0x65,0x6c,0x65,0x74,0x65,0x5f,0x75,0x73, -0x65,0x72,0x5f,0x64,0x6f,0x3f,0x75,0x73,0x65,0x72,0x3d,0x25,0x73,0x22,0x20,0x2e,0x53,0x65,0x6c,0x65,0x63,0x74,0x65,0x64, -0x55,0x73,0x65,0x72,0x2e,0x4e,0x61,0x6d,0x65,0x20,0x7c,0x20,0x70,0x61,0x74,0x68,0x20,0x7d,0x7d,0x22,0x20,0x6d,0x65,0x74, -0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70, -0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d,0x69,0x74,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22, -0x79,0x65,0x73,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x66,0x6f,0x72,0x6d,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e, -0x0a,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a, -}}, -"pages/home.tmpl": &EmbeddedAsset{ - ModTime: time.Unix(1587921596, 0), - Bytes: []byte{ -0x7b,0x7b,0x20,0x64,0x65,0x66,0x69,0x6e,0x65,0x20,0x22,0x75,0x73,0x65,0x72,0x22,0x20,0x7d,0x7d,0x0a,0x3c,0x64,0x69,0x76, -0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a,0x20,0x20,0x20, -0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e, -0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d, -0x64,0x69,0x2d,0x63,0x68,0x61,0x72,0x74,0x2d,0x61,0x72,0x63,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x73,0x74,0x61,0x74,0x73, -0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61, -0x73,0x73,0x3d,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x3c,0x74,0x61,0x62,0x6c,0x65,0x20,0x69,0x64,0x3d,0x22,0x73,0x74,0x61,0x74,0x73,0x22,0x20,0x63,0x6c,0x61,0x73, -0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x3c,0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x3c,0x74,0x64,0x3e,0x61,0x72,0x74,0x69,0x73,0x74,0x73,0x3a,0x3c,0x2f,0x74,0x64,0x3e,0x20,0x3c,0x74,0x64,0x3e,0x7b, -0x7b,0x20,0x2e,0x41,0x72,0x74,0x69,0x73,0x74,0x43,0x6f,0x75,0x6e,0x74,0x20,0x7d,0x7d,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x3c,0x74,0x64,0x3e,0x61,0x6c,0x62,0x75,0x6d,0x73,0x3a,0x3c,0x2f,0x74,0x64,0x3e,0x20,0x3c,0x74,0x64,0x3e,0x7b, -0x7b,0x20,0x2e,0x41,0x6c,0x62,0x75,0x6d,0x43,0x6f,0x75,0x6e,0x74,0x20,0x7d,0x7d,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x3c,0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x3c,0x74,0x64,0x3e,0x74,0x72,0x61,0x63,0x6b,0x73,0x3a,0x3c,0x2f,0x74,0x64,0x3e,0x20,0x3c,0x74,0x64,0x3e,0x7b,0x7b, -0x20,0x2e,0x54,0x72,0x61,0x63,0x6b,0x43,0x6f,0x75,0x6e,0x74,0x20,0x7d,0x7d,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c, -0x2f,0x74,0x61,0x62,0x6c,0x65,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76, -0x3e,0x0a,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78, -0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74, -0x69,0x74,0x6c,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d, -0x22,0x6d,0x64,0x69,0x20,0x6d,0x64,0x69,0x2d,0x6c,0x61,0x73,0x74,0x66,0x6d,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x6c,0x61, -0x73,0x74,0x2e,0x66,0x6d,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69, -0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x64,0x65,0x73,0x63,0x72,0x69,0x70,0x74,0x69,0x6f,0x6e, -0x20,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x70, -0x3e,0x67,0x6f,0x6e,0x69,0x63,0x20,0x63,0x61,0x6e,0x20,0x73,0x63,0x72,0x6f,0x62,0x62,0x6c,0x65,0x20,0x74,0x6f,0x20,0x3c, -0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x68,0x74,0x74,0x70,0x73,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x6c,0x61,0x73,0x74, -0x2e,0x66,0x6d,0x2f,0x22,0x20,0x74,0x61,0x72,0x67,0x65,0x74,0x3d,0x22,0x5f,0x62,0x6c,0x61,0x6e,0x6b,0x22,0x3e,0x6c,0x61, -0x73,0x74,0x2e,0x66,0x6d,0x3c,0x2f,0x61,0x3e,0x20,0x66,0x6f,0x72,0x20,0x61,0x6e,0x79,0x20,0x75,0x73,0x65,0x72,0x20,0x28, -0x62,0x75,0x74,0x20,0x74,0x68,0x65,0x20,0x61,0x64,0x6d,0x69,0x6e,0x20,0x6d,0x75,0x73,0x74,0x20,0x73,0x65,0x74,0x20,0x61, -0x20,0x67,0x6c,0x6f,0x62,0x61,0x6c,0x20,0x61,0x70,0x69,0x20,0x6b,0x65,0x79,0x29,0x3c,0x2f,0x70,0x3e,0x0a,0x20,0x20,0x20, -0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22, -0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20, -0x69,0x66,0x20,0x2e,0x43,0x75,0x72,0x72,0x65,0x6e,0x74,0x4c,0x61,0x73,0x74,0x46,0x4d,0x41,0x50,0x49,0x4b,0x65,0x79,0x20, -0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61, -0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x63,0x75,0x72,0x72,0x65,0x6e,0x74,0x20, -0x73,0x74,0x61,0x74,0x75,0x73,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x7b,0x7b,0x20,0x69,0x66,0x20,0x2e,0x55,0x73,0x65,0x72,0x2e,0x4c,0x61,0x73,0x74,0x46,0x4d,0x53,0x65,0x73,0x73, -0x69,0x6f,0x6e,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6c, -0x69,0x6e,0x6b,0x65,0x64,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x73, -0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x26, -0x23,0x31,0x32,0x34,0x3b,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x3c,0x66,0x6f,0x72,0x6d,0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61, -0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x75,0x6e,0x6c,0x69,0x6e,0x6b,0x5f,0x6c,0x61,0x73,0x74,0x66,0x6d, -0x5f,0x64,0x6f,0x22,0x20,0x7d,0x7d,0x22,0x20,0x6d,0x65,0x74,0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x0a, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70, -0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d,0x69,0x74,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22, -0x75,0x6e,0x6c,0x69,0x6e,0x6b,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x3c,0x2f,0x66,0x6f,0x72,0x6d,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20, -0x65,0x6c,0x73,0x65,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x61,0x6e,0x67,0x72,0x79,0x22,0x3e,0x75,0x6e,0x6c,0x69, -0x6e,0x6b,0x65,0x64,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x24,0x63,0x62,0x50,0x61,0x74,0x68,0x20,0x3a,0x3d,0x20,0x70,0x61,0x74,0x68,0x20,0x22, -0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x6c,0x69,0x6e,0x6b,0x5f,0x6c,0x61,0x73,0x74,0x66,0x6d,0x5f,0x64,0x6f,0x22,0x20,0x7d, -0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x24,0x63,0x62, -0x55,0x52,0x4c,0x20,0x3a,0x3d,0x20,0x70,0x72,0x69,0x6e,0x74,0x66,0x20,0x22,0x25,0x73,0x25,0x73,0x22,0x20,0x2e,0x52,0x65, -0x71,0x75,0x65,0x73,0x74,0x52,0x6f,0x6f,0x74,0x20,0x24,0x63,0x62,0x50,0x61,0x74,0x68,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x68,0x74, -0x74,0x70,0x73,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x6c,0x61,0x73,0x74,0x2e,0x66,0x6d,0x2f,0x61,0x70,0x69,0x2f,0x61,0x75, -0x74,0x68,0x2f,0x3f,0x61,0x70,0x69,0x5f,0x6b,0x65,0x79,0x3d,0x7b,0x7b,0x20,0x2e,0x43,0x75,0x72,0x72,0x65,0x6e,0x74,0x4c, -0x61,0x73,0x74,0x46,0x4d,0x41,0x50,0x49,0x4b,0x65,0x79,0x20,0x7d,0x7d,0x26,0x63,0x62,0x3d,0x7b,0x7b,0x20,0x24,0x63,0x62, -0x55,0x52,0x4c,0x20,0x7d,0x7d,0x22,0x3e,0x6c,0x69,0x6e,0x6b,0x26,0x23,0x38,0x32,0x33,0x30,0x3b,0x3c,0x2f,0x61,0x3e,0x0a, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6c,0x73,0x65,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x3c,0x70,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68, -0x74,0x22,0x3e,0x61,0x70,0x69,0x20,0x6b,0x65,0x79,0x20,0x6e,0x6f,0x74,0x20,0x73,0x65,0x74,0x3c,0x2f,0x70,0x3e,0x0a,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x69,0x66,0x20,0x6e,0x6f,0x74,0x20,0x2e,0x55,0x73, -0x65,0x72,0x2e,0x49,0x73,0x41,0x64,0x6d,0x69,0x6e,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x70,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67, -0x68,0x74,0x22,0x3e,0x70,0x6c,0x65,0x61,0x73,0x65,0x20,0x61,0x73,0x6b,0x20,0x79,0x6f,0x75,0x72,0x20,0x61,0x64,0x6d,0x69, -0x6e,0x20,0x74,0x6f,0x20,0x73,0x65,0x74,0x20,0x69,0x74,0x3c,0x2f,0x70,0x3e,0x0a,0x09,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20, -0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d, -0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x69,0x66,0x20,0x2e,0x55,0x73,0x65,0x72,0x2e,0x49,0x73,0x41, -0x64,0x6d,0x69,0x6e,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x70,0x3e,0x3c, -0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f, -0x75,0x70,0x64,0x61,0x74,0x65,0x5f,0x6c,0x61,0x73,0x74,0x66,0x6d,0x5f,0x61,0x70,0x69,0x5f,0x6b,0x65,0x79,0x22,0x20,0x7d, -0x7d,0x22,0x3e,0x75,0x70,0x64,0x61,0x74,0x65,0x20,0x61,0x70,0x69,0x20,0x6b,0x65,0x79,0x26,0x23,0x38,0x32,0x33,0x30,0x3b, -0x3c,0x2f,0x61,0x3e,0x3c,0x2f,0x70,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20, -0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x3c,0x64,0x69, -0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a,0x20,0x20, -0x20,0x20,0x7b,0x7b,0x20,0x69,0x66,0x20,0x2e,0x55,0x73,0x65,0x72,0x2e,0x49,0x73,0x41,0x64,0x6d,0x69,0x6e,0x20,0x7d,0x7d, -0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x2f,0x2a,0x20,0x61,0x64,0x6d,0x69,0x6e,0x20,0x70,0x61,0x6e,0x65, -0x6c,0x20,0x74,0x6f,0x20,0x6d,0x61,0x6e,0x61,0x67,0x65,0x20,0x61,0x6c,0x6c,0x20,0x75,0x73,0x65,0x72,0x73,0x20,0x2a,0x2f, -0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62, -0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c, -0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d,0x64,0x69,0x2d,0x61,0x63,0x63,0x6f,0x75,0x6e,0x74, -0x2d,0x6d,0x75,0x6c,0x74,0x69,0x70,0x6c,0x65,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x75,0x73,0x65,0x72,0x73,0x0a,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x64,0x69, -0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x72,0x61,0x6e,0x67,0x65,0x20,0x24,0x75,0x73,0x65,0x72,0x20,0x3a,0x3d,0x20, -0x2e,0x41,0x6c,0x6c,0x55,0x73,0x65,0x72,0x73,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x3c,0x69,0x3e,0x7b,0x7b,0x20,0x24,0x75,0x73,0x65,0x72,0x2e,0x4e,0x61,0x6d,0x65,0x20,0x7d,0x7d,0x3c,0x2f,0x69,0x3e, -0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73, -0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x20,0x6e,0x6f,0x2d,0x73,0x6d,0x61,0x6c,0x6c,0x22,0x3e,0x7b, -0x7b,0x20,0x24,0x75,0x73,0x65,0x72,0x2e,0x43,0x72,0x65,0x61,0x74,0x65,0x64,0x41,0x74,0x20,0x7c,0x20,0x64,0x61,0x74,0x65, -0x20,0x7d,0x7d,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c, -0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e, -0x26,0x23,0x31,0x32,0x34,0x3b,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x3c,0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x72,0x69,0x6e,0x74,0x66,0x20,0x22,0x2f,0x61, -0x64,0x6d,0x69,0x6e,0x2f,0x63,0x68,0x61,0x6e,0x67,0x65,0x5f,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x3f,0x75,0x73,0x65, -0x72,0x3d,0x25,0x73,0x22,0x20,0x24,0x75,0x73,0x65,0x72,0x2e,0x4e,0x61,0x6d,0x65,0x20,0x7c,0x20,0x70,0x61,0x74,0x68,0x20, -0x7d,0x7d,0x22,0x3e,0x63,0x68,0x61,0x6e,0x67,0x65,0x20,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x26,0x23,0x38,0x32,0x33, -0x30,0x3b,0x3c,0x2f,0x61,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x73,0x70,0x61,0x6e, -0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x26,0x23,0x31,0x32, -0x34,0x3b,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b, -0x20,0x69,0x66,0x20,0x24,0x75,0x73,0x65,0x72,0x2e,0x49,0x73,0x41,0x64,0x6d,0x69,0x6e,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73, -0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x64,0x65,0x6c,0x65,0x74,0x65,0x26,0x23,0x38,0x32, -0x33,0x30,0x3b,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b, -0x7b,0x20,0x65,0x6c,0x73,0x65,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x3c,0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x72,0x69,0x6e,0x74,0x66,0x20,0x22,0x2f,0x61, -0x64,0x6d,0x69,0x6e,0x2f,0x64,0x65,0x6c,0x65,0x74,0x65,0x5f,0x75,0x73,0x65,0x72,0x3f,0x75,0x73,0x65,0x72,0x3d,0x25,0x73, -0x22,0x20,0x24,0x75,0x73,0x65,0x72,0x2e,0x4e,0x61,0x6d,0x65,0x20,0x7c,0x20,0x70,0x61,0x74,0x68,0x20,0x7d,0x7d,0x22,0x3e, -0x64,0x65,0x6c,0x65,0x74,0x65,0x26,0x23,0x38,0x32,0x33,0x30,0x3b,0x3c,0x2f,0x61,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x3c,0x62,0x72,0x2f,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64, -0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x7b,0x7b,0x20, -0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x63,0x72,0x65,0x61,0x74,0x65,0x5f,0x75,0x73,0x65,0x72, -0x22,0x20,0x7d,0x7d,0x22,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x75,0x74,0x74,0x6f,0x6e,0x22,0x3e,0x63,0x72,0x65, -0x61,0x74,0x65,0x20,0x6e,0x65,0x77,0x26,0x23,0x38,0x32,0x33,0x30,0x3b,0x3c,0x2f,0x61,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6c,0x73,0x65,0x20,0x7d,0x7d, -0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x2f,0x2a,0x20,0x75,0x73,0x65,0x72,0x20,0x70,0x61,0x6e,0x65,0x6c, -0x20,0x74,0x6f,0x20,0x6d,0x61,0x6e,0x61,0x67,0x65,0x20,0x74,0x68,0x65,0x6d,0x73,0x65,0x6c,0x76,0x65,0x73,0x20,0x2a,0x2f, -0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62, -0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c, -0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d,0x64,0x69,0x2d,0x61,0x63,0x63,0x6f,0x75,0x6e,0x74, -0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x79,0x6f,0x75,0x72,0x20,0x61,0x63,0x63,0x6f,0x75,0x6e,0x74,0x0a,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20, -0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68, -0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x63,0x68,0x61,0x6e,0x67,0x65,0x5f,0x6f,0x77,0x6e,0x5f,0x70,0x61,0x73,0x73, -0x77,0x6f,0x72,0x64,0x22,0x20,0x7d,0x7d,0x22,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x75,0x74,0x74,0x6f,0x6e,0x22, -0x3e,0x63,0x68,0x61,0x6e,0x67,0x65,0x20,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x26,0x23,0x38,0x32,0x33,0x30,0x3b,0x3c, -0x2f,0x61,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x7b, -0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61, -0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69, -0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d,0x64,0x69,0x2d,0x66, -0x6f,0x6c,0x64,0x65,0x72,0x2d,0x6d,0x75,0x6c,0x74,0x69,0x70,0x6c,0x65,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x72,0x65,0x63, -0x65,0x6e,0x74,0x20,0x66,0x6f,0x6c,0x64,0x65,0x72,0x73,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20, -0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x2d,0x72,0x69,0x67, -0x68,0x74,0x20,0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x7b,0x7b,0x20,0x69,0x66,0x20,0x65,0x71,0x20,0x28,0x6c,0x65,0x6e,0x20,0x2e,0x52,0x65,0x63,0x65,0x6e,0x74,0x46,0x6f,0x6c, -0x64,0x65,0x72,0x73,0x29,0x20,0x30,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c, -0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e, -0x6e,0x6f,0x20,0x66,0x6f,0x6c,0x64,0x65,0x72,0x73,0x20,0x79,0x65,0x74,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x0a,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x3c,0x74,0x61,0x62,0x6c,0x65,0x20,0x69,0x64,0x3d,0x22,0x72,0x65,0x63,0x65,0x6e,0x74,0x2d,0x66,0x6f,0x6c,0x64,0x65,0x72, -0x73,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x63,0x6f,0x6c,0x67,0x72,0x6f,0x75,0x70,0x3e,0x0a,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x63,0x6f,0x6c,0x20,0x77,0x69,0x64,0x74,0x68,0x3d,0x22,0x38, -0x30,0x25,0x22,0x20,0x2f,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x63,0x6f,0x6c,0x20, -0x77,0x69,0x64,0x74,0x68,0x3d,0x22,0x30,0x25,0x22,0x20,0x2f,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f, -0x63,0x6f,0x6c,0x67,0x72,0x6f,0x75,0x70,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x72,0x61,0x6e, -0x67,0x65,0x20,0x24,0x66,0x6f,0x6c,0x64,0x65,0x72,0x20,0x3a,0x3d,0x20,0x2e,0x52,0x65,0x63,0x65,0x6e,0x74,0x46,0x6f,0x6c, -0x64,0x65,0x72,0x73,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x72,0x3e, -0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x64,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22, -0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x20,0x74,0x65,0x78,0x74,0x2d,0x74,0x72,0x75,0x6e,0x63,0x22,0x3e,0x7b, -0x7b,0x20,0x24,0x66,0x6f,0x6c,0x64,0x65,0x72,0x2e,0x52,0x69,0x67,0x68,0x74,0x50,0x61,0x74,0x68,0x20,0x7d,0x7d,0x3c,0x2f, -0x74,0x64,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x64,0x3e,0x3c,0x73,0x70,0x61, -0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x20,0x74,0x69,0x74, -0x6c,0x65,0x3d,0x22,0x7b,0x7b,0x20,0x24,0x66,0x6f,0x6c,0x64,0x65,0x72,0x2e,0x4d,0x6f,0x64,0x69,0x66,0x69,0x65,0x64,0x41, -0x74,0x20,0x7d,0x7d,0x22,0x3e,0x7b,0x7b,0x20,0x24,0x66,0x6f,0x6c,0x64,0x65,0x72,0x2e,0x4d,0x6f,0x64,0x69,0x66,0x69,0x65, -0x64,0x41,0x74,0x20,0x7c,0x20,0x64,0x61,0x74,0x65,0x48,0x75,0x6d,0x61,0x6e,0x20,0x7d,0x7d,0x3c,0x2f,0x73,0x70,0x61,0x6e, -0x3e,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x74,0x72,0x3e, -0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x3c,0x2f,0x74,0x61,0x62,0x6c,0x65,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x2d,0x20, -0x69,0x66,0x20,0x61,0x6e,0x64,0x20,0x28,0x6e,0x6f,0x74,0x20,0x2e,0x49,0x73,0x53,0x63,0x61,0x6e,0x6e,0x69,0x6e,0x67,0x29, -0x20,0x28,0x2e,0x55,0x73,0x65,0x72,0x2e,0x49,0x73,0x41,0x64,0x6d,0x69,0x6e,0x29,0x20,0x2d,0x7d,0x7d,0x0a,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x2d,0x20,0x69,0x66,0x20,0x6e,0x6f,0x74,0x20,0x2e,0x4c,0x61,0x73, -0x74,0x53,0x63,0x61,0x6e,0x54,0x69,0x6d,0x65,0x2e,0x49,0x73,0x5a,0x65,0x72,0x6f,0x20,0x2d,0x7d,0x7d,0x0a,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x70,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74, -0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x20,0x74,0x69,0x74,0x6c,0x65,0x3d,0x22,0x7b,0x7b,0x20,0x2e,0x4c,0x61, -0x73,0x74,0x53,0x63,0x61,0x6e,0x54,0x69,0x6d,0x65,0x20,0x7d,0x7d,0x22,0x3e,0x73,0x63,0x61,0x6e,0x6e,0x65,0x64,0x20,0x7b, -0x7b,0x20,0x2e,0x4c,0x61,0x73,0x74,0x53,0x63,0x61,0x6e,0x54,0x69,0x6d,0x65,0x20,0x7c,0x20,0x64,0x61,0x74,0x65,0x48,0x75, -0x6d,0x61,0x6e,0x20,0x7d,0x7d,0x3c,0x2f,0x70,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b, -0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x66,0x6f, -0x72,0x6d,0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d, -0x69,0x6e,0x2f,0x73,0x74,0x61,0x72,0x74,0x5f,0x73,0x63,0x61,0x6e,0x5f,0x69,0x6e,0x63,0x5f,0x64,0x6f,0x22,0x20,0x7d,0x7d, -0x22,0x20,0x6d,0x65,0x74,0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75, -0x62,0x6d,0x69,0x74,0x22,0x20,0x74,0x69,0x74,0x6c,0x65,0x3d,0x22,0x73,0x74,0x61,0x72,0x74,0x20,0x61,0x20,0x69,0x6e,0x63, -0x72,0x65,0x6d,0x65,0x6e,0x74,0x61,0x6c,0x20,0x73,0x63,0x61,0x6e,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22,0x73,0x63, -0x61,0x6e,0x20,0x6e,0x6f,0x77,0x22,0x3e,0x3c,0x62,0x72,0x2f,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x3c,0x2f,0x66,0x6f,0x72,0x6d,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x66, -0x6f,0x72,0x6d,0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64, -0x6d,0x69,0x6e,0x2f,0x73,0x74,0x61,0x72,0x74,0x5f,0x73,0x63,0x61,0x6e,0x5f,0x66,0x75,0x6c,0x6c,0x5f,0x64,0x6f,0x22,0x20, -0x7d,0x7d,0x22,0x20,0x6d,0x65,0x74,0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22, -0x73,0x75,0x62,0x6d,0x69,0x74,0x22,0x20,0x74,0x69,0x74,0x6c,0x65,0x3d,0x22,0x73,0x74,0x61,0x72,0x74,0x20,0x61,0x20,0x66, -0x75,0x6c,0x6c,0x20,0x73,0x63,0x61,0x6e,0x20,0x28,0x74,0x61,0x6b,0x65,0x73,0x20,0x6c,0x6f,0x6e,0x67,0x65,0x72,0x2c,0x20, -0x61,0x6e,0x64,0x20,0x73,0x68,0x6f,0x75,0x6c,0x64,0x6e,0x26,0x23,0x33,0x39,0x3b,0x74,0x20,0x75,0x73,0x75,0x61,0x6c,0x6c, -0x79,0x20,0x62,0x65,0x20,0x6e,0x65,0x63,0x65,0x73,0x73,0x61,0x72,0x79,0x29,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22, -0x73,0x63,0x61,0x6e,0x20,0x66,0x75,0x6c,0x6c,0x20,0x28,0x21,0x29,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x3c,0x2f,0x66,0x6f,0x72,0x6d,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65, -0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a, -0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e, -0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74, -0x6c,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d, -0x64,0x69,0x20,0x6d,0x64,0x69,0x2d,0x66,0x69,0x6c,0x65,0x2d,0x6d,0x75,0x73,0x69,0x63,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20, -0x74,0x72,0x61,0x6e,0x73,0x63,0x6f,0x64,0x69,0x6e,0x67,0x20,0x64,0x65,0x76,0x69,0x63,0x65,0x20,0x70,0x72,0x6f,0x66,0x69, -0x6c,0x65,0x73,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20, -0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x64,0x65,0x73,0x63,0x72,0x69,0x70,0x74,0x69,0x6f,0x6e,0x20,0x74, -0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x70,0x3e,0x79, -0x6f,0x75,0x20,0x63,0x61,0x6e,0x20,0x66,0x69,0x6e,0x64,0x20,0x79,0x6f,0x75,0x72,0x20,0x64,0x65,0x76,0x69,0x63,0x65,0x27, -0x73,0x20,0x63,0x6c,0x69,0x65,0x6e,0x74,0x20,0x6e,0x61,0x6d,0x65,0x20,0x69,0x6e,0x20,0x74,0x68,0x65,0x20,0x67,0x6f,0x6e, -0x69,0x63,0x20,0x6c,0x6f,0x67,0x73,0x2e,0x3c,0x2f,0x70,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x70,0x3e, -0x73,0x6f,0x6d,0x65,0x20,0x63,0x6f,0x6d,0x6d,0x6f,0x6e,0x20,0x63,0x6c,0x69,0x65,0x6e,0x74,0x20,0x6e,0x61,0x6d,0x65,0x73, -0x20,0x61,0x72,0x65,0x20,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x65, -0x6d,0x70,0x22,0x3e,0x44,0x53,0x75,0x62,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x2c,0x20,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63, -0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x65,0x6d,0x70,0x22,0x3e,0x4a,0x61,0x6d,0x73,0x74,0x61,0x73,0x68, -0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x2c,0x20,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65, -0x78,0x74,0x2d,0x65,0x6d,0x70,0x22,0x3e,0x53,0x6f,0x75,0x6e,0x64,0x77,0x61,0x76,0x65,0x73,0x3c,0x2f,0x73,0x70,0x61,0x6e, -0x3e,0x2c,0x20,0x6f,0x72,0x20,0x75,0x73,0x65,0x20,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74, -0x65,0x78,0x74,0x2d,0x65,0x6d,0x70,0x22,0x3e,0x2a,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x20,0x61,0x73,0x20,0x66,0x61,0x6c, -0x6c,0x62,0x61,0x63,0x6b,0x20,0x72,0x75,0x6c,0x65,0x20,0x66,0x6f,0x72,0x20,0x61,0x6e,0x79,0x20,0x63,0x6c,0x69,0x65,0x6e, -0x74,0x3c,0x2f,0x70,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69, -0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x61,0x62,0x6c,0x65,0x20,0x69,0x64,0x3d,0x22,0x74,0x72,0x61,0x6e,0x73,0x63, -0x6f,0x64,0x65,0x2d,0x70,0x72,0x65,0x66,0x65,0x72,0x65,0x6e,0x63,0x65,0x73,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x7b,0x7b,0x20,0x72,0x61,0x6e,0x67,0x65,0x20,0x24,0x70,0x72,0x65,0x66,0x20,0x3a,0x3d,0x20,0x2e,0x54,0x72,0x61, -0x6e,0x73,0x63,0x6f,0x64,0x65,0x50,0x72,0x65,0x66,0x65,0x72,0x65,0x6e,0x63,0x65,0x73,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x24,0x66,0x6f,0x72,0x6d,0x53,0x75,0x66,0x66,0x69,0x78,0x20,0x3a,0x3d,0x20, -0x6b,0x65,0x62,0x61,0x62,0x63,0x61,0x73,0x65,0x20,0x24,0x70,0x72,0x65,0x66,0x2e,0x43,0x6c,0x69,0x65,0x6e,0x74,0x20,0x7d, -0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x66,0x6f,0x72,0x6d,0x20, -0x69,0x64,0x3d,0x22,0x74,0x72,0x61,0x6e,0x73,0x63,0x6f,0x64,0x65,0x2d,0x70,0x72,0x65,0x66,0x2d,0x7b,0x7b,0x20,0x24,0x66, -0x6f,0x72,0x6d,0x53,0x75,0x66,0x66,0x69,0x78,0x20,0x7d,0x7d,0x22,0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b,0x7b, -0x20,0x70,0x72,0x69,0x6e,0x74,0x66,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x64,0x65,0x6c,0x65,0x74,0x65,0x5f,0x74, -0x72,0x61,0x6e,0x73,0x63,0x6f,0x64,0x65,0x5f,0x70,0x72,0x65,0x66,0x5f,0x64,0x6f,0x3f,0x63,0x6c,0x69,0x65,0x6e,0x74,0x3d, -0x25,0x73,0x22,0x20,0x24,0x70,0x72,0x65,0x66,0x2e,0x43,0x6c,0x69,0x65,0x6e,0x74,0x20,0x7c,0x20,0x70,0x61,0x74,0x68,0x20, -0x7d,0x7d,0x22,0x20,0x6d,0x65,0x74,0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x3c,0x2f,0x66,0x6f,0x72,0x6d, -0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x64,0x3e,0x7b,0x7b, -0x20,0x24,0x70,0x72,0x65,0x66,0x2e,0x43,0x6c,0x69,0x65,0x6e,0x74,0x20,0x7d,0x7d,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x64,0x3e,0x7b,0x7b,0x20,0x24,0x70,0x72, -0x65,0x66,0x2e,0x50,0x72,0x6f,0x66,0x69,0x6c,0x65,0x20,0x7d,0x7d,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x64,0x3e,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x66,0x6f, -0x72,0x6d,0x3d,0x22,0x74,0x72,0x61,0x6e,0x73,0x63,0x6f,0x64,0x65,0x2d,0x70,0x72,0x65,0x66,0x2d,0x7b,0x7b,0x20,0x24,0x66, -0x6f,0x72,0x6d,0x53,0x75,0x66,0x66,0x69,0x78,0x20,0x7d,0x7d,0x22,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d, -0x69,0x74,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22,0x64,0x65,0x6c,0x65,0x74,0x65,0x22,0x3e,0x3c,0x2f,0x74,0x64,0x3e, -0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x72, -0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x66,0x6f,0x72,0x6d,0x20,0x69,0x64,0x3d,0x22, -0x74,0x72,0x61,0x6e,0x73,0x63,0x6f,0x64,0x65,0x2d,0x70,0x72,0x65,0x66,0x2d,0x61,0x64,0x64,0x22,0x20,0x61,0x63,0x74,0x69, -0x6f,0x6e,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x63,0x72,0x65,0x61, -0x74,0x65,0x5f,0x74,0x72,0x61,0x6e,0x73,0x63,0x6f,0x64,0x65,0x5f,0x70,0x72,0x65,0x66,0x5f,0x64,0x6f,0x22,0x20,0x7d,0x7d, -0x22,0x20,0x6d,0x65,0x74,0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x3c,0x2f,0x66,0x6f,0x72,0x6d,0x3e,0x0a, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x64,0x3e,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x66, -0x6f,0x72,0x6d,0x3d,0x22,0x74,0x72,0x61,0x6e,0x73,0x63,0x6f,0x64,0x65,0x2d,0x70,0x72,0x65,0x66,0x2d,0x61,0x64,0x64,0x22, -0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x63,0x6c,0x69,0x65,0x6e, -0x74,0x22,0x20,0x70,0x6c,0x61,0x63,0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x63,0x6c,0x69,0x65,0x6e,0x74,0x20,0x6e, -0x61,0x6d,0x65,0x22,0x3e,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c, -0x74,0x64,0x3e,0x3c,0x73,0x65,0x6c,0x65,0x63,0x74,0x20,0x66,0x6f,0x72,0x6d,0x3d,0x22,0x74,0x72,0x61,0x6e,0x73,0x63,0x6f, -0x64,0x65,0x2d,0x70,0x72,0x65,0x66,0x2d,0x61,0x64,0x64,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x70,0x72,0x6f,0x66,0x69, -0x6c,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20, -0x72,0x61,0x6e,0x67,0x65,0x20,0x24,0x70,0x72,0x6f,0x66,0x69,0x6c,0x65,0x20,0x3a,0x3d,0x20,0x2e,0x54,0x72,0x61,0x6e,0x73, -0x63,0x6f,0x64,0x65,0x50,0x72,0x6f,0x66,0x69,0x6c,0x65,0x73,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x6f,0x70,0x74,0x69,0x6f,0x6e,0x20,0x76,0x61,0x6c,0x75, -0x65,0x3d,0x22,0x7b,0x7b,0x20,0x24,0x70,0x72,0x6f,0x66,0x69,0x6c,0x65,0x20,0x7d,0x7d,0x22,0x3e,0x7b,0x7b,0x20,0x24,0x70, -0x72,0x6f,0x66,0x69,0x6c,0x65,0x20,0x7d,0x7d,0x3c,0x2f,0x6f,0x70,0x74,0x69,0x6f,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x73,0x65,0x6c,0x65,0x63,0x74,0x3e,0x3c,0x2f,0x74,0x64,0x3e,0x0a, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x64,0x3e,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x66, -0x6f,0x72,0x6d,0x3d,0x22,0x74,0x72,0x61,0x6e,0x73,0x63,0x6f,0x64,0x65,0x2d,0x70,0x72,0x65,0x66,0x2d,0x61,0x64,0x64,0x22, -0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d,0x69,0x74,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22,0x73,0x61, -0x76,0x65,0x22,0x3e,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x74,0x72,0x3e,0x0a, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x74,0x61,0x62,0x6c,0x65,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64, -0x69,0x76,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70, -0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61, -0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d,0x64,0x69,0x2d,0x70,0x6c,0x61,0x79,0x6c,0x69, -0x73,0x74,0x2d,0x6d,0x75,0x73,0x69,0x63,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x73, -0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61, -0x73,0x73,0x3d,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x2d,0x72,0x69,0x67,0x68,0x74,0x20,0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67, -0x68,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x69,0x66,0x20,0x65,0x71,0x20,0x28,0x6c, -0x65,0x6e,0x20,0x2e,0x50,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x73,0x29,0x20,0x30,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78, -0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x6e,0x6f,0x20,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x73,0x20,0x79,0x65, -0x74,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20, -0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x61,0x62,0x6c,0x65,0x20,0x69,0x64,0x3d,0x22,0x72,0x65, -0x63,0x65,0x6e,0x74,0x2d,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x73,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x7b,0x7b,0x20,0x72,0x61,0x6e,0x67,0x65,0x20,0x24,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x20,0x3a,0x3d,0x20,0x2e, -0x50,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x73,0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x3c,0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x64,0x20,0x63,0x6c, -0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x7b,0x7b,0x20,0x24,0x70,0x6c,0x61, -0x79,0x6c,0x69,0x73,0x74,0x2e,0x4e,0x61,0x6d,0x65,0x20,0x7d,0x7d,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x74,0x64,0x3e,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22, -0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x3e,0x28,0x7b,0x7b,0x20,0x24,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73, -0x74,0x2e,0x54,0x72,0x61,0x63,0x6b,0x43,0x6f,0x75,0x6e,0x74,0x20,0x7d,0x7d,0x20,0x74,0x72,0x61,0x63,0x6b,0x73,0x29,0x3c, -0x2f,0x73,0x70,0x61,0x6e,0x3e,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x3c,0x74,0x64,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6e,0x6f,0x2d,0x73,0x6d,0x61,0x6c,0x6c,0x22,0x3e,0x3c,0x73,0x70, -0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x22,0x20,0x74,0x69, -0x74,0x6c,0x65,0x3d,0x22,0x7b,0x7b,0x20,0x24,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x2e,0x43,0x72,0x65,0x61,0x74,0x65, -0x64,0x41,0x74,0x20,0x7d,0x7d,0x22,0x3e,0x7b,0x7b,0x20,0x24,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x2e,0x43,0x72,0x65, -0x61,0x74,0x65,0x64,0x41,0x74,0x20,0x7c,0x20,0x64,0x61,0x74,0x65,0x48,0x75,0x6d,0x61,0x6e,0x20,0x7d,0x7d,0x3c,0x2f,0x73, -0x70,0x61,0x6e,0x3e,0x3c,0x2f,0x74,0x64,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f, -0x74,0x72,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x74,0x61,0x62,0x6c,0x65,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c, -0x66,0x6f,0x72,0x6d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x64,0x3d,0x22,0x70,0x6c,0x61, -0x79,0x6c,0x69,0x73,0x74,0x2d,0x75,0x70,0x6c,0x6f,0x61,0x64,0x2d,0x66,0x6f,0x72,0x6d,0x22,0x0a,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x65,0x6e,0x63,0x74,0x79,0x70,0x65,0x3d,0x22,0x6d,0x75,0x6c,0x74,0x69,0x70,0x61,0x72, -0x74,0x2f,0x66,0x6f,0x72,0x6d,0x2d,0x64,0x61,0x74,0x61,0x22,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e, -0x2f,0x75,0x70,0x6c,0x6f,0x61,0x64,0x5f,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x5f,0x64,0x6f,0x22,0x20,0x7d,0x7d,0x22, -0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x65,0x74,0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73, -0x74,0x22,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x3c,0x64,0x69,0x76,0x20,0x73,0x74,0x79,0x6c,0x65,0x3d,0x22,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x72, -0x65,0x6c,0x61,0x74,0x69,0x76,0x65,0x3b,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x69,0x64,0x3d,0x22,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x2d,0x75, -0x70,0x6c,0x6f,0x61,0x64,0x2d,0x69,0x6e,0x70,0x75,0x74,0x22,0x20,0x73,0x74,0x79,0x6c,0x65,0x3d,0x22,0x70,0x6f,0x73,0x69, -0x74,0x69,0x6f,0x6e,0x3a,0x20,0x61,0x62,0x73,0x6f,0x6c,0x75,0x74,0x65,0x3b,0x20,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x3a, -0x20,0x30,0x3b,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x70,0x6c,0x61,0x79,0x6c,0x69,0x73,0x74,0x2d,0x66,0x69,0x6c,0x65, -0x73,0x22,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x66,0x69,0x6c,0x65,0x22,0x20,0x6d,0x75,0x6c,0x74,0x69,0x70,0x6c,0x65,0x20, -0x2f,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75, -0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x62,0x75,0x74,0x74,0x6f,0x6e,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22,0x75, -0x70,0x6c,0x6f,0x61,0x64,0x20,0x6d,0x33,0x75,0x38,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x66,0x6f,0x72,0x6d,0x3e,0x0a, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x73,0x63,0x72,0x69,0x70,0x74,0x20,0x73,0x72,0x63,0x3d,0x22,0x7b,0x7b,0x20, -0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x73,0x74,0x61,0x74,0x69,0x63,0x2f,0x70,0x6c,0x61,0x79, -0x6c,0x69,0x73,0x74,0x2d,0x75,0x70,0x6c,0x6f,0x61,0x64,0x2e,0x6a,0x73,0x22,0x20,0x7d,0x7d,0x22,0x3e,0x3c,0x2f,0x73,0x63, -0x72,0x69,0x70,0x74,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a, -0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a, -}}, -"pages/create_user.tmpl": &EmbeddedAsset{ - ModTime: time.Unix(1584982977, 0), - Bytes: []byte{ -0x7b,0x7b,0x20,0x64,0x65,0x66,0x69,0x6e,0x65,0x20,0x22,0x75,0x73,0x65,0x72,0x22,0x20,0x7d,0x7d,0x0a,0x3c,0x64,0x69,0x76, -0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a,0x20,0x20,0x20, -0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e, -0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d, -0x64,0x69,0x2d,0x61,0x63,0x63,0x6f,0x75,0x6e,0x74,0x2d,0x70,0x6c,0x75,0x73,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x63,0x72, -0x65,0x61,0x74,0x69,0x6e,0x67,0x20,0x6e,0x65,0x77,0x20,0x75,0x73,0x65,0x72,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69, -0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x66,0x6f,0x72,0x6d,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6c,0x6f,0x63, -0x6b,0x22,0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d, -0x69,0x6e,0x2f,0x63,0x72,0x65,0x61,0x74,0x65,0x5f,0x75,0x73,0x65,0x72,0x5f,0x64,0x6f,0x22,0x20,0x7d,0x7d,0x22,0x20,0x6d, -0x65,0x74,0x68,0x6f,0x64,0x3d,0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69, -0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x22,0x20,0x69,0x64,0x3d,0x22,0x75,0x73,0x65, -0x72,0x6e,0x61,0x6d,0x65,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x75,0x73,0x65,0x72,0x6e,0x61,0x6d,0x65,0x22,0x20,0x70, -0x6c,0x61,0x63,0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x75,0x73,0x65,0x72,0x6e,0x61,0x6d,0x65,0x22,0x3e,0x0a,0x20, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x70,0x61,0x73,0x73, -0x77,0x6f,0x72,0x64,0x22,0x20,0x69,0x64,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x5f,0x6f,0x6e,0x65,0x22,0x20, -0x6e,0x61,0x6d,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x5f,0x6f,0x6e,0x65,0x22,0x20,0x70,0x6c,0x61,0x63, -0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20, -0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72, -0x64,0x22,0x20,0x69,0x64,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x5f,0x74,0x77,0x6f,0x22,0x20,0x6e,0x61,0x6d, -0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x5f,0x74,0x77,0x6f,0x22,0x20,0x70,0x6c,0x61,0x63,0x65,0x68,0x6f, -0x6c,0x64,0x65,0x72,0x3d,0x22,0x76,0x65,0x72,0x69,0x66,0x79,0x20,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x3e,0x0a, -0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62, -0x6d,0x69,0x74,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22,0x63,0x72,0x65,0x61,0x74,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20, -0x20,0x3c,0x2f,0x66,0x6f,0x72,0x6d,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d, -0x7d,0x0a, -}}, -"pages/change_password.tmpl": &EmbeddedAsset{ - ModTime: time.Unix(1584982977, 0), - Bytes: []byte{ -0x7b,0x7b,0x20,0x64,0x65,0x66,0x69,0x6e,0x65,0x20,0x22,0x75,0x73,0x65,0x72,0x22,0x20,0x7d,0x7d,0x0a,0x3c,0x64,0x69,0x76, -0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x20,0x62,0x6f,0x78,0x22,0x3e,0x0a,0x20,0x20,0x20, -0x20,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6f,0x78,0x2d,0x74,0x69,0x74,0x6c,0x65,0x22,0x3e, -0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d, -0x64,0x69,0x2d,0x61,0x63,0x63,0x6f,0x75,0x6e,0x74,0x2d,0x6b,0x65,0x79,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x20,0x63,0x68,0x61, -0x6e,0x67,0x69,0x6e,0x67,0x20,0x7b,0x7b,0x20,0x2e,0x53,0x65,0x6c,0x65,0x63,0x74,0x65,0x64,0x55,0x73,0x65,0x72,0x2e,0x4e, -0x61,0x6d,0x65,0x20,0x7d,0x7d,0x27,0x73,0x20,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f, -0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x66,0x6f,0x72,0x6d,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x62,0x6c, -0x6f,0x63,0x6b,0x22,0x20,0x61,0x63,0x74,0x69,0x6f,0x6e,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x72,0x69,0x6e,0x74,0x66,0x20,0x22, -0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x63,0x68,0x61,0x6e,0x67,0x65,0x5f,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x5f,0x64, -0x6f,0x3f,0x75,0x73,0x65,0x72,0x3d,0x25,0x73,0x22,0x20,0x2e,0x53,0x65,0x6c,0x65,0x63,0x74,0x65,0x64,0x55,0x73,0x65,0x72, -0x2e,0x4e,0x61,0x6d,0x65,0x20,0x7c,0x20,0x70,0x61,0x74,0x68,0x20,0x7d,0x7d,0x22,0x20,0x6d,0x65,0x74,0x68,0x6f,0x64,0x3d, -0x22,0x70,0x6f,0x73,0x74,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74, -0x79,0x70,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x20,0x69,0x64,0x3d,0x22,0x70,0x61,0x73,0x73,0x77, -0x6f,0x72,0x64,0x5f,0x6f,0x6e,0x65,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x5f, -0x6f,0x6e,0x65,0x22,0x20,0x70,0x6c,0x61,0x63,0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x6e,0x65,0x77,0x20,0x70,0x61, -0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20, -0x74,0x79,0x70,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x20,0x69,0x64,0x3d,0x22,0x70,0x61,0x73,0x73, -0x77,0x6f,0x72,0x64,0x5f,0x74,0x77,0x6f,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64, -0x5f,0x74,0x77,0x6f,0x22,0x20,0x70,0x6c,0x61,0x63,0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x76,0x65,0x72,0x69,0x66, -0x79,0x20,0x6e,0x65,0x77,0x20,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20, -0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d,0x69,0x74,0x22,0x20,0x76,0x61, -0x6c,0x75,0x65,0x3d,0x22,0x63,0x68,0x61,0x6e,0x67,0x65,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x66,0x6f,0x72,0x6d, -0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a, +0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x2d,0x73,0x69,0x64,0x65,0x20,0x74, +0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x20,0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20, +0x20,0x20,0x20,0x77,0x65,0x6c,0x63,0x6f,0x6d,0x65,0x20,0x7b,0x7b,0x20,0x2e,0x55,0x73,0x65,0x72,0x2e,0x4e,0x61,0x6d,0x65, +0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x26,0x23,0x31,0x32,0x34,0x3b,0x0a,0x20,0x20,0x20,0x20,0x3c,0x61,0x20,0x68,0x72, +0x65,0x66,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x68,0x6f,0x6d,0x65, +0x22,0x20,0x7d,0x7d,0x22,0x3e,0x68,0x6f,0x6d,0x65,0x3c,0x2f,0x61,0x3e,0x0a,0x20,0x20,0x20,0x20,0x26,0x23,0x31,0x32,0x34, +0x3b,0x0a,0x20,0x20,0x20,0x20,0x3c,0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22, +0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x6c,0x6f,0x67,0x6f,0x75,0x74,0x22,0x20,0x7d,0x7d,0x22,0x3e,0x6c,0x6f,0x67,0x6f,0x75, +0x74,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d,0x64,0x69,0x2d,0x6c,0x6f,0x67,0x6f, +0x75,0x74,0x2d,0x76,0x61,0x72,0x69,0x61,0x6e,0x74,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x3c,0x2f,0x61,0x3e,0x0a,0x3c,0x2f,0x64, +0x69,0x76,0x3e,0x0a,0x7b,0x7b,0x20,0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x20,0x22,0x75,0x73,0x65,0x72,0x22,0x20,0x2e, +0x20,0x7d,0x7d,0x0a,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a, }}, "layouts/base.tmpl": &EmbeddedAsset{ - ModTime: time.Unix(1585842155, 0), + ModTime: time.Unix(1586712920, 0), Bytes: []byte{ 0x7b,0x7b,0x20,0x64,0x65,0x66,0x69,0x6e,0x65,0x20,0x22,0x6c,0x61,0x79,0x6f,0x75,0x74,0x22,0x20,0x7d,0x7d,0x0a,0x3c,0x21, 0x64,0x6f,0x63,0x74,0x79,0x70,0x65,0x20,0x68,0x74,0x6d,0x6c,0x3e,0x0a,0x3c,0x68,0x74,0x6d,0x6c,0x3e,0x0a,0x20,0x20,0x20, @@ -11013,21 +11031,4 @@ var Bytes = map[string]*EmbeddedAsset{ 0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x2f,0x62,0x6f,0x64,0x79,0x3e,0x0a,0x3c,0x2f, 0x68,0x74,0x6d,0x6c,0x3e,0x0a,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a, }}, -"layouts/user.tmpl": &EmbeddedAsset{ - ModTime: time.Unix(1585664404, 0), - Bytes: []byte{ -0x7b,0x7b,0x20,0x64,0x65,0x66,0x69,0x6e,0x65,0x20,0x22,0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x22,0x20,0x7d,0x7d,0x0a,0x3c, -0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x70,0x61,0x64,0x64,0x65,0x64,0x2d,0x73,0x69,0x64,0x65,0x20,0x74, -0x65,0x78,0x74,0x2d,0x6c,0x69,0x67,0x68,0x74,0x20,0x74,0x65,0x78,0x74,0x2d,0x72,0x69,0x67,0x68,0x74,0x22,0x3e,0x0a,0x20, -0x20,0x20,0x20,0x77,0x65,0x6c,0x63,0x6f,0x6d,0x65,0x20,0x7b,0x7b,0x20,0x2e,0x55,0x73,0x65,0x72,0x2e,0x4e,0x61,0x6d,0x65, -0x20,0x7d,0x7d,0x0a,0x20,0x20,0x20,0x20,0x26,0x23,0x31,0x32,0x34,0x3b,0x0a,0x20,0x20,0x20,0x20,0x3c,0x61,0x20,0x68,0x72, -0x65,0x66,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22,0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x68,0x6f,0x6d,0x65, -0x22,0x20,0x7d,0x7d,0x22,0x3e,0x68,0x6f,0x6d,0x65,0x3c,0x2f,0x61,0x3e,0x0a,0x20,0x20,0x20,0x20,0x26,0x23,0x31,0x32,0x34, -0x3b,0x0a,0x20,0x20,0x20,0x20,0x3c,0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x7b,0x7b,0x20,0x70,0x61,0x74,0x68,0x20,0x22, -0x2f,0x61,0x64,0x6d,0x69,0x6e,0x2f,0x6c,0x6f,0x67,0x6f,0x75,0x74,0x22,0x20,0x7d,0x7d,0x22,0x3e,0x6c,0x6f,0x67,0x6f,0x75, -0x74,0x20,0x3c,0x69,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6d,0x64,0x69,0x20,0x6d,0x64,0x69,0x2d,0x6c,0x6f,0x67,0x6f, -0x75,0x74,0x2d,0x76,0x61,0x72,0x69,0x61,0x6e,0x74,0x22,0x3e,0x3c,0x2f,0x69,0x3e,0x3c,0x2f,0x61,0x3e,0x0a,0x3c,0x2f,0x64, -0x69,0x76,0x3e,0x0a,0x7b,0x7b,0x20,0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x20,0x22,0x75,0x73,0x65,0x72,0x22,0x20,0x2e, -0x20,0x7d,0x7d,0x0a,0x7b,0x7b,0x20,0x65,0x6e,0x64,0x20,0x7d,0x7d,0x0a, -}}, } \ No newline at end of file diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_alpha_artist b/server/ctrlsubsonic/testdata/test_get_album_list_alpha_artist index 0de11a6..090acd7 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_alpha_artist +++ b/server/ctrlsubsonic/testdata/test_get_album_list_alpha_artist @@ -7,110 +7,130 @@ "albumList": { "album": [ { - "id": "8", - "coverArt": "8", + "id": "al-8", + "coverArt": "al-8", "artist": "13th Floor Lowervators", "title": "(1967) Easter Nowhere", - "parent": "7", + "album": "", + "parent": "al-7", "isDir": true, + "name": "", "songCount": 10, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "9", - "coverArt": "9", + "id": "al-9", + "coverArt": "al-9", "artist": "13th Floor Lowervators", "title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators", - "parent": "7", + "album": "", + "parent": "al-7", "isDir": true, + "name": "", "songCount": 21, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "5", - "coverArt": "5", + "id": "al-5", + "coverArt": "al-5", "artist": "A Certain Ratio", "title": "(1994) The Graveyard and the Ballroom", - "parent": "4", + "album": "", + "parent": "al-4", "isDir": true, + "name": "", "songCount": 14, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "6", + "id": "al-6", "artist": "A Certain Ratio", "title": "(1981) To EachOTHER.", - "parent": "4", + "album": "", + "parent": "al-4", "isDir": true, + "name": "", "songCount": 9, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "21", - "coverArt": "21", + "id": "al-21", + "coverArt": "al-21", "artist": "Captain Beefheart", "title": "(1970) Lick My Decals Off, Bitch", - "parent": "20", + "album": "", + "parent": "al-20", "isDir": true, + "name": "", "songCount": 15, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "3", - "coverArt": "3", + "id": "al-3", + "coverArt": "al-3", "artist": "Jah Wobble, The Edge, Holger Czukay", "title": "(1983) Snake Charmer", - "parent": "2", + "album": "", + "parent": "al-2", "isDir": true, + "name": "", "songCount": 5, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "16", - "coverArt": "16", + "id": "al-16", + "coverArt": "al-16", "artist": "Swell Maps", "title": "(1980) Jane From Occupied Europe", - "parent": "15", + "album": "", + "parent": "al-15", "isDir": true, + "name": "", "songCount": 16, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "17", - "coverArt": "17", + "id": "al-17", + "coverArt": "al-17", "artist": "Swell Maps", "title": "(1979) A Trip to Marineville", - "parent": "15", + "album": "", + "parent": "al-15", "isDir": true, + "name": "", "songCount": 18, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "19", - "coverArt": "19", + "id": "al-19", + "coverArt": "al-19", "artist": "Ten Years After", "title": "(1967) Ten Years After", - "parent": "18", + "album": "", + "parent": "al-18", "isDir": true, + "name": "", "songCount": 15, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "13", - "coverArt": "13", + "id": "al-13", + "coverArt": "al-13", "artist": "There", "title": "(2010) Anika", - "parent": "12", + "album": "", + "parent": "al-12", "isDir": true, + "name": "", "songCount": 9, "duration": 0, "created": "0001-01-01T00:00:00Z" diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_alpha_name b/server/ctrlsubsonic/testdata/test_get_album_list_alpha_name index e7fad41..e07cf19 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_alpha_name +++ b/server/ctrlsubsonic/testdata/test_get_album_list_alpha_name @@ -7,110 +7,130 @@ "albumList": { "album": [ { - "id": "9", - "coverArt": "9", + "id": "al-9", + "coverArt": "al-9", "artist": "13th Floor Lowervators", "title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators", - "parent": "7", + "album": "", + "parent": "al-7", "isDir": true, + "name": "", "songCount": 21, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "8", - "coverArt": "8", + "id": "al-8", + "coverArt": "al-8", "artist": "13th Floor Lowervators", "title": "(1967) Easter Nowhere", - "parent": "7", + "album": "", + "parent": "al-7", "isDir": true, + "name": "", "songCount": 10, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "19", - "coverArt": "19", + "id": "al-19", + "coverArt": "al-19", "artist": "Ten Years After", "title": "(1967) Ten Years After", - "parent": "18", + "album": "", + "parent": "al-18", "isDir": true, + "name": "", "songCount": 15, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "21", - "coverArt": "21", + "id": "al-21", + "coverArt": "al-21", "artist": "Captain Beefheart", "title": "(1970) Lick My Decals Off, Bitch", - "parent": "20", + "album": "", + "parent": "al-20", "isDir": true, + "name": "", "songCount": 15, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "17", - "coverArt": "17", + "id": "al-17", + "coverArt": "al-17", "artist": "Swell Maps", "title": "(1979) A Trip to Marineville", - "parent": "15", + "album": "", + "parent": "al-15", "isDir": true, + "name": "", "songCount": 18, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "16", - "coverArt": "16", + "id": "al-16", + "coverArt": "al-16", "artist": "Swell Maps", "title": "(1980) Jane From Occupied Europe", - "parent": "15", + "album": "", + "parent": "al-15", "isDir": true, + "name": "", "songCount": 16, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "6", + "id": "al-6", "artist": "A Certain Ratio", "title": "(1981) To EachOTHER.", - "parent": "4", + "album": "", + "parent": "al-4", "isDir": true, + "name": "", "songCount": 9, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "3", - "coverArt": "3", + "id": "al-3", + "coverArt": "al-3", "artist": "Jah Wobble, The Edge, Holger Czukay", "title": "(1983) Snake Charmer", - "parent": "2", + "album": "", + "parent": "al-2", "isDir": true, + "name": "", "songCount": 5, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "5", - "coverArt": "5", + "id": "al-5", + "coverArt": "al-5", "artist": "A Certain Ratio", "title": "(1994) The Graveyard and the Ballroom", - "parent": "4", + "album": "", + "parent": "al-4", "isDir": true, + "name": "", "songCount": 14, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "13", - "coverArt": "13", + "id": "al-13", + "coverArt": "al-13", "artist": "There", "title": "(2010) Anika", - "parent": "12", + "album": "", + "parent": "al-12", "isDir": true, + "name": "", "songCount": 9, "duration": 0, "created": "0001-01-01T00:00:00Z" diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_newest b/server/ctrlsubsonic/testdata/test_get_album_list_newest index d1924db..985e15c 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_newest +++ b/server/ctrlsubsonic/testdata/test_get_album_list_newest @@ -7,110 +7,130 @@ "albumList": { "album": [ { - "id": "8", - "coverArt": "8", + "id": "al-8", + "coverArt": "al-8", "artist": "13th Floor Lowervators", "title": "(1967) Easter Nowhere", - "parent": "7", + "album": "", + "parent": "al-7", "isDir": true, + "name": "", "songCount": 10, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "9", - "coverArt": "9", + "id": "al-9", + "coverArt": "al-9", "artist": "13th Floor Lowervators", "title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators", - "parent": "7", + "album": "", + "parent": "al-7", "isDir": true, + "name": "", "songCount": 21, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "21", - "coverArt": "21", + "id": "al-21", + "coverArt": "al-21", "artist": "Captain Beefheart", "title": "(1970) Lick My Decals Off, Bitch", - "parent": "20", + "album": "", + "parent": "al-20", "isDir": true, + "name": "", "songCount": 15, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "5", - "coverArt": "5", + "id": "al-5", + "coverArt": "al-5", "artist": "A Certain Ratio", "title": "(1994) The Graveyard and the Ballroom", - "parent": "4", + "album": "", + "parent": "al-4", "isDir": true, + "name": "", "songCount": 14, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "6", + "id": "al-6", "artist": "A Certain Ratio", "title": "(1981) To EachOTHER.", - "parent": "4", + "album": "", + "parent": "al-4", "isDir": true, + "name": "", "songCount": 9, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "13", - "coverArt": "13", + "id": "al-13", + "coverArt": "al-13", "artist": "There", "title": "(2010) Anika", - "parent": "12", + "album": "", + "parent": "al-12", "isDir": true, + "name": "", "songCount": 9, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "3", - "coverArt": "3", + "id": "al-3", + "coverArt": "al-3", "artist": "Jah Wobble, The Edge, Holger Czukay", "title": "(1983) Snake Charmer", - "parent": "2", + "album": "", + "parent": "al-2", "isDir": true, + "name": "", "songCount": 5, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "16", - "coverArt": "16", + "id": "al-16", + "coverArt": "al-16", "artist": "Swell Maps", "title": "(1980) Jane From Occupied Europe", - "parent": "15", + "album": "", + "parent": "al-15", "isDir": true, + "name": "", "songCount": 16, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "17", - "coverArt": "17", + "id": "al-17", + "coverArt": "al-17", "artist": "Swell Maps", "title": "(1979) A Trip to Marineville", - "parent": "15", + "album": "", + "parent": "al-15", "isDir": true, + "name": "", "songCount": 18, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "19", - "coverArt": "19", + "id": "al-19", + "coverArt": "al-19", "artist": "Ten Years After", "title": "(1967) Ten Years After", - "parent": "18", + "album": "", + "parent": "al-18", "isDir": true, + "name": "", "songCount": 15, "duration": 0, "created": "0001-01-01T00:00:00Z" diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_random b/server/ctrlsubsonic/testdata/test_get_album_list_random index 5f0ec2e..7c319a5 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_random +++ b/server/ctrlsubsonic/testdata/test_get_album_list_random @@ -7,113 +7,133 @@ "albumList": { "album": [ { - "id": "8", - "coverArt": "8", - "artist": "13th Floor Lowervators", - "title": "(1967) Easter Nowhere", - "parent": "7", - "isDir": true, - "songCount": 10, - "duration": 0, - "created": "0001-01-01T00:00:00Z" - }, - { - "id": "9", - "coverArt": "9", - "artist": "13th Floor Lowervators", - "title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators", - "parent": "7", - "isDir": true, - "songCount": 21, - "duration": 0, - "created": "0001-01-01T00:00:00Z" - }, - { - "id": "21", - "coverArt": "21", - "artist": "Captain Beefheart", - "title": "(1970) Lick My Decals Off, Bitch", - "parent": "20", - "isDir": true, - "songCount": 15, - "duration": 0, - "created": "0001-01-01T00:00:00Z" - }, - { - "id": "6", - "artist": "A Certain Ratio", - "title": "(1981) To EachOTHER.", - "parent": "4", + "id": "al-13", + "coverArt": "al-13", + "artist": "There", + "title": "(2010) Anika", + "album": "", + "parent": "al-12", "isDir": true, + "name": "", "songCount": 9, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "5", - "coverArt": "5", + "id": "al-6", + "artist": "A Certain Ratio", + "title": "(1981) To EachOTHER.", + "album": "", + "parent": "al-4", + "isDir": true, + "name": "", + "songCount": 9, + "duration": 0, + "created": "0001-01-01T00:00:00Z" + }, + { + "id": "al-5", + "coverArt": "al-5", "artist": "A Certain Ratio", "title": "(1994) The Graveyard and the Ballroom", - "parent": "4", + "album": "", + "parent": "al-4", "isDir": true, + "name": "", "songCount": 14, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "13", - "coverArt": "13", - "artist": "There", - "title": "(2010) Anika", - "parent": "12", + "id": "al-8", + "coverArt": "al-8", + "artist": "13th Floor Lowervators", + "title": "(1967) Easter Nowhere", + "album": "", + "parent": "al-7", "isDir": true, - "songCount": 9, + "name": "", + "songCount": 10, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "16", - "coverArt": "16", - "artist": "Swell Maps", - "title": "(1980) Jane From Occupied Europe", - "parent": "15", + "id": "al-9", + "coverArt": "al-9", + "artist": "13th Floor Lowervators", + "title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators", + "album": "", + "parent": "al-7", "isDir": true, - "songCount": 16, + "name": "", + "songCount": 21, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "3", - "coverArt": "3", - "artist": "Jah Wobble, The Edge, Holger Czukay", - "title": "(1983) Snake Charmer", - "parent": "2", - "isDir": true, - "songCount": 5, - "duration": 0, - "created": "0001-01-01T00:00:00Z" - }, - { - "id": "19", - "coverArt": "19", - "artist": "Ten Years After", - "title": "(1967) Ten Years After", - "parent": "18", + "id": "al-21", + "coverArt": "al-21", + "artist": "Captain Beefheart", + "title": "(1970) Lick My Decals Off, Bitch", + "album": "", + "parent": "al-20", "isDir": true, + "name": "", "songCount": 15, "duration": 0, "created": "0001-01-01T00:00:00Z" }, { - "id": "17", - "coverArt": "17", + "id": "al-19", + "coverArt": "al-19", + "artist": "Ten Years After", + "title": "(1967) Ten Years After", + "album": "", + "parent": "al-18", + "isDir": true, + "name": "", + "songCount": 15, + "duration": 0, + "created": "0001-01-01T00:00:00Z" + }, + { + "id": "al-16", + "coverArt": "al-16", + "artist": "Swell Maps", + "title": "(1980) Jane From Occupied Europe", + "album": "", + "parent": "al-15", + "isDir": true, + "name": "", + "songCount": 16, + "duration": 0, + "created": "0001-01-01T00:00:00Z" + }, + { + "id": "al-17", + "coverArt": "al-17", "artist": "Swell Maps", "title": "(1979) A Trip to Marineville", - "parent": "15", + "album": "", + "parent": "al-15", "isDir": true, + "name": "", "songCount": 18, "duration": 0, "created": "0001-01-01T00:00:00Z" + }, + { + "id": "al-3", + "coverArt": "al-3", + "artist": "Jah Wobble, The Edge, Holger Czukay", + "title": "(1983) Snake Charmer", + "album": "", + "parent": "al-2", + "isDir": true, + "name": "", + "songCount": 5, + "duration": 0, + "created": "0001-01-01T00:00:00Z" } ] } diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_artist b/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_artist index 175ccee..e1574d8 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_artist +++ b/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_artist @@ -7,10 +7,12 @@ "albumList2": { "album": [ { - "id": "8", - "coverArt": "8", - "artistId": "3", + "id": "al-8", + "coverArt": "al-8", + "artistId": "ar-3", "artist": "13th Floor Elevators", + "title": "", + "album": "", "name": "Easter Everywhere", "songCount": 10, "duration": 0, @@ -18,10 +20,12 @@ "year": 1967 }, { - "id": "9", - "coverArt": "9", - "artistId": "3", + "id": "al-9", + "coverArt": "al-9", + "artistId": "ar-3", "artist": "13th Floor Elevators", + "title": "", + "album": "", "name": "The Psychedelic Sounds of the 13th Floor Elevators", "songCount": 21, "duration": 0, @@ -29,10 +33,12 @@ "year": 1966 }, { - "id": "5", - "coverArt": "5", - "artistId": "2", + "id": "al-5", + "coverArt": "al-5", + "artistId": "ar-2", "artist": "A Certain Ratio", + "title": "", + "album": "", "name": "The Graveyard and the Ballroom", "songCount": 14, "duration": 0, @@ -40,9 +46,11 @@ "year": 1994 }, { - "id": "6", - "artistId": "2", + "id": "al-6", + "artistId": "ar-2", "artist": "A Certain Ratio", + "title": "", + "album": "", "name": "To Each...", "songCount": 9, "duration": 0, @@ -50,10 +58,12 @@ "year": 1981 }, { - "id": "13", - "coverArt": "13", - "artistId": "4", + "id": "al-13", + "coverArt": "al-13", + "artistId": "ar-4", "artist": "Anikas", + "title": "", + "album": "", "name": "Anika", "songCount": 9, "duration": 0, @@ -61,10 +71,12 @@ "year": 2010 }, { - "id": "21", - "coverArt": "21", - "artistId": "7", + "id": "al-21", + "coverArt": "al-21", + "artistId": "ar-7", "artist": "Captain Beefheart & His Magic Band", + "title": "", + "album": "", "name": "Lick My Decals Off, Baby", "songCount": 15, "duration": 0, @@ -72,10 +84,12 @@ "year": 1970 }, { - "id": "3", - "coverArt": "3", - "artistId": "1", + "id": "al-3", + "coverArt": "al-3", + "artistId": "ar-1", "artist": "Jah Wobble, The Edge & Holger Czukay", + "title": "", + "album": "", "name": "Snake Charmer", "songCount": 5, "duration": 0, @@ -83,10 +97,12 @@ "year": 1983 }, { - "id": "16", - "coverArt": "16", - "artistId": "5", + "id": "al-16", + "coverArt": "al-16", + "artistId": "ar-5", "artist": "Swell Maps", + "title": "", + "album": "", "name": "Jane From Occupied Europe", "songCount": 16, "duration": 0, @@ -94,10 +110,12 @@ "year": 1980 }, { - "id": "17", - "coverArt": "17", - "artistId": "5", + "id": "al-17", + "coverArt": "al-17", + "artistId": "ar-5", "artist": "Swell Maps", + "title": "", + "album": "", "name": "A Trip to Marineville", "songCount": 18, "duration": 0, @@ -105,10 +123,12 @@ "year": 1979 }, { - "id": "19", - "coverArt": "19", - "artistId": "6", + "id": "al-19", + "coverArt": "al-19", + "artistId": "ar-6", "artist": "Ten Years After", + "title": "", + "album": "", "name": "Ten Years After", "songCount": 15, "duration": 0, diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_name b/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_name index 5d311db..1eaaec3 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_name +++ b/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_name @@ -7,10 +7,12 @@ "albumList2": { "album": [ { - "id": "17", - "coverArt": "17", - "artistId": "5", + "id": "al-17", + "coverArt": "al-17", + "artistId": "ar-5", "artist": "Swell Maps", + "title": "", + "album": "", "name": "A Trip to Marineville", "songCount": 18, "duration": 0, @@ -18,10 +20,12 @@ "year": 1979 }, { - "id": "13", - "coverArt": "13", - "artistId": "4", + "id": "al-13", + "coverArt": "al-13", + "artistId": "ar-4", "artist": "Anikas", + "title": "", + "album": "", "name": "Anika", "songCount": 9, "duration": 0, @@ -29,10 +33,12 @@ "year": 2010 }, { - "id": "8", - "coverArt": "8", - "artistId": "3", + "id": "al-8", + "coverArt": "al-8", + "artistId": "ar-3", "artist": "13th Floor Elevators", + "title": "", + "album": "", "name": "Easter Everywhere", "songCount": 10, "duration": 0, @@ -40,10 +46,12 @@ "year": 1967 }, { - "id": "16", - "coverArt": "16", - "artistId": "5", + "id": "al-16", + "coverArt": "al-16", + "artistId": "ar-5", "artist": "Swell Maps", + "title": "", + "album": "", "name": "Jane From Occupied Europe", "songCount": 16, "duration": 0, @@ -51,10 +59,12 @@ "year": 1980 }, { - "id": "21", - "coverArt": "21", - "artistId": "7", + "id": "al-21", + "coverArt": "al-21", + "artistId": "ar-7", "artist": "Captain Beefheart & His Magic Band", + "title": "", + "album": "", "name": "Lick My Decals Off, Baby", "songCount": 15, "duration": 0, @@ -62,10 +72,12 @@ "year": 1970 }, { - "id": "3", - "coverArt": "3", - "artistId": "1", + "id": "al-3", + "coverArt": "al-3", + "artistId": "ar-1", "artist": "Jah Wobble, The Edge & Holger Czukay", + "title": "", + "album": "", "name": "Snake Charmer", "songCount": 5, "duration": 0, @@ -73,10 +85,12 @@ "year": 1983 }, { - "id": "19", - "coverArt": "19", - "artistId": "6", + "id": "al-19", + "coverArt": "al-19", + "artistId": "ar-6", "artist": "Ten Years After", + "title": "", + "album": "", "name": "Ten Years After", "songCount": 15, "duration": 0, @@ -84,10 +98,12 @@ "year": 1967 }, { - "id": "5", - "coverArt": "5", - "artistId": "2", + "id": "al-5", + "coverArt": "al-5", + "artistId": "ar-2", "artist": "A Certain Ratio", + "title": "", + "album": "", "name": "The Graveyard and the Ballroom", "songCount": 14, "duration": 0, @@ -95,10 +111,12 @@ "year": 1994 }, { - "id": "9", - "coverArt": "9", - "artistId": "3", + "id": "al-9", + "coverArt": "al-9", + "artistId": "ar-3", "artist": "13th Floor Elevators", + "title": "", + "album": "", "name": "The Psychedelic Sounds of the 13th Floor Elevators", "songCount": 21, "duration": 0, @@ -106,9 +124,11 @@ "year": 1966 }, { - "id": "6", - "artistId": "2", + "id": "al-6", + "artistId": "ar-2", "artist": "A Certain Ratio", + "title": "", + "album": "", "name": "To Each...", "songCount": 9, "duration": 0, diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_two_newest b/server/ctrlsubsonic/testdata/test_get_album_list_two_newest index dac7253..4d31591 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_two_newest +++ b/server/ctrlsubsonic/testdata/test_get_album_list_two_newest @@ -7,10 +7,12 @@ "albumList2": { "album": [ { - "id": "8", - "coverArt": "8", - "artistId": "3", + "id": "al-8", + "coverArt": "al-8", + "artistId": "ar-3", "artist": "13th Floor Elevators", + "title": "", + "album": "", "name": "Easter Everywhere", "songCount": 10, "duration": 0, @@ -18,10 +20,12 @@ "year": 1967 }, { - "id": "9", - "coverArt": "9", - "artistId": "3", + "id": "al-9", + "coverArt": "al-9", + "artistId": "ar-3", "artist": "13th Floor Elevators", + "title": "", + "album": "", "name": "The Psychedelic Sounds of the 13th Floor Elevators", "songCount": 21, "duration": 0, @@ -29,10 +33,12 @@ "year": 1966 }, { - "id": "21", - "coverArt": "21", - "artistId": "7", + "id": "al-21", + "coverArt": "al-21", + "artistId": "ar-7", "artist": "Captain Beefheart & His Magic Band", + "title": "", + "album": "", "name": "Lick My Decals Off, Baby", "songCount": 15, "duration": 0, @@ -40,10 +46,12 @@ "year": 1970 }, { - "id": "5", - "coverArt": "5", - "artistId": "2", + "id": "al-5", + "coverArt": "al-5", + "artistId": "ar-2", "artist": "A Certain Ratio", + "title": "", + "album": "", "name": "The Graveyard and the Ballroom", "songCount": 14, "duration": 0, @@ -51,9 +59,11 @@ "year": 1994 }, { - "id": "6", - "artistId": "2", + "id": "al-6", + "artistId": "ar-2", "artist": "A Certain Ratio", + "title": "", + "album": "", "name": "To Each...", "songCount": 9, "duration": 0, @@ -61,10 +71,12 @@ "year": 1981 }, { - "id": "13", - "coverArt": "13", - "artistId": "4", + "id": "al-13", + "coverArt": "al-13", + "artistId": "ar-4", "artist": "Anikas", + "title": "", + "album": "", "name": "Anika", "songCount": 9, "duration": 0, @@ -72,10 +84,12 @@ "year": 2010 }, { - "id": "3", - "coverArt": "3", - "artistId": "1", + "id": "al-3", + "coverArt": "al-3", + "artistId": "ar-1", "artist": "Jah Wobble, The Edge & Holger Czukay", + "title": "", + "album": "", "name": "Snake Charmer", "songCount": 5, "duration": 0, @@ -83,10 +97,12 @@ "year": 1983 }, { - "id": "16", - "coverArt": "16", - "artistId": "5", + "id": "al-16", + "coverArt": "al-16", + "artistId": "ar-5", "artist": "Swell Maps", + "title": "", + "album": "", "name": "Jane From Occupied Europe", "songCount": 16, "duration": 0, @@ -94,10 +110,12 @@ "year": 1980 }, { - "id": "17", - "coverArt": "17", - "artistId": "5", + "id": "al-17", + "coverArt": "al-17", + "artistId": "ar-5", "artist": "Swell Maps", + "title": "", + "album": "", "name": "A Trip to Marineville", "songCount": 18, "duration": 0, @@ -105,10 +123,12 @@ "year": 1979 }, { - "id": "19", - "coverArt": "19", - "artistId": "6", + "id": "al-19", + "coverArt": "al-19", + "artistId": "ar-6", "artist": "Ten Years After", + "title": "", + "album": "", "name": "Ten Years After", "songCount": 15, "duration": 0, diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_two_random b/server/ctrlsubsonic/testdata/test_get_album_list_two_random index 5fe25bf..3413789 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_two_random +++ b/server/ctrlsubsonic/testdata/test_get_album_list_two_random @@ -7,86 +7,12 @@ "albumList2": { "album": [ { - "id": "21", - "coverArt": "21", - "artistId": "7", - "artist": "Captain Beefheart & His Magic Band", - "name": "Lick My Decals Off, Baby", - "songCount": 15, - "duration": 0, - "created": "2019-06-10T19:26:30.944742894+01:00", - "year": 1970 - }, - { - "id": "8", - "coverArt": "8", - "artistId": "3", - "artist": "13th Floor Elevators", - "name": "Easter Everywhere", - "songCount": 10, - "duration": 0, - "created": "2019-06-13T12:57:28.850090338+01:00", - "year": 1967 - }, - { - "id": "16", - "coverArt": "16", - "artistId": "5", - "artist": "Swell Maps", - "name": "Jane From Occupied Europe", - "songCount": 16, - "duration": 0, - "created": "2019-04-30T16:48:48+01:00", - "year": 1980 - }, - { - "id": "19", - "coverArt": "19", - "artistId": "6", - "artist": "Ten Years After", - "name": "Ten Years After", - "songCount": 15, - "duration": 0, - "created": "2019-04-30T16:48:30+01:00", - "year": 1967 - }, - { - "id": "5", - "coverArt": "5", - "artistId": "2", - "artist": "A Certain Ratio", - "name": "The Graveyard and the Ballroom", - "songCount": 14, - "duration": 0, - "created": "2019-06-05T17:46:37.675917974+01:00", - "year": 1994 - }, - { - "id": "3", - "coverArt": "3", - "artistId": "1", - "artist": "Jah Wobble, The Edge & Holger Czukay", - "name": "Snake Charmer", - "songCount": 5, - "duration": 0, - "created": "2019-05-16T22:10:52+01:00", - "year": 1983 - }, - { - "id": "6", - "artistId": "2", - "artist": "A Certain Ratio", - "name": "To Each...", - "songCount": 9, - "duration": 0, - "created": "2019-05-23T15:12:02.921473302+01:00", - "year": 1981 - }, - { - "id": "13", - "coverArt": "13", - "artistId": "4", + "id": "al-13", + "coverArt": "al-13", + "artistId": "ar-4", "artist": "Anikas", + "title": "", + "album": "", "name": "Anika", "songCount": 9, "duration": 0, @@ -94,10 +20,12 @@ "year": 2010 }, { - "id": "9", - "coverArt": "9", - "artistId": "3", + "id": "al-9", + "coverArt": "al-9", + "artistId": "ar-3", "artist": "13th Floor Elevators", + "title": "", + "album": "", "name": "The Psychedelic Sounds of the 13th Floor Elevators", "songCount": 21, "duration": 0, @@ -105,15 +33,107 @@ "year": 1966 }, { - "id": "17", - "coverArt": "17", - "artistId": "5", + "id": "al-21", + "coverArt": "al-21", + "artistId": "ar-7", + "artist": "Captain Beefheart & His Magic Band", + "title": "", + "album": "", + "name": "Lick My Decals Off, Baby", + "songCount": 15, + "duration": 0, + "created": "2019-06-10T19:26:30.944742894+01:00", + "year": 1970 + }, + { + "id": "al-6", + "artistId": "ar-2", + "artist": "A Certain Ratio", + "title": "", + "album": "", + "name": "To Each...", + "songCount": 9, + "duration": 0, + "created": "2019-05-23T15:12:02.921473302+01:00", + "year": 1981 + }, + { + "id": "al-16", + "coverArt": "al-16", + "artistId": "ar-5", "artist": "Swell Maps", + "title": "", + "album": "", + "name": "Jane From Occupied Europe", + "songCount": 16, + "duration": 0, + "created": "2019-04-30T16:48:48+01:00", + "year": 1980 + }, + { + "id": "al-3", + "coverArt": "al-3", + "artistId": "ar-1", + "artist": "Jah Wobble, The Edge & Holger Czukay", + "title": "", + "album": "", + "name": "Snake Charmer", + "songCount": 5, + "duration": 0, + "created": "2019-05-16T22:10:52+01:00", + "year": 1983 + }, + { + "id": "al-17", + "coverArt": "al-17", + "artistId": "ar-5", + "artist": "Swell Maps", + "title": "", + "album": "", "name": "A Trip to Marineville", "songCount": 18, "duration": 0, "created": "2019-04-30T16:48:48+01:00", "year": 1979 + }, + { + "id": "al-19", + "coverArt": "al-19", + "artistId": "ar-6", + "artist": "Ten Years After", + "title": "", + "album": "", + "name": "Ten Years After", + "songCount": 15, + "duration": 0, + "created": "2019-04-30T16:48:30+01:00", + "year": 1967 + }, + { + "id": "al-8", + "coverArt": "al-8", + "artistId": "ar-3", + "artist": "13th Floor Elevators", + "title": "", + "album": "", + "name": "Easter Everywhere", + "songCount": 10, + "duration": 0, + "created": "2019-06-13T12:57:28.850090338+01:00", + "year": 1967 + }, + { + "id": "al-5", + "coverArt": "al-5", + "artistId": "ar-2", + "artist": "A Certain Ratio", + "title": "", + "album": "", + "name": "The Graveyard and the Ballroom", + "songCount": 14, + "duration": 0, + "created": "2019-06-05T17:46:37.675917974+01:00", + "year": 1994 } ] } diff --git a/server/ctrlsubsonic/testdata/test_get_album_with_cover b/server/ctrlsubsonic/testdata/test_get_album_with_cover index fe24dd4..b9af033 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_with_cover +++ b/server/ctrlsubsonic/testdata/test_get_album_with_cover @@ -5,10 +5,12 @@ "type": "gonic", "gonicVersion": "v0.8.8", "album": { - "id": "3", - "coverArt": "3", - "artistId": "1", + "id": "al-3", + "coverArt": "al-3", + "artistId": "ar-1", "artist": "Jah Wobble, The Edge & Holger Czukay", + "title": "", + "album": "", "name": "Snake Charmer", "songCount": 0, "duration": 0, @@ -17,18 +19,18 @@ "song": [ { "album": "Snake Charmer", - "albumId": "3", + "albumId": "al-3", "artist": "Jah Wobble, The Edge & Holger Czukay", - "artistId": "1", + "artistId": "ar-1", "bitRate": 882, "contentType": "audio/x-flac", - "coverArt": "3", + "coverArt": "al-3", "created": "2019-07-08T21:49:40.978045401+01:00", "duration": 372, - "id": "1", + "id": "tr-1", "isDir": false, "isVideo": false, - "parent": "3", + "parent": "al-3", "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/01.05 Snake Charmer.flac", "size": 41274185, "suffix": "flac", @@ -39,18 +41,18 @@ }, { "album": "Snake Charmer", - "albumId": "3", + "albumId": "al-3", "artist": "Jah Wobble, The Edge & Holger Czukay", - "artistId": "1", + "artistId": "ar-1", "bitRate": 814, "contentType": "audio/x-flac", - "coverArt": "3", + "coverArt": "al-3", "created": "2019-07-08T21:49:40.981605306+01:00", "duration": 523, - "id": "3", + "id": "tr-3", "isDir": false, "isVideo": false, - "parent": "3", + "parent": "al-3", "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/02.05 Hold On to Your Dreams.flac", "size": 53447545, "suffix": "flac", @@ -61,18 +63,18 @@ }, { "album": "Snake Charmer", - "albumId": "3", + "albumId": "al-3", "artist": "Jah Wobble, The Edge & Holger Czukay", - "artistId": "1", + "artistId": "ar-1", "bitRate": 745, "contentType": "audio/x-flac", - "coverArt": "3", + "coverArt": "al-3", "created": "2019-07-08T21:49:40.979981084+01:00", "duration": 331, - "id": "2", + "id": "tr-2", "isDir": false, "isVideo": false, - "parent": "3", + "parent": "al-3", "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/03.05 It Was a Camel.flac", "size": 31080508, "suffix": "flac", @@ -83,18 +85,18 @@ }, { "album": "Snake Charmer", - "albumId": "3", + "albumId": "al-3", "artist": "Jah Wobble, The Edge & Holger Czukay", - "artistId": "1", + "artistId": "ar-1", "bitRate": 976, "contentType": "audio/x-flac", - "coverArt": "3", + "coverArt": "al-3", "created": "2019-07-08T21:49:40.984853203+01:00", "duration": 227, - "id": "5", + "id": "tr-5", "isDir": false, "isVideo": false, - "parent": "3", + "parent": "al-3", "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/04.05 Sleazy.flac", "size": 27938750, "suffix": "flac", @@ -105,18 +107,18 @@ }, { "album": "Snake Charmer", - "albumId": "3", + "albumId": "al-3", "artist": "Jah Wobble, The Edge & Holger Czukay", - "artistId": "1", + "artistId": "ar-1", "bitRate": 884, "contentType": "audio/x-flac", - "coverArt": "3", + "coverArt": "al-3", "created": "2019-07-08T21:49:40.983301328+01:00", "duration": 418, - "id": "4", + "id": "tr-4", "isDir": false, "isVideo": false, - "parent": "3", + "parent": "al-3", "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/05.05 Snake Charmer (reprise).flac", "size": 46427922, "suffix": "flac", diff --git a/server/ctrlsubsonic/testdata/test_get_album_without_cover b/server/ctrlsubsonic/testdata/test_get_album_without_cover index 332daad..c2b796d 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_without_cover +++ b/server/ctrlsubsonic/testdata/test_get_album_without_cover @@ -5,7 +5,10 @@ "type": "gonic", "gonicVersion": "v0.8.8", "album": { - "id": "2", + "id": "al-2", + "title": "", + "album": "", + "name": "", "songCount": 0, "duration": 0, "created": "2019-05-16T22:10:21+01:00" diff --git a/server/ctrlsubsonic/testdata/test_get_artist_id_one b/server/ctrlsubsonic/testdata/test_get_artist_id_one index 6eb5cde..f7fb298 100644 --- a/server/ctrlsubsonic/testdata/test_get_artist_id_one +++ b/server/ctrlsubsonic/testdata/test_get_artist_id_one @@ -5,15 +5,17 @@ "type": "gonic", "gonicVersion": "v0.8.8", "artist": { - "id": "1", + "id": "ar-1", "name": "Jah Wobble, The Edge & Holger Czukay", "albumCount": 1, "album": [ { - "id": "3", - "coverArt": "3", - "artistId": "1", + "id": "al-3", + "coverArt": "al-3", + "artistId": "ar-1", "artist": "Jah Wobble, The Edge & Holger Czukay", + "title": "", + "album": "", "name": "Snake Charmer", "songCount": 0, "duration": 0, diff --git a/server/ctrlsubsonic/testdata/test_get_artist_id_three b/server/ctrlsubsonic/testdata/test_get_artist_id_three index 8961d0e..9c31bb1 100644 --- a/server/ctrlsubsonic/testdata/test_get_artist_id_three +++ b/server/ctrlsubsonic/testdata/test_get_artist_id_three @@ -5,15 +5,17 @@ "type": "gonic", "gonicVersion": "v0.8.8", "artist": { - "id": "3", + "id": "ar-3", "name": "13th Floor Elevators", "albumCount": 2, "album": [ { - "id": "8", - "coverArt": "8", - "artistId": "3", + "id": "al-8", + "coverArt": "al-8", + "artistId": "ar-3", "artist": "13th Floor Elevators", + "title": "", + "album": "", "name": "Easter Everywhere", "songCount": 0, "duration": 0, @@ -21,10 +23,12 @@ "year": 1967 }, { - "id": "9", - "coverArt": "9", - "artistId": "3", + "id": "al-9", + "coverArt": "al-9", + "artistId": "ar-3", "artist": "13th Floor Elevators", + "title": "", + "album": "", "name": "The Psychedelic Sounds of the 13th Floor Elevators", "songCount": 0, "duration": 0, diff --git a/server/ctrlsubsonic/testdata/test_get_artist_id_two b/server/ctrlsubsonic/testdata/test_get_artist_id_two index 373569d..9b89018 100644 --- a/server/ctrlsubsonic/testdata/test_get_artist_id_two +++ b/server/ctrlsubsonic/testdata/test_get_artist_id_two @@ -5,15 +5,17 @@ "type": "gonic", "gonicVersion": "v0.8.8", "artist": { - "id": "2", + "id": "ar-2", "name": "A Certain Ratio", "albumCount": 2, "album": [ { - "id": "5", - "coverArt": "5", - "artistId": "2", + "id": "al-5", + "coverArt": "al-5", + "artistId": "ar-2", "artist": "A Certain Ratio", + "title": "", + "album": "", "name": "The Graveyard and the Ballroom", "songCount": 0, "duration": 0, @@ -21,9 +23,11 @@ "year": 1994 }, { - "id": "6", - "artistId": "2", + "id": "al-6", + "artistId": "ar-2", "artist": "A Certain Ratio", + "title": "", + "album": "", "name": "To Each...", "songCount": 0, "duration": 0, diff --git a/server/ctrlsubsonic/testdata/test_get_artists_no_args b/server/ctrlsubsonic/testdata/test_get_artists_no_args index 342feab..3ff1b0d 100644 --- a/server/ctrlsubsonic/testdata/test_get_artists_no_args +++ b/server/ctrlsubsonic/testdata/test_get_artists_no_args @@ -11,7 +11,7 @@ "name": "#", "artist": [ { - "id": "3", + "id": "ar-3", "name": "13th Floor Elevators", "albumCount": 2 } @@ -21,12 +21,12 @@ "name": "a", "artist": [ { - "id": "2", + "id": "ar-2", "name": "A Certain Ratio", "albumCount": 2 }, { - "id": "4", + "id": "ar-4", "name": "Anikas", "albumCount": 1 } @@ -36,7 +36,7 @@ "name": "c", "artist": [ { - "id": "7", + "id": "ar-7", "name": "Captain Beefheart & His Magic Band", "albumCount": 1 } @@ -46,7 +46,7 @@ "name": "j", "artist": [ { - "id": "1", + "id": "ar-1", "name": "Jah Wobble, The Edge & Holger Czukay", "albumCount": 1 } @@ -56,7 +56,7 @@ "name": "s", "artist": [ { - "id": "5", + "id": "ar-5", "name": "Swell Maps", "albumCount": 2 } @@ -66,7 +66,7 @@ "name": "t", "artist": [ { - "id": "6", + "id": "ar-6", "name": "Ten Years After", "albumCount": 1 } diff --git a/server/ctrlsubsonic/testdata/test_get_indexes_no_args b/server/ctrlsubsonic/testdata/test_get_indexes_no_args index 17c2baa..eacf336 100644 --- a/server/ctrlsubsonic/testdata/test_get_indexes_no_args +++ b/server/ctrlsubsonic/testdata/test_get_indexes_no_args @@ -12,12 +12,12 @@ "name": "#", "artist": [ { - "id": "7", + "id": "al-7", "name": "13th Floor Lowervators", "albumCount": 2 }, { - "id": "10", + "id": "al-10", "name": "___Anika", "albumCount": 2 } @@ -27,7 +27,7 @@ "name": "a", "artist": [ { - "id": "4", + "id": "al-4", "name": "A Certain Ratio", "albumCount": 2 } @@ -37,7 +37,7 @@ "name": "c", "artist": [ { - "id": "20", + "id": "al-20", "name": "Captain Beefheart", "albumCount": 1 } @@ -47,7 +47,7 @@ "name": "j", "artist": [ { - "id": "2", + "id": "al-2", "name": "Jah Wobble, The Edge, Holger Czukay", "albumCount": 1 } @@ -57,7 +57,7 @@ "name": "s", "artist": [ { - "id": "15", + "id": "al-15", "name": "Swell Maps", "albumCount": 2 } @@ -67,7 +67,7 @@ "name": "t", "artist": [ { - "id": "18", + "id": "al-18", "name": "Ten Years After", "albumCount": 1 } diff --git a/server/ctrlsubsonic/testdata/test_get_music_directory_with_tracks b/server/ctrlsubsonic/testdata/test_get_music_directory_with_tracks index 81451ef..a432246 100644 --- a/server/ctrlsubsonic/testdata/test_get_music_directory_with_tracks +++ b/server/ctrlsubsonic/testdata/test_get_music_directory_with_tracks @@ -5,8 +5,8 @@ "type": "gonic", "gonicVersion": "v0.8.8", "directory": { - "id": "3", - "parent": "2", + "id": "al-3", + "parent": "al-2", "name": "(1983) Snake Charmer", "child": [ { @@ -14,13 +14,13 @@ "artist": "Jah Wobble, The Edge & Holger Czukay", "bitRate": 882, "contentType": "audio/x-flac", - "coverArt": "3", + "coverArt": "al-3", "created": "2019-07-08T21:49:40.978045401+01:00", "duration": 372, - "id": "1", + "id": "tr-1", "isDir": false, "isVideo": false, - "parent": "3", + "parent": "al-3", "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/01.05 Snake Charmer.flac", "size": 41274185, "suffix": "flac", @@ -34,13 +34,13 @@ "artist": "Jah Wobble, The Edge & Holger Czukay", "bitRate": 814, "contentType": "audio/x-flac", - "coverArt": "3", + "coverArt": "al-3", "created": "2019-07-08T21:49:40.981605306+01:00", "duration": 523, - "id": "3", + "id": "tr-3", "isDir": false, "isVideo": false, - "parent": "3", + "parent": "al-3", "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/02.05 Hold On to Your Dreams.flac", "size": 53447545, "suffix": "flac", @@ -54,13 +54,13 @@ "artist": "Jah Wobble, The Edge & Holger Czukay", "bitRate": 745, "contentType": "audio/x-flac", - "coverArt": "3", + "coverArt": "al-3", "created": "2019-07-08T21:49:40.979981084+01:00", "duration": 331, - "id": "2", + "id": "tr-2", "isDir": false, "isVideo": false, - "parent": "3", + "parent": "al-3", "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/03.05 It Was a Camel.flac", "size": 31080508, "suffix": "flac", @@ -74,13 +74,13 @@ "artist": "Jah Wobble, The Edge & Holger Czukay", "bitRate": 976, "contentType": "audio/x-flac", - "coverArt": "3", + "coverArt": "al-3", "created": "2019-07-08T21:49:40.984853203+01:00", "duration": 227, - "id": "5", + "id": "tr-5", "isDir": false, "isVideo": false, - "parent": "3", + "parent": "al-3", "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/04.05 Sleazy.flac", "size": 27938750, "suffix": "flac", @@ -94,13 +94,13 @@ "artist": "Jah Wobble, The Edge & Holger Czukay", "bitRate": 884, "contentType": "audio/x-flac", - "coverArt": "3", + "coverArt": "al-3", "created": "2019-07-08T21:49:40.983301328+01:00", "duration": 418, - "id": "4", + "id": "tr-4", "isDir": false, "isVideo": false, - "parent": "3", + "parent": "al-3", "path": "Jah Wobble, The Edge, Holger Czukay/(1983) Snake Charmer/05.05 Snake Charmer (reprise).flac", "size": 46427922, "suffix": "flac", diff --git a/server/ctrlsubsonic/testdata/test_get_music_directory_without_tracks b/server/ctrlsubsonic/testdata/test_get_music_directory_without_tracks index f42d37b..1b53c00 100644 --- a/server/ctrlsubsonic/testdata/test_get_music_directory_without_tracks +++ b/server/ctrlsubsonic/testdata/test_get_music_directory_without_tracks @@ -5,16 +5,16 @@ "type": "gonic", "gonicVersion": "v0.8.8", "directory": { - "id": "2", + "id": "al-2", "name": "Jah Wobble, The Edge, Holger Czukay", "child": [ { - "coverArt": "3", + "coverArt": "al-3", "created": "2019-07-08T21:49:40.995905275+01:00", - "id": "3", + "id": "al-3", "isDir": true, "isVideo": false, - "parent": "2", + "parent": "al-2", "title": "(1983) Snake Charmer" } ] diff --git a/server/ctrlsubsonic/testdata/test_search_three_q_13 b/server/ctrlsubsonic/testdata/test_search_three_q_13 index 69550dc..9e9253a 100644 --- a/server/ctrlsubsonic/testdata/test_search_three_q_13 +++ b/server/ctrlsubsonic/testdata/test_search_three_q_13 @@ -7,17 +7,19 @@ "searchResult3": { "artist": [ { - "id": "3", + "id": "ar-3", "name": "13th Floor Elevators", "albumCount": 0 } ], "album": [ { - "id": "9", - "coverArt": "9", - "artistId": "3", + "id": "al-9", + "coverArt": "al-9", + "artistId": "ar-3", "artist": "13th Floor Elevators", + "title": "", + "album": "", "name": "The Psychedelic Sounds of the 13th Floor Elevators", "songCount": 0, "duration": 0, diff --git a/server/ctrlsubsonic/testdata/test_search_three_q_ani b/server/ctrlsubsonic/testdata/test_search_three_q_ani index 0f6d7f9..3d059b8 100644 --- a/server/ctrlsubsonic/testdata/test_search_three_q_ani +++ b/server/ctrlsubsonic/testdata/test_search_three_q_ani @@ -7,17 +7,19 @@ "searchResult3": { "artist": [ { - "id": "4", + "id": "ar-4", "name": "Anikas", "albumCount": 0 } ], "album": [ { - "id": "13", - "coverArt": "13", - "artistId": "4", + "id": "al-13", + "coverArt": "al-13", + "artistId": "ar-4", "artist": "Anikas", + "title": "", + "album": "", "name": "Anika", "songCount": 0, "duration": 0, diff --git a/server/ctrlsubsonic/testdata/test_search_three_q_cert b/server/ctrlsubsonic/testdata/test_search_three_q_cert index 7a5e419..6d68e64 100644 --- a/server/ctrlsubsonic/testdata/test_search_three_q_cert +++ b/server/ctrlsubsonic/testdata/test_search_three_q_cert @@ -7,7 +7,7 @@ "searchResult3": { "artist": [ { - "id": "2", + "id": "ar-2", "name": "A Certain Ratio", "albumCount": 0 } diff --git a/server/ctrlsubsonic/testdata/test_search_two_q_13 b/server/ctrlsubsonic/testdata/test_search_two_q_13 index 3e9505a..2ef227b 100644 --- a/server/ctrlsubsonic/testdata/test_search_two_q_13 +++ b/server/ctrlsubsonic/testdata/test_search_two_q_13 @@ -7,18 +7,18 @@ "searchResult2": { "artist": [ { - "id": "7", + "id": "al-7", "name": "13th Floor Lowervators" } ], "album": [ { - "coverArt": "9", + "coverArt": "al-9", "created": "2019-07-08T21:49:41.246041678+01:00", - "id": "9", + "id": "al-9", "isDir": true, "isVideo": false, - "parent": "7", + "parent": "al-7", "title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators" } ], @@ -28,13 +28,13 @@ "artist": "A Certain Ratio", "bitRate": 894, "contentType": "audio/x-flac", - "coverArt": "5", + "coverArt": "al-5", "created": "2019-07-08T21:49:41.037683099+01:00", "duration": 332, - "id": "6", + "id": "tr-6", "isDir": false, "isVideo": false, - "parent": "5", + "parent": "al-5", "path": "A Certain Ratio/(1994) The Graveyard and the Ballroom/13.14 Flight.flac", "size": 37302417, "suffix": "flac", @@ -48,13 +48,13 @@ "artist": "13th Floor Elevators", "bitRate": 244, "contentType": "audio/mpeg", - "coverArt": "9", + "coverArt": "al-9", "created": "2019-07-08T21:49:41.209108272+01:00", "duration": 154, - "id": "40", + "id": "tr-40", "isDir": false, "isVideo": false, - "parent": "9", + "parent": "al-9", "path": "13th Floor Lowervators/(1966) The Psychedelic Sounds of the 13th Floor Elevators/13.21 Before You Accuse Me.mp3", "size": 4722688, "suffix": "mp3", @@ -68,13 +68,13 @@ "artist": "Swell Maps", "bitRate": 1204, "contentType": "audio/x-flac", - "coverArt": "16", + "coverArt": "al-16", "created": "2019-07-08T21:49:41.43457798+01:00", "duration": 220, - "id": "76", + "id": "tr-76", "isDir": false, "isVideo": false, - "parent": "16", + "parent": "al-16", "path": "Swell Maps/(1980) Jane From Occupied Europe/13.16 Blenheim Shots.flac", "size": 33140852, "suffix": "flac", @@ -88,13 +88,13 @@ "artist": "Swell Maps", "bitRate": 295, "contentType": "audio/mpeg", - "coverArt": "17", + "coverArt": "al-17", "created": "2019-07-08T21:49:41.493347193+01:00", "duration": 463, - "id": "93", + "id": "tr-93", "isDir": false, "isVideo": false, - "parent": "17", + "parent": "al-17", "path": "Swell Maps/(1979) A Trip to Marineville/d01 13.14 Adventuring Into Basketry.mp3", "size": 17119309, "suffix": "mp3", @@ -108,13 +108,13 @@ "artist": "Ten Years After", "bitRate": 192, "contentType": "audio/ogg", - "coverArt": "19", + "coverArt": "al-19", "created": "2019-07-08T21:49:41.573811068+01:00", "duration": 433, - "id": "107", + "id": "tr-107", "isDir": false, "isVideo": false, - "parent": "19", + "parent": "al-19", "path": "Ten Years After/(1967) Ten Years After/13.15 Spider in My Web.ogg", "size": 10400948, "suffix": "ogg", @@ -128,13 +128,13 @@ "artist": "Captain Beefheart & His Magic Band", "bitRate": 160, "contentType": "audio/mpeg", - "coverArt": "21", + "coverArt": "al-21", "created": "2019-07-08T21:49:41.687805489+01:00", "duration": 152, - "id": "129", + "id": "tr-129", "isDir": false, "isVideo": false, - "parent": "21", + "parent": "al-21", "path": "Captain Beefheart/(1970) Lick My Decals Off, Bitch/13.15 Space-Age Couple.mp3", "size": 3054515, "suffix": "mp3", diff --git a/server/ctrlsubsonic/testdata/test_search_two_q_ani b/server/ctrlsubsonic/testdata/test_search_two_q_ani index 3f1d0ab..ef5ea04 100644 --- a/server/ctrlsubsonic/testdata/test_search_two_q_ani +++ b/server/ctrlsubsonic/testdata/test_search_two_q_ani @@ -7,18 +7,18 @@ "searchResult2": { "artist": [ { - "id": "10", + "id": "al-10", "name": "___Anika" } ], "album": [ { - "coverArt": "13", + "coverArt": "al-13", "created": "2019-07-08T21:49:41.334460116+01:00", - "id": "13", + "id": "al-13", "isDir": true, "isVideo": false, - "parent": "12", + "parent": "al-12", "title": "(2010) Anika" } ] diff --git a/server/ctrlsubsonic/testdata/test_search_two_q_cert b/server/ctrlsubsonic/testdata/test_search_two_q_cert index 52a65f8..416a6b6 100644 --- a/server/ctrlsubsonic/testdata/test_search_two_q_cert +++ b/server/ctrlsubsonic/testdata/test_search_two_q_cert @@ -7,7 +7,7 @@ "searchResult2": { "artist": [ { - "id": "4", + "id": "al-4", "name": "A Certain Ratio" } ]