paulsp 01/12/17 14:59:56
Modified: webapp/WEB-INF/templates/vm/layouts/html default.vm
webapp/WEB-INF/templates/vm/navigations/html bottom.vm
top.vm
Log:
o Add a space between the left navigtion bar and the content
o Fix some of the HTML to conform to the specifications
Revision Changes Path
1.5 +3 -2
jakarta-jetspeed/webapp/WEB-INF/templates/vm/layouts/html/default.vm
Index: default.vm
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/layouts/html/default.vm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- default.vm 2001/12/16 07:11:31 1.4
+++ default.vm 2001/12/17 22:59:56 1.5
@@ -1,7 +1,7 @@
<html>
<head>
- <base href="$clink.External" />
- <link href="$clink.setURI("css/default.css").Absolute" type="text/css"
rel="stylesheet" />
+ <base href="$clink.External">
+ <link href="$clink.setURI("css/default.css").Absolute" type="text/css"
rel="stylesheet">
</head>
<body bgcolor="#ffffff">
#if ($config.getBoolean("topnav.enable") == true)
@@ -17,6 +17,7 @@
<td width="$config.getString("leftnav.width")" valign="top"
bgcolor="#ffffff">
$jnavigation.setTemplate("left.vm")
</td>
+ <td> </td>
#end
<td valign="top">
$screen_placeholder
1.6 +2 -2
jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/bottom.vm
Index: bottom.vm
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/bottom.vm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bottom.vm 2001/12/16 07:11:31 1.5
+++ bottom.vm 2001/12/17 22:59:56 1.6
@@ -13,8 +13,8 @@
#end
<td align="right">
<a href="http://www.apache.org">
- <img align="right" alt="Apache Software Foundation" border="0"
src="$clink.setURI("images/feather.gif")" >
+ <img align="right" alt="Apache Software Foundation" border="0"
src="$clink.setURI("images/feather.gif")">
</a>
</td>
- <tr>
+ </tr>
</table>
1.7 +2 -2
jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/top.vm
Index: top.vm
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/top.vm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- top.vm 2001/12/16 07:11:31 1.6
+++ top.vm 2001/12/17 22:59:56 1.7
@@ -14,7 +14,7 @@
## This is the top naviation bar displayed for a logged in user
##
<table cellspacing="0" border="0" width="100%">
- <tr valign="center">
+ <tr valign="middle">
##
## Display the company logo with link back to the the portal home page
##
@@ -71,7 +71,7 @@
## This is the top naviation bar displayed for the anonymous user, i.e. they are
not logged in
##
<table cellspacing="0" border="0" width="100%">
- <tr valign="center">
+ <tr valign="middle">
##
## Display the company logo with link back to the the portal home page
##
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>