Revision 42486
Added by Michele Artini over 8 years ago
modules/dnet-modular-repositories-ui/trunk/src/main/resources/eu/dnetlib/functionality/modular/ui/views/ui/repos/repoApi.st | ||
---|---|---|
13 | 13 |
<div class="row"> |
14 | 14 |
<div class="input-group input-group-sm col-xs-12" style="padding: 10px; float: left;"> |
15 | 15 |
<span class="input-group-addon" style="width: 150px;"><b>Datasource</b></span> |
16 |
<div class="form-control"><b>name:</b> <a href="javascript:void(0)" ng-click="showDetails(currentRepoApi.repoId, currentRepoApi.repoName)">{{currentRepoApi.repoName}}</a> |
|
16 |
<span class="form-control"> |
|
17 |
{{currentRepoApi.repoName}} |
|
17 | 18 |
<span class="pull-right" ng-show="currentRepoApi.repoCountry"> |
18 | 19 |
<img ng-src="../resources/img/flags/{{currentRepoApi.repoCountry}}.gif" /> |
19 | 20 |
{{currentRepoApi.repoCountry}} |
20 | 21 |
</span> |
21 |
</div> |
|
22 |
</span> |
|
23 |
<span class="input-group-btn"> |
|
24 |
<button type="button" class="btn btn-primary" ng-click="showDetails(currentRepoApi.repoId, currentRepoApi.repoName)"><span class="glyphicon glyphicon-info-sign"></span></button> |
|
25 |
</span> |
|
26 |
</div> |
|
27 |
|
|
28 |
<div class="input-group input-group-sm col-xs-12" style="padding: 10px; float: left;"> |
|
29 |
<span class="input-group-addon" style="width: 150px;"><b>Datasource details</b></span> |
|
22 | 30 |
<span class="form-control"><b>profile:</b> <a href="isManager.do#/profile/{{currentRepoApi.repoId}}">{{currentRepoApi.repoId}}</a></span> |
23 | 31 |
<span class="form-control"><b>contact email:</b> <a href="mailto:{{currentRepoApi.email}}" ng-show="currentRepoApi.email">{{currentRepoApi.email}}</a></span> |
24 | 32 |
<span class="form-control"><b>software typology:</b> {{currentRepoApi.repoType}}</span> |
Also available in: Unified diff
info button on datasource section