contact.html 7.94 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 17 18 19
  <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/chat.css">
  <link rel="stylesheet" href="./css/contact.css">
  <link rel="stylesheet" href="./css/loading.css">
  <link rel="stylesheet" href="./css/footer.css">
  <link rel="stylesheet" href="./css/font-awesome.css">
</head>
Kim Peace committed
20

藤川諒 committed
21 22 23 24 25 26 27
<body>
  <!-- ナビメニュー -->
  <nav>
    <div class="row h-100 align-items-center">
      <div class="col-4 pr-0">
        <div class="nav-item">
          <div class="nav_prev">
Lee Munkyeong committed
28
            <a href="#" class="home_btn"><span>ホーム</span></a>
藤川諒 committed
29 30 31 32 33
          </div>
        </div>
      </div>
      <div class="col-4 p-0">
        <div class="nav-item p-0">
34
          <h1 class="nav-ttl" id="title" >コンタクト</h1>
藤川諒 committed
35 36 37 38 39 40 41 42 43 44 45 46 47
        </div>
      </div>
      <div class="col-4 pl-0">
        <div class="nav-item">
        </div>
      </div>
    </div>
  </nav><!-- nav -->

  <!-- コンテンツ -->
  <main id="contact">
    <!-- ユーザー検索 -->
    <div class="search_form">
Lee Munkyeong committed
48
        <input type="search" name="search" id="contactSearch" placeholder="ユーザー検索">
藤川諒 committed
49 50 51
        <span class="src_icon"></span>
        <a href="#" class="cancel none">キャンセル</a>
    </div>
Lee Munkyeong committed
52

藤川諒 committed
53
    <div class="content tabs">
Lee Munkyeong committed
54 55 56 57
      <input id="tabMyGroup" type="radio" name="tab_item" checked>
      <label class="tab_item" for="tabMyGroup">マイグループ</label>
      <input id="tabAllGroup" type="radio" name="tab_item">
      <label class="tab_item" for="tabAllGroup">全グループ</label>
58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82

      <div class="content chat_list my_info_sell">
        <ul class="p-0 chat_make_room_list">
          <li class="d-flex align-items-center">
            <a href="#" style="width: 100%;">
              <div class="chat_item d-flex flex-row align-items-center">
                <div class="chat_item_l">
                  <div class="thumbnail">
                    <div class="img_wrap"><img id="myImg" src="img/noImage.png" onError="this.src='./img/noImage.png'" /></div>
                  </div>
                </div>
                <div class="chat_item_m px-0">
                  <div class="d-flex flex-column">
                    <div class="chat_item_t">
                      <span class="chat_item_ttl" id="myName"></span>
                    </div>
                  </div>
                </div>
              </div>
            </a>
          </li>
        </ul>
      </div>

      <!-- タブ -->
藤川諒 committed
83
      <div class="tab_content" id="tab1_content">
Lee Munkyeong committed
84
        <div class="chat_list" id="myContactList">
藤川諒 committed
85 86
          <!-- お気に入りグループ -->
          <div class="category"><div class="category_name"><span>お気に入り</span></div></div>
Lee Munkyeong committed
87 88 89

          <div id="favoriteList"></div>
          <div id="myGroupList"></div>
藤川諒 committed
90 91 92
        </div>
      </div>
      <div class="tab_content" id="tab2_content">
Lee Munkyeong committed
93
        <div class="breadcrumb" id="groupPathArea"></div>
藤川諒 committed
94 95 96
        <div class="chat_list">
          <!-- 全グループ -->
          <ul class="p-0 chat_make_room_list">
97
            <li class="d-flex align-items-center" id="rootGroupArea">
Lee Munkyeong committed
98
              <a href="#" class="w-100" id="rootGroupBtn">
藤川諒 committed
99 100
                <div class="chat_item d-flex flex-row align-items-center">
                  <div class="chat_item_l">
101
                    <div class="thumbnail">
藤川諒 committed
102 103 104 105 106 107 108 109 110 111 112 113 114
                      <img src="icon/icon_prev_top.png" alt="トップグループに戻る" />
                    </div>
                  </div>
                  <div class="chat_item_m px-0">
                    <div class="d-flex flex-column">
                      <div class="chat_item_t">
                        <span class="chat_item_ttl">トップグループに戻る</span>
                      </div>
                    </div>
                  </div>
                </div>
              </a>
            </li>
