Chinthakayala, Sheshashailavas (sc2914) | d156997 | 2017-08-28 05:25:46 -0900 | [diff] [blame^] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <meta charset="utf-8"> |
| 4 | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/> |
| 5 | <meta name="apple-mobile-web-app-capable" content="yes"> |
| 6 | <meta name="mobile-web-app-capable" content="yes"> |
| 7 | |
| 8 | <!-- |
| 9 | Copyright 2013, 2014 IBM Corp. |
| 10 | |
| 11 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 12 | you may not use this file except in compliance with the License. |
| 13 | You may obtain a copy of the License at |
| 14 | |
| 15 | http://www.apache.org/licenses/LICENSE-2.0 |
| 16 | |
| 17 | Unless required by applicable law or agreed to in writing, software |
| 18 | distributed under the License is distributed on an "AS IS" BASIS, |
| 19 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 20 | See the License for the specific language governing permissions and |
| 21 | limitations under the License. |
| 22 | --> |
| 23 | <head> |
| 24 | <title>Node-RED</title> |
| 25 | <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen"> |
| 26 | <link href="jquery/css/smoothness/jquery-ui-1.10.3.custom.min.css" rel="stylesheet" media="screen"> |
| 27 | <link rel="stylesheet" type="text/css" href="orion/built-editor.css"/> |
| 28 | <link rel="stylesheet" type="text/css" href="font-awesome/css/font-awesome.min.css"/> |
| 29 | <link rel="stylesheet" href="style.css"> |
| 30 | </head> |
| 31 | <body spellcheck="false"> |
| 32 | <div id="header"> |
| 33 | <span class="logo"><img src="node-red.png"> <span>Node-RED</span></span> |
| 34 | <div class="pull-right"> |
| 35 | <a id="btn-deploy" class="button action-deploy disabled" href="#"><i id="btn-icn-deploy" class="fa fa-download"></i> Deploy</a> |
| 36 | <a id="btn-sidemenu" class="button dropdown-toggle" data-toggle="dropdown" href="#"><i class="fa fa-bars"></i></a> |
| 37 | </div> |
| 38 | </div> |
| 39 | <div id="main-container" class="sidebar-closed"> |
| 40 | <div id="palette"> |
| 41 | <img src="spin.svg" class="palette-spinner"/> |
| 42 | <div id="palette-container" class="palette-scroll"> |
| 43 | </div> |
| 44 | <div id="palette-search"> |
| 45 | <i class="fa fa-search"></i><input id="palette-search-input" type="text" placeholder="filter"><a href="#" id="palette-search-clear"><i class="fa fa-times"></i></a></input> |
| 46 | </div> |
| 47 | </div><!-- /palette --> |
| 48 | |
| 49 | <div id="workspace"> |
| 50 | <ul id="workspace-tabs"></ul> |
| 51 | <div id="workspace-add-tab"><a id="btn-workspace-add-tab" href="#"><i class="fa fa-plus"></i></a></div> |
| 52 | <div id="chart"></div> |
| 53 | <div id="workspace-toolbar"> |
| 54 | <div class="btn-group"> |
| 55 | <a class="btn btn-small" href="#"><i class="fa fa-search-minus"></i></a> |
| 56 | <a class="btn btn-small" href="#"><i class="fa fa-dot-circle-o"></i></a> |
| 57 | <a class="btn btn-small" href="#"><i class="fa fa-search-plus"></i></a> |
| 58 | </div> |
| 59 | </div> |
| 60 | </div> |
| 61 | |
| 62 | <div id="chart-zoom-controls"> |
| 63 | <div class="btn-group"> |
| 64 | <a class="btn btn-mini" id="btn-zoom-out" href="#"><i class="fa fa-search-minus"></i></a> |
| 65 | <a class="btn btn-mini" id="btn-zoom-zero" href="#"><i class="fa fa-dot-circle-o"></i></a> |
| 66 | <a class="btn btn-mini" id="btn-zoom-in" href="#"><i class="fa fa-search-plus"></i></a> |
| 67 | </div> |
| 68 | </div> |
| 69 | |
| 70 | <div id="sidebar"> |
| 71 | <ul id="sidebar-tabs"></ul> |
| 72 | <div id="sidebar-content"></div> |
| 73 | </div> |
| 74 | |
| 75 | <div id="sidebar-separator"></div> |
| 76 | |
| 77 | </div> |
| 78 | |
| 79 | <div id="notifications"></div> |
| 80 | <div id="dropTarget"><div>Drop the flow here<br/><i class="fa fa-download"></i></div></div> |
| 81 | |
| 82 | <div id="dialog" class="hide"><form id="dialog-form" class="form-horizontal"></form></div> |
| 83 | <div id="node-config-dialog" class="hide"><form id="dialog-config-form" class="form-horizontal"></form><div class="form-tips" id="node-config-dialog-user-count"></div></div> |
| 84 | |
| 85 | <div id="node-dialog-confirm-deploy" class="hide"> |
| 86 | <form class="form-horizontal"> |
| 87 | <div id="node-dialog-confirm-deploy-config" style="text-align: center; padding-top: 30px;"> |
| 88 | Some of the nodes are not properly configured. Are you sure you want to deploy? |
| 89 | </div> |
| 90 | <div id="node-dialog-confirm-deploy-unknown" style="text-align: center; padding-top: 10px;"> |
| 91 | The workspace contains some unknown node types: |
| 92 | <ul style="width: 300px; margin: auto; text-align: left;" id="node-dialog-confirm-deploy-unknown-list"></ul> |
| 93 | Are you sure you want to deploy? |
| 94 | </div> |
| 95 | </form> |
| 96 | </div> |
| 97 | |
| 98 | <div id="node-help" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="node-help-label" aria-hidden="true"> |
| 99 | <div class="modal-header"> |
| 100 | <h5 id="node-help-label">Keyboard Shortcuts <span style="float: right;"><a href="http://node-red.github.io/docs" target="_blank">Open help in new window »</a></span></h5> |
| 101 | </div> |
| 102 | <div class="modal-body"> |
| 103 | <table> |
| 104 | <tr> |
| 105 | <td><span class="help-key">?</span></td><td>Help</td> |
| 106 | <td><span class="help-key">Ctrl</span> <span class="help-key">a</span></td><td>Select all nodes</td> |
| 107 | </tr> |
| 108 | <tr> |
| 109 | <td><span class="help-key">Ctrl</span> <span class="help-key">Space</span></td><td>Toggle sidebar</td> |
| 110 | <td><span class="help-key">Shift</span> <span class="help-key">Click</span></td><td>Select all connected nodes</td> |
| 111 | </tr> |
| 112 | <tr> |
| 113 | <td><span class="help-key">Ctrl</span> <span class="help-key">z</span></td><td>Undo</td> |
| 114 | <td><span class="help-key">Ctrl</span> <span class="help-key">Click</span></td><td>Add/remove node from selection</td> |
| 115 | </tr> |
| 116 | <tr> |
| 117 | <td></td><td></td> |
| 118 | <td><span class="help-key">Delete</span></td><td>Delete selected nodes or link</td> |
| 119 | </tr> |
| 120 | <tr> |
| 121 | <td><span class="help-key">Ctrl</span> <span class="help-key">x</span></td><td>Cut selected nodes</td> |
| 122 | <td></td><td></td> |
| 123 | </tr> |
| 124 | <tr> |
| 125 | <td><span class="help-key">Ctrl</span> <span class="help-key">c</span></td><td>Copy selected nodes</td> |
| 126 | <td><span class="help-key">Ctrl</span> <span class="help-key">v</span></td><td>Paste nodes</td> |
| 127 | </tr> |
| 128 | <tr> |
| 129 | <td><span class="help-key">Ctrl</span> <span class="help-key">i</span></td><td>Import nodes</td> |
| 130 | <td><span class="help-key">Ctrl</span> <span class="help-key">e</span></td><td>Export selected nodes</td> |
| 131 | </tr> |
| 132 | <tr> |
| 133 | <td colspan="2"></td> |
| 134 | </tr> |
| 135 | <tr> |
| 136 | <td><span class="help-key">Ctrl</span> <span class="help-key">+</span></td><td>Zoom in</td> |
| 137 | <td><span class="help-key">Ctrl</span> <span class="help-key">-</span></td><td>Zoom out</td> |
| 138 | </tr> |
| 139 | </table> |
| 140 | </div> |
| 141 | <div class="modal-footer"> |
| 142 | <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> |
| 143 | </div> |
| 144 | </div> |
| 145 | |
| 146 | <div id="node-dialog-library-save-confirm" class="hide"> |
| 147 | <form class="form-horizontal"> |
| 148 | <div style="text-align: center; padding-top: 30px;"> |
| 149 | A <span id="node-dialog-library-save-type"></span> called <span id="node-dialog-library-save-name"></span> already exists. Overwrite? |
| 150 | </div> |
| 151 | </form> |
| 152 | </div> |
| 153 | |
| 154 | <div id="node-dialog-library-save" class="hide"> |
| 155 | <form class="form-horizontal"> |
| 156 | <div class="form-row"> |
| 157 | <label for="node-dialog-library-save-folder"><i class="fa fa-folder-open"></i> Folder</label> |
| 158 | <input type="text" id="node-dialog-library-save-folder" placeholder="Folder"> |
| 159 | </div> |
| 160 | <div class="form-row"> |
| 161 | <label for="node-dialog-library-save-filename"><i class="fa fa-file"></i> Filename</label> |
| 162 | <input type="text" id="node-dialog-library-save-filename" placeholder="Filename"> |
| 163 | </div> |
| 164 | </form> |
| 165 | </div> |
| 166 | |
| 167 | <div id="node-dialog-library-lookup" class="hide"> |
| 168 | <form class="form-horizontal"> |
| 169 | <div class="form-row"> |
| 170 | <ul id="node-dialog-library-breadcrumbs" class="breadcrumb"> |
| 171 | <li class="active"><a href="#">Library</a></li> |
| 172 | </ul> |
| 173 | </div> |
| 174 | <div class="form-row"> |
| 175 | <div style="vertical-align: top; display: inline-block; height: 100%; width: 30%; padding-right: 20px;"> |
| 176 | <div id="node-select-library" style="border: 1px solid #999; width: 100%; height: 100%; overflow:scroll;"><ul></ul></div> |
| 177 | </div> |
| 178 | <div style="vertical-align: top; display: inline-block;width: 65%; height: 100%;"> |
| 179 | <div style="height: 100%; width: 95%;" class="node-text-editor" id="node-select-library-text" ></div> |
| 180 | </div> |
| 181 | </div> |
| 182 | </form> |
| 183 | </div> |
| 184 | <div id="node-dialog-rename-workspace" class="hide"> |
| 185 | <form class="form-horizontal"> |
| 186 | <div class="form-row"> |
| 187 | <label for="node-input-workspace-name" ><i class="fa fa-tag"></i> Name:</label> |
| 188 | <input type="text" id="node-input-workspace-name"> |
| 189 | </div> |
| 190 | </form> |
| 191 | </div> |
| 192 | <div id="node-dialog-delete-workspace" class="hide"> |
| 193 | <form class="form-horizontal"> |
| 194 | <div style="text-align: center; padding-top: 30px;"> |
| 195 | Are you sure you want to delete '<span id="node-dialog-delete-workspace-name"></span>'? |
| 196 | </div> |
| 197 | </form> |
| 198 | </div> |
| 199 | |
| 200 | <script type="text/x-red" data-template-name="export-clipboard-dialog"> |
| 201 | <div class="form-row"> |
| 202 | <label for="node-input-export" style="display: block; width:100%;"><i class="fa fa-clipboard"></i> Nodes:</label> |
| 203 | <textarea readonly style="font-family: monospace; font-size: 12px; background:rgb(226, 229, 255); padding-left: 0.5em;" class="input-block-level" id="node-input-export" rows="5"></textarea> |
| 204 | </div> |
| 205 | <div class="form-tips"> |
| 206 | Select the text above and copy to the clipboard with Ctrl-A Ctrl-C. |
| 207 | </div> |
| 208 | </script> |
| 209 | <script type="text/x-red" data-template-name="export-library-dialog"> |
| 210 | <div class="form-row"> |
| 211 | <label for="node-input-filename" ><i class="fa fa-file"></i> Filename:</label> |
| 212 | <input type="text" id="node-input-filename" placeholder="Filename"> |
| 213 | </div> |
| 214 | </script> |
| 215 | <script type="text/x-red" data-template-name="import-dialog"> |
| 216 | <div class="form-row"> |
| 217 | <label for="node-input-import"><i class="fa fa-clipboard"></i> Nodes:</label> |
| 218 | <textarea style="font-family: monospace; font-size: 12px; background:rgb(226, 229, 255); padding-left: 0.5em;" class="input-block-level" id="node-input-import" rows="5" placeholder="Paste nodes here"></textarea> |
| 219 | </div> |
| 220 | </script> |
| 221 | |
| 222 | <script src="jquery/js/jquery-1.11.1.min.js"></script> |
| 223 | <script src="bootstrap/js/bootstrap.min.js"></script> |
| 224 | <script src="jquery/js/jquery-ui-1.10.3.custom.min.js"></script> |
| 225 | <script src="jquery/js/jquery.ui.touch-punch.min.js"></script> |
| 226 | <script src="orion/built-editor.min.js"></script> |
| 227 | <script src="d3.v3.min.js"></script> |
| 228 | <script src="red/main.js"></script> |
| 229 | <script src="red/comms.js"></script> |
| 230 | <script src="red/ui/state.js"></script> |
| 231 | <script src="red/nodes.js"></script> |
| 232 | <script src="red/history.js"></script> |
| 233 | <script src="red/validators.js"></script> |
| 234 | <script src="red/ui/menu.js"></script> |
| 235 | <script src="red/ui/keyboard.js"></script> |
| 236 | <script src="red/ui/tabs.js"></script> |
| 237 | <script src="red/ui/view.js"></script> |
| 238 | <script src="red/ui/sidebar.js"></script> |
| 239 | <script src="red/ui/palette.js"></script> |
| 240 | <script src="red/ui/tab-info.js"></script> |
| 241 | <script src="red/ui/tab-config.js"></script> |
| 242 | <script src="red/ui/editor.js"></script> |
| 243 | <script src="red/ui/library.js"></script> |
| 244 | <script src="red/ui/notifications.js"></script> |
| 245 | <script src="red/ui/touch/radialMenu.js"></script> |
| 246 | </body> |
| 247 | </html> |