Project

General

Profile

« Previous | Next » 

Revision 60485

updated beta urls + layout

View differences:

modules/dnet-openaire-users/branches/prod/src/main/webapp/overview.jsp
44 44
            <div class="uk-margin-top">
45 45
                The OpenAIRE APIs can be accessed over HTTPS both by authenticated and unauthenticated requests.
46 46
                To achieve <b>better rate limits</b> you need to make <b>authenticated requests</b>.
47
                <p><span uk-icon="icon:info"></span> For more information please read the <a href="https://beta.develop.openaire.eu/authentication.html" target="_blank">documentation</a>.</p>
47
                <p><span uk-icon="icon:info"></span> For more information please read the <a href="https://develop.openaire.eu/authentication.html" target="_blank">documentation</a>.</p>
48 48

  
49 49
            </div>
50 50
            <div class="uk-container uk-container-small uk-margin-top">
modules/dnet-openaire-users/branches/prod/src/main/webapp/personal.jsp
80 80
                        <span uk-icon="info"></span>
81 81
                        <span class="uk-margin-small-left">
82 82
                            For further information on how to use the tokens please visit the
83
                            <a href="">OpenAIRE API Authentication documentation</a>.
83
                            <a href="https://develop.openaire.eu/personalToken.html" target="_blank">OpenAIRE API Authentication documentation</a>.
84 84
                        </span>
85 85
                    </div>
86 86
                    <form id="revoke" name="revoke" action="./personalToken" method="post">
modules/dnet-openaire-users/branches/beta/src/main/webapp/WEB-INF/log4j.properties
21 21
log4j.appender.S.MaxFileSize=10MB
22 22
log4j.appender.S.MaxBackupIndex=10
23 23
log4j.appender.S.layout=org.apache.log4j.PatternLayout
24
log4j.appender.S.layout.ConversionPattern= %d %p %t [%c] - %m%n
24
log4j.appender.S.layout.ConversionPattern= %d %p %t [%c] - %m%n
modules/dnet-openaire-users/branches/beta/src/main/webapp/registeredServices.jsp
46 46
                            <c:remove var="message" scope="session"/>
47 47
                        </c:if>
48 48

  
49
                        <div class="uk-alert-primary uk-alert uk-margin-top-remove uk-flex uk-flex-middle">
50
                            <span uk-icon="info"></span>
51
                            <span class="uk-margin-small-left">You can register up to 5 services.
52
                            For more information please read the <a href="https://beta.develop.openaire.eu/authentication.html" target="_blank">OpenAIRE API Authentication documentation</a>.</span>
53
                        </div>
54
                        <c:if test="${reachedLimit}">
55
                            <div class="uk-alert-warning uk-flex uk-flex-middle uk-margin-small-top">
56
                                <span uk-icon="warning"></span>
57
                                <span class="uk-margin-small-left">You have reached the maximum size of allowed registered services.</span>
58
                            </div>
59
                        </c:if>
49

  
60 50
                    </div>
61 51
                    <div class="uk-text-center uk-width-auto@m">
62 52
                        <c:choose>
......
76 66
                        <c:remove var="reachedLimit" scope="session"/>
77 67
                    </div>
78 68
                </div>
79
                <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://beta.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>
80 81
                    <c:if test="${empty registeredServices && showEmptyList}">
81 82
                        <div class="uk-text-center">You have not registered any service yet!</div>
82 83
                    </c:if>

Also available in: Unified diff