DetailPageLayoutView_tmpl.html 7.4 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
        <h1><span  data-id="title"></span></h1> {{#if entityUpdate}}
26
        <button data-id="editButton" title="Edit Entity" style="display:none" class="btn btn-default pull-right editbutton" id="editText"><i class="fa fa-pencil"></i></button>
27
        {{/if}}
28 29 30 31
        <div class="tagTerm">
            <span class="tagSpan">Tags:</span>
            <div class="" data-id="tagList">
                <div class="addTag-dropdown" data-id="addTag">
32
                    <div class="addTagBase tagBox" title="Add Tag" data-id="addTagPlus"><i class="fa fa-plus"></i></div>
33
                </div>
34
            </div>
35 36 37 38
            <hr class="termTagLine"> {{#if taxonomy}}
            <span class="termSpan">Terms:</span>
            <div class="" data-id="termList">
                <div class="addTag-dropdown" data-id="addTerm">
39
                    <div class="addTagBase termBox" title="Add Term" data-id="addTermPlus"><i class="fa fa-plus"></i></div>
40
                </div>
41
            </div>
42
            {{/if}}
43 44 45 46 47
        </div>
    </div>
</div>
<div class="container-fluid gray-bg">
    <div class="row">
48
        <div class="col-sm-custom">
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
            <div class="">
                <!--  <h4 class="lineageLabel"></h4> -->
                <div class="lineageLayout">
                    <div class="panel panel-default" id="panel">
                        <div class="panel-heading clearfix">
                            <h4 class="panel-title pull-left"> LINEAGE & IMPACT</h4>
                            <div class="btn-group pull-right">
                                <button type="button" class="fullscreen_panel" id="fullscreen_panel" title="Fullscreen"><i class="fa fa-expand" aria-hidden="true"></i></button>
                                <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 graph-bg resize-graph animated" align="center" style="height:375px;">
                            <div id="r_lineageLayoutView">
                                <div class="fontLoader">
                                    <i class="fa fa-refresh fa-spin-custom"></i>
                                </div>
                            </div>
66 67
                        </div>
                    </div>
68
                </div>
69 70 71 72
            </div>
        </div>
    </div>
    <div class="row">
73
        <div class="col-sm-custom">
74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
            <div class="panel with-nav-tabs panel-default">
                <div class="panel-heading clearfix">
                    <h4 class="panel-title pull-left">DETAILS</h4>
                    <div class="btn-group pull-right">
                        <button type="button" class="expand_collapse_panel" title="Collapse"><i class="fa fa-chevron-up" aria-hidden="true"></i></button>
                    </div>
                </div>
                <div class="panel-body">
                    <div class="row">
                        <div class="col-md-12">
                            <ul class="nav nav-tabs ">
                                <li role="presentation" class="tab active"><a href="#tab-details" aria-controls="tab-details" role="tab" data-toggle="tab">Properties</a></li>
                                <li role="presentation"><a href="#tab-tagTable" aria-controls="tab-tagTable" role="tab" data-toggle="tab">Tags</a></li>
                                {{#if taxonomy}}
                                <li role="presentation"><a href="#tab-termTable" aria-controls="tab-termTable" role="tab" data-toggle="tab">Terms</a></li>
                                {{/if}}
                                <li role="presentation" class="tab"><a href="#tab-audit" aria-controls="tab-audit" role="tab" data-toggle="tab">Audits</a></li>
                                <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>
93
                        </div>
94
                    </div>
95 96 97 98 99 100
                    <div class="tab-content">
                        <div id="tab-details" role="tabpanel" class="tab-pane active">
                            <div id="r_entityDetailTableLayoutView" style="position: relative;">
                                <div class="fontLoader">
                                    <i class="fa fa-refresh fa-spin-custom"></i>
                                </div>
101 102
                            </div>
                        </div>
103 104 105 106 107
                        <div id="tab-tagTable" role="tabpanel" class="tab-pane fade">
                            <div id="r_tagTableLayoutView" style="position: relative;">
                                <div class="fontLoader">
                                    <i class="fa fa-refresh fa-spin-custom"></i>
                                </div>
108 109
                            </div>
                        </div>
110 111 112 113 114
                        <div id="tab-termTable" role="tabpanel" class="tab-pane">
                            <div id="r_termTableLayoutView" style="position: relative;">
                                <div class="fontLoader">
                                    <i class="fa fa-refresh fa-spin-custom"></i>
                                </div>
115 116
                            </div>
                        </div>
117 118 119 120 121 122 123 124 125 126 127 128
                        <div id="tab-audit" role="tabpanel" class="tab-pane">
                            <div id="r_auditTableLayoutView" style="position: relative;">
                                <div class="fontLoader">
                                    <i class="fa fa-refresh fa-spin-custom"></i>
                                </div>
                            </div>
                        </div>
                        <div id="tab-schema" role="tabpanel" class="tab-pane">
                            <div id="r_schemaTableLayoutView" style="position: relative;">
                                <div class="fontLoader">
                                    <i class="fa fa-refresh fa-spin-custom"></i>
                                </div>
129 130
                            </div>
                        </div>
131
                    </div>
132 133 134 135 136
                </div>
            </div>
        </div>
    </div>
</div>
137
</div>