mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-09 00:43:23 +01:00
HTML 5.0 compliant.
This commit is contained in:
parent
08daec0092
commit
18e9651ba1
@ -22,11 +22,11 @@
|
|||||||
<c:out value="${wisemapDetail.title}"/>
|
<c:out value="${wisemapDetail.title}"/>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${not wisemapDetail.public}">
|
<c:when test="${not wisemapDetail.public}">
|
||||||
<img src="../images/key.png" title="<spring:message code="PRIVATE"/>"/>
|
<img src="../images/key.png" alt="<spring:message code="PRIVATE"/>" title="<spring:message code="PRIVATE"/>"/>
|
||||||
<span>(<spring:message code="PRIVATE"/>)</span>
|
<span>(<spring:message code="PRIVATE"/>)</span>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<img src="../images/world2.png " title="<spring:message code="PUBLIC"/>"/>
|
<img src="../images/world2.png" alt="<spring:message code="PUBLIC"/>" title="<spring:message code="PUBLIC"/>"/>
|
||||||
<span>(<spring:message code="PUBLIC"/>)</span>
|
<span>(<spring:message code="PUBLIC"/>)</span>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
@ -64,7 +64,7 @@
|
|||||||
<td class="formLabel">
|
<td class="formLabel">
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${wisemapDetail.owner==requestScope.user}">
|
<c:when test="${wisemapDetail.owner==requestScope.user}">
|
||||||
<a href="<c:out value="${shareMap}"/>&mapId=${wisemapDetail.id}" rel="moodalbox 780px 530px wizard"
|
<a href="<c:out value="${shareMap}"/>&mapId=${wisemapDetail.id}" rel="moodalbox 780px 530px wizard"
|
||||||
title="<spring:message code="SHARE_DETAILS"/>">
|
title="<spring:message code="SHARE_DETAILS"/>">
|
||||||
<spring:message code="COLLABORATORS"/>
|
<spring:message code="COLLABORATORS"/>
|
||||||
</a>
|
</a>
|
||||||
@ -137,7 +137,7 @@
|
|||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
:
|
:
|
||||||
<div id="divSendLink"/>
|
<div id="divSendLink"></div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
@ -184,7 +184,7 @@
|
|||||||
readonly="readonly">
|
readonly="readonly">
|
||||||
<iframe
|
<iframe
|
||||||
style="border:0;width:600px;height:400px;border: 1px solid black"
|
style="border:0;width:600px;height:400px;border: 1px solid black"
|
||||||
src="http://www.wisemapping.com/c/embeddedView.htm?mapId=${wisemapDetail.id}&zoom=1">
|
src="http://www.wisemapping.com/c/embeddedView.htm?mapId=${wisemapDetail.id}&amzoom=1">
|
||||||
</iframe>
|
</iframe>
|
||||||
</textarea>
|
</textarea>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user