1234567891011121314151617181920212223242526272829303132333435 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
- integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
- crossorigin="anonymous">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <title>med-data-entry</title>
- </head>
- <body>
- <noscript>
- <p><strong>Sorry but med-data-entry cannot work properly without JavaScript enabled.</strong></p>
- <p><strong>Please enable it to continue.</strong></p>
- </noscript>
- <div id="frontEndWiring" style="display: none;">{
- "endpoints": {
- "organizations":"http://localhost:6543/apps/data-entry/organizations?s=",
- "countries":"http://localhost:6543/apps/data-entry/countries",
- "events":"http://localhost:6543/apps/data-entry/events?id=",
- "traceabilityTags":"http://localhost:6543/apps/data-entry/traceability-tags",
- "programs":"http://localhost:6543/apps/data-entry/programs",
- "tracks":"http://localhost:6543/apps/data-entry/tracks",
- "submit":"http://localhost:6543/apps/data-entry/submission",
- "terms":"http://localhost:6543/apps/data-entry/terms",
- "zulu":""
- },
- "testResponse":true
- }</div>
- <div id="app"></div>
- </body>
- </html>
|