[jboss-cvs] jboss-seam/examples/wiki/view/themes/default ...
Christian Bauer
christian at hibernate.org
Mon Sep 24 04:23:22 EDT 2007
User: cbauer
Date: 07/09/24 04:23:22
Modified: examples/wiki/view/themes/default template.xhtml
Added: examples/wiki/view/themes/default templatePlain.xhtml
Log:
New help system and improved wiki text editor
Revision Changes Path
1.36 +2 -0 jboss-seam/examples/wiki/view/themes/default/template.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: template.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/template.xhtml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- template.xhtml 3 Sep 2007 10:36:25 -0000 1.35
+++ template.xhtml 24 Sep 2007 08:23:22 -0000 1.36
@@ -185,6 +185,8 @@
<body>
+<ui:include src="../../includes/helpPopup.xhtml"/>
+
<s:div id="screen">
<s:div id="header">
1.1 date: 2007/09/24 08:23:22; author: cbauer; state: Exp;jboss-seam/examples/wiki/view/themes/default/templatePlain.xhtml
Index: templatePlain.xhtml
===================================================================
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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:j4j="http://javascript4jsf.dev.java.net/"
xmlns:wiki="http://jboss.com/products/seam/wiki"
xmlns:s="http://jboss.com/products/seam/taglib">
<f:view contentType="text/html"/>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>LaceWiki - 
<ui:insert name="screenname"/>
</title>
<link href="#{themePath}/css/template.css" rel="stylesheet" type="text/css"/>
<ui:insert name="includeHeaders"/>
<script type="text/javascript" src="#{themePath}/js/jquery.js"></script>
<script type="text/javascript" src="#{themePath}/js/interface.js"></script>
<script type="text/javascript" src="#{themePath}/js/jqModal.js"></script>
<script type="text/javascript" src="#{themePath}/js/jqTabs.js"></script>
<script type="text/javascript" src="#{themePath}/js/jqHistoryRemote.js"></script>
<script type="text/javascript" src="#{themePath}/js/jqProgressBar.js"></script>
<script type="text/javascript" src="#{themePath}/js/jqDimensions.js"></script>
<script type="text/javascript">
// Wrap boxes with border and shadow
function wrapBoxes() {
jQuery(".box").wrap('<div class="shadowContainer"><div class="shadow1"><div class="shadow2"></div></div></div>');
jQuery(".box").removeClass("box").addClass("boxShadowed");
}
jQuery(function() {
wrapBoxes();
});
</script>
</head>
<body id="bodyPlain">
<ui:insert name="content"/>
</body>
</html>
More information about the jboss-cvs-commits
mailing list