Subversion Repositories DevTools

Rev

Rev 5506 | Rev 6048 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5506 Rev 5590
Line 167... Line 167...
167
   '-- FORM START --------------------------------------------------------------------------------------------------------------
167
   '-- FORM START --------------------------------------------------------------------------------------------------------------
168
   objFormComponent.FormName = "FormName"
168
   objFormComponent.FormName = "FormName"
169
   objFormComponent.Action = ScriptName
169
   objFormComponent.Action = ScriptName
170
   objFormComponent.OnSubmit = "ShowProgress();"
170
   objFormComponent.OnSubmit = "ShowProgress();"
171
   Call objFormComponent.FormStart()
171
   Call objFormComponent.FormStart()
172
 
-
 
173
   %>
172
   %>
174
   <tr>
173
   <tr>
175
      <td background="images/bg_login.gif">
-
 
176
         <table width="50%"  border="0" cellspacing="0" cellpadding="0">
-
 
177
            <tr>
-
 
178
               <td><%=ProgressBar()%></td>
-
 
179
               <td align="right"><input name="btn" type="submit" class="form_btn" value="Add/Update">
-
 
180
                  <input name="btn" type="reset" class="form_btn" value="Cancel" onClick="self.close();">
-
 
181
               </td>
-
 
182
            </tr>
-
 
183
         </table>
-
 
184
      </td>
-
 
185
   </tr>
-
 
186
   <tr>
-
 
187
      <td>
174
      <td>
188
         <!-- NEW PRODUCT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
175
         <!-- NEW PRODUCT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
189
         <%Call Messenger ( sMessage , 1, "100%" )%>
176
         <%Call Messenger ( sMessage , 1, "100%" )%>
190
         <!-- MESSAGE +++++++++++++++++++++++++++++++++++++++++++++++++++ -->
177
         <!-- MESSAGE +++++++++++++++++++++++++++++++++++++++++++++++++++ -->
191
         <!--#include file="messages/_msg_inline.asp"-->
178
         <!--#include file="messages/_msg_inline.asp"-->
Line 218... Line 205...
218
            isaCots = "N"
205
            isaCots = "N"
219
            isVis = "Y"
206
            isVis = "Y"
220
          End If
207
          End If
221
          %>
208
          %>
222
         
209
         
223
         <table width="50%" border="0"  class="body_txt">
210
         <table border="0" class="body_txt">
224
            <tr>
211
            <tr>
225
               <td>Project Extension</td>
212
               <td class="nowrap">Project Extension</td>
226
               <td><input name="newext" type="text" class="body_txt" value="<%=extName%>" size=7 maxlength=5></td>
213
               <td><input name="newext" type="text" class="body_txt" value="<%=extName%>" size=7 maxlength=5></td>
227
            </tr>
214
            </tr>
228
 
215
 
229
            <tr>
216
            <tr>
230
               <td></td>
217
               <td></td>
231
               <td>The project suffix must start with a '.' and contain 2 to 4 lower case characters.</td>
218
               <td>The project suffix must start with a '.' and contain 2 to 4 lower case characters.</td>
232
            </tr>
219
            </tr>
233
            
220
            
234
            <tr>
221
            <tr>
235
               <td>Comment</td>
222
               <td class="nowrap">Comment</td>
236
               <td><input name="comment" type="text" class="body_txt" value="<%=comment%>" size=80 maxlength=80></td>
223
               <td><input name="comment" type="text" class="body_txt" value="<%=comment%>" size=80 maxlength=80></td>
237
            </tr>
224
            </tr>
238
 
225
 
239
            <tr>
226
            <tr>
240
               <td></td>
227
               <td></td>
241
               <td>The comment field will be displayed during the project suffix selection process</td>
228
               <td>The comment field will be displayed during the project suffix selection process</td>
242
            </tr>
229
            </tr>
243
            
230
            
244
 
231
 
245
            <tr>
232
            <tr>
246
               <td>Enable Selection</td>
233
               <td class="nowrap">Enable Selection</td>
247
               <td><input name="isVis" type="checkbox" value="Y" <%=showCheck(isVis)%>></td>
234
               <td><input name="isVis" type="checkbox" value="Y" <%=showCheck(isVis)%>></td>
248
            </tr>
235
            </tr>
249
 
236
 
250
            <tr>
237
            <tr>
251
               <td></td>
238
               <td></td>
252
               <td>If selection is not enabled then the Suffix will not be shown and cannot be selected.
239
               <td>If selection is not enabled then the Suffix will not be shown and cannot be selected.
253
               This is useful for legacy projects where multiple extensions have been used. </td>
240
               This is useful for legacy projects where multiple extensions have been used. </td>
254
            </tr>
241
            </tr>
255
            
242
            
256
            <tr>
243
            <tr>
257
               <td>Free Form Version</td>
244
               <td class="nowrap">Free Form Version</td>
258
               <td><input name="isCots" type="checkbox" value="Y" <%=showCheck(isaCots)%>></td>
245
               <td><input name="isCots" type="checkbox" value="Y" <%=showCheck(isaCots)%>></td>
259
            </tr>
246
            </tr>
260
 
247
 
261
            <tr>
248
            <tr>
262
               <td></td>
249
               <td></td>
Line 268... Line 255...
268
 
255
 
269
 
256
 
270
         </table>
257
         </table>
271
      </td>
258
      </td>
272
   </tr>
259
   </tr>
-
 
260
   <tr>
-
 
261
      <td bgcolor=#FFFFFF>
-
 
262
         <table width="100%"  border="0" cellspacing="0" cellpadding="0">
-
 
263
            <tr>
-
 
264
               <td><%=ProgressBar()%></td>
-
 
265
               <td align="right"><input name="btn" type="submit" class="form_btn" value="Add/Update">
-
 
266
                  <input name="btn" type="reset" class="form_btn" value="Cancel" onclick="parent.closeIFrame();">
-
 
267
               </td>
-
 
268
            </tr>
-
 
269
         </table>
-
 
270
      </td>
-
 
271
   </tr>
273
   <%=objPMod.ComposeHiddenTags()%>
272
   <%=objPMod.ComposeHiddenTags()%>
274
   <input type="hidden" name="action" value="true">
273
   <input type="hidden" name="action" value="true">
275
 
-
 
276
   <%
274
   <%
277
   Call objFormComponent.FormEnd()
275
   Call objFormComponent.FormEnd()
278
   '-- FROM END ----------------------------------------------------------------------------------------------------------------
276
   '-- FROM END ----------------------------------------------------------------------------------------------------------------
279
   %>
277
   %>
280
</table>
278
</table>