123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <!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-appointments</title>
- </head>
- <body>
- <noscript>
- <p><strong>Sorry but med-appointments cannot work properly without JavaScript enabled.</strong></p>
- <p><strong>Please enable it to continue.</strong></p>
- </noscript>
- <div id="frontEndWiring" style="display: none;">
- {
- "api": {
- "appointment": "http://localhost:6543/api/appointment",
- "appointments": "http://localhost:6543/api/appointments",
- "apptUsers": "http://localhost:6543/api/appt_users",
- "breakout": false,
- "currentUser": "http://localhost:6543/api/current_user",
- "download": "http://localhost:6543/api/download",
- "entry": "http://localhost:6543/api/entry",
- "filters": "http://localhost:6543/api/filters",
- "mode": "search",
- "readonly": true,
- "reassign": "http://localhost:6543/api/reassign",
- "record": "http://localhost:6543/api/record",
- "searchRecords": "http://localhost:6543/api/search",
- "takebegin": "http://localhost:6543/api/take_begin",
- "teams": "http://localhost:6543/api/teams",
- "updateCondition": "http://localhost:6543/api/update_condition",
- "users": "http://localhost:6543/api/users"
- },
- "testResponse":true
- }
- </div>
- <div id="app"></div>
- </body>
- </html>
|