Revision 29661
Added by Michele Artini over 10 years ago
modules/dnet-modular-is-ui/trunk/src/main/resources/eu/dnetlib/web/resources/html/is/profiles.html | ||
---|---|---|
1 |
<p> |
|
2 |
<b>path:</b> <i>{{path}}</i><br /> |
|
3 |
<b>size: </b><i>{{profiles.length}}</i> |
|
4 |
</p> |
|
5 |
<h4>Profiles</h4> |
|
6 |
<ul> |
|
7 |
<li ng-repeat="id in profiles"><a href="#/profile/{{id}}">{{id}}</a></li> |
|
8 |
</ul> |
|
1 |
<div class="well"> |
|
2 |
<p> |
|
3 |
<b>path:</b> <i>{{path}}</i><br /> |
|
4 |
<b>size: </b><i>{{profiles.length}}</i> |
|
5 |
</p> |
|
6 |
<fieldset> |
|
7 |
<legend> |
|
8 |
<h4>Profiles</h4> |
|
9 |
</legend> |
|
10 |
<ol> |
|
11 |
<li ng-repeat="id in profiles"><a href="#/profile/{{id}}">{{id}}</a></li> |
|
12 |
</ol> |
|
13 |
</fieldset> |
|
14 |
</div> |
modules/dnet-modular-is-ui/trunk/src/main/resources/eu/dnetlib/web/resources/html/is/schemas.html | ||
---|---|---|
1 |
<h4>Registered schemas:</h4> |
|
2 |
|
|
3 |
<ul> |
|
4 |
<li ng-repeat="s in schemas"><a href="#/schema/{{s}}">{{s}}</a></li> |
|
5 |
</ul> |
|
1 |
<div class="well"> |
|
2 |
<fieldset> |
|
3 |
<legend> |
|
4 |
<h4>Registered schemas:</h4> |
|
5 |
</legend> |
|
6 |
<ol> |
|
7 |
<li ng-repeat="s in schemas"><a href="#/schema/{{s}}">{{s}}</a></li> |
|
8 |
</ol> |
|
9 |
</fieldset> |
|
10 |
</div> |
modules/dnet-modular-is-ui/trunk/src/main/resources/eu/dnetlib/web/resources/html/is/blackboard.html | ||
---|---|---|
13 | 13 |
</tr> |
14 | 14 |
</thead> |
15 | 15 |
<tbody> |
16 |
<tr ng-show="blackboards.length == 0"> |
|
17 |
<td colspan="6">No blackboard messsages</td> |
|
18 |
</tr> |
|
16 | 19 |
<tr ng-repeat="b in blackboards"> |
17 | 20 |
<td><a href="#/profile/{{b.profId}}">{{b.messageId}}</a></td> |
18 | 21 |
<td>{{b.resourceType}}</td> |
modules/dnet-modular-is-ui/trunk/src/main/resources/eu/dnetlib/web/resources/html/is/list.html | ||
---|---|---|
1 |
<h4>List collections</h4> |
|
2 |
|
|
3 |
<ul> |
|
4 |
<li ng-repeat="r in results" ng-show="r.size > 0">{{r.kind}} |
|
1 |
<div class="well"> |
|
2 |
<fieldset> |
|
3 |
<legend> |
|
4 |
<h4>List collections</h4> |
|
5 |
</legend> |
|
6 |
|
|
5 | 7 |
<ul> |
6 |
<li ng-repeat="t in r.types" ng-show="t.size > 0">{{t.name}} |
|
7 |
<a href="#/profiles/{{r.kind}}/{{t.name}}">{{t.size}} profiles(s)</a> |
|
8 |
<li ng-repeat="r in results" ng-show="r.size > 0">{{r.kind}} |
|
9 |
<ul> |
|
10 |
<li ng-repeat="t in r.types" ng-show="t.size > 0">{{t.name}} |
|
11 |
<a href="#/profiles/{{r.kind}}/{{t.name}}">{{t.size}} profiles(s)</a> |
|
12 |
</li> |
|
13 |
</ul> |
|
8 | 14 |
</li> |
9 |
</ul>
|
|
10 |
</li>
|
|
11 |
</ul>
|
|
15 |
</ul> |
|
16 |
</fieldset>
|
|
17 |
</div>
|
Also available in: Unified diff
ui refinements