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

Commit

Permalink
Move templates files into template folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Jul 20, 2013
1 parent dfa54e6 commit c1a6b3d
Show file tree
Hide file tree
Showing 63 changed files with 65 additions and 65 deletions.
6 changes: 3 additions & 3 deletions zanata-war/src/main/webapp/WEB-INF/template/template_v1.xhtml
Expand Up @@ -48,10 +48,10 @@

<h:body styleClass="new-zanata">
<div class="off-canvas__outer new-zanata">
<ui:include src="../menu/left_menu.xhtml" />
<ui:include src="../menu/right_menu.xhtml" />
<ui:include src="../template/left_menu.xhtml" />
<ui:include src="../template/right_menu.xhtml" />
<div class="off-canvas__inner">
<ui:include src="../menu/banner.xhtml" />
<ui:include src="../template/banner.xhtml" />

<main role="main" class="l--pad-v-1">
<div class="l__wrapper">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/account/activate.xhtml
Expand Up @@ -7,7 +7,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.ActivateAccount']}</ui:define>
<ui:define name="center_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/account/changepassword.xhtml
Expand Up @@ -7,7 +7,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.ChangePassword']}</ui:define>
<ui:define name="center_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/account/inactive_account.xhtml
Expand Up @@ -5,7 +5,7 @@
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:s="http://jboss.org/schema/seam/taglib"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.InactiveAccount']}</ui:define>

Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/account/login.xhtml
Expand Up @@ -6,7 +6,7 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.SignIn']}</ui:define>
<ui:define name="center_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/account/login_input.xhtml
Expand Up @@ -6,7 +6,7 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.SignIn']}</ui:define>
<ui:define name="center_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/account/logout.xhtml
Expand Up @@ -6,7 +6,7 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.Logout']}</ui:define>
<ui:define name="center_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/account/password_reset.xhtml
Expand Up @@ -7,7 +7,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.ResetYourPassword']}</ui:define>
<ui:define name="center_content">
Expand Down
Expand Up @@ -6,7 +6,7 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.ResetPassword']}</ui:define>
<ui:define name="center_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/account/register.xhtml
Expand Up @@ -8,7 +8,7 @@
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:richext="http://java.sun.com/jsf/composite/richext"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.Register']}</ui:define>
<ui:define name="center_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/account/validate_email.xhtml
Expand Up @@ -7,7 +7,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.ValidateEmail']}</ui:define>
<ui:define name="center_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/admin/home.xhtml
Expand Up @@ -6,7 +6,7 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.Administration']}</ui:define>
<ui:define name="center_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/admin/languagemanager.xhtml
Expand Up @@ -8,7 +8,7 @@
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:richext="http://java.sun.com/jsf/composite/richext"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.ManageLanguage']}</ui:define>
<ui:define name="right_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/admin/processmanager.xhtml
Expand Up @@ -7,7 +7,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.ProcessManager']}</ui:define>
<ui:define name="right_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/admin/roledetail.xhtml
Expand Up @@ -7,7 +7,7 @@
xmlns:a4j="http://richfaces.org/a4j"
xmlns:s="http://jboss.org/schema/seam/taglib">

<ui:composition template="../WEB-INF/layout/template.xhtml">
<ui:composition template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{roleAction.role} - #{messages['jsf.RoleDetails']}</ui:define>
<ui:define name="center_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/admin/rolemanager.xhtml
Expand Up @@ -7,7 +7,7 @@
xmlns:a4j="http://richfaces.org/a4j"
xmlns:s="http://jboss.org/schema/seam/taglib">

<ui:composition template="../WEB-INF/layout/template.xhtml">
<ui:composition template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.ManageRoles']}</ui:define>
<ui:define name="right_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/admin/roleruledetails.xhtml
Expand Up @@ -6,7 +6,7 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.rolerules.EditRoleAssignmentRule']}</ui:define>
<ui:define name="center_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/admin/rolerules.xhtml
Expand Up @@ -7,7 +7,7 @@
xmlns:a4j="http://richfaces.org/a4j"
xmlns:s="http://jboss.org/schema/seam/taglib">

<ui:composition template="../WEB-INF/layout/template.xhtml">
<ui:composition template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.RoleAssignmentRules']}</ui:define>
<ui:define name="right_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/admin/search.xhtml
Expand Up @@ -8,7 +8,7 @@
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:richext="http://java.sun.com/jsf/composite/richext"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.ManageSearch']}</ui:define>
<ui:define name="center_content">
Expand Down
Expand Up @@ -7,7 +7,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.ServerConfiguration']}</ui:define>
<ui:define name="center_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/admin/stats.xhtml
Expand Up @@ -6,7 +6,7 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.Statistics']}</ui:define>
<ui:define name="center_content">
Expand Down
Expand Up @@ -7,7 +7,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.CreateSupportedLanguage']}</ui:define>
<ui:define name="center_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/admin/userdetail.xhtml
Expand Up @@ -7,7 +7,7 @@
xmlns:a4j="http://richfaces.org/a4j"
xmlns:s="http://jboss.org/schema/seam/taglib">

