Project

General

Profile

« Previous | Next » 

Revision 60486

latest and gratest from trunk

View differences:

registeredServices.jsp
45 45
                            <div class="uk-text-danger uk-margin-small-bottom">${message}</div>
46 46
                            <c:remove var="message" scope="session"/>
47 47
                        </c:if>
48
                        <div class="uk-alert-primary uk-flex uk-flex-middle">
49
                            <span uk-icon="info"></span>
50
                            <span class="uk-margin-small-left">You can register up to 5 services.</span>
51
                        </div>
52
                        <c:if test="${reachedLimit}">
53
                            <div class="uk-alert-warning uk-flex uk-flex-middle uk-margin-small-top">
54
                                <span uk-icon="warning"></span>
55
                                <span class="uk-margin-small-left">You have reached the maximum size of allowed registered services.</span>
56
                            </div>
57
                        </c:if>
48

  
49

  
58 50
                    </div>
59 51
                    <div class="uk-text-center uk-width-auto@m">
60 52
                        <c:choose>
......
74 66
                        <c:remove var="reachedLimit" scope="session"/>
75 67
                    </div>
76 68
                </div>
77
                <div class="uk-margin-medium-top">
69
                <div class="uk-margin-top">
70
                    <div class="uk-alert-primary uk-alert uk-margin-top-remove uk-flex uk-flex-middle">
71
                        <span uk-icon="info"></span>
72
                        <span class="uk-margin-small-left">You can register up to 5 services.
73
                        For more information please read the <a href="https://develop.openaire.eu/authentication.html" target="_blank">OpenAIRE API Authentication documentation</a>.</span>
74
                    </div>
75
                    <c:if test="${reachedLimit}">
76
                        <div class="uk-alert-warning uk-flex uk-flex-middle uk-margin-small-top">
77
                            <span uk-icon="warning"></span>
78
                            <span class="uk-margin-small-left">You have reached the maximum size of allowed registered services.</span>
79
                        </div>
80
                    </c:if>
78 81
                    <c:if test="${empty registeredServices && showEmptyList}">
79 82
                        <div class="uk-text-center">You have not registered any service yet!</div>
80 83
                    </c:if>
......
83 86
                            <li>
84 87
                                <div class="uk-grid uk-child-width-1-4 uk-text-muted" uk-grid>
85 88
                                    <div>Name</div>
86
                                    <div>Service Id</div>
89
                                    <div>Client Id</div>
87 90
                                    <div>Creation Date</div>
88 91
                                    <div>Actions</div>
89 92
                                </div>
......
140 143
                                <li id="details${registeredService.id}" hidden="hidden">
141 144
                                    <div class="uk-alert">
142 145
                                        <p><span class="uk-text-primary">Name:</span> ${services[key].clientName}</p>
143
                                        <p><span class="uk-text-primary">Service Id:</span> ${services[key].clientId}</p>
146
                                        <p><span class="uk-text-primary">Client Id:</span> ${services[key].clientId}</p>
144 147
                                        <p><span class="uk-text-primary">Scope:</span> openid</p>
145 148
                                        <p><span class="uk-text-primary">Grant type:</span> client credentials</p>
146 149
                                        <c:choose>

Also available in: Unified diff