| <!-- |
| * Copyright (c) 2023 Boeing |
| * |
| * This program and the accompanying materials are made |
| * available under the terms of the Eclipse Public License 2.0 |
| * which is available at https://www.eclipse.org/legal/epl-2.0/ |
| * |
| * SPDX-License-Identifier: EPL-2.0 |
| * |
| * Contributors: |
| * Boeing - initial API and implementation |
| --> |
| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"></meta> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> |
| <meta name="viewport" content="width=device-width, initial-scale=1"></meta> |
| |
| <link rel="stylesheet" type="text/css" href="/ajax/libs/bootstrap/3.3.2/css/bootstrap.min.css"></link> |
| |
| <title>ATS - <?atsId?> - <?title?></title> |
| |
| <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
| <!--[if lt IE 9]> |
| <script src="/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script> |
| <script src="/ajax/libs/respond/1.4.2/respond.min.js"></script> |
| <![endif]--> |
| </head> |
| <body> |
| |
| <div class="container"> |
| <div> |
| <h2>ATS - <?atsId?></h2> |
| </div> |
| |
| <table border="2" cellpadding="3" cellspacing="0" width="100%" class="table table-striped"> |
| <tr> |
| <td colspan="3">Title: <b><?title?></b></td> |
| </tr> |
| |
| <tr> |
| <td>Current State: <b><?state?></b></td> |
| <td>Created: <b><?createdDate?></b></td> |
| <td>Originator: <b><?originator?></b></td> |
| </tr> |
| |
| <tr> |
| <td>Team: <b><?team?></b></td> |
| <td>Targeted Version: <b><?version?></b></td> |
| <td>ATS Id: <b><?atsId?></b></td> |
| </tr> |
| |
| <tr> |
| <td colspan="3">Assignees: <b><?assignees?></b></td> |
| </tr> |
| |
| <tr> |
| <td>Change Type: <b><?changeType?></b></td> |
| <td>Priority: <b><?priority?></b></td> |
| <td>Need By: <b><?needBy?></b></td> |
| </tr> |
| |
| <tr> |
| <td>Workflow: <b><?workflow?></b></td> |
| <td colspan="2">Workflow Definition: <b><?workDef?></b></td> |
| </tr> |
| |
| <tr> |
| <td colspan="3">Actionable Item(s): <b><?ais?></b></td> |
| </tr> |
| </table> |
| |
| <?transition?> |
| |
| |
| <table cellpadding="3" cellspacing="0" width="100%"> |
| <tr><td> |
| <?states?> |
| </td></tr> |
| </table> |
| |
| <?details?> |
| |
| </div> |
| |
| <script src="/ats/lib/atsCore.js"></script> |
| </body> |
| </html> |