Scott Baker | fdaee92 | 2014-11-03 09:43:23 -0800 | [diff] [blame] | 1 | <!-- Error and Success templates --> |
| 2 | |
Scott Baker | 562d595 | 2014-11-24 23:26:12 -0800 | [diff] [blame] | 3 | <script type="text/template" id="xos-error-response"> |
| 4 | <h5>Error</h5> |
| 5 | <table> |
| 6 | <tr><td>error:</td><td><%= error %></td></tr> |
| 7 | <tr><td>check:</td><td><%= specific_error %></td></tr> |
| 8 | </table> |
| 9 | <h5>Details:</h5> |
| 10 | <table> |
| 11 | <tbody> |
| 12 | <% _.each(reasons, function(element, index) { %> |
| 13 | <tr><td><%= index %></td><td><%= element %></td></tr> |
| 14 | <% }); %> |
| 15 | </tbody> |
| 16 | </table> |
| 17 | </script> |
| 18 | |
Scott Baker | 9215275 | 2014-12-01 17:06:31 -0800 | [diff] [blame] | 19 | <script type="text/template" id="xos-error-rawresponse"> |
| 20 | <h5>Error</h5> |
| 21 | <pre>The server returned: |
| 22 | "<%= responseText %>"</pre> |
| 23 | </script> |
| 24 | |
Scott Baker | 416f087 | 2014-11-03 23:54:59 -0800 | [diff] [blame] | 25 | <script type="text/template" id="xos-error-template"> |
Scott Baker | fdaee92 | 2014-11-03 09:43:23 -0800 | [diff] [blame] | 26 | <button id="close-error-box">Close Error Message</button> |
| 27 | <h3>An error has occurred.</h3> |
| 28 | <table class="test-error-table"> |
| 29 | <tr><td>Code:</td><td><%= status %></td></tr> |
| 30 | <tr><td>Message:</td><td><%= statusText %></td></tr> |
| 31 | </table> |
| 32 | </script> |
| 33 | |
Scott Baker | 416f087 | 2014-11-03 23:54:59 -0800 | [diff] [blame] | 34 | <script type="text/template" id="xos-success-template"> |
Scott Baker | fdaee92 | 2014-11-03 09:43:23 -0800 | [diff] [blame] | 35 | <button id="close-success-box">Close Success Message</button> |
| 36 | <h3>Success!</h3> |
| 37 | <table class="test-success-table"> |
| 38 | <tr><td>Code:</td><td><%= status %></td></tr> |
| 39 | <tr><td>Message:</td><td><%= statusText %></td></tr> |
| 40 | </table> |
| 41 | </script> |
| 42 | |
Scott Baker | 90004d5 | 2014-11-04 09:34:17 -0800 | [diff] [blame] | 43 | <script type="text/template" id="xos-navbutton-old"> |
Scott Baker | 416f087 | 2014-11-03 23:54:59 -0800 | [diff] [blame] | 44 | <button class="btn btn-default btn-xosnav" onclick="<%= router %>.navigate('<%= routeUrl %>', {trigger: true})"><%= name %></button><br> |
| 45 | </script> |
| 46 | |
Scott Baker | e2e47fb | 2014-11-05 21:11:50 -0800 | [diff] [blame] | 47 | <script type="text/template" id="xos-status-template"> |
Scott Baker | 01c9d61 | 2014-11-14 16:13:43 -0800 | [diff] [blame] | 48 | <div class="xos-status xos-<%= statusclass %>"><%= what %>: <%= statusText %> (<%= status %>)</div> |
Scott Baker | e2e47fb | 2014-11-05 21:11:50 -0800 | [diff] [blame] | 49 | </script> |
| 50 | |
Scott Baker | 9d37d56 | 2014-11-04 23:20:48 -0800 | [diff] [blame] | 51 | <script type="text/template" id="xos-tabs-template"> |
| 52 | <ul class="xos-nav-list"> |
| 53 | <% _.each(tabs, function(tab) { %> |
| 54 | <li class="xos-nav-item" id="xos-nav-<%= tab["region"] %>"><%= tab["name"] %></li> |
| 55 | <% }); %> |
| 56 | </ul> |
| 57 | </script> |
| 58 | |
| 59 | <script type="text/template" id="xos-title-list"> |
Scott Baker | 13e6f0d | 2014-11-18 17:02:07 -0800 | [diff] [blame] | 60 | <h3><img src="/static/img/brokencircle.gif" height=16 width=16 id="xos-list-title-spinner"> <%= title %></h3> |
Scott Baker | 9d37d56 | 2014-11-04 23:20:48 -0800 | [diff] [blame] | 61 | </script> |
| 62 | |
| 63 | <script type="text/template" id="xos-title-detail"> |
| 64 | <h3><%= title %></h3> |
| 65 | </script> |
| 66 | |
Scott Baker | 90004d5 | 2014-11-04 09:34:17 -0800 | [diff] [blame] | 67 | <script type="text/template" id="xos-navbutton"> |
| 68 | <li> |
| 69 | <a href="<%= routeUrl %>"> |
| 70 | <i class="<%= iconClass %>"></i> |
| 71 | <%= name %> |
| 72 | </a> |
Scott Baker | 0bf96b2 | 2014-11-04 15:41:47 -0800 | [diff] [blame] | 73 | </li> |
Scott Baker | 90004d5 | 2014-11-04 09:34:17 -0800 | [diff] [blame] | 74 | </script> |
| 75 | |
Scott Baker | e49f08c | 2014-11-07 13:01:43 -0800 | [diff] [blame] | 76 | <script type="text/template" id="xos-inline-detail-buttons-template"> |
| 77 | <tr> |
| 78 | <td colspan=2><button class="btn js-submit btn-xos-detail btn-xos-save-leave">Save</button> |
| 79 | <button class="btn js-submit btn-xos-detail btn-xos-save-continue">Save and Continue Editing</button> |
| 80 | <button class="btn js-submit btn-xos-detail btn-xos-save-another">Save and Add Another</button> |
Scott Baker | 13e6f0d | 2014-11-18 17:02:07 -0800 | [diff] [blame] | 81 | <button class="btn js-submit btn-xos-detail btn-xos-delete">Delete</button> |
Scott Baker | e49f08c | 2014-11-07 13:01:43 -0800 | [diff] [blame] | 82 | </td> |
| 83 | </tr> |
| 84 | </script> |
| 85 | |
Scott Baker | 5c4f2b6 | 2014-12-12 14:26:21 -0800 | [diff] [blame] | 86 | <script type="text/template" id="xos-backend-status-icon-template"> |
| 87 | <% if ((enacted) && (enacted >= updated)) { %> |
| 88 | <span style="min-width:16px;"><img src="/static/admin/img/icon_success.gif"></span> |
| 89 | <% } else { %> |
| 90 | <% if ((backend_status == "Provisioning in progress") || (!backend_status)) { %> |
| 91 | <span style="min-width:16px;" title="<%= _.escape(backend_status) %>"><img src="/static/admin/img/icon_clock.gif"></span> |
| 92 | <% } else { %> |
| 93 | <span style="min-width:16px;" title="<%= _.escape(backend_status) %>"><img src="/static/admin/img/icon_error.gif"></span> |
| 94 | <% } %> |
| 95 | <% } %> |
| 96 | </script> |
| 97 | |
Scott Baker | 250ba6e | 2014-12-04 17:23:27 -0800 | [diff] [blame] | 98 | <script type="text/template" id="xos-list-header-template"> |
| 99 | <button class="btn js-submit btn-xos-list btn-xos-add">Add</button> |
| 100 | <button class="btn js-submit btn-xos-list btn-xos-refresh">Refresh</button> |
| 101 | </script> |
| 102 | |
| 103 | <script type="text/template" id="xos-list-footer-template"> |
Scott Baker | 07b4a25 | 2014-12-08 23:54:18 -0800 | [diff] [blame] | 104 | <% if (addChildHash) { %> |
| 105 | <a href="<%= addChildHash %>">Add...</a> |
| 106 | <% } %> |
Scott Baker | 7ce2365 | 2014-11-07 16:40:30 -0800 | [diff] [blame] | 107 | </script> |
| 108 | |
Scott Baker | c91396e | 2014-12-02 10:49:04 -0800 | [diff] [blame] | 109 | <script type="text/template" id="xos-delete-button-template"> |
Scott Baker | 29e8a2c | 2014-12-02 17:59:02 -0800 | [diff] [blame] | 110 | <a href="#delete<%= firstCharUpper(modelName) %>/<%= id %>">delete</a> |
Scott Baker | c91396e | 2014-12-02 10:49:04 -0800 | [diff] [blame] | 111 | </script> |
| 112 | |
| 113 | <script type="text/template" id="xos-detail-link-template"> |
| 114 | <a href="#<%= collectionName %>/<%= id %>"><%= text %></a> |
| 115 | </script> |
| 116 | |
Scott Baker | 0a636cb | 2014-12-07 22:27:09 -0800 | [diff] [blame] | 117 | <script type="text/template" id="xos-add-template"> |
| 118 | <h3 class="xos-detail-title">Add Object: <%= modelName %></h3> |
| 119 | <form> |
| 120 | <table>
|
| 121 | <% _.each(addFields, function(fieldName) { %>
|
Scott Baker | 8b1bda0 | 2014-12-07 22:31:18 -0800 | [diff] [blame] | 122 | <tr><td><%= fieldNameToHumanReadable(fieldName) %>:</td>
|
Scott Baker | e68d37b | 2014-12-09 16:59:08 -0800 | [diff] [blame] | 123 | <% readOnly = $.inArray(fieldName, model.readOnlyFields)>=0 ? " readonly" : ""; %>
|
Scott Baker | 0a636cb | 2014-12-07 22:27:09 -0800 | [diff] [blame] | 124 | <% if (fieldName in foreignFields) { %>
|
Scott Baker | 07b4a25 | 2014-12-08 23:54:18 -0800 | [diff] [blame] | 125 | <td><%= idToSelect(fieldName, model.attributes[fieldName], foreignFields[fieldName], "humanReadableName", readOnly) %></td>
|
Scott Baker | 0a636cb | 2014-12-07 22:27:09 -0800 | [diff] [blame] | 126 | <% } else if (inputType[fieldName] == "checkbox") { %>
|
Scott Baker | 07b4a25 | 2014-12-08 23:54:18 -0800 | [diff] [blame] | 127 | <td><input type="checkbox" name="<%= fieldName %>" <% if (model.attributes[fieldName]) print("checked"); %><%= readOnly %>></td>
|
Scott Baker | 0a636cb | 2014-12-07 22:27:09 -0800 | [diff] [blame] | 128 | <% } else { %>
|
Scott Baker | 07b4a25 | 2014-12-08 23:54:18 -0800 | [diff] [blame] | 129 | <td><input type="text" name="<%= fieldName %>" value="<%= model.attributes[fieldName] %>"<%= readOnly %>></td>
|
Scott Baker | 0a636cb | 2014-12-07 22:27:09 -0800 | [diff] [blame] | 130 | <% } %>
|
| 131 | </tr>
|
| 132 | <% }); %>
|
| 133 | <%= xosInlineDetailButtonsTemplate() %>
|
| 134 | </table>
|
| 135 | </form>
|
| 136 | </script> |
| 137 | |
| 138 | <script type="text/template" id="xos-detail-template"> |
Scott Baker | 07b4a25 | 2014-12-08 23:54:18 -0800 | [diff] [blame] | 139 | <h3 class="xos-detail-title">Edit Object: <%= modelName %></h3> |
Scott Baker | 0a636cb | 2014-12-07 22:27:09 -0800 | [diff] [blame] | 140 | <form> |
| 141 | <table>
|
| 142 | <% console.log(model); _.each(detailFields, function(fieldName) { %>
|
Scott Baker | 8b1bda0 | 2014-12-07 22:31:18 -0800 | [diff] [blame] | 143 | <tr><td><%= fieldNameToHumanReadable(fieldName) %>:</td>
|
Scott Baker | e68d37b | 2014-12-09 16:59:08 -0800 | [diff] [blame] | 144 | <% readOnly = $.inArray(fieldName, model.readOnlyFields)>=0 ? " readonly" : ""; console.log(fieldName + " " + readOnly); console.log(model.readOnlyFields); %>
|
Scott Baker | 0a636cb | 2014-12-07 22:27:09 -0800 | [diff] [blame] | 145 | <% if (fieldName in foreignFields) { %>
|
Scott Baker | e68d37b | 2014-12-09 16:59:08 -0800 | [diff] [blame] | 146 | <td><%= idToSelect(fieldName, model.attributes[fieldName], foreignFields[fieldName], "humanReadableName", readOnly) %></td>
|
Scott Baker | 0a636cb | 2014-12-07 22:27:09 -0800 | [diff] [blame] | 147 | <% } else if (inputType[fieldName] == "checkbox") { %>
|
Scott Baker | e68d37b | 2014-12-09 16:59:08 -0800 | [diff] [blame] | 148 | <td><input type="checkbox" name="<%= fieldName %>" <% if (model.attributes[fieldName]) print("checked"); %><%= readOnly %>></td>
|
Scott Baker | 0a636cb | 2014-12-07 22:27:09 -0800 | [diff] [blame] | 149 | <% } else { %>
|
Scott Baker | e68d37b | 2014-12-09 16:59:08 -0800 | [diff] [blame] | 150 | <td><input type="text" name="<%= fieldName %>" value="<%= model.attributes[fieldName] %>"<%= readOnly %>></td>
|
Scott Baker | 0a636cb | 2014-12-07 22:27:09 -0800 | [diff] [blame] | 151 | <% } %>
|
| 152 | </tr>
|
| 153 | <% }); %>
|
| 154 | <%= xosInlineDetailButtonsTemplate() %>
|
| 155 | </table>
|
| 156 | </form>
|
| 157 | </script> |
| 158 | |
Scott Baker | e68d37b | 2014-12-09 16:59:08 -0800 | [diff] [blame] | 159 | <script type="text/template" id="xos-list-template"> |
Scott Baker | 9d37d56 | 2014-11-04 23:20:48 -0800 | [diff] [blame] | 160 | <h3 class="xos-list-title"><%= title %></h3> |
Scott Baker | 250ba6e | 2014-12-04 17:23:27 -0800 | [diff] [blame] | 161 | <%= xosListHeaderTemplate() %> |
Scott Baker | fc61b01 | 2014-10-30 16:10:16 -0700 | [diff] [blame] | 162 | <table class="test-table"> |
Scott Baker | e68d37b | 2014-12-09 16:59:08 -0800 | [diff] [blame] | 163 | <thead> |
| 164 | <tr> |
| 165 | <% _.each(listFields, function(fieldName) { %> |
| 166 | <th><%= fieldNameToHumanReadable(fieldName) %></th> |
| 167 | <% }); %> |
| 168 | <th>delete</th> |
Scott Baker | fc61b01 | 2014-10-30 16:10:16 -0700 | [diff] [blame] | 169 | </tr></thead> |
| 170 | <tbody></tbody> |
| 171 | </table> |
Scott Baker | 07cdef0 | 2014-12-08 11:13:43 -0800 | [diff] [blame] | 172 | <%= xosListFooterTemplate({addChildHash: addChildHash}) %> |
Scott Baker | fc61b01 | 2014-10-30 16:10:16 -0700 | [diff] [blame] | 173 | </script> |
| 174 | |
Scott Baker | e68d37b | 2014-12-09 16:59:08 -0800 | [diff] [blame] | 175 | <script type="text/template" id="xos-listitem-template"> |
| 176 | <% _.each(listFields, function(fieldName) { %> |
| 177 | <% if ($.inArray(fieldName, model.detailLinkFields)>=0) { %> |
| 178 | <td><%= xosDetailLinkTemplate({collectionName: collectionName, id: id, text: model.attributes[fieldName]}) %></td> |
| 179 | <% } else if (fieldName in foreignFields) { %> |
| 180 | <td><%= idToName(model.attributes[fieldName], foreignFields[fieldName], "humanReadableName") %></td> |
| 181 | <% } else { %> |
| 182 | <td><%= model.attributes[fieldName] %></td> |
| 183 | <% } %> |
| 184 | <% }); %> |
Scott Baker | f26fa59 | 2014-12-02 18:04:50 -0800 | [diff] [blame] | 185 | <td><%= xosDeleteButtonTemplate({modelName: modelName, id: id}) %></td> |
Scott Baker | 10badd3 | 2014-10-31 00:18:24 -0700 | [diff] [blame] | 186 | </script> |
| 187 | |
Scott Baker | ca4bf92 | 2014-12-09 18:38:13 -0800 | [diff] [blame] | 188 | <script type="text/template" id="xos-savebuttons-template"> |
| 189 | <div class="box save-box"> |
| 190 | <button class="btn btn-high btn-info btn-xos-contentButtonPanel btn-xos-save-leave">Save</button> |
| 191 | <button class="btn btn-high btn-xos-contentButtonPanel btn-xos-save-continue">Save and continue editing</button> |
| 192 | <button class="btn btn-high btn-xos-contentButtonPanel btn-xos-save-another">Save and add another</button> |
| 193 | <button class="btn btn-danger btn-xos-contentButtonPanel btn-xos-delete">Delete</button> |
| 194 | </div> |
| 195 | </script> |
| 196 | |
| 197 | <script type="text/template" id="xos-listbuttons-template"> |
| 198 | <div class="box save-box"> |
| 199 | <button class="btn btn-high btn-primary btn-xos-contentButtonPanel btn-xos-refresh">Refresh</button> |
| 200 | <button class="btn btn-high btn-success btn-xos-contentButtonPanel btn-xos-add">Add</button> |
| 201 | </div> |
| 202 | </script> |
| 203 | |
Scott Baker | e49f08c | 2014-11-07 13:01:43 -0800 | [diff] [blame] | 204 | <script> |
| 205 | xosInlineDetailButtonsTemplate = _.template($("#xos-inline-detail-buttons-template").html()); |
Scott Baker | 250ba6e | 2014-12-04 17:23:27 -0800 | [diff] [blame] | 206 | xosListHeaderTemplate = _.template($("#xos-list-header-template").html()); |
| 207 | xosListFooterTemplate = _.template($("#xos-list-footer-template").html()); |
Scott Baker | c91396e | 2014-12-02 10:49:04 -0800 | [diff] [blame] | 208 | xosDeleteButtonTemplate = _.template($("#xos-delete-button-template").html()); |
| 209 | xosDetailLinkTemplate = _.template($("#xos-detail-link-template").html()); |
Scott Baker | 5c4f2b6 | 2014-12-12 14:26:21 -0800 | [diff] [blame] | 210 | xosBackendStatusIconTemplate = _.template($("#xos-backend-status-icon-template").html()); |
Scott Baker | e49f08c | 2014-11-07 13:01:43 -0800 | [diff] [blame] | 211 | </script> |
Scott Baker | 07b4a25 | 2014-12-08 23:54:18 -0800 | [diff] [blame] | 212 | |