mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Default DOCTYPE added to pages unless overridden (e.g. WCM forms). Minor HTML fixes.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7717 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -214,6 +214,11 @@ public class PageTag extends TagSupport
|
||||
}
|
||||
out.write(">\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
out.write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n");
|
||||
out.write(" \"http://www.w3.org/TR/html4/loose.dtd\">\n");
|
||||
}
|
||||
out.write("<html><head><title>");
|
||||
if (this.titleId != null && this.titleId.length() != 0)
|
||||
{
|
||||
|
@@ -45,10 +45,10 @@ if (dialog != null && dialog.getFileName() != null)
|
||||
}
|
||||
%>
|
||||
|
||||
<script type="text/javascript" src="<%=request.getContextPath()%>/scripts/validation.js"> </script>
|
||||
|
||||
<r:page titleId="title_add_content">
|
||||
|
||||
<script type="text/javascript" src="<%=request.getContextPath()%>/scripts/validation.js"></script>
|
||||
|
||||
<f:view>
|
||||
|
||||
<%-- load a bundle of properties with I18N strings --%>
|
||||
|
@@ -117,7 +117,7 @@
|
||||
Alfresco Software utilises components or libraries from the following software vendors and companies
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<p> </p>
|
||||
|
||||
<div style="padding:4px">
|
||||
<span style="text-align:center">
|
||||
@@ -174,8 +174,8 @@
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<p>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
|
||||
<div style="padding:4px" class="mainSubTitle">
|
||||
Alfresco Development tools:
|
||||
@@ -190,8 +190,8 @@
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<p>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
|
||||
<div style="padding:4px" class="mainSubTitle">
|
||||
Alfresco Software contributors
|
||||
|
Reference in New Issue
Block a user