Subversion Repositories DevTools

Rev

Rev 4399 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4399 Rev 4703
Line 85... Line 85...
85
     </td>
85
     </td>
86
   </tr>
86
   </tr>
87
   <%End If%>
87
   <%End If%>
88
   <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
88
   <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
89
      <tr class="body_col tablehdr">
89
      <tr class="body_col tablehdr">
-
 
90
      <td>System Variables</td>
-
 
91
      <td>Value</td>
-
 
92
   </tr>
-
 
93
   <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
-
 
94
   <tr class="body_row">
-
 
95
     <td>Server Date Time</td>
-
 
96
     <td><%=Day(Now)%>-<%=Month(Now)%>-<%=Year(Now)%>&nbsp;<%=Time()%></td>
-
 
97
   </tr>
-
 
98
 
-
 
99
   <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
-
 
100
      <tr class="body_col tablehdr">
90
      <td>Session Variables</td>
101
      <td>Session Variables</td>
91
      <td>Value</td>
102
      <td>Value</td>
92
   </tr>
103
   </tr>
93
   <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
104
   <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
94
   <%for each name in Session.Contents
105
   <%for each name in Session.Contents