Subversion Repositories DevTools

Rev

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

Rev 5357 Rev 5375
Line 506... Line 506...
506
              <td><button id="keyList" class="form_item" onclick="getAllProjectKeys(); return false;">Get All Project Keys</button>
506
              <td><button id="keyList" class="form_item" onclick="getAllProjectKeys(); return false;">Get All Project Keys</button>
507
            </tr>
507
            </tr>
508
            <tr>
508
            <tr>
509
              <td align="left" class="wform_ttl">Jira</td>
509
              <td align="left" class="wform_ttl">Jira</td>
510
              <td><span class="form_item">
510
              <td><span class="form_item">
511
                <a href="<%=JIRA_URL%>" target="_blank"><%=JIRA_URL%></a>
511
                <a href="<%= Application("JIRA_URL") %>" target="_blank"><%= Application("JIRA_URL") %></a>
512
              </span></td>
512
              </span></td>
513
            </tr>
513
            </tr>
514
        </table>
514
        </table>
515
      </tr>
515
      </tr>
516
    <!-- Find, Import and Close Buttons -->
516
    <!-- Find, Import and Close Buttons -->