footer_collabo.html 3.04 KB
Newer Older
藤川諒 committed
1 2 3
<footer id="collabo_footer">
  <div class="footer-wrap">
    <div class="d-flex justify-content-around h-100">
藤川諒 committed
4 5 6 7 8
      <div class="footer_item mx-md-3 photo_select_button collaboration_contents picture_contents">
        <a href="javascript:photo_open_place_holderToggle();">
          <div class="d-flex flex-column justify-content-center" id="photo_open_place_holder">
            <div class="t-icon picture my-0"></div>
            <span class="text-white txt">ピクチャ</span>
藤川諒 committed
9 10 11
          </div>
        </a>
      </div>
藤川諒 committed
12
      <div class="footer_item mx-md-3 collaboration_contents picture_contents video_contents document_contents board_contents">
藤川諒 committed
13 14 15 16 17 18 19
        <a href="javascript:penToggle();">
          <div class="d-flex flex-column justify-content-center" id="penBtn">
            <div class="t-icon pen disable my-0"></div>
            <span class="text-white txt">ペン</span>
          </div>
        </a>
      </div>
藤川諒 committed
20
      <div class="footer_item mx-md-3 collaboration_contents picture_contents video_contents document_contents board_contents">
藤川諒 committed
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
        <a href="javascript:eraserToggle();">
          <div class="d-flex flex-column justify-content-center" id="eraserBtn">
            <div class="t-icon delete my-0"></div>
            <span class="text-white txt">削除</span>
          </div>
        </a>
      </div>
      <div class="footer_item mx-md-3 collaboration_contents video_contents_host">
        <a href="javascript:captureToggle();">
          <div class="d-flex flex-column justify-content-center" id="captureBtn">
            <div class="t-icon capture my-0"></div>
            <span class="text-white txt">キャプチャ</span>
          </div>
        </a>
      </div>
      <div class="footer_item mx-md-3 collaboration_contents video_contents_user">
        <a href="javascript:captureRequestToggle();">
          <div class="d-flex flex-column justify-content-center" id="captureRequestBtn">
            <div class="t-icon capture my-0"></div>
            <span class="text-white txt">キャプチャリクエスト</span>
          </div>
        </a>
      </div>
      <div class="footer_item mx-md-3">
45
        <a href="javascript:micTogle();">
藤川諒 committed
46 47 48
          <div class="d-flex flex-column justify-content-center" id="micBtn">
            <div class="t-icon voice my-0"></div>
            <span class="text-white txt">マイク</span>
藤川諒 committed
49 50 51
          </div>
        </a>
      </div>
藤川諒 committed
52
      <div class="footer_item mx-md-3 none host_contents">
53
        <a href="javascript:recordTogle();">
藤川諒 committed
54 55 56 57
          <div class="d-flex flex-column justify-content-center" id="recordBtn">
            <div class="t-icon record my-0"></div>
            <span class="text-white txt">録音</span>
            <div class="flash-txt"><p>録音を開始しました</p></div>
藤川諒 committed
58 59 60
          </div>
        </a>
      </div>
藤川諒 committed
61
      <div class="footer_item mx-md-3">
Lee Munkyeong committed
62
        <a href="javascript:Coview_exitCollaboration(isDocument);">
藤川諒 committed
63
          <div class="img_wrap bg_red mx-1">
藤川諒 committed
64
            <img src="icon/icon_close_white.png" alt="閉じる">
藤川諒 committed
65 66 67 68 69
          </div>
        </a>
      </div>
    </div>
  </div>
Kim Peace committed
70
</footer>