dnet-core/dnet-modular-ui/src/main/resources/eu/dnetlib/web/resources/html/is/profiles.html

15 lines
277 B
HTML

<div class="well">
<p>
<b>path:</b> <i>{{path}}</i><br />
<b>size: </b><i>{{profiles.length}}</i>
</p>
<fieldset>
<legend>
<h4>Profiles</h4>
</legend>
<ol>
<li ng-repeat="id in profiles"><a href="#/profile/{{id}}">{{id}}</a></li>
</ol>
</fieldset>
</div>