Subversion Repositories DevTools

Rev

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

Rev 5853 Rev 5854
Line 63... Line 63...
63
            "bProcessing": true,
63
            "bProcessing": true,
64
            "bRetrieve":true,
64
            "bRetrieve":true,
65
            "bServerSide": true,
65
            "bServerSide": true,
66
            "sAjaxSource": 'project_log_json.asp',
66
            "sAjaxSource": 'project_log_json.asp',
67
            "bLengthChange":false,
67
            "bLengthChange":false,
68
            "sDom": "frtiS",
68
            "sDom": "rtiS",
69
            "sScrollY": $( document ).height()- 200,
69
            "sScrollY": $( document ).height()- 200,
70
            "bDeferRender": true,
70
            "bDeferRender": true,
71
            "sScrollX": "100%",
71
            "sScrollX": "100%",
72
            "bScrollCollapse": true,
72
            "bScrollCollapse": true,
73
            "iScrollLoadGap": 5,
73
            "iScrollLoadGap": 5,
Line 99... Line 99...
99
<table width="100%" border="0" cellspacing="0" cellpadding="0">
99
<table width="100%" border="0" cellspacing="0" cellpadding="0">
100
   <tr>
100
   <tr>
101
      <td width="1" background="images/bg_home_orange.gif" valign="top"></td>
101
      <td width="1" background="images/bg_home_orange.gif" valign="top"></td>
102
      <td rowspan="2" valign="top" width="100%">
102
      <td rowspan="2" valign="top" width="100%">
103
      <!-- Main Pane -->
103
      <!-- Main Pane -->
-
 
104
      <!-- Section Header ---->
-
 
105
      <span nowrap class="form_ttl">Project Action Log</span>
104
      <table id="table1" class="stripe">
106
      <table id="table1" class="stripe">
105
	    <thead class="body_col">
107
	    <thead class="body_col">
106
		    <tr>
108
		    <tr>
107
			    <th>Time</th>
109
			    <th>Time</th>
108
			    <th>Description</th>
110
			    <th>Description</th>
Line 117... Line 119...
117
      </table>
119
      </table>
118
      <!-- End Main Pane -->
120
      <!-- End Main Pane -->
119
      </td>
121
      </td>
120
   </tr>
122
   </tr>
121
   <tr>
123
   <tr>
-
 
124
      <td valign="bottom" align="center" background="images/bg_home_orange.gif">
122
      <td valign="bottom" align="center" background="images/bg_home_orange.gif"><img src="images/img_vtree.gif" width="86" height="99" vspace="20" hspace="30"></td>
125
        <img src="images/img_vtree.gif" width="86" height="99" vspace="20" hspace="30">
-
 
126
        </td>
123
      <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
127
      <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
124
   </tr>
128
   </tr>
125
</table>
129
</table>
126
<!-- FOOTER -->
130
<!-- FOOTER -->
127
<!--#include file="_footer.asp"-->
131
<!--#include file="_footer.asp"-->