summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/webapp/main.html')
-rw-r--r--remoting/webapp/main.html111
1 files changed, 53 insertions, 58 deletions
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
index c709efb..74fb645 100644
--- a/remoting/webapp/main.html
+++ b/remoting/webapp/main.html
@@ -197,75 +197,70 @@ found in the LICENSE file.
</form>
</div>
- <div id="host-dialog-and-nat" data-ui-mode="home.host" hidden>
-
- <div id="host-dialog" class="kd-modaldialog visible">
-
- <div data-ui-mode="home.host.waiting-for-code" class="message"
- i18n-content="MESSAGE_GENERATING">
- </div> <!-- host.waiting-for-code -->
-
- <div data-ui-mode="home.host.waiting-for-connection">
- <div i18n-content="INSTRUCTIONS_SHARE_ABOVE"></div>
- <div id="access-code-display" dir="ltr" class="selectable"></div>
- <div id="access-code-countdown-container">
- <div id="access-code-countdown" class="expiring" hidden>
- <span id="seconds-remaining"
- i18n-content="ACCESS_CODE_TIMER"></span>
- </div>
+ <div id="host-dialog" class="kd-modaldialog visible">
+
+ <div data-ui-mode="home.host.waiting-for-code" class="message"
+ i18n-content="MESSAGE_GENERATING">
+ </div> <!-- host.waiting-for-code -->
+
+ <div data-ui-mode="home.host.waiting-for-connection">
+ <div i18n-content="INSTRUCTIONS_SHARE_ABOVE"></div>
+ <div id="access-code-display" dir="ltr" class="selectable"></div>
+ <div id="access-code-countdown-container">
+ <div id="access-code-countdown" class="expiring" hidden>
+ <span id="seconds-remaining"
+ i18n-content="ACCESS_CODE_TIMER"></span>
</div>
- <div i18n-content="INSTRUCTIONS_SHARE_BELOW"></div>
- </div> <!-- host.waiting-for-connection -->
-
- <div data-ui-mode="home.host.shared">
- <div id="host-shared-message" class="message"
- i18n-content="MESSAGE_SHARED"></div>
- <div class="centered-button">
- <button id="stop-sharing-button"
- type="button"
- class="kd-button"
- i18n-content="STOP_SHARING_BUTTON">
- </button>
- </div>
- </div> <!-- host.shared -->
-
- <div data-ui-mode="home.host.share-failed" class="message">
- <span id="host-plugin-error" class="error-state"></span>
- </div> <!-- host.share-failed -->
-
- <div data-ui-mode="home.host.share-finished" class="message"
- i18n-content="MESSAGE_SESSION_FINISHED">
- </div> <!-- host.share-finished -->
-
- <div class="centered-button"
- data-ui-mode="home.host.share-failed home.host.share-finished">
- <button id="host-finished-button"
+ </div>
+ <div i18n-content="INSTRUCTIONS_SHARE_BELOW"></div>
+ </div> <!-- host.waiting-for-connection -->
+
+ <div data-ui-mode="home.host.shared">
+ <div id="host-shared-message" class="message"
+ i18n-content="MESSAGE_SHARED"></div>
+ <div class="centered-button">
+ <button id="stop-sharing-button"
type="button"
class="kd-button"
- autofocus="autofocus"
- i18n-content="OK">
+ i18n-content="STOP_SHARING_BUTTON">
</button>
</div>
+ </div> <!-- host.shared -->
- <div data-ui-mode="home.host.waiting-for-connection home.host.waiting-for-code"
- class="waiting-container">
- <span class="waiting" i18n-content="FOOTER_WAITING"></span>
- <button id="cancel-share-button"
- class="kd-button"
- i18n-content="CANCEL">
- </button>
- </div>
+ <div data-ui-mode="home.host.share-failed" class="message">
+ <span id="host-plugin-error" class="error-state"></span>
+ </div> <!-- host.share-failed -->
- <div id="host-plugin-container"></div>
+ <div data-ui-mode="home.host.share-finished" class="message"
+ i18n-content="MESSAGE_SESSION_FINISHED">
+ </div> <!-- host.share-finished -->
+ <div class="centered-button"
+ data-ui-mode="home.host.share-failed home.host.share-finished">
+ <button id="host-finished-button"
+ type="button"
+ class="kd-button"
+ autofocus="autofocus"
+ i18n-content="OK">
+ </button>
</div>
- <div id="nat-box-container"
+ <div id="nat-box"
class="information-box"
- data-ui-mode="home.host.waiting-for-code home.host.waiting-for-connection"
- i18n-content="WARNING_NAT_DISABLED"
- hidden>
- </div> <!-- nat-box-container -->
+ data-ui-mode="home.host.waiting-for-connection"
+ i18n-content="WARNING_NAT_DISABLED">
+ </div> <!-- nat-box -->
+
+ <div data-ui-mode="home.host.waiting-for-connection home.host.waiting-for-code"
+ class="waiting-container">
+ <span class="waiting" i18n-content="FOOTER_WAITING"></span>
+ <button id="cancel-share-button"
+ class="kd-button"
+ i18n-content="CANCEL">
+ </button>
+ </div>
+
+ <div id="host-plugin-container"></div>
</div> <!-- host dialog -->