phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] projects/templates/default/stats_gant_popup_intro.tp


From: nomail
Subject: [Phpgroupware-cvs] projects/templates/default/stats_gant_popup_intro.tpl, 1.1
Date: Wed, 12 May 2004 23:52:02 +0200

Update of /projects/templates/default
Added Files:
        Branch: 
          stats_gant_popup_intro.tpl

date: 2004/05/12 21:52:02;  author: ceb;  state: Exp;

Log Message:
update
=====================================================================
<html>
        <head>
                <script language="JavaScript" type="text/javascript">
                        <!--
      function submitWindowSize()
      {
        window.moveTo(0,0);
        window.resizeTo(screen.width,screen.height);
        document.HiddenForm.screen_width.value  = screen.width;
        document.HiddenForm.screen_height.value = screen.height;
        document.HiddenForm.submit();
      }
    //-->
        </script>
        </head>
        <body onLoad="submitWindowSize();">
                <form method="POST" Name="HiddenForm" action="{redirect_url}">
                        <input type="hidden" name="screen_width" value="800">
                        <input type="hidden" name="screen_height" value="600">
                        <input type="hidden" name="menuaction" 
value="projects.uistatistics.project_gantt">
                        <input type="hidden" name="sessionid" 
value="{sessionid}">
                        <input type="hidden" name="project_id" 
value="{project_id}">
                        <input type="hidden" name="action" value="{action}">
                        <input type="hidden" name="gantt_popup" value="1">
                </form>
        </body>
</html>




reply via email to

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