Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge branch 'dashboard' of https://github.com/zanata/zanata-server i…
Browse files Browse the repository at this point in the history
…nto dashboard

# By Alex Eng
# Via Alex Eng
* 'dashboard' of https://github.com/zanata/zanata-server:
  Add in missing tag for application xhtml
  • Loading branch information
lukebrooker committed Jul 22, 2013
2 parents a3b8238 + 21e1819 commit 3ee0e5f
Showing 1 changed file with 52 additions and 50 deletions.
@@ -1,67 +1,69 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:composition contentType="text/html" xmlns="http://www.w3.org/1999/xhtml"

<f:view contentType="text/html" xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a="http://richfaces.org/a4j"
xmlns:s="http://jboss.org/schema/seam/taglib"
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>#{messages['jsf.PageTitle']}</title>
<link rel="shortcut icon" href="//webassets-zanata.rhcloud.com/1/favicon.ico" type="image/x-icon" />
<html class="new-zanata-html">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>#{messages['jsf.PageTitle']}</title>
<link rel="shortcut icon" href="//webassets-zanata.rhcloud.com/1/favicon.ico" type="image/x-icon" />

<link type="text/css" rel="stylesheet" class="user" href="//webassets-zanata.rhcloud.com/1/assets/css/zanata.css"/>
<link type="text/css" rel="stylesheet" href="#{request.contextPath}/resources/fontello/css/fontello.css"/>
<link type="text/css" rel="stylesheet" href="//webassets-zanata.rhcloud.com/1/assets/css/style.css"/>
<link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic"/>
<link type="text/css" rel="stylesheet" href="//webassets-zanata.rhcloud.com/1/assets/css/application.css"/>
<link type="text/css" rel="stylesheet" href="gwt/standard/standard.css" />

<script src="codemirror-compressed.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="codemirror.css"/>

<link type="text/css" rel="stylesheet" class="user" href="//webassets-zanata.rhcloud.com/1/assets/css/zanata.css"/>
<link type="text/css" rel="stylesheet" href="#{request.contextPath}/resources/fontello/css/fontello.css"/>
<link type="text/css" rel="stylesheet" href="//webassets-zanata.rhcloud.com/1/assets/css/style.css"/>
<link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic"/>
<link type="text/css" rel="stylesheet" href="//webassets-zanata.rhcloud.com/1/assets/css/application.css"/>
<link type="text/css" rel="stylesheet" href="gwt/standard/standard.css" />

<script src="codemirror-compressed.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="codemirror.css"/>
<script src="diff_match_patch/javascript/diff_match_patch.js" type="text/javascript"></script>
<!-- -->
<!-- This script loads your compiled module. -->
<!-- If you add any GWT meta tags, they must -->
<!-- be added before this line. -->
<!-- -->
<script type="text/javascript" language="javascript" src="webtrans.nocache.js"></script>
</head>

<script src="diff_match_patch/javascript/diff_match_patch.js" type="text/javascript"></script>

<!-- -->
<!-- This script loads your compiled module. -->
<!-- If you add any GWT meta tags, they must -->
<!-- be added before this line. -->
<!-- -->
<script type="text/javascript" language="javascript" src="webtrans.nocache.js"></script>
</head>

<!-- -->
<!-- The body can have arbitrary html, or -->
<!-- you can leave the body empty if you want -->
<!-- to create a completely dynamic UI. -->
<!-- -->
<body class="new-zanata-body">
<div class="off-canvas__outer">
<div class="new-zanata-base">
<div class="new-zanata">
<ui:include src="../WEB-INF/template/left_menu.xhtml" />
<ui:include src="../WEB-INF/template/right_menu.xhtml" />
</div>
</div>

<div class="off-canvas__inner">
<!-- -->
<!-- The body can have arbitrary html, or -->
<!-- you can leave the body empty if you want -->
<!-- to create a completely dynamic UI. -->
<!-- -->
<body class="new-zanata-body">
<div class="off-canvas__outer">
<div class="new-zanata-base">
<div class="new-zanata">
<ui:include src="../WEB-INF/template/banner.xhtml" />
<ui:include src="../WEB-INF/template/left_menu.xhtml" />
<ui:include src="../WEB-INF/template/right_menu.xhtml" />
</div>
</div>

<div class="off-canvas__inner">
<div class="new-zanata-base">
<div class="new-zanata">
<ui:include src="../WEB-INF/template/banner.xhtml" />
</div>
</div>
<div id="container"/>
</div>
<div id="container"/>
</div>
</div>

<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>

</body>
</div>

<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>

</body>

</ui:composition>
</html>
</f:view>

0 comments on commit 3ee0e5f

Please sign in to comment.