Changeset 4387


Ignore:
Timestamp:
01/29/14 13:41:44 (10 years ago)
Author:
twagoo
Message:

added results page size drop down

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/index.html

    r4383 r4387  
    177177                    <div id="searchresultsheader">
    178178                        <span id="searchresultcount">606156 results</span>
    179                         <span id="searchresultpagecount">Showing 1 to 30</span>
     179                        <span id="searchresultpagecount">Showing 1 to 25</span>
    180180
    181181                        <div class="searchresultpagination">
     
    265265                        <a href="">&gt;</a>
    266266                        <a href="">&gt;&gt;</a>
     267
     268                        <form id="">
     269                            <label for="resultpagesize">Results per page:</label>
     270                            <select id="resultpagesize">
     271                                <option>5</option>
     272                                <option>10</option>
     273                                <option selected="selected">25</option>
     274                                <option>50</option>
     275                                <option>100</option>
     276                            </select>
     277                        </form>
    267278                    </div>
    268279                </div>
Note: See TracChangeset for help on using the changeset viewer.