Subversion Repositories DevTools

Rev

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

Rev 4235 Rev 4236
Line 225... Line 225...
225
              <td align="left" class="wform_ttl">Database</td>
225
              <td align="left" class="wform_ttl">Database</td>
226
              <td><span class="form_item"><%=JIRA_DATABASE%>: <%=JIRA_URL%></span></td>
226
              <td><span class="form_item"><%=JIRA_DATABASE%>: <%=JIRA_URL%></span></td>
227
            </tr>
227
            </tr>
228
        </table>
228
        </table>
229
      </tr>
229
      </tr>
230
    <!-- Find Button -->
-
 
231
    <tr height="1%">
-
 
232
        <td background="images/bg_admin_dark.gif">
-
 
233
        <table width="100%" border="0" cellspacing="5" cellpadding="0">
-
 
234
            <tr background="images/lbox_bg_blue.gif">
-
 
235
            <td colspan="2"><img src="images/spacer.gif" width="1" height="1"></td>
-
 
236
          </tr>
-
 
237
          <tr>
-
 
238
            <td width="1">&nbsp;</td>
-
 
239
            <td width="100%"><input type="submit" name="btn" value="Find &raquo;" class="form_btn_comp"></td>
-
 
240
          </tr>
-
 
241
        </table></td>
-
 
242
        </tr>
-
 
243
    <!-- Import Close Button -->
230
    <!-- Find, Import and Close Buttons -->
244
    <tr height="1%">
231
    <tr height="1%">
245
        <td background="images/lbox_bg_blue.gif" >
232
        <td background="images/lbox_bg_blue.gif" >
246
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
233
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
247
            <tr>
234
            <tr>
-
 
235
            <td width="1">&nbsp;
-
 
236
            <td>
-
 
237
                <input type="submit" name="btn" value="Find &raquo;" class="form_btn_comp"></td>
248
            <td align="right">
238
            <td align="right">
249
            <input type="submit" name="btn" value="Import" class="form_btn_comp">
239
                <input type="submit" name="btn" value="Import" class="form_btn_comp">
250
            <input type="reset" name="btn" value="Close" class="form_btn_comp" onclick="self.close()">
240
                <input type="reset" name="btn" value="Close" class="form_btn_comp" onclick="self.close()">
251
            </td>
241
            </td>
252
        </table>
242
        </table>
253
        </tr>
243
        </tr>
254
    <!-- Post Import Message Area -->
244
    <!-- Post Import Message Area -->
-
 
245
    <%If imported Then%>
255
    <tr height="1%">
246
    <tr height="1%">
256
        <td>
247
        <td>
257
            <%If imported Then%>
-
 
258
                <%Call DisplayInfo ( "ISSUES_IMPORTED", "300" )%>
248
                <%Call DisplayInfo ( "ISSUES_IMPORTED", "300" )%>
259
            <%End If%>
-
 
260
        </td>
249
        </td>
261
        </tr>
250
        </tr>
-
 
251
    <%End If%>
262
    <!-- Table of issues wrapper -->
252
    <!-- Table of issues wrapper -->
263
    <tr height="1%">
253
    <tr height="100%"  valign="top">
264
        <td>
254
        <td>
265
            <table width="100%" border="0" cellspacing="1" cellpadding="2">
255
            <table width="100%" border="0" cellspacing="1" cellpadding="2">
266
                <tr>
256
                <tr>
267
                    <td width="1%" background="images/bg_form_lightbluedark.gif">&nbsp;</td>
257
                    <td width="1%" background="images/bg_form_lightbluedark.gif">&nbsp;</td>
268
                    <td width="1%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Issue Key</td>
258
                    <td width="1%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Issue Key</td>
Line 309... Line 299...
309
                      End If
299
                      End If
310
                   %>
300
                   %>
311
                   </td>
301
                   </td>
312
            </table>
302
            </table>
313
        <!-- Next and Previous Buttons -->
303
        <!-- Next and Previous Buttons -->
314
        <tr height="90%" valign="bottom">
304
        <tr height="1%">
315
            <td>
305
            <td>
316
            <table width="100%" border="0" cellspacing="1" cellpadding="2">
306
            <table width="100%" border="0" cellspacing="1" cellpadding="2">
317
              <tr>
307
              <tr>
318
                <td align="center">
308
                <td align="center">
319
               <%If CInt(rspPage) > 1 Then%><a href="javascript:;" onClick="importform.rpg.value = parseInt(importform.rpg.value) - 1; importform.submit();" class="txt_linked">&lt;previous</a><%End If%>&nbsp;
309
               <%If CInt(rspPage) > 1 Then%><a href="javascript:;" onClick="importform.rpg.value = parseInt(importform.rpg.value) - 1; importform.submit();" class="txt_linked">&lt;previous</a><%End If%>&nbsp;
Line 321... Line 311...
321
              </tr>
311
              </tr>
322
            </table>
312
            </table>
323
            </td>
313
            </td>
324
            </tr>
314
            </tr>
325
        <!-- Bottom Line -->
315
        <!-- Bottom Line -->
-
 
316
        <tr height="1%">
326
        <tr>
317
        <tr>
327
            <td>
318
            <td>
328
                <img src="images/lbox_bg_blue.gif" width="100%" height="5">
319
                <img src="images/lbox_bg_blue.gif" width="100%" height="5">
329
            </td>
320
            </td>
330
        </tr>
321
        </tr>