Subversion Repositories DevTools

Rev

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

Rev 5958 Rev 6663
Line 163... Line 163...
163
<head>
163
<head>
164
<title>Deployment Manager</title>
164
<title>Deployment Manager</title>
165
<link rel="shortcut icon" href="<%=FavIcon%>"/>
165
<link rel="shortcut icon" href="<%=FavIcon%>"/>
166
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
166
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
167
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
167
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
168
<link href="scripts/deployment_manager.css" rel="stylesheet" type="text/css">
168
<link href="scripts/deployment_manager.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
169
<script language="JavaScript" src="scripts/common.js"></script>
169
<script language="JavaScript" src="scripts/common.js?ver=<%=VixVerNum%>"></script>
170
</head>
170
</head>
171
 
171
 
172
<body leftmargin="0" topmargin="0" <%If parAction <> "" Then%>onLoad="FormName.proj_name.focus();"<%End If%>>
172
<body leftmargin="0" topmargin="0" <%If parAction <> "" Then%>onLoad="FormName.proj_name.focus();"<%End If%>>
173
<!-- HEADER ++++++++++++++++ -->
173
<!-- HEADER ++++++++++++++++ -->
174
<!--#include file="_header.asp"-->
174
<!--#include file="_header.asp"-->