SearchResultLayoutView_tmpl.html 3.5 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!--
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
-->
17 18 19
<div class="">
    <div class="tableOverlay"></div>
    <!-- Not for table Loader its only for initial loading -->
20 21
    <div class="fontLoader">
        <i class="fa fa-refresh fa-spin-custom"></i>
22
    </div>
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
    <div>
        <div id="r_searchQuery">
            <div class="panel panel-default" id="filterPanel">
                <div class="panel-heading clearfix">
                    <h4 class="panel-title pull-left">Type,Tag filter/s</h4>
                    <div class="btn-group pull-right">
                        <button type="button" id="expand_collapse_panel" class="expand_collapse_panel" title="Collapse"><i class="fa fa-chevron-up" aria-hidden="true"></i></button>
                    </div>
                </div>
                <div id="panel_body" class="panel-body collapse in" align="center">
                    <p class="filterQuery" id="filterQuery"></p>
                </div>
            </div>
        </div>
    </div>
38
    <div class="ellipsis" style="display: none;"><span class="searchResult" style=" font-size: 16px;"></span>
39 40 41
        <a href="javascript:void(0)" class="inputAssignTag multiSelectTerm btnAssign" style="display:none" data-id="addTerm"><i class="fa fa-folder-o"></i> Assign Term</a>
        <a href="javascript:void(0)" class="inputAssignTag multiSelectTag assignTag btnAssign" style="display:none" data-id="addAssignTag"><i class="fa fa-plus"></i> Assign Tag</a>
    </div>
42
    <div class="searchTable">
43 44 45 46
        <div data-id="containerCheckBox" style="display: none;">
            <input type="checkbox" id="inputLabel" class="checkbox-inline" name="queryType" value="text" name="check" value="1" data-id="checkDeletedEntity" />
            <label class="checkbox-inline" for="inputLabel">
                <b>Include historical entities</b></label>
47
        </div>
48
        <span style="display: none;" class="labelShowRecord pull-left" data-id="pageRecordText"></span>
49
        <div data-id="paginationDiv" style="display:none">
50
            <ul class="pager pull-right">
51
                <li>
52
                    <button type="button" class="btn" data-id="previousData" disabled=true>Previous</button>
53 54
                </li>
                <li>
55
                    <button type="button" class="btn" data-id="nextData">Next</button>
56 57 58
                </li>
            </ul>
        </div>
59
        <div id="r_searchResultTableLayoutView">
60 61
            {{#if entityCreate}}
            <div class="entityLink" style="display:none">
62
                <h1><b>{{searchType}}</b></h1>
63
                <p class="entityLink">Search Atlas for existing entities or
64
                    <a href="javascript:void(0)" data-id='createEntity'> create new entity </a>
65 66 67
                </p>
            </div>
            {{/if}}
68
        </div>
69
    </div>
70
</div>