| Line 52... |
Line 52... |
| 52 |
%>
|
52 |
%>
|
| 53 |
|
53 |
|
| 54 |
|
54 |
|
| 55 |
<html>
|
55 |
<html>
|
| 56 |
<head>
|
56 |
<head>
|
| 57 |
|
- |
|
| 58 |
<title>Project Administration</title>
|
57 |
<title>Project Administration</title>
|
| 59 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
58 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
| 60 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
59 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
| 61 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
60 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 62 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
61 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
| 63 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
62 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
| 64 |
<script language="JavaScript" src="images/common.js"></script>
|
63 |
<script language="JavaScript" src="images/common.js"></script>
|
| - |
|
64 |
<!--#include file="_jquery_includes.asp"-->
|
| 65 |
<!-- DROPDOWN MENUS -->
|
65 |
<!-- DROPDOWN MENUS -->
|
| 66 |
<!--#include file="_menu_def.asp"-->
|
66 |
<!--#include file="_menu_def.asp"-->
|
| 67 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
67 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
| 68 |
</head>
|
68 |
</head>
|
| 69 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
|
69 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
|
| Line 100... |
Line 100... |
| 100 |
<tr>
|
100 |
<tr>
|
| 101 |
<td background="images/bg_bage_0.gif" align="center"></td>
|
101 |
<td background="images/bg_bage_0.gif" align="center"></td>
|
| 102 |
<td bgcolor="#FFFFFF" class="body_row" nowrap><%=UCase(rsProj.Fields("proj_name"))%></td>
|
102 |
<td bgcolor="#FFFFFF" class="body_row" nowrap><%=UCase(rsProj.Fields("proj_name"))%></td>
|
| 103 |
<td bgcolor="#FFFFFF" class="body_row" nowrap><%=rsProj.Fields("base_url")%></td>
|
103 |
<td bgcolor="#FFFFFF" class="body_row" nowrap><%=rsProj.Fields("base_url")%></td>
|
| 104 |
<td bgcolor="#FFFFFF" class="body_row" nowrap><%=rsProj.Fields("jira_key")%></td>
|
104 |
<td bgcolor="#FFFFFF" class="body_row" nowrap><%=rsProj.Fields("jira_key")%></td>
|
| 105 |
<td align="center" nowrap background="images/bg_bage_0.gif"><a href="javascript:;" onclick="MM_openBrWindow('_wform_edit_projects.asp?proj_id=<%=rsProj.Fields("proj_id")%>','ProjectEdit','scrollbars=no,resizable=yes,width=600,height=150')"><img src="icons/i_edit.gif" width="16" height="16" hspace="2" border="0" align="absmiddle"></a></td>
|
105 |
<td align="center" nowrap background="images/bg_bage_0.gif">
|
| - |
|
106 |
<a href="javascript:;" onclick="MM_openVixIFrame('_wform_edit_projects.asp?proj_id=<%=rsProj.Fields("proj_id")%>','Edit Project Config')"><img src="icons/i_edit.gif" width="16" height="16" hspace="2" border="0" align="absmiddle"></a></td>
|
| 106 |
</tr>
|
107 |
</tr>
|
| 107 |
<%rsProj.MoveNext
|
108 |
<%rsProj.MoveNext
|
| 108 |
WEnd%>
|
109 |
WEnd%>
|
| 109 |
<%If rsProj.RecordCount < 1 Then%>
|
110 |
<%If rsProj.RecordCount < 1 Then%>
|
| 110 |
<tr>
|
111 |
<tr>
|