DetailPageLayoutView_tmpl.html 5.45 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
<div class="page-title clearfix">
18 19
    <div class="fontLoader">
        <i class="fa fa-refresh fa-spin-custom"></i>
20
    </div>
21 22 23
    <div class="entityDetail">
        <div class="row">
            <a href="javascript:void(0);" class="backButton" data-id="backButton"><i class="fa fa-chevron-left"></i>  Back To Results</a>
24
        </div>
25 26 27 28 29 30 31 32
        <h1><span  data-id="title"></span></h1>
        <button data-id="editButton" class="btn btn-default pull-right editbutton" id="editText"><i class="fa fa-pencil"></i></button>
        <div class="tagTerm">
            <span class="tagSpan">Tags:</span>
            <div class="" data-id="tagList">
                <div class="addTag-dropdown" data-id="addTag">
                    <div class="addTagBase tagBox" data-id="addTagPlus"><i class="fa fa-plus"></i></div>
                </div>
33
            </div>
34 35 36 37 38 39
            <hr class="termTagLine"> {{#if taxonomy}}
            <span class="termSpan">Terms:</span>
            <div class="" data-id="termList">
                <div class="addTag-dropdown" data-id="addTerm">
                    <div class="addTagBase termBox" data-id="addTermPlus"><i class="fa fa-plus"></i></div>
                </div>
40
            </div>
41
            {{/if}}
42 43 44 45 46
        </div>
    </div>
</div>
<div class="container-fluid gray-bg">
    <div class="row">
47
        <div class="col-sm-custom">
48
            <div class="atlast-tabbable">
49
                <h4 class="lineageLabel">LINEAGE</h4>
50
                <div class="panel panel-default lineageLayout">
51
                    <div id="r_lineageLayoutView"></div>
52
                </div>
53 54 55 56
            </div>
        </div>
    </div>
    <div class="row">
57
        <div class="col-sm-custom">
58
            <div class="atlast-tabbable">
59
                <h4 class="detailLabel">DETAILS</h4>
60 61
                <ul class="nav nav-tabs" role="tablist">
                    <li role="presentation" class="tab active"><a href="#tab-details" aria-controls="tab-details" role="tab" data-toggle="tab">Properties</a></li>
62
                    <li role="presentation"><a href="#tab-tagTable" aria-controls="tab-tagTable" role="tab" data-toggle="tab">Tags</a></li>
63
                    {{#if taxonomy}}
64
                    <li role="presentation"><a href="#tab-termTable" aria-controls="tab-termTable" role="tab" data-toggle="tab">Terms</a></li>
65
                    {{/if}}
66
                    <li role="presentation" class="tab"><a href="#tab-audit" aria-controls="tab-audit" role="tab" data-toggle="tab">Audits</a></li>
67 68 69 70
                    <li role="presentation" class="tab schemaTable" style="display:none"><a href="#tab-schema" aria-controls="tab-schema" role="tab" data-toggle="tab">Schema</a></li>
                </ul>
                <div class="tab-content">
                    <div id="tab-details" role="tabpanel" class="tab-pane active">
71 72 73 74 75
                        <div id="r_entityDetailTableLayoutView" style="position: relative;">
                            <div class="fontLoader">
                                <i class="fa fa-refresh fa-spin-custom"></i>
                            </div>
                        </div>
76 77
                    </div>
                    <div id="tab-tagTable" role="tabpanel" class="tab-pane">
78 79 80 81 82
                        <div id="r_tagTableLayoutView" style="position: relative;">
                            <div class="fontLoader">
                                <i class="fa fa-refresh fa-spin-custom"></i>
                            </div>
                        </div>
83
                    </div>
84
                    <div id="tab-termTable" role="tabpanel" class="tab-pane">
85 86 87 88 89
                        <div id="r_termTableLayoutView" style="position: relative;">
                            <div class="fontLoader">
                                <i class="fa fa-refresh fa-spin-custom"></i>
                            </div>
                        </div>
90
                    </div>
91
                    <div id="tab-audit" role="tabpanel" class="tab-pane">
92 93 94 95 96
                        <div id="r_auditTableLayoutView" style="position: relative;">
                            <div class="fontLoader">
                                <i class="fa fa-refresh fa-spin-custom"></i>
                            </div>
                        </div>
97
                    </div>
98
                    <div id="tab-schema" role="tabpanel" class="tab-pane">
99 100 101 102 103
                        <div id="r_schemaTableLayoutView" style="position: relative;">
                            <div class="fontLoader">
                                <i class="fa fa-refresh fa-spin-custom"></i>
                            </div>
                        </div>
104
                    </div>
105 106 107 108 109
                </div>
            </div>
        </div>
    </div>
</div>