index.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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-appointments</title>
  12. </head>
  13. <body>
  14. <noscript>
  15. <p><strong>Sorry but med-appointments 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. {
  20. "api": {
  21. "appointment": "http://localhost:6543/api/appointment",
  22. "appointments": "http://localhost:6543/api/appointments",
  23. "apptUsers": "http://localhost:6543/api/appt_users",
  24. "breakout": false,
  25. "currentUser": "http://localhost:6543/api/current_user",
  26. "download": "http://localhost:6543/api/download",
  27. "entry": "http://localhost:6543/api/entry",
  28. "filters": "http://localhost:6543/api/filters",
  29. "mode": "search",
  30. "readonly": true,
  31. "reassign": "http://localhost:6543/api/reassign",
  32. "record": "http://localhost:6543/api/record",
  33. "searchRecords": "http://localhost:6543/api/search",
  34. "takebegin": "http://localhost:6543/api/take_begin",
  35. "teams": "http://localhost:6543/api/teams",
  36. "updateCondition": "http://localhost:6543/api/update_condition",
  37. "users": "http://localhost:6543/api/users"
  38. },
  39. "testResponse":true
  40. }
  41. </div>
  42. <div id="app"></div>
  43. </body>
  44. </html>