|
|
@@ -1,43 +0,0 @@
|
|
|
-<html>
|
|
|
- <head>
|
|
|
- <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
|
|
|
- <link href="style.css" rel="stylesheet"/>
|
|
|
- <link href="emojione.sprites.css" rel="stylesheet"/>
|
|
|
- <link href="favicon_err.png" type="image/png" rel="icon" id="linkFavicon" />
|
|
|
- </head>
|
|
|
- <body>
|
|
|
- <aside class="slack-context" id="slackCtx">
|
|
|
- <nav class="slack-context-menu"></nav>
|
|
|
- <div class="slack-context-rooms" id="chatList">
|
|
|
- <ul class="slack-context-channellist" id="chanList"></ul>
|
|
|
- <div class="slack-context-imlist"></div>
|
|
|
- </div>
|
|
|
- <div class="slack-context-roominfo hidden"></div>
|
|
|
- </aside>
|
|
|
- <div class="slack-chat-container">
|
|
|
- <div class="slack-chat-title" id="currentRoomTitle"></div>
|
|
|
- <div class="slack-chat-content" id="chatWindow"></div>
|
|
|
- <ul class="slack-chat-whoistyping" id="whoistyping"></ul>
|
|
|
- <div class="slack-chat-control">
|
|
|
- <div id="replyToContainer" class="replyto-container"></div>
|
|
|
- <ul id="slashList" class="slack-command-list"></ul>
|
|
|
- <form id="msgForm" class="msgform">
|
|
|
- <input type="text" id="msgInput" class="msgform-input" autocomplete="off" />
|
|
|
- <a id="emojiButton" class="button"/></a>
|
|
|
- <a id="attachFile" href="#!" class="button"><img src="paperclip.svg" alt="Send file" class="attach-file-icon" /></a>
|
|
|
- <input type="submit" class="button" value=">" />
|
|
|
- </form>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="hidden file-upload-container" id="fileUploadContainer"><form id="fileUploadForm" enctype="multipart/form-data">
|
|
|
- <input type="file" id="fileUploadInput" />
|
|
|
- <div id="fileUploadError" class="file-upload-error hidden"></div>
|
|
|
- <a id="fileUploadCancel" class="button"/></a>
|
|
|
- <input type="submit" class="button"/>
|
|
|
- </form></div>
|
|
|
- <div class="error" id="neterror"></div>
|
|
|
- <script src="emojione.sprites.js"></script>
|
|
|
- <script src="openpgp.min.js"></script>
|
|
|
- <script src="slack.min.js"></script>
|
|
|
- </body>
|
|
|
-</html>
|