[Nmrshiftdb-devel] CVS: nmrshiftdb/src/conf/jetspeed/WEB-INF/templates/vm/layouts/html default.vm,NO
Brought to you by:
steinbeck
|
From: Stefan K. <sh...@us...> - 2002-02-14 10:23:07
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/conf/jetspeed/WEB-INF/templates/vm/layouts/html
In directory usw-pr-cvs1:/tmp/cvs-serv1137
Added Files:
default.vm
Log Message:
Added this file
--- NEW FILE: default.vm ---
<html>
<head>
<base href="$clink.External" />
<link href="$clink.setURI("css/default.css").Absolute" type="text/css" rel="stylesheet" />
</head>
<body bgcolor="#ffffff">
<table cellspacing="0" width="100%" border="0" cellpadding="0">
<tr>
<td><img src="$clink.setURI("images/jetspeed-logo.gif").Absolute" /></td>
<td>$jnavigation.setTemplate("top.vm")</td>
</tr>
</table>
<table cellspacing="0" width="100%" cellpadding="0" border="0">
<tr>
<td valign="top">
$screen_placeholder
</td>
</tr>
</table>
<table cellspacing="0" width="100%" cellpadding="0" border="0">
<tr>
<td valign="bottom" bgcolor="#ffffff">
$jnavigation.setTemplate("bottom.vm")
</td>
</tr>
</table>
</body>
</html>
|