Bugzilla – Attachment 140613 Details for
Bug 30952
New design for staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30952: Header search - move tabs to the right (and other tweaks)
Bug-30952-Header-search---move-tabs-to-the-right-a.patch (text/plain), 22.72 KB, created by
Julian Maurice
on 2022-09-14 07:38:58 UTC
(
hide
)
Description:
Bug 30952: Header search - move tabs to the right (and other tweaks)
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2022-09-14 07:38:58 UTC
Size:
22.72 KB
patch
obsolete
>From a8fbdc12fdf15217c93e2c509b91ac77f2bba336 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Wed, 14 Sep 2022 09:11:32 +0200 >Subject: [PATCH] Bug 30952: Header search - move tabs to the right (and other > tweaks) > >Make the search bar take the whole page width, with inputs at the center >taking all the available space >Add a separator between inputs when there are more than one > >Issue #24 >--- > .../intranet-tmpl/prog/css/src/_header.scss | 40 ++++++++++++++----- > .../prog/en/includes/acquisitions-search.inc | 10 ++++- > .../prog/en/includes/authorities-search.inc | 16 ++++++++ > .../prog/en/includes/budgets-admin-search.inc | 4 ++ > .../prog/en/includes/cataloging-search.inc | 3 ++ > .../prog/en/includes/catalogue-search-box.inc | 4 ++ > .../prog/en/includes/checkin-search-box.inc | 4 ++ > .../prog/en/includes/cities-admin-search.inc | 4 ++ > .../en/includes/contracts-admin-search.inc | 4 ++ > .../en/includes/currencies-admin-search.inc | 4 ++ > .../prog/en/includes/desks-admin-search.inc | 4 ++ > .../prog/en/includes/letters-search.inc | 4 ++ > .../prog/en/includes/member-search-box.inc | 5 +++ > .../prog/en/includes/patron-search-box.inc | 4 ++ > .../prog/en/includes/patrons-admin-search.inc | 4 ++ > .../prog/en/includes/prefs-admin-search.inc | 4 ++ > .../prog/en/includes/renew-search-box.inc | 4 ++ > .../prog/en/includes/serials-search.inc | 4 ++ > .../en/includes/suggestions-add-search.inc | 4 ++ > .../prog/en/includes/z3950-admin-search.inc | 4 ++ > 20 files changed, 122 insertions(+), 12 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >index 10057400d5..8c0968298e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >@@ -51,6 +51,7 @@ > border: 0; > background-color: transparent; > display: none; >+ flex-grow: 1; > > &:first-of-type { > display: block; >@@ -60,7 +61,6 @@ > > ul { > padding: 0 .8em 0 0; > margin: 0; >- order: -1; > border-radius: 0 16px 16px 0; > display: flex; > justify-content: space-around; >@@ -99,6 +99,24 @@ > position: relative; > } > >+ .form-title { >+ padding: 0 16px 0 0; >+ background-color: #418940; >+ border-radius: 0 16px 16px 0; >+ display: flex; >+ align-items: center; >+ justify-content: flex-end; >+ z-index: 2; >+ white-space: nowrap; >+ flex-basis: 15%; >+ >+ label { >+ color: white; >+ font-weight: bold; >+ margin: 0; >+ } >+ } >+ > .form-content { > background-color: white; > margin-left: -16px; >@@ -107,24 +125,24 @@ > white-space: nowrap; > z-index: 1; > display: flex; >+ flex-grow: 1; > >- input[type="text"] { >- border: 0; >- box-shadow: unset; >- background-color: transparent; >- } >- >+ input[type="text"], > select { >- margin: 0; > background-color: transparent; > border: 0; >+ border-radius: 0; > box-shadow: unset; >- max-width: 15em; >+ margin: 0; >+ >+ &:not(:first-child) { >+ border-left: 1px solid #e0e0e0; >+ } > } > } > > .form-extra-content { >- left: -16px; >+ left: 284px; > right: 60px; > position: absolute; > top: 31px; >@@ -133,7 +151,7 @@ > padding: 1em; > border-radius: 0 0 8px 8px; > border: 1px solid #418940; >- border-top: 0; >+ border-top: 1px solid #e0e0e0; > box-shadow: 0 2px 2px 1px #00000030; > z-index: 1; > display: none; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc >index dd1bac0280..1d28d7d394 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc >@@ -3,6 +3,10 @@ > <div id="header_search"> > <div id="supplier_search" class="residentsearch"> > <form name="findsupplier" action="/cgi-bin/koha/acqui/booksellers.pl" method="post"> >+ <span class="form-title"> >+ <label class="control-label">Vendor search</label> >+ </span> >+ > <span class="form-content"> > <input type="text" name="supplier" id="supplier" class="head-searchbox form-control" placeholder="Search vendors" /> > </span> >@@ -12,6 +16,10 @@ > > <div id="orders_search" class="residentsearch"> > <form action="/cgi-bin/koha/acqui/histsearch.pl" method="post"> >+ <span class="form-title"> >+ <label class="control-label">Orders search</label> >+ </span> >+ > <span class="form-content"> > <input type="text" id="title" class="form-control" placeholder="Title" name="title" size="13" value="[% title | html %]" /> > <input type="text" id="searchsupplier" class="form-control" placeholder="Vendor" name="name" size="13" value="[% name | html %]" /> >@@ -26,7 +34,7 @@ > <input type="text" class="form-control" placeholder="Basket" name="basket" id="basket" /> > </div> > <div> >- <label for="booksellerinvoicenumber" class="control-label">Basket</label> >+ <label for="booksellerinvoicenumber" class="control-label">Invoice number</label> > <input type="text" class="form-control" placeholder="Invoice number" name="booksellerinvoicenumber" id="booksellerinvoicenumber" /> > </div> > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc >index 5ed183eb36..2909383f4d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc >@@ -74,6 +74,10 @@ > <input type="hidden" name="and_or" value="and" /> > <input type="hidden" name="excluding" value="" /> > >+ <span class="form-title"> >+ <label class="control-label">Search main heading ($a only)</label> >+ </span> >+ > <span class="form-content"> > [% INCLUDE authtype %] > <input id="value_mainentry" class="form-control head-searchbox" type="text" name="value" value="[% value | html %]" placeholder="Search main heading ($a only)" /> >@@ -97,6 +101,10 @@ > <input type="hidden" name="op" value="do_search" /> > <input type="hidden" name="type" value="intranet" /> > >+ <span class="form-title"> >+ <label class="control-label">Search main heading</label> >+ </span> >+ > <span class="form-content"> > [% INCLUDE authtype %] > <input id="value_mainheading" class="form-control head-searchbox" type="text" name="value" value="[% value | html %]" placeholder="Search main heading" /> >@@ -118,6 +126,10 @@ > <input type="hidden" name="type" value="intranet" /> > <input type="hidden" name="marclist" value="match" /> > >+ <span class="form-title"> >+ <label class="control-label">Search all headings</label> >+ </span> >+ > <span class="form-content"> > [% INCLUDE authtype %] > <input id="value_matchheading" class="form-control head-searchbox" type="text" name="value" value="[% value | html %]" placeholder="Search any heading" /> >@@ -141,6 +153,10 @@ > <input type="hidden" name="and_or" value="and" /> > <input type="hidden" name="excluding" value="" /> > >+ <span class="form-title"> >+ <label class="control-label">Search entire record</label> >+ </span> >+ > <span class="form-content"> > [% INCLUDE authtype %] > <input id="value_anywhere" class="form-control head-searchbox" type="text" name="value" value="[% value | html %]" placeholder="Search any authority field" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-search.inc >index 2917f37a68..b610015f95 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-search.inc >@@ -6,6 +6,10 @@ > <form action="/cgi-bin/koha/admin/aqbudgets.pl" method="post"> > <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" /> > >+ <span class="form-title"> >+ <label class="control-label">Search funds</label> >+ </span> >+ > <span class="form-content"> > <select name="filter_budgetbranch" id="filter_budgetbranch" class="form-control"> > <option value="">All libraries</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc >index 873e00a462..f31df2d262 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc >@@ -7,6 +7,9 @@ > > <div id="addbooks_search" class="residentsearch"> > <form name="search" action="addbooks.pl"> >+ <span class="form-title"> >+ <label class="control-label">Cataloging search</label> >+ </span> > > <span class="form-content"> > <input class="head-searchbox form-control" type="text" name="q" id="cat_search" placeholder="Search the catalog and the reservoir" size="40" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue-search-box.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue-search-box.inc >index f3086192b0..1106becfaf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue-search-box.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue-search-box.inc >@@ -2,6 +2,10 @@ > [% IF ( CAN_user_catalogue ) %] > <div id="catalog_search" class="residentsearch"> > <form action="/cgi-bin/koha/catalogue/search.pl" method="get" id="cat-search-block"> >+ <span class="form-title"> >+ <label class="control-label">Search catalog</label> >+ </span> >+ > <span class="form-content"> > [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %] > [% INCLUDE 'search_indexes.inc' $header_pulldown = 1 %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkin-search-box.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkin-search-box.inc >index d496cb1c91..f0973c11d5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkin-search-box.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkin-search-box.inc >@@ -1,6 +1,10 @@ > [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %] > <div id="checkin_search" class="residentsearch"> > <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off"> >+ <span class="form-title"> >+ <label class="control-label">Check in</label> >+ </span> >+ > <span class="form-content"> > <input name="barcode" id="ret_barcode" class="head-searchbox form-control" accesskey="r" type="text" placeholder="Scan a barcode to check in" size="40"/> > </span> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cities-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cities-admin-search.inc >index e326a0d2de..cfad7765e2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cities-admin-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cities-admin-search.inc >@@ -2,6 +2,10 @@ > <div id="header_search"> > <div id="city_search" class="residentsearch"> > <form action="[% script_name | html %]" method="post"> >+ <span class="form-title"> >+ <label class="control-label">Search cities</label> >+ </span> >+ > <span class="form-content"> > <input class="head-searchbox form-control" type="text" name="city_name_filter" id="city_name_filter" value="[% city_name_filter | html %]" placeholder="City search" /> > </span> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/contracts-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/contracts-admin-search.inc >index 4729452f94..2edc819dee 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/contracts-admin-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/contracts-admin-search.inc >@@ -3,6 +3,10 @@ > <div id="header_search"> > <div id="contract_description_search" class="residentsearch"> > <form action="[% script_name | html %]" method="post"> >+ <span class="form-title"> >+ <label class="control-label">Search contracts</label> >+ </span> >+ > <span class="form-content"> > <input class="head-searchbox form-control" type="text" name="searchfield" id="searchfield" value="[% searchfield | html %]" placeholder="Search by contract name or/and description:" size="40"/> > </span> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/currencies-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/currencies-admin-search.inc >index d2c21a7835..0c458d6fd8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/currencies-admin-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/currencies-admin-search.inc >@@ -3,6 +3,10 @@ > <div id="header_search"> > <div id="currency_search" class="residentsearch"> > <form action="[% script_name | html %]" method="post"> >+ <span class="form-title"> >+ <label class="control-label">Search currencies</label> >+ </span> >+ > <span class="form-content"> > <input class="head-searchbox form-control" type="text" name="description" id="description" value="[% searchfield | html %]" placeholder="Currencies search" /> > </span> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/desks-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/desks-admin-search.inc >index ded085b36a..78bca3d346 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/desks-admin-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/desks-admin-search.inc >@@ -2,6 +2,10 @@ > <div id="header_search"> > <div id="desk_search" class="residentsearch"> > <form action="[% script_name|html %]" method="post"> >+ <span class="form-title"> >+ <label class="control-label">Search desks</label> >+ </span> >+ > <span class="form-content"> > <input class="head-searchbox form-control" type="text" name="desk_name" placeholder="Search desks" id="desk_name" value="[% searchfield|html %]" size="40" /> > </span> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/letters-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/letters-search.inc >index e8f4d5b3f2..959be09300 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/letters-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/letters-search.inc >@@ -3,6 +3,10 @@ > <div id="header_search"> > <div id="notices_search" class="residentsearch"> > <form action="/cgi-bin/koha/tools/letter.pl" method="post"> >+ <span class="form-title"> >+ <label class="control-label">Search notices</label> >+ </span> >+ > <span class="form-content"> > <input class="head-searchbox form-control" type="text" name="searchfield" id="searchfield" value="" placeholder="Search existing notices"/> > </span> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/member-search-box.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/member-search-box.inc >index 6feb384760..5d791a9093 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-search-box.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/member-search-box.inc >@@ -1,4 +1,5 @@ > [% USE Branches %] >+[% USE Categories %] > [% USE Koha %] > [% PROCESS 'patronfields.inc' %] > [% IF CAN_user_borrowers_edit_borrowers %] >@@ -6,6 +7,10 @@ > <form method="post" action="/cgi-bin/koha/members/member.pl"> > <input type="hidden" name="quicksearch" value="1" /> > >+ <span class="form-title"> >+ <label class="control-label">Search patrons</label> >+ </span> >+ > <span class="form-content"> > [% IF ( Koha.Preference('RetainPatronsSearchTerms') ) %] > <input name="searchmember" id="searchmember" class="head-searchbox form-control" type="text" placeholder="Enter patron card number or partial name" size="25" value="[% searchmember | html %]"/> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc >index be48975c50..f9c0b6b3f4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc >@@ -1,6 +1,10 @@ > [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %] > <div id="circ_search" class="residentsearch"> > <form action="/cgi-bin/koha/circ/circulation.pl" id="patronsearch" method="post"> >+ <span class="form-title"> >+ <label class="control-label">Check out</label> >+ </span> >+ > <span class="form-content"> > <input autocomplete="off" id="findborrower" name="findborrower" class="head-searchbox form-control" type="text" placeholder="Enter patron card number or partial name" size="40"/> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patrons-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patrons-admin-search.inc >index 129538eb5e..a4e8723af3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patrons-admin-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patrons-admin-search.inc >@@ -3,6 +3,10 @@ > > <div id="patron_category_search" class="residentsearch"> > <form action="[% script_name | html %]" method="post"> >+ <span class="form-title"> >+ <label class="control-label">Search patron categories</label> >+ </span> >+ > <span class="form-content"> > <input class="head-searchbox form-control" type="text" name="description" value="[% searchfield | html %]" placeholder="Search by patron category name" /> > </span> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc >index d613ff2434..96a747f623 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc >@@ -4,6 +4,10 @@ > <input type="hidden" name="tab" value="[% last_tab | html %]" /> > <input type="hidden" name="op" value="search" /> > >+ <span class="form-title"> >+ <label class="control-label">Search system preferences</label> >+ </span> >+ > <span class="form-content"> > <input class="head-searchbox form-control" type="text" name="searchfield" id="searchfield" value="" placeholder="System preference search"> > </span> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/renew-search-box.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/renew-search-box.inc >index 54a46265cf..4db4a8843e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/renew-search-box.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/renew-search-box.inc >@@ -1,6 +1,10 @@ > [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %] > <div id="renew_search" class="residentsearch"> > <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off"> >+ <span class="form-title"> >+ <label class="control-label">Renew</label> >+ </span> >+ > <span class="form-content"> > <input name="barcode" id="ren_barcode" class="head-searchbox form-control" accesskey="r" type="text" placeholder="Scan a barcode to renew" size="40"/> > </span> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-search.inc >index e2a9767201..8b7592ab9c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-search.inc >@@ -9,6 +9,10 @@ > [% END %] > <input type="hidden" name="searched" value="1" /> > >+ <span class="form-title"> >+ <label class="control-label">Search subscriptions</label> >+ </span> >+ > <span class="form-content"> > <input type="text" class="form-control" placeholder="ISSN" size="11" name="ISSN_filter" id="ISSN_filter" value="[% ISSN_filter | html %]" /> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/suggestions-add-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/suggestions-add-search.inc >index 689b8e2703..9fcb5c6f9f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/suggestions-add-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/suggestions-add-search.inc >@@ -5,6 +5,10 @@ > <form action="/cgi-bin/koha/acqui/newordersuggestion.pl" method="get"> > <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> > >+ <span class="form-title"> >+ <label class="control-label">Search suggestions</label> >+ </span> >+ > <span class="form-content"> > <input type="text" id="searchtitle" class="head-searchbox form-control" placeholder="Title" name="title" size="10" value="[% title | html %]" /> > <input type="text" id="searchauthor" class="head-searchbox form-control" placeholder="Author" name="author" size="10" value="[% author | html %]" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/z3950-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/z3950-admin-search.inc >index 7a42ced9cf..9efca7cebb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/z3950-admin-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/z3950-admin-search.inc >@@ -3,6 +3,10 @@ > > <div id="z3950_search" class="residentsearch"> > <form action="/cgi-bin/koha/admin/z3950servers.pl" method="post"> >+ <span class="form-title"> >+ <label class="control-label">Search Z39.50/SRU servers</label> >+ </span> >+ > <span class="form-content"> > <input class="head-searchbox form-control" type="text" name="searchfield" id="searchfield" value="[% searchfield | html %]" placeholder="Z39.50/SRU server search" /> > </span> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30952
:
136810
|
136812
|
136813
|
136815
|
136816
|
136818
|
136819
|
136820
|
136822
|
136823
|
136825
|
136827
|
136828
|
136830
|
136831
|
136833
|
136834
|
136836
|
136837
|
136839
|
136840
|
136842
|
136844
|
136845
|
136847
|
136848
|
136878
|
136879
|
136880
|
136881
|
136882
|
136883
|
136884
|
136885
|
136886
|
136887
|
136888
|
136889
|
136890
|
136891
|
136892
|
136893
|
136894
|
136895
|
136896
|
136897
|
136898
|
136899
|
136900
|
136901
|
136902
|
136950
|
136951
|
136952
|
136953
|
136954
|
136955
|
136956
|
136957
|
136958
|
136959
|
136960
|
136961
|
136962
|
136963
|
136964
|
136965
|
136966
|
136967
|
136968
|
136969
|
136970
|
136971
|
136972
|
136973
|
136974
|
137408
|
137409
|
137410
|
137411
|
137414
|
137415
|
137416
|
137417
|
137418
|
137419
|
137420
|
137744
|
137767
|
137768
|
137775
|
137776
|
137994
|
138091
|
138092
|
138093
|
138094
|
138095
|
138096
|
138097
|
138098
|
138099
|
138100
|
138101
|
138102
|
138103
|
138245
|
138246
|
138247
|
138293
|
138299
|
138300
|
138302
|
140117
|
140118
|
140119
|
140120
|
140121
|
140122
|
140123
|
140124
|
140125
|
140126
|
140127
|
140128
|
140129
|
140130
|
140131
|
140132
|
140133
|
140134
|
140135
|
140136
|
140137
|
140138
|
140139
|
140140
|
140141
|
140142
|
140143
|
140371
|
140372
|
140373
|
140374
|
140433
|
140435
|
140459
|
140460
|
140512
|
140513
|
140514
|
140515
|
140516
|
140517
|
140519
|
140520
|
140521
|
140522
|
140523
|
140524
|
140525
|
140526
|
140527
|
140528
|
140529
|
140530
|
140531
|
140532
|
140533
|
140534
|
140535
|
140536
|
140537
|
140538
|
140539
|
140540
|
140541
|
140542
|
140543
|
140544
|
140545
|
140546
|
140547
|
140548
|
140549
|
140550
|
140551
|
140552
|
140553
|
140554
|
140555
|
140556
|
140557
|
140558
|
140559
|
140560
|
140566
|
140567
|
140570
|
140571
|
140575
|
140576
|
140577
|
140588
|
140613
|
140617
|
140618
|
140619
|
140620
|
140628
|
140629
|
140635
|
140649
|
140650
|
140651
|
140652
|
140653
|
140654
|
140658
|
140687
|
140976
|
140977
|
141020
|
141024
|
141026
|
141027
|
141041
|
141043
|
141044
|
141047
|
141052
|
141053
|
141054
|
141055
|
141056
|
141057
|
141064
|
141074
|
141075
|
141631
|
141632
|
141633
|
141634
|
141635
|
141636
|
141637
|
141638
|
141639
|
141640
|
141641
|
141642
|
141643
|
141644
|
141645
|
141646
|
141647
|
141648
|
141649
|
141650
|
141651
|
141652
|
141653
|
141654
|
141655
|
141656
|
141657
|
141658
|
141659
|
141660
|
141661
|
141662
|
141663
|
141664
|
141665
|
141666
|
141667
|
141668
|
141669
|
141670
|
141671
|
141672
|
141673
|
141674
|
141675
|
141676
|
141677
|
141678
|
141679
|
141680
|
141681
|
141682
|
141683
|
141684
|
141685
|
141686
|
141687
|
141688
|
141689
|
141690
|
141691
|
141692
|
141693
|
141694
|
141695
|
141696
|
141697
|
141698
|
141699
|
141700
|
141701
|
141702
|
141703
|
141704
|
141705
|
141706
|
141707
|
141708
|
141709
|
141710
|
141711
|
141712
|
141713
|
142604
|
142605