collaboration_picture.html 7.18 KB
Newer Older
藤川諒 committed
1 2
<!doctype html>
<html lang="en">
Kim Peace committed
3

藤川諒 committed
4 5 6
<head>
  <!-- Required meta tags -->
  <meta charset="utf-8">
Kim Peace committed
7 8
  <meta name="viewport"
    content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1, user-scalable=0">
藤川諒 committed
9
  <title>LiveTaskyell</title>
10
  <link rel="stylesheet" href="./css/notosansjp.css">
藤川諒 committed
11 12 13 14 15 16
  <link href="./fontawesome/css/all.css" rel="stylesheet">
  <link rel="stylesheet" href="./css/bootstrap.min.css">
  <link rel="stylesheet" href="./css/common.css">
  <link rel="stylesheet" href="./css/collaboration.css">
  <link rel="stylesheet" href="./css/footer.css">
  <link rel="stylesheet" href="./css/font-awesome.css">
Lee Munkyeong committed
17
  <link rel="stylesheet" href="./css/share.css">
18

藤川諒 committed
19
</head>
Kim Peace committed
20

藤川諒 committed
21 22 23 24 25 26 27 28 29
<body>
  <!-- ナビメニュー -->
  <header id="collabo_header">
    <div class="d-flex align-items-center h-100">
      <div class="collabo_nav_l text-left w-100">
      </div>
      <div class="collabo_nav_r">
        <div class="text-right d-flex align-items-center">
          <button type="button" name="button" class="btn user_btn"></button>
30
          <button type="button" name="button" class="btn menu_btn"></button>
31
          <button type="button" name="button" class="btn add_user_btn none"></button>
32
          <!-- <button type="button" name="button" class="btn exit_btn" onclick="CoviewBridge.exitCollaboration();"></button> -->
藤川諒 committed
33 34 35 36 37
        </div>
      </div>
    </div>
  </header><!-- header -->

38 39
  <!-- 拡大縮小機能 -->
  <div id="zoom"></div>
藤川諒 committed
40
  <!-- コンテンツ -->
Lee Munkyeong committed
41
  <main id="collabo_main" class="none">
藤川諒 committed
42
    <div class="document_wrap">
Lee Munkyeong committed
43 44
      <div class="coview_share_body coview_share_area" id="coviewShare" style="z-index: 1;">
      </div>
藤川諒 committed
45 46 47 48
    </div>
  </main>

  <!-- ユーザー追加オーバーレイ -->
49
  <div id="add_user_list"></div>
Kim Peace committed
50
  <div id="modal_add_user_confirm"></div>
藤川諒 committed
51 52

  <!-- オーバーレイ メニュー -->
53
  <div id="collaboration_picture_overlay_menu"></div>
藤川諒 committed
54 55
  <!-- オーバーレイ ユーザーリスト -->
  <div id="overlay_user_list" class="overlay noscroll">
56
    <div id="collaboration_overlay_user_list"></div>
藤川諒 committed
57 58
  </div>

59 60
  <!-- キャプチャ モーダル -->
  <div id="modal_collabo_capture"></div>
藤川諒 committed
61
  <!-- プロフィールモーダル -->
62
  <div id="userProfileModalInCollaboration"></div>
Lee Munkyeong committed
63
  <div id="modal_collabo_profile2"></div>
64 65 66 67 68 69 70 71 72 73
  <!-- ホスト変更モーダル -->
  <div id="modal_collabo_change_host"></div>
  <!-- ホストリクエストモーダル -->
  <div id="modal_collabo_host_request"></div>

  <!-- フッター -->
  <footer id="collabo_footer_menu" class="active">
    <button type="button" name="button" class="footer_menu_btn"></button>
    <div class="footer_menu-wrap d-flex justify-content-around h-100">
      <div class="d-flex align-items-center h-100">
74
        <div class="footer_menu_item photo_select_button host_contents">
75
          <a href="#">
76
            <div class="img_wrap bg_blue" id="photo_open_place_holder">
藤川諒 committed
77
              <img src="icon/icon_collabo_picture.svg" alt="写真">
78 79 80
            </div>
          </a>
        </div>
81 82 83
        <div class="footer_menu_item">
          <a href="#">
            <div class="img_wrap bg_red" id="penBtn">
藤川諒 committed
84
              <img src="icon/icon_collabo_pen_white.svg" alt="ペン">
85 86 87 88 89 90
            </div>
          </a>
        </div>
        <div class="footer_menu_item none">
          <a href="#">
            <div class="img_wrap bg_blue">
藤川諒 committed
91
              <img src="icon/icon_collabo_place_white.svg" alt="場所">
92 93 94 95 96 97
            </div>
          </a>
        </div>
        <div class="footer_menu_item">
          <a href="#">
            <div class="img_wrap bg_blue" id="eraserBtn">
