phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] pbwebmaui/templates/default/dlgFolderList.tpl.html,


From: nomail
Subject: [Phpgroupware-cvs] pbwebmaui/templates/default/dlgFolderList.tpl.html, 1.1
Date: Thu, 20 May 2004 20:24:42 -0000

Update of /pbwebmaui/templates/default
Added Files:
        Branch: 
          dlgFolderList.tpl.html

date: 2004/04/21 15:50:05;  author: fipsfuchs;  state: Exp;

Log Message:
tmp to select a folder
=====================================================================
<?xml version="1.0" encoding="iso-8859-1"?>
<!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";>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="main.css" />
</head>
<body>
<!-- BEGIN Content -->
<script type="text/javascript"><!--
        function selectFolder(actionId, folder) {
//            alert("selectFolder("+actionId+", "+folder+")");

            el = opener.document.getElementById("fldActionTarget_"+actionId);
//            alert("el="+el);
            el.value = folder;
            self.close();
        }
    //-->
    </script>
<table cellspacing="1" border="0" cellpadding="2">
  <!-- BEGIN Folder -->
  <tr valign="top" class="{ListClass}">
    <td align="left"><a 
href='javascript:selectFolder("{ActionId}","{Folder}")'>{FolderName}</a></td>
  </tr>
  <!-- END Folder -->
</table>
<!-- END Content -->
</body>
</html>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]