moved english homepage text to json format
parent
80605becf1
commit
4d1b08f89d
|
@ -1,5 +1,5 @@
|
|||
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
|
||||
<h2><spring:message code="home.about"/></h2>
|
||||
<h2><spring:message code="home.about.title"/></h2>
|
||||
|
||||
<p><spring:message code="home.about.body"/></p>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
|
||||
<h2><spring:message code="home.contact"/></h2>
|
||||
<h2><spring:message code="home.contact.title"/></h2>
|
||||
<p>
|
||||
<spring:message code="home.contact.body"/>
|
||||
</p>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
|
||||
<h2><spring:message code="home.statistics"/></h2>
|
||||
<h2><spring:message code="home.statistics.title"/></h2>
|
||||
|
||||
<p id="statsloader" class="muted"><spring:message code="home.statistics.loading"/></p>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<div class="span2 visible-desktop"><img src="resources/images/openid_connect_large.png"/></div>
|
||||
|
||||
<div class="span10">
|
||||
<h1><spring:message code="home.welcome"/></h1>
|
||||
<h1><spring:message code="home.welcome.title"/></h1>
|
||||
<p><spring:message code="home.welcome.body"/></p>
|
||||
</div>
|
||||
</div>
|
|
@ -340,5 +340,27 @@
|
|||
},
|
||||
"approve": {
|
||||
"dynamically-registered-unknown": "at an unknown time"
|
||||
}
|
||||
},
|
||||
"home": {
|
||||
"welcome": {
|
||||
"title": "Welcome!",
|
||||
"body": "\nOpenID Connect is an internet-scale federated identity protocol built on top of the OAuth2 authorization framework. \nOpenID Connect lets you log into a remote site using your identity without exposing your credentials, like a username and password.</p>\n<p><a class=\"btn btn-primary btn-large\" href=\"http://openid.net/connect/\">Learn more »</a>"
|
||||
},
|
||||
"more": "More",
|
||||
"about": {
|
||||
"title": "About",
|
||||
"body": "This OpenID Connect service is built from the MITREid Connect Open Source project, from \n<a href=\"http://www.mitre.org/\">The MITRE Corporation</a> and the <a href=\"http://kit.mit.edu/\">MIT Kerberos and Internet Trust Consortium</a>."
|
||||
},
|
||||
"contact": {
|
||||
"title": "Contact",
|
||||
"body": "\nFor more information or support, contact the administrators of this system.</p>\n<p><a class=\"btn\" href=\"mailto:idp@example.com?Subject=OpenID Connect\">Email »</a>"
|
||||
},
|
||||
"statistics": {
|
||||
"title": "Current Statistics",
|
||||
"loading": "Loading...",
|
||||
"number_users": "Number of users: <span class=\"label label-info\" id=\"userCount\">{0}</span>",
|
||||
"number_clients": "Authorized clients: <span class=\"label label-info\" id=\"clientCount\">{0}</span>",
|
||||
"number_approvals": "Approved sites: <span class=\"label label-info\" id=\"approvalCount\">{0}</span>"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue