mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
- Fix the problem tha public links where not properly displayed.
This commit is contained in:
parent
000b6a693d
commit
7246260220
@ -245,6 +245,7 @@ ACCESS_HAS_BEEN_REVOKED= Upps. your access permissions to this map has been revo
|
|||||||
LICENSE=License
|
LICENSE=License
|
||||||
WELCOME_TO_WISEMAPPING=Welcome to WiseMapping
|
WELCOME_TO_WISEMAPPING=Welcome to WiseMapping
|
||||||
WELCOME_DETAILS=WiseMapping will enable you to create and read your mind maps everywhere. With WiseMapping you can: <ul><li>Embed mind map it in web pages and blogs</li><li>Link mind map and documents</li><li>Share your maps with friend and colleagues</li><li>Export your maps SVG,PNG,JPG and FreeMind</li></ul>.
|
WELCOME_DETAILS=WiseMapping will enable you to create and read your mind maps everywhere. With WiseMapping you can: <ul><li>Embed mind map it in web pages and blogs</li><li>Link mind map and documents</li><li>Share your maps with friend and colleagues</li><li>Export your maps SVG,PNG,JPG and FreeMind</li></ul>.
|
||||||
|
DIRECT_LINK_EXPLANATION=Copy and paste the link below to share your map with colleagues
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -244,6 +244,7 @@ CAPTCHA_LOADING_ERROR=ReCaptcha no pudo ser cargado. Debes tener accesso al serv
|
|||||||
LICENSE=Licencia
|
LICENSE=Licencia
|
||||||
WELCOME_TO_WISEMAPPING=Bienvenido a WiseMapping
|
WELCOME_TO_WISEMAPPING=Bienvenido a WiseMapping
|
||||||
WELCOME_DETAILS=WiseMapping te permite crear y leer tus mapas mentales en cualquier lugar. Con WiseMapping tu puedes: <ul><li>Embeber tus mapas en páginas o blogs</li><li>Crear vinculos a documentos</li><li>Compartir tus mapas mentales con amigos y colegas</li><li>Exportar tus mapas a SVG,PNG,JPG and FreeMind</li></ul>.
|
WELCOME_DETAILS=WiseMapping te permite crear y leer tus mapas mentales en cualquier lugar. Con WiseMapping tu puedes: <ul><li>Embeber tus mapas en páginas o blogs</li><li>Crear vinculos a documentos</li><li>Compartir tus mapas mentales con amigos y colegas</li><li>Exportar tus mapas a SVG,PNG,JPG and FreeMind</li></ul>.
|
||||||
|
DIRECT_LINK_EXPLANATION=Copie y pegue el este enlace para compartir su mapa mental con amigos y colegas
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,7 +17,8 @@
|
|||||||
<li><strong><spring:message code="CREATOR"/>:</strong> <c:out value="${mindmap.creator.fullName}"/></li>
|
<li><strong><spring:message code="CREATOR"/>:</strong> <c:out value="${mindmap.creator.fullName}"/></li>
|
||||||
<li><strong><spring:message code="CREATION_TIME"/>:</strong> ${mindmap.creationTime}</li>
|
<li><strong><spring:message code="CREATION_TIME"/>:</strong> ${mindmap.creationTime}</li>
|
||||||
<li><strong><spring:message code="LAST_UPDATE"/>:</strong> ${mindmap.lastEditTime}</li>
|
<li><strong><spring:message code="LAST_UPDATE"/>:</strong> ${mindmap.lastEditTime}</li>
|
||||||
<li><strong><spring:message code="LAST_UPDATE_BY"/>:</strong> <c:out value="${mindmap.lastEditor}"/></li>
|
<li><strong><spring:message code="LAST_UPDATE_BY"/>:</strong> <c:out value="${mindmap.lastEditor}"/>
|
||||||
|
</li>
|
||||||
<li><strong> <spring:message code="STARRED"/>:</strong> ${mindmap.starred}</li>
|
<li><strong> <spring:message code="STARRED"/>:</strong> ${mindmap.starred}</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -47,11 +48,10 @@
|
|||||||
<c:when test="${mindmap.public}">
|
<c:when test="${mindmap.public}">
|
||||||
<ul class="unstyled">
|
<ul class="unstyled">
|
||||||
<p><spring:message code="ALL_VIEW_PUBLIC"/></p>
|
<p><spring:message code="ALL_VIEW_PUBLIC"/></p>
|
||||||
|
<li><strong><spring:message code="DIRECT_LINK_EXPLANATION"/></strong>
|
||||||
<li><strong><spring:message code="URL"/>:</strong>
|
|
||||||
<li><input name="url"
|
<li><input name="url"
|
||||||
value="${baseUrl}/c/maps/${mindmap.id}/public"
|
value="${baseUrl}/c/maps/${mindmap.id}/public"
|
||||||
style="width:400px" readonly="readonly"/>
|
style="width:400px;cursor: text" readonly="readonly"/>
|
||||||
</li>
|
</li>
|
||||||
<li><strong><spring:message code="BLOG_SNIPPET"/></strong>
|
<li><strong><spring:message code="BLOG_SNIPPET"/></strong>
|
||||||
<pre><iframe style="border:0;width:600px;height:400px;border: 1px solid black" src="${baseUrl}/c/maps/${mindmap.id}/embed?zoom=1"></iframe></pre>
|
<pre><iframe style="border:0;width:600px;height:400px;border: 1px solid black" src="${baseUrl}/c/maps/${mindmap.id}/embed?zoom=1"></iframe></pre>
|
||||||
|
@ -50,9 +50,9 @@ solid black" src="${baseUrl}/c/maps/${mindmap.id}/embed?zoom=1"> </iframe&
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tab-pane fade" id="publicUrlTab">
|
<div class="tab-pane fade" id="publicUrlTab">
|
||||||
<spring:message code="DIRECT_LINK"/>:
|
<p><spring:message code="DIRECT_LINK_EXPLANATION"/></p>
|
||||||
<input name="url" value="${baseUrl}/c/maps/${mindmap.id}/public"
|
<input name="url" value="${baseUrl}/c/maps/${mindmap.id}/public"
|
||||||
style="width:400px"
|
style="width:400px;cursor: text"
|
||||||
readonly="readonly"/>
|
readonly="readonly"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -68,7 +68,7 @@ Service at your own risk.
|
|||||||
content, which violates these Terms.
|
content, which violates these Terms.
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<h2>publishing and Shareing Content</h2>
|
<h2>Publishing and Sharing Content</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The user has the right to publicize or not to publicize their own contents. By publicizing the Contents, the
|
The user has the right to publicize or not to publicize their own contents. By publicizing the Contents, the
|
||||||
|
Loading…
Reference in New Issue
Block a user