Subversion Repositories DevTools

Rev

Rev 5854 | Rev 5957 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5854 Rev 5860
Line 84... Line 84...
84
</script>
84
</script>
85
<!-- DROPDOWN MENUS -->
85
<!-- DROPDOWN MENUS -->
86
<!--#include file="_menu_def.asp"-->
86
<!--#include file="_menu_def.asp"-->
87
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
87
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
88
</head>
88
</head>
89
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
89
<body>
90
<!-- MENU LAYERS -------------------------------------->
90
<!-- MENU LAYERS -------------------------------------->
91
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)">
91
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)"></div>
92
</div>
-
 
93
<!-- TIPS LAYERS -------------------------------------->
92
<!-- TIPS LAYERS -------------------------------------->
94
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10">&nbsp;</div>
93
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10">&nbsp;</div>
95
<!----------------------------------------------------->
94
<!----------------------------------------------------->
96
<!-- HEADER -->
95
<!-- HEADER -->
97
<!--#include file="_header.asp"-->
96
<!--#include file="_header.asp"-->
98
<!-- BODY ---->
97
<!-- BODY ---->
99
<table width="100%" border="0" cellspacing="0" cellpadding="0">
98
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed;">
100
   <tr>
99
   <tr>
101
      <td width="1" background="images/bg_home_orange.gif" valign="top"></td>
100
      <td width="146px" class="panel_bg" valign="top">&nbsp;</td>
102
      <td rowspan="2" valign="top" width="100%">
101
      <td width="100%" valign="top" bgcolor="#EEEFEF" style="padding: 5px;">
103
      <!-- Main Pane -->
102
      <!-- Main Pane -->
104
      <!-- Section Header ---->
103
      <!-- Section Header ---->
105
      <span nowrap class="form_ttl">Project Action Log</span>
104
      <span nowrap class="form_ttl">Project Action Log</span>
-
 
105
      <div class="rounded_box" style="background: white;">
106
      <table id="table1" class="stripe">
106
          <table id="table1" class="stripe">
107
	    <thead class="body_col">
107
            <thead class="body_col">
108
		    <tr>
108
                <tr>
109
			    <th>Time</th>
109
                    <th>Time</th>
110
			    <th>Description</th>
110
                    <th>Description</th>
111
			    <th>Project</th>
111
                    <th>Project</th>
112
			    <th>Release</th>
112
                    <th>Release</th>
113
			    <th>Action</th>
113
                    <th>Action</th>
114
			    <th>User</th>
114
                    <th>User</th>
115
		    </tr>
115
                </tr>
116
	    </thead>
116
            </thead>
117
    	<tbody>
117
            <tbody>
118
	    </tbody>
118
            </tbody>
119
      </table>
119
          </table>
-
 
120
      </div>
120
      <!-- End Main Pane -->
121
      <!-- End Main Pane -->
121
      </td>
122
      </td>
122
   </tr>
123
   </tr>
123
   <tr>
-
 
124
      <td valign="bottom" align="center" background="images/bg_home_orange.gif">
-
 
125
        <img src="images/img_vtree.gif" width="86" height="99" vspace="20" hspace="30">
-
 
126
        </td>
-
 
127
      <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
-
 
128
   </tr>
-
 
129
</table>
124
</table>
130
<!-- FOOTER -->
125
<!-- FOOTER -->
131
<!--#include file="_footer.asp"-->
126
<!--#include file="_footer.asp"-->
132
</body>
127
</body>
133
</html>
128
</html>