Improve public view
This commit is contained in:
23
wise-webapp/src/main/webapp/jsp/commonPageHeader.jsf
Normal file
23
wise-webapp/src/main/webapp/jsp/commonPageHeader.jsf
Normal file
@@ -0,0 +1,23 @@
|
||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="theme-color" content="#000000" />
|
||||
|
||||
<meta name="author" content="WiseMapping">
|
||||
<meta name="publisher" content="WiseMapping">
|
||||
<meta name="keywords"
|
||||
content="mindmap,mind map,mind maps,mindmaps,ideas,brainstorming,organize,thoughts,structure,collaboration,free,fast,simple,online,tool,knowledge,share,sharing,publish">
|
||||
<meta name="description"
|
||||
content="WiseMapping is a free, fast and simple online mind mapping editor for individuals and business. Sign up to start organizing and sharing your ideas and thoughts.">
|
||||
|
||||
<meta property="og:title" content="WiseMapping"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:url" content="http://www.wisemapping.com"/>
|
||||
<meta property="og:image" content="http://www.wisemapping.com/images/logo.png"/>
|
||||
<meta property="og:site_name" content="WiseMapping.com"/>
|
||||
|
||||
<link rel="icon" href="../../images/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="apple-touch-icon" href="../../favicon.png" />
|
||||
<link rel="shortcut icon" href="../../images/favicon.ico" type="image/x-icon"/>
|
||||
|
||||
<link rel="manifest" href="../../manifest.json" />
|
@@ -3,8 +3,4 @@
|
||||
<c:if test="${requestScope['google.analytics.enabled']}">
|
||||
|
||||
|
||||
ga('create', '${requestScope['google.analytics.account']}', 'wisemapping.com');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
</c:if>
|
@@ -16,8 +16,7 @@
|
||||
<title><spring:message code="SITE.TITLE"/> - <c:out value="${mindmap.title}"/></title>
|
||||
<link rel="stylesheet/less" type="text/css" href="../../css/editor.less"/>
|
||||
<script type='text/javascript' src="../../js/less.js"/></script>
|
||||
<link rel="icon" href="../../images/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" href="../../images/favicon.ico" type="image/x-icon"/>
|
||||
<%@ include file="/jsp/commonPageHeader.jsf" %>
|
||||
|
||||
<script type="text/javascript">
|
||||
var mapId = '${mindmap.id}';
|
||||
|
@@ -7,13 +7,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<base href="${requestScope['site.baseurl']}/static/mindplot/">
|
||||
<title><spring:message code="SITE.TITLE"/> - ${mindmap.title} </title>
|
||||
<title><spring:message code="SITE.TITLE"/> | Edit ${mindmap.title} </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title><spring:message code="SITE.TITLE"/> - <c:out value="${mindmap.title}"/></title>
|
||||
<link rel="stylesheet/less" type="text/css" href="../../css/embedded.less"/>
|
||||
<link rel="stylesheet/less" type="text/css" href="../../css/viewonly.less"/>
|
||||
<script type='text/javascript' src="../../js/less.js"/></script>
|
||||
<link rel="icon" href="../../images/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" href="../../images/favicon.ico" type="image/x-icon"/>
|
||||
|
||||
<%@ include file="/jsp/commonPageHeader.jsf" %>
|
||||
|
||||
<script type="text/javascript">
|
||||
var mapId = '${mindmap.id}';
|
||||
|
@@ -7,14 +7,13 @@
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<base href="${requestScope['site.baseurl']}/static/mindplot/">
|
||||
<title><spring:message code="SITE.TITLE"/> - ${mindmap.title} </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title><spring:message code="SITE.TITLE"/> - <c:out value="${mindmap.title}"/></title>
|
||||
<link rel="stylesheet/less" type="text/css" href="../../css/embedded.less"/>
|
||||
<base href="${requestScope['site.baseurl']}/static/mindplot/">
|
||||
<title><spring:message code="SITE.TITLE"/> | ${mindmap.title} </title>
|
||||
<link rel="stylesheet/less" type="text/css" href="../../css/viewonly.less"/>
|
||||
<script type='text/javascript' src="../../js/less.js"/></script>
|
||||
<link rel="icon" href="../../images/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" href="../../images/favicon.ico" type="image/x-icon"/>
|
||||
|
||||
<%@ include file="/jsp/commonPageHeader.jsf" %>
|
||||
|
||||
<script type="text/javascript">
|
||||
var mapId = '${mindmap.id}';
|
||||
|
@@ -6,15 +6,11 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta charset="utf-8" />
|
||||
<base href="${requestScope['site.baseurl']}/static/webapp/">
|
||||
<link rel="icon" href="favicon.ico" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;600&display=swap" rel="stylesheet" />
|
||||
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="description" content="WiseMapping" />
|
||||
<link rel="apple-touch-icon" href="favicon.png" />
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
<%@ include file="/jsp/commonPageHeader.jsf" %>
|
||||
|
||||
<title>Loading | WiseMapping</title>
|
||||
|
||||
<script>
|
||||
|
@@ -10,22 +10,8 @@
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<base href="${requestScope['site.baseurl']}/">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="author" content="WiseMapping">
|
||||
<meta name="publisher" content="WiseMapping Open Source">
|
||||
<meta name="keywords"
|
||||
content="mindmap,mind map,mind maps,mindmaps,ideas,brainstorming,organize,thoughts,structure,collaboration,free,fast,simple,online,tool,knowledge,share,sharing,publish">
|
||||
<meta name="description"
|
||||
content="WiseMapping is a free, fast and simple online mind mapping editor for individuals and business. Sign up to start organizing and sharing your ideas and thoughts.">
|
||||
<meta property="og:title" content="WiseMapping"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:url" content="http://www.wisemapping.com"/>
|
||||
<meta property="og:image" content="http://www.wisemapping.com/images/logo.png"/>
|
||||
<meta property="og:site_name" content="WiseMapping.com"/>
|
||||
<link rel="icon" href="favicon.ico?v=2" />
|
||||
|
||||
<title>
|
||||
<spring:message code="SITE.TITLE"/>-
|
||||
<c:choose>
|
||||
@@ -37,15 +23,8 @@
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</title>
|
||||
<%@ include file="/jsp/commonPageHeader.jsf" %>
|
||||
<link rel="stylesheet" type="text/css" href="css/pageTemplate.css"/>
|
||||
|
||||
<link rel="icon" href="images/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"/>
|
||||
<script type="text/javascript" language="javascript" src="js/jquery.js"></script>
|
||||
|
||||
<script type="text/javascript" language="javascript" src="bootstrap/js/bootstrap.min.js"></script>
|
||||
<script src="js/less.js" type="text/javascript"></script>
|
||||
<script src='https://www.google.com/recaptcha/api.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -57,33 +36,7 @@
|
||||
<tiles:insertAttribute name="body"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-1" style="padding-top:25px">
|
||||
<c:if test="${requestScope['google.ads.enabled']}">
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- Wise: Lateral Image (Small) -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:inline-block;width:120px;height:240px"
|
||||
data-ad-client="ca-pub-7564778578019285"
|
||||
data-ad-slot="6751959325"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
</c:if>
|
||||
</div>
|
||||
</div>
|
||||
<c:if test="${requestScope['google.ads.enabled']}">
|
||||
<div class="row" style="text-align: center;">
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- Wise: Pages Footer (All pages) -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:inline-block;width:728px;height:90px"
|
||||
data-ad-client="ca-pub-7564778578019285"
|
||||
data-ad-slot="3798492923"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
</div>
|
||||
</c:if>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user