Subversion Repositories DevTools

Rev

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

Rev 6579 Rev 6610
Line 330... Line 330...
330
 
330
 
331
               <td nowrap align="left" valign="top" class="body_txt"><%=DaemonInstructionRepeatString(rsQry("OP_CODE"), rsQry("REPEAT_SECS"))%></td>
331
               <td nowrap align="left" valign="top" class="body_txt"><%=DaemonInstructionRepeatString(rsQry("OP_CODE"), rsQry("REPEAT_SECS"))%></td>
332
 
332
 
333
               <td nowrap align="left" valign="top" class="body_txt">
333
               <td nowrap align="left" valign="top" class="body_txt">
334
                  <%If rsQry("full_name") <> "" AND rsQry("user_email") <> "" Then%>
334
                  <%If rsQry("full_name") <> "" AND rsQry("user_email") <> "" Then%>
335
                     <a href='mailto:<%=rsQry("user_email")%>' title='<%=rsQry("user_email")%>' class="txt_linked"><%=rsQry("full_name")%></a>
335
                    <%=emailField(rsQry("full_name"),rsQry("user_email"))%>
336
                  <%End If%>
336
                  <%End If%>
337
               </td>
337
               </td>
338
 
338
 
339
               <td nowrap align="left" valign="top" class="body_txt">
339
               <td nowrap align="left" valign="top" class="body_txt">
340
                  <%=DisplayDateTime(rsQry("ADDED_DATETIME"))%>
340
                  <%=DisplayDateTime(rsQry("ADDED_DATETIME"))%>