115
            <li class="d-flex align-items-center" id="parentGroupArea">
Lee Munkyeong committed
116
              <a href="#" class="w-100" id="parentGroupBtn">
藤川諒 committed
117 118
                <div class="chat_item d-flex flex-row align-items-center">
                  <div class="chat_item_l">
119
                    <div class="thumbnail">
藤川諒 committed
120 121 122 123 124 125
                      <img src="icon/icon_prev.png" alt="上位グループに戻る" />
                    </div>
                  </div>
                  <div class="chat_item_m px-0">
                    <div class="d-flex flex-column">
                      <div class="chat_item_t">
Lee Munkyeong committed
126
                        <span class="chat_item_ttl">上位グループに戻る</span>
藤川諒 committed
127 128 129 130 131 132
                      </div>
                    </div>
                  </div>
                </div>
              </a>
            </li>
133
            <div id="childGroupListArea"></div>
Lee Munkyeong committed
134
            <div id="userInGroupList"></div>
藤川諒 committed
135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
          </ul>
        </div>
      </div>
    </div>
    <!-- オーバーレイ -->
    <div class="chat_list">
      <ul class="overlay_src_msg">
      </ul>
    </div>
  </main>

  <!-- フッター -->
  <footer>
    <div class="footer-wrap">
      <div class="d-flex justify-content-around h-100">
        <div class="footer_item">
          <a href="contact.html">
            <img src="icon/icon_contact.png" alt="コンタクト">
            <p class="active">コンタクト</p>
          </a>
        </div>
        <div class="footer_item">
          <a href="chat.html">
            <img src="icon/icon_chat_gray.png" alt="チャット">
            <p>チャット</p>
          </a>
        </div>
        <div class="footer_item">
          <a href="archive.html">
            <img src="icon/icon_archive_gray.png" alt="アーカイブ">
            <p>アーカイブ</p>
          </a>
        </div>
      </div>
    </div>
  </footer>

  <!-- ローディング -->
173 174 175 176 177 178 179 180 181 182 183 184
  <div id="loadingArea"></div>
  <div id="myProfileModal"></div>
  <div id="userProfileModal"></div>
  <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/contact.js"></script>
  <script src="./js/common.js"></script>
Lee Munkyeong committed
185
  <script src="./js/loading.js"></script>
186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205
  <script src="./js/language.js"></script>
  <script src="./js/language_ko.js" charset="UTF-8"></script>
  <script src="./js/language_ja.js" charset="UTF-8"></script>
  <script src="./js/language_en.js" charset="UTF-8"></script>
  <script src="./js/constant.js"></script>
  <script src="./js/chat.js"></script>
  <script src="./js/chat-ui.js"></script>
  <script src="./js/chat-util.js"></script>
  <script src="./js/chat-db.js"></script>
  <script>
    String.prototype.replaceAll = function(org, dest) {
      return this.split(org).join(dest);
    }

    let CHAT_SERVER_URL = '';
    let CMS_SERVER_URL = '';
    let ASSET_PATH = './';
    let PLATFORM = '';
    let IS_MOBILE = true;
    let IS_ONLINE = false;
206
    $("#loadingArea").load("./loading.html");
207 208 209
    if (typeof(android) != "undefined") {
      android.getLoginParameter();
      android.getGlobalParameter();
Takatoshi Miura committed
210
    } else {
211 212 213
      webkit.messageHandlers.loginInfoRequestMessageHandlerId.postMessage({});
      webkit.messageHandlers.getGlobalParameter.postMessage({});
    }
214 215 216 217 218 219 220 221 222
    function getGlobalParam(chatServerUrl, cmsServerUrl, platform, isMobile, isOnline) {
      CHAT_SERVER_URL = chatServerUrl;
      CMS_SERVER_URL = cmsServerUrl;
      PLATFORM = platform;
      IS_MOBILE = isMobile;
      IS_ONLINE = isOnline;
      CHAT_UI.refreshContactScreen();
    };
  </script>
藤川諒 committed
223
</body>
Kim Peace committed
224 225

</html>