Project

General

Profile

« Previous | Next » 

Revision 58375

remoteMdstore API creation in other infrastructure (partial implementation)

View differences:

ngApiMdstoreInfo.html
1
<div class="form-control">
2
	<b>{{label}}:</b>
3
	<span ng-show="date">
4
		{{date | date:'yyyy-MM-dd HH:mm:ss'}}
5
	</span>
6
	<span ng-hide="date">
7
		<i>not yet available</i>
8
	</span>
9
	<span class="pull-right">
10
		<span ng-hide="id" ng-class="{'text-success' : total > 0, 'text-danger' : total == 0}">
11
			<b>Total:</b> {{total}}
1
<div class="input-group">
2
	<div class="form-control">
3
		<b>{{label}}:</b>
4
		<span ng-show="date">
5
			{{date | date:'yyyy-MM-dd HH:mm:ss'}}
12 6
		</span>
13
		<a ng-show="id"	href="../inspector/mdstore.do?id={{id}}">
14
			<b>Total:</b> {{total}}
15
		</a>
7
		<span ng-hide="date">
8
			<i>not yet available</i>
9
		</span>
10
		<span class="pull-right">
11
			<span ng-hide="id" ng-class="{'text-success' : total > 0, 'text-danger' : total == 0}">
12
				<b>Total:</b> {{total}}
13
			</span>
14
			<a ng-show="id"	href="../inspector/mdstore.do?id={{id}}">
15
				<b>Total:</b> {{total}}
16
			</a>
17
		</span>
18
	</div>
19
	<span class="input-group-btn" ng-if="id && syncDescription">
20
		<button class="btn btn-default" ng-click="syncFunction()">{{syncDescription}}</button>
16 21
	</span>
17
</div>
18

  
22
</div>

Also available in: Unified diff