Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv19531/templates
Added Files:
popup.html
Log Message:
adding popup template
--- NEW FILE ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title><TMPL_VAR NAME=TITLE></title>
</head>
<style>
<!--
A:hover{color:#DD6644;}
A:link{text-decoration: none}
A:visited{text-decoration:none}
-->
</style>
<body bgcolor="#EEEEEE" link="#3344AA" vlink="#3344AA">
<table border="0" align="center" width="100%" cellpadding="4" cellspacing="0">
<tr>
<td width="100%" align="center" colspan="3">
<table width="100%" border="0">
<tr>
<td width="25%">
  <br />
</td>
<td width="25%" align="right">
<font size="4"><b><TMPL_VAR NAME=MENU_TITLE></b></font>
</td>
<td width="25%" align="left">
: <TMPL_VAR NAME=SUBMENU_TITLE><br />
</td>
<td width="25%">
  <br />
</td>
</tr>
<tr>
<td width="25%" align="center">
  <br />
</td>
<td width="25%">
  <br/>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%" align="center" colspan="3">
<table width="100%" border="0" align="center" valign="top">
<tr>
<td width="100%" align="center" valign="center">
<font color="#EE6666"><TMPL_VAR NAME=MESSAGE></font><br />
</td>
</tr>
<tr>
<td width="100%" align="left" valign="top">
<table width="100%" align="left" valign="top">
<TMPL_VAR NAME=CONTENT><br />
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="25%">
<br />
</td>
<td width="25%">
<br />
</td>
</tr>
<tr>
</table>
<font color="#336633">
<TMPL_LOOP NAME="DEBUG">
<b><TMPL_VAR NAME=DEBUG_MSG></b><br />
</TMPL_LOOP>
</font>
</body>
</html>
|