Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5632
Line 328... Line 328...
328
 
328
 
329
               <td align="left" valign="top" class="body_txt">
329
               <td align="left" valign="top" class="body_txt">
330
                  <%=rsQry("pkg_version")%>
330
                  <%=rsQry("pkg_version")%>
331
               </td>
331
               </td>
332
 
332
 
333
               <td align="left" valign="top" class="body_txt" <%If bIsOverdue Then%>style=color:Red<%Elseif bIsReady Then%>style=color:Green<%End If%>><%=EuroDateTime(rsQry("SCHEDULED_DATETIME"))%></td>
333
               <td align="left" valign="top" class="body_txt" <%If bIsOverdue Then%>style=color:Red<%Elseif bIsReady Then%>style=color:Green<%End If%>><%=DisplayDateTime(rsQry("SCHEDULED_DATETIME"))%></td>
334
 
334
 
335
               <td align="left" valign="top" class="body_txt"><%=DaemonInstructionRepeatString(rsQry("OP_CODE"), rsQry("REPEAT_SECS"))%></td>
335
               <td align="left" valign="top" class="body_txt"><%=DaemonInstructionRepeatString(rsQry("OP_CODE"), rsQry("REPEAT_SECS"))%></td>
336
 
336
 
337
               <td align="left" valign="top" class="body_txt">
337
               <td align="left" valign="top" class="body_txt">
338
                  <%If rsQry("full_name") <> "" AND rsQry("user_email") <> "" Then%>
338
                  <%If rsQry("full_name") <> "" AND rsQry("user_email") <> "" Then%>
339
                     <a href='mailto:<%=rsQry("user_email")%>' title='<%=rsQry("user_email")%>' class="txt_linked"><%=rsQry("full_name")%></a>
339
                     <a href='mailto:<%=rsQry("user_email")%>' title='<%=rsQry("user_email")%>' class="txt_linked"><%=rsQry("full_name")%></a>
340
                  <%End If%>
340
                  <%End If%>
341
               </td>
341
               </td>
342
 
342
 
343
               <td align="left" valign="top" class="body_txt">
343
               <td align="left" valign="top" class="body_txt">
344
                  <%=EuroDateTime(rsQry("ADDED_DATETIME"))%>
344
                  <%=DisplayDateTime(rsQry("ADDED_DATETIME"))%>
345
               </td>
345
               </td>
346
 
346
 
347
               <td align="left" valign="top" class="body_txt">
347
               <td align="left" valign="top" class="body_txt">
348
                  <%If bInProgress Then%>
348
                  <%If bInProgress Then%>
349
                     <%If bResetInProgressEnabled Then%>
349
                     <%If bResetInProgressEnabled Then%>