Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #1082 added linkedin_group button #1297

Merged
merged 4 commits into from
Nov 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added web/client/product/assets/img/linked_in.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/client/product/assets/img/linkedin_group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions web/client/product/components/home/MailingLists.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ var {Col, Row} = require('react-bootstrap');
var I18N = require('../../../components/I18N/I18N');

const googleGroups = require('../../assets/img/groups_logo_sm.gif');
const LinkedinGroup = require('../../assets/img/linkedin_group.png');


var MailingLists = React.createClass({
contextTypes: {
Expand Down Expand Up @@ -82,6 +84,27 @@ var MailingLists = React.createClass({
</tbody>
</table>
</Col>
<Col sm={12} md={12}>
<table border="0" style={{backgroundColor: "#fff", padding: "5px", margin: "auto"}} cellSpacing="0">
<tbody>
<tr>
<td>
<img src={LinkedinGroup} height="50" width="100" alt="Linkedin Groups" />
</td>
</tr>
<tr>
<td style={{paddingLeft: "10px", paddingRight: "10px"}}>
<b><I18N.Message msgId="home.LinkedinGroup"/></b>
</td>
</tr>
<tr>
<td style={{padding: "10px"}}>
<a className="link-white-bg" href="https://www.linkedin.com/groups/7444734/profile"><I18N.Message msgId="home.ml.visit_group"/></a>
</td>
</tr>
</tbody>
</table>
</Col>
</Row>
</div>
);
Expand Down
1 change: 1 addition & 0 deletions web/client/translations/data.de-DE
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"description": "MapStore 2 has been developed to create, save and share in a simple and intuitive way maps and mashups created selecting contents coming from well-known sources like Google Maps and OpenStreetMap or from services provided by organizations using open protocols like OGC WMS, WFS, WMTS or TMS and so on.<br/>Visit the <a href=\"http://geosolutions-it.github.io/MapStore2/\">home page</a> for more details.",
"Applications": "Applications",
"Examples": "Examples",
"LinkedinGroup": "Mapstore Linkedin Group",
"ml": {
"title": "Keep in touch and stay up-to-date with the mailing lists",
"subscribe_users": "Subscribe Users Mailing List",
Expand Down
1 change: 1 addition & 0 deletions web/client/translations/data.en-US
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"description": "MapStore 2 has been developed to create, save and share in a simple and intuitive way maps and mashups created selecting contents coming from well-known sources like Google Maps and OpenStreetMap or from services provided by organizations using open protocols like OGC WMS, WFS, WMTS or TMS and so on.<br/>Visit the <a href=\"http://geosolutions-it.github.io/MapStore2/\">home page</a> for more details.",
"Applications": "Applications",
"Examples": "Examples",
"LinkedinGroup": "Mapstore Linkedin Group",
"ml": {
"title": "Keep in touch and stay up-to-date with the mailing lists",
"subscribe_users": "Subscribe Users Mailing List",
Expand Down
1 change: 1 addition & 0 deletions web/client/translations/data.fr-FR
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"description": "MapStore 2 est développé pour créer, sauvegarder et partager de façon simple et intuitive cartes et assemblages créés à partir du contenu de serveurs tel que OpenStreetMap, Google Maps, MapQuest ou tout autre serveur spécifique fourni par votre organisation ou une organisation tierce.<br/>Visitez notre <a href=\"http://geosolutions-it.github.io/MapStore2/\">page d'accueil</a> pour plus de détails.",
"Applications": "Applications",
"Examples": "Exemples",
"LinkedinGroup": "Mapstore Linkedin groupe",
"ml": {
"title": "Restez au fait des derniers développements via les mailing lists",
"subscribe_users": "Souscrire à la Mailing List utilisateurs",
Expand Down
1 change: 1 addition & 0 deletions web/client/translations/data.it-IT
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"description": "MapStore è sviluppato per creare, salvare e condividere in modo semplice ed intuitivo mappe e mashup creati selezionando contenuti da server come Google Maps, OpenStreetMap, MapQuest o da server specifici forniti dalla propria organizzazione o da terzi. <br/> Visita la <a href=\"http://geosolutions-it.github.io/MapStore2/\">home page</a> per maggiori dettagli.",
"Applications": "Applicazioni",
"Examples": "Esempi",
"LinkedinGroup": "Gruppo Linkedin Mapstore",
"ml": {
"title": "Resta in contatto e tieniti aggiornato con le mailing list",
"subscribe_users": "Sottoscrivi la mailing list degli utenti",
Expand Down