Subversion Repositories DevTools

Rev

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

Rev 3959 Rev 4134
Line 40... Line 40...
40
Function Get_Messages
40
Function Get_Messages
41
   Get_Messages = _
41
   Get_Messages = _
42
   " SELECT * FROM message_board WHERE expiry_date > "& ORA_SYSDATE &" OR due_date >= "& ORA_SYSDATE &"+2"
42
   " SELECT * FROM message_board WHERE expiry_date > "& ORA_SYSDATE &" OR due_date >= "& ORA_SYSDATE &"+2"
43
End Function
43
End Function
44
'-----------------------------------------------------------------------------------------------------------------------
44
'-----------------------------------------------------------------------------------------------------------------------
45
Function Get_DashBoard (nProjId)
-
 
46
   Get_DashBoard = _
-
 
47
   " SELECT * FROM DASH_BOARD db, PROJECTS prj, RELEASE_TAGS rt where prj.proj_id = rt.proj_id and rt.rtag_id = db.rtag_id "&_
-
 
48
   " and db.proj_id = "&nProjId&" order by last_build_time desc"
-
 
49
End Function
-
 
50
'-----------------------------------------------------------------------------------------------------------------------
-
 
51
%>
45
%>
52
<html>
46
<html>
53
   <head>
47
   <head>
54
      <title>Release Manager</title>
48
      <title>Release Manager</title>
55
      <meta http-equiv="Pragma" content="no-cache">
49
      <meta http-equiv="Pragma" content="no-cache">