Subversion Repositories DevTools

Rev

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

Rev 6877 Rev 7288
Line 95... Line 95...
95
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
95
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
96
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
96
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
97
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
97
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
98
</head>
98
</head>
99
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();document.newproj.FRproj.focus();">
99
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();document.newproj.FRproj.focus();">
-
 
100
	<div id='divProgressBar' class='vixSpinner' style='visibility:hidden;'></div>
100
    <form class="form_tight" name="newproj" method="post" action="<%=scriptName%>" onSubmit="ShowProgress();">
101
    <form class="form_tight" name="newproj" method="post" action="<%=scriptName%>" onSubmit="MM_showProgressBar();">
101
        <div class='Panel'>
102
        <div class='Panel'>
102
            <div class='textPanel PanelPad'>
103
            <div class='textPanel PanelPad'>
103
             <!-- LOCAL ERROR +++++++++++++++++++++++++++++++++++++++++++++++ -->
104
             <!-- LOCAL ERROR +++++++++++++++++++++++++++++++++++++++++++++++ -->
104
             <%Call Messenger ( sMessage , 3, "100%" )%>
105
             <%Call Messenger ( sMessage , 3, "100%" )%>
105
             <!-- MESSAGE +++++++++++++++++++++++++++++++++++++++++++++++++++ -->
106
             <!-- MESSAGE +++++++++++++++++++++++++++++++++++++++++++++++++++ -->
Line 119... Line 120...
119
            <div class='PanelPad textPanel errorPanel'>
120
            <div class='PanelPad textPanel errorPanel'>
120
            <img src="images/i_warning.gif" width="16" height="16">
121
            <img src="images/i_warning.gif" width="16" height="16">
121
            When a new project is created you will not have edit access within the Project. Access control will need to be granted.
122
            When a new project is created you will not have edit access within the Project. Access control will need to be granted.
122
            </div>
123
            </div>
123
            <div class='buttonPanelWhite'> 
124
            <div class='buttonPanelWhite'> 
124
              <%=ProgressBar()%>
-
 
125
              <%If bCanEdit Then%>
125
              <%If bCanEdit Then%>
126
                <input type="submit" name="btn" value="Create">
126
                <input type="submit" name="btn" value="Create">
127
              <%End If%>
127
              <%End If%>
128
                <input type="reset" name="btn" value="Cancel" onclick="parent.closeIFrame();">
128
                <input type="reset" name="btn" value="Cancel" onclick="parent.closeIFrame();">
129
            </div>
129
            </div>