index.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
  8. integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
  9. crossorigin="anonymous">
  10. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  11. <title>med-data-entry</title>
  12. </head>
  13. <body>
  14. <noscript>
  15. <p><strong>Sorry but med-data-entry cannot work properly without JavaScript enabled.</strong></p>
  16. <p><strong>Please enable it to continue.</strong></p>
  17. </noscript>
  18. <div id="frontEndWiring" style="display: none;">{
  19. "endpoints": {
  20. "organizations":"http://localhost:6543/apps/data-entry/organizations?s=",
  21. "countries":"http://localhost:6543/apps/data-entry/countries",
  22. "events":"http://localhost:6543/apps/data-entry/events?id=",
  23. "traceabilityTags":"http://localhost:6543/apps/data-entry/traceability-tags",
  24. "programs":"http://localhost:6543/apps/data-entry/programs",
  25. "tracks":"http://localhost:6543/apps/data-entry/tracks",
  26. "submit":"http://localhost:6543/apps/data-entry/submission",
  27. "terms":"http://localhost:6543/apps/data-entry/terms",
  28. "zulu":""
  29. },
  30. "testResponse":true
  31. }</div>
  32. <div id="app"></div>
  33. </body>
  34. </html>