藤川諒 committed
98
              <img src="icon/icon_collabo_delete_white.svg" alt="削除">
99 100 101 102 103 104 105 106
            </div>
          </a>
        </div>
      </div>
      <div class="d-flex align-items-center h-100 none">
        <div class="footer_menu_item">
          <a href="#">
            <div class="img_wrap bg_gray">
藤川諒 committed
107
              <img src="icon/icon_collabo_rewind_white.svg" alt="戻る">
108 109 110 111 112 113
            </div>
          </a>
        </div>
        <div class="footer_menu_item">
          <a href="#">
            <div class="img_wrap bg_gray">
藤川諒 committed
114
              <img src="icon/icon_collabo_forward_white.svg" alt="進む">
115 116 117 118 119 120 121 122
            </div>
          </a>
        </div>
      </div>
    </div>
  </footer>
  <!-- フッター -->
  <div id="footer_collabo"></div>
Lee Munkyeong committed
123

124 125 126 127 128 129 130 131 132 133
  <!-- Library -->
  <script src="./js/libs/jquery-3.3.1.min.js"></script>
  <script src="./js/libs/moment.js"></script>
  <script src="./js/libs/locale/ko.js" charset="UTF-8"></script>
  <script src="./js/libs/locale/ja.js" charset="UTF-8"></script>
  <script src="./js/libs/mustache.min.js"></script>
  <script src="./js/libs/bootstrap.min.js"></script>
  <script src="./js/libs/jquery.mark.min.js"></script>
  <script src="./js/libs/socket.io.js"></script>
  <!-- Language -->
134 135 136 137
  <script src="./js/languages/language.js"></script>
  <script src="./js/languages/language_ko.js" charset="UTF-8"></script>
  <script src="./js/languages/language_ja.js" charset="UTF-8"></script>
  <script src="./js/languages/language_en.js" charset="UTF-8"></script>
138
  <!-- Common -->
139
  <script src="./js/common/constant.js"></script>
140 141
  <script src="./js/common/native-bridge-delegate.js"></script>
  <script src="./js/common/native-bridge-datasource.js"></script>
142
  <script src="./js/common/common.js"></script>
Kim Peace committed
143
  <script src="./js/utils/chat-util.js"></script>
Kim Peace committed
144 145 146 147
  <!-- Models -->
  <script src="./js/Models/deviceinfo.js"></script>
  <script src="./js/Models/serverinfo.js"></script>
  <script src="./js/Models/userinfo.js"></script>
148 149
  <script src="./js/Models/roominfo.js"></script>
  <script src="./js/Models/socket-joininfo.js"></script>
150
  <!-- Socket -->
151 152
  <script src="./js/sockets/chat-websocket.js"></script>
  <script src="./js/sockets/chat-websocket-message.js"></script>
Kim Peace committed
153
  <!-- View -->
154 155
  <script src="./js/views/chats/management/chat-management-common.js"></script>
  <script src="./js/views/collaboration/collaboration.js"></script>
Kim Peace committed
156
  <script src="./js/views/collaboration/collaboration-add-user.js"></script>
Lee Munkyeong committed
157
  <script src="https://biztaskyell.abookcloud.com/coview_api.js"></script>
158
  <script src="./js/views/collaboration/share.js"></script>
Kim Peace committed
159 160
  <script src="./js/views/collaboration/fermi-web-socket-message-handler.js"></script>
  <script src="./js/views/collaboration/fermi-web-socket-bridge.js"></script>
Kim Peace committed
161 162
  <script src="./js/views/collaboration/share-bind-button-action.js"></script>
  <script src="./js/views/collaboration/share-event-listener.js"></script>
163
  <script src="./js/views/contact/namecard.js"></script>
Kim Peace committed
164

Lee Munkyeong committed
165
  <script>
166 167 168 169
    $("#footer_collabo").load("./footer_collabo.html");
    $("#modal_collabo_host_request").load("./modal_collabo_host_request.html");
    $("#modal_collabo_change_host").load("./modal_collabo_change_host.html");
    $("#modal_collabo_capture").load("./modal_collabo_capture.html");
170 171
    $("#modal_collabo_profile2").load("./modal_collabo_profile2.html");
    $("#collaboration_picture_overlay_menu").load("./collaboration_picture_overlay_menu.html");
172
    $("#add_user_list").load("./modal_add_user_list.html");
173
    $("#zoom").load("./zoom.html");
Lee Munkyeong committed
174

175 176
    globalUserInfo.collaborationType = COLLABORATION_TYPE.CAMERA;
    if (globalUserInfo.joinType != COLLABORATION_JOIN_TYPE.INVITED) {
177 178
      CHAT_SOCKET.initialJoin();
    }
Lee Munkyeong committed
179
  </script>
藤川諒 committed
180
</body>
Kim Peace committed
181 182

</html>