Subversion Repositories DevTools

Rev

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

Rev 6881 Rev 6999
Line 885... Line 885...
885
      </tr>
885
      </tr>
886
      
886
      
887
      <tr>
887
      <tr>
888
         <td>Created:</td>
888
         <td>Created:</td>
889
         <td>
889
         <td>
890
            <%=DisplayDate(pkgInfoHash.Item ("created_stamp"))&" by "& emailField(pkgInfoHash.Item ("creator"),pkgInfoHash.Item ("creator_email"))%>
890
            <%=DisplayDateTimeSecs(pkgInfoHash.Item ("created_stamp"))&" by "& emailField(pkgInfoHash.Item ("creator"),pkgInfoHash.Item ("creator_email"))%>
891
         </td>
891
         </td>
892
      </tr>
892
      </tr>
893
 
893
 
894
      <%
894
      <%
895
        ' Last Modified:
895
        ' Last Modified:
Line 906... Line 906...
906
        If IsNull(pkgInfoHash.Item ("is_patch"))  AND  (Request("rtag_id") <> "") AND (pkgInfoHash.Item ("insertor") <> "") Then
906
        If IsNull(pkgInfoHash.Item ("is_patch"))  AND  (Request("rtag_id") <> "") AND (pkgInfoHash.Item ("insertor") <> "") Then
907
      %>
907
      %>
908
      <tr>
908
      <tr>
909
         <td>Added to Release:</td>
909
         <td>Added to Release:</td>
910
         <td>
910
         <td>
911
            <%=DisplayDate(pkgInfoHash.Item ("insert_stamp")) &" by "& emailField(pkgInfoHash.Item ("insertor"),pkgInfoHash.Item ("insertor_email"))%>
911
            <%=DisplayDateTimeSecs(pkgInfoHash.Item ("insert_stamp")) &" by "& emailField(pkgInfoHash.Item ("insertor"),pkgInfoHash.Item ("insertor_email"))%>
912
         </td>
912
         </td>
913
      </tr>
913
      </tr>
914
      <%End If%>
914
      <%End If%>
915
      
915
      
916
      <%If (vcsInfoCollector.Item("vcs_tag") = enum_VCS_CLEARCASE_TAG) OR (vcsInfoCollector.Item("vcs_tag") = enum_VCS_CVS_TAG) Then%>
916
      <%If (vcsInfoCollector.Item("vcs_tag") = enum_VCS_CLEARCASE_TAG) OR (vcsInfoCollector.Item("vcs_tag") = enum_VCS_CVS_TAG) Then%>