Subversion Repositories DevTools

Rev

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

Rev 4630 Rev 4756
Line 21... Line 21...
21
<!--#include file="class/classActionButtonControl.asp"-->
21
<!--#include file="class/classActionButtonControl.asp"-->
22
<!--#include file="common/daemon_instructions.asp"-->
22
<!--#include file="common/daemon_instructions.asp"-->
23
<%
23
<%
24
objPMod.PersistInQryString("proj_id")
24
objPMod.PersistInQryString("proj_id")
25
'------------ ACCESS CONTROL ------------------
25
'------------ ACCESS CONTROL ------------------
26
'Let users view the build status without being logged in, but as soon as they try and submit the form, check
26
'Let users view the build status without being logged in, but as soon as they try and 
27
'their login status.
27
'submit the form, check their login status.
28
If Request("action") <> "" AND NOT objAccessControl.UserLogedIn Then%>
28
If Request("action") <> "" AND NOT objAccessControl.UserLogedIn Then%>
29
<!--#include file="_access_control_login.asp"-->
29
<!--#include file="_access_control_login.asp"-->
30
<!--#include file="_access_control_project.asp"-->
30
<!--#include file="_access_control_project.asp"-->
31
<%End If%>
31
<%End If%>
32
<!--#include file="_access_control_general.asp"-->
32
<!--#include file="_access_control_general.asp"-->
Line 866... Line 866...
866
 
866
 
867
            </td>
867
            </td>
868
            <td width="1" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
868
            <td width="1" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
869
         </tr>
869
         </tr>
870
         <tr>
870
         <tr>
-
 
871
            <td valign="bottom" align="center" background="images/bg_home_orange.gif">
871
            <td valign="bottom" align="center" background="images/bg_home_orange.gif"><img src="images/img_vtree.gif" width="86" height="99" vspace="20" hspace="30"></td>
872
                <img src="images/img_gear.gif" width="86" height="99" vspace="20" hspace="30">
-
 
873
            </td>
872
            <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="350"></td>
874
            <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="350">
-
 
875
            </td>
873
         </tr>
876
         </tr>
874
      </table>
877
      </table>
875
      <!-- FOOTER -->
878
      <!-- FOOTER -->
876
      <!--#include file="_footer.asp"-->
879
      <!--#include file="_footer.asp"-->
877
   </body>
880
   </body>