contact.html 8.62 KB
Newer Older
藤川諒 committed
1 2 3 4 5 6 7
<!doctype html>
<html lang="en">
<head>
  <!-- Required meta tags -->
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1, user-scalable=0">
  <title>LiveTaskyell</title>
8
  <link rel="stylesheet" href="./css/notosansjp.css">
藤川諒 committed
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
  <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>
<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
25
            <a href="#" class="home_btn"><span>ホーム</span></a>
藤川諒 committed
26 27 28 29 30
          </div>
        </div>
      </div>
      <div class="col-4 p-0">
        <div class="nav-item p-0">
31
          <h1 class="nav-ttl" id="title" >コンタクト</h1>
藤川諒 committed
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
        </div>
      </div>
      <div class="col-4 pl-0">
        <div class="nav-item">
        </div>
      </div>
    </div>
  </nav><!-- nav -->

  <!-- コンテンツ -->
  <main id="contact">
    <!-- ユーザー検索 -->
    <div class="search_form">
      <form>
        <input type="search" name="search" placeholder="ユーザー検索">
        <span class="src_icon"></span>
        <a href="#" class="cancel none">キャンセル</a>
      </form>
    </div>
Lee Munkyeong committed
51
    <div class="content chat_list">
52 53
      <ul class="p-0 chat_make_room_list">
        <li class="d-flex align-items-center">
54
          <a href="#" style="width: 100%;">
55 56
            <div class="chat_item d-flex flex-row align-items-center">
              <div class="chat_item_l">
57
                <div class="thumbnail">
Lee Munkyeong committed
58
                  <div class="img_wrap"><img id="myImg" src="img/noImage.png" onError="this.src='./img/noImage.png'" /></div>
59 60 61 62 63 64 65 66 67 68 69 70 71 72
                </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
73
    <!-- タブ -->
Lee Munkyeong committed
74 75


藤川諒 committed
76
    <div class="content tabs">
Lee Munkyeong committed
77 78 79 80
      <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>
藤川諒 committed
81
      <div class="tab_content" id="tab1_content">
Lee Munkyeong committed
82
        <div class="chat_list" id="myContactList">
藤川諒 committed
83 84
          <!-- お気に入りグループ -->
          <div class="category"><div class="category_name"><span>お気に入り</span></div></div>
Lee Munkyeong committed
85 86 87

          <div id="favoriteList"></div>
          <div id="myGroupList"></div>
藤川諒 committed
88 89 90
        </div>
      </div>
      <div class="tab_content" id="tab2_content">
Lee Munkyeong committed
91
        <div class="breadcrumb" id="groupPathArea"></div>
藤川諒 committed
92 93 94
        <div class="chat_list">
          <!-- 全グループ -->
          <ul class="p-0 chat_make_room_list">
95
            <li class="d-flex align-items-center" id="rootGroupArea">
Lee Munkyeong committed
96
              <a href="#" class="w-100" id="rootGroupBtn">
藤川諒 committed
97 98
                <div class="chat_item d-flex flex-row align-items-center">
                  <div class="chat_item_l">
99
                    <div class="thumbnail">
藤川諒 committed
100 101 102 103 104 105 106 107 108 109 110 111 112
                      <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>
113
            <li class="d-flex align-items-center" id="parentGroupArea">
Lee Munkyeong committed
114
              <a href="#" class="w-100" id="parentGroupBtn">
藤川諒 committed
115 116
                <div class="chat_item d-flex flex-row align-items-center">
                  <div class="chat_item_l">
117
                    <div class="thumbnail">
藤川諒 committed
118 119 120 121 122 123
                      <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
124
                        <span class="chat_item_ttl">上位グループに戻る</span>
藤川諒 committed
125 126 127 128 129 130
                      </div>
                    </div>
                  </div>
                </div>
              </a>
            </li>
Lee Munkyeong committed
131
            <div id="childGroupListArea">
藤川諒 committed
132 133 134 135
            <li class="d-flex align-items-center">
              <a href="chat_room.html" class="w-100">
                <div class="chat_item d-flex flex-row align-items-center">
                  <div class="chat_item_l">
136
                    <div class="thumbnail">
藤川諒 committed
137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
                      <img src="icon/icon_folder.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>
              <div class="chat_item_r">
                <div class="d-flex flex-column">
                  <span class="star disable"></span>
                </div>
              </div>
            </li>
Lee Munkyeong committed
155
            </div>
Lee Munkyeong committed
156
            <div id="userInGroupList"></div>
藤川諒 committed
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194
          </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>

  <!-- ローディング -->
195 196 197 198 199 200 201 202 203 204 205 206
  <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
207
  <script src="./js/loading.js"></script>
208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227
  <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;
228
    $("#loadingArea").load("./loading.html");
229 230
    android.getLoginParameter();
    android.getGlobalParameter();
藤川諒 committed
231

232 233 234 235 236 237 238 239 240
    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
241 242
</body>
</html>