<ui:composition template="../WEB-INF/layout/template.xhtml">
<ui:composition template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{userAction.username} - #{messages['jsf.AccountDetails']}</ui:define>
<ui:define name="center_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/admin/usermanager.xhtml
Expand Up @@ -8,7 +8,7 @@
xmlns:fn="http://java.sun.com/jsp/jstl/functions"
xmlns:s="http://jboss.org/schema/seam/taglib">

<ui:composition template="../WEB-INF/layout/template.xhtml">
<ui:composition template="../WEB-INF/template/template.xhtml">
<!-- disabled since it doesn't create the HPerson to go with the HAccount
<ui:define name="right_content">
<s:link action="#{userAction.createUser}"
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/dashboard/home.xhtml
Expand Up @@ -6,7 +6,7 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
template="../WEB-INF/layout/template_v1.xhtml">
template="../WEB-INF/template/template_v1.xhtml">

<ui:define name="page_title">#{messages['jsf.PageTitle']}</ui:define>
<ui:define name="center_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/edit_home_content.xhtml
Expand Up @@ -7,7 +7,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich"
template="/WEB-INF/layout/template.xhtml">
template="/WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.EditHomePage']}</ui:define>
<ui:define name="center_content" >
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/edit_home_content_code.xhtml
Expand Up @@ -7,7 +7,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich"
template="/WEB-INF/layout/template.xhtml">
template="/WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.server.EditHomePageCode.label']}</ui:define>
<ui:define name="center_content" >
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/error.xhtml
Expand Up @@ -5,7 +5,7 @@
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
template="WEB-INF/layout/template.xhtml">
template="WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.Error']}</ui:define>
<ui:param name="showGlobalMessages" value="false"/>
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/glossary/view.xhtml
Expand Up @@ -7,7 +7,7 @@
xmlns:a4j="http://richfaces.org/a4j"
xmlns:s="http://jboss.org/schema/seam/taglib">

<ui:composition template="../WEB-INF/layout/template.xhtml">
<ui:composition template="../WEB-INF/template/template.xhtml">

<ui:define name="head">
<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/help/contact_admin.xhtml
Expand Up @@ -7,7 +7,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich"
template="/WEB-INF/layout/template.xhtml">
template="/WEB-INF/template/template.xhtml">

<ui:param name="showGlobalMessages" value="true"/>

Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/help/edit_help_content.xhtml
Expand Up @@ -7,7 +7,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich"
template="/WEB-INF/layout/template.xhtml">
template="/WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.EditHelpPageContent']}</ui:define>
<ui:define name="center_content" >
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/help/view.xhtml
Expand Up @@ -6,7 +6,7 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
template="/WEB-INF/layout/template.xhtml">
template="/WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.Help']}</ui:define>
<ui:define name="center_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/home.xhtml
Expand Up @@ -6,7 +6,7 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
template="./WEB-INF/layout/template.xhtml">
template="./WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.Home']}</ui:define>
<ui:define name="center_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/iteration/copy_trans.xhtml
Expand Up @@ -7,7 +7,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.iteration.CopyTrans.pageTitle']}</ui:define>

Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/iteration/edit.xhtml
Expand Up @@ -6,7 +6,7 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{projectIterationHome.instance.project.slug}:#{projectIterationHome.instance.slug} - Edit</ui:define>
<ui:define name="center_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/iteration/files.xhtml
Expand Up @@ -9,7 +9,7 @@
xmlns:a4j="http://richfaces.org/a4j"
xmlns:richext="http://java.sun.com/jsf/composite/richext"
xmlns:fn="http://java.sun.com/jsp/jstl/functions"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="head">
<script type="text/javascript">
Expand Down
Expand Up @@ -7,7 +7,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich"
template="/WEB-INF/layout/template.xhtml">
template="/WEB-INF/template/template.xhtml">

<ui:param name="showGlobalMessages" value="true"/>

Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/iteration/source_files.xhtml
Expand Up @@ -9,7 +9,7 @@
xmlns:a4j="http://richfaces.org/a4j"
xmlns:richext="http://java.sun.com/jsf/composite/richext"
xmlns:fn="http://java.sun.com/jsp/jstl/functions"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="head">
<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/iteration/view.xhtml
Expand Up @@ -7,7 +7,7 @@
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:richext="http://java.sun.com/jsf/composite/richext"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">


<ui:define name="page_title">#{viewAllStatusAction.projectSlug}:#{viewAllStatusAction.iterationSlug}</ui:define>
Expand Down
Expand Up @@ -7,7 +7,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich"
template="/WEB-INF/layout/template.xhtml">
template="/WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.email.ContactCoordinatorTitle']}</ui:define>
<ui:param name="showGlobalMessages" value="true"/>
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/language/home.xhtml
Expand Up @@ -7,7 +7,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:richext="http://java.sun.com/jsf/composite/richext"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.Languages']}</ui:define>
<ui:define name="right_content">
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/language/language.xhtml
Expand Up @@ -7,7 +7,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j"
template="../WEB-INF/layout/template.xhtml">
template="../WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{messages['jsf.LanguageTeamTitle']}</ui:define>

Expand Down
Expand Up @@ -7,7 +7,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich"
template="/WEB-INF/layout/template.xhtml">
template="/WEB-INF/template/template.xhtml">

<ui:param name="showGlobalMessages" value="true"/>

Expand Down

0 comments on commit c1a6b3d

Please sign in to comment.