Project

General

Profile

« Previous | Next » 

Revision 56023

implemented new portal with fastapi

View differences:

query.html
141 141
                          style="font-size: 100%"> {{ date }}</span>
142 142
                </div>
143 143

  
144
                <div class="col-lg-12" style="margin-top: 10px">
144
                <div class="col-lg-12" style="margin-top: 10px">                
145 145
                    <a href="#/detail/{{ result.id }}">
146
                        <b ng-show="result.title">{{ result.title[0] }}</b>
147
                        <b ng-hide="result.title">Metadata non resolved for pid : {{ result.localIdentifier[0].id }}</b>
146
                        <b ng-show="result.title.length">{{ result.title[0] }}</b>
147
                        <b ng-hide="result.title.length">Metadata non resolved for pid : {{ result.localIdentifier[0].id }}</b>
148 148
                    </a>
149 149
                </div>
150 150

  

Also available in: Unified diff