mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-19 02:05:32 +08:00
14 lines
680 B
Plaintext
14 lines
680 B
Plaintext
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
|
<div id="footer">
|
|
<div style="width:30%; float:left;"> </div>
|
|
<div style="float:left; width:40%;">
|
|
<p><a href="http://www.wisemapping.com"><spring:message code="COPYRIGHT"/></a></p>
|
|
</div>
|
|
|
|
<div style="float:left; text-align:left;padding:5px;">
|
|
<a href="http://www.w3.org/html/logo/">
|
|
<img src="http://www.w3.org/html/logo/badge/html5-badge-h-graphics.png" width="66" height="32"
|
|
alt="HTML5 Powered with Graphics, 3D & Effects"
|
|
title="HTML5 Powered with Graphics, 3D & Effects">
|
|
</a></div>
|
|
</div> |