审查视图

clinical/trials.html 15.5 KB
朱振飞 authored
1 2 3 4
<!DOCTYPE html>
<html lang="en">

<head>
1  
王毅 authored
5 6 7 8 9 10 11
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge" />
    <link rel="stylesheet" href="../css/bootstrap.min.css" />
    <link rel="stylesheet" href="../css/swiper-3.4.2.min.css" />
    <link rel="stylesheet" href="../css/base.css" />
    <link rel="stylesheet" href="../css/index.css" />
朱振飞 authored
12 13
    <title>Tianjin Medical University Cancer Institute & Hospital</title>
    <style>
1  
王毅 authored
14 15 16
        .left_ship_box {
            width: 330px;
        }
朱振飞 authored
17
1  
王毅 authored
18 19 20 21 22
        .header-title-right {
            width: 300px;
            margin-bottom: 80px;
            margin: 0 auto;
        }
朱振飞 authored
23
1  
王毅 authored
24 25 26 27
        .header-title-right h3 {
            color: #00a16c;
            font-size: 21px;
        }
朱振飞 authored
28
1  
王毅 authored
29 30 31 32 33 34
        .content-word-left {
            margin-top: 60px;
            border-right: 1px solid #666;
            width: 300px;
            flex: unset;
        }
朱振飞 authored
35
1  
王毅 authored
36 37 38 39 40
        .content-word-left h4 {
            line-height: 2.5;
            cursor: pointer;
            font-weight: bold;
        }
朱振飞 authored
41
1  
王毅 authored
42 43 44 45
        .content-word-left h4:hover,
        .content-word-left h4.active {
            color: #00a16c;
        }
朱振飞 authored
46
1  
王毅 authored
47 48 49
        .content {
            min-height: 500px;
        }
朱振飞 authored
50
1  
王毅 authored
51 52 53 54
        .form-group {
            width: 300px;
            margin: 0 auto;
        }
朱振飞 authored
55 56 57 58 59 60 61
    </style>
</head>

<body>
    <nav class="navbar navbar-default bgf mb0">
        <div class="container-fluid top_pc_brand">
            <div class="navbar-header">
朱振飞 authored
62 63 64 65 66 67 68
                <button type="button" class="navbar-toggle mtperc10 menuPage" data-toggle="collapse"
                    data-target="#bs-example-navbar-collapse-4" aria-expanded="true">
                    <span class="sr-only">Toggle navigation</span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
朱振飞 authored
69
                <a class="navbar-brand logo" href="../index.html">
1  
王毅 authored
70
                    <img class="brand-logo" src="../images/logo.png" alt="" />
朱振飞 authored
71 72 73 74 75
                </a>
            </div>
            <div class="navbar-collapse collapse in" id="bs-example-navbar-collapse-4" aria-expanded="true">
                <div class="search-group mt30 form-group navbar-text navbar-right">
                    <a href="http://www.tjmuch.com/" class="langue">中文</a>
1  
王毅 authored
76
                    <input type="text" class="form-control search-input" placeholder="Search" />
朱振飞 authored
77
                    <div class="magnifier">
1  
王毅 authored
78
                        <img src="../images/search_btn.png" alt="" />
朱振飞 authored
79 80 81 82 83 84 85 86 87 88 89
                    </div>
                </div>
            </div>
        </div>
    </nav>
    <div class="container-fluid pc">
        <div class="mask"></div>
        <div class="bs-example" data-example-id="simple-justified-button-group">
            <ul class="nav_menu_items">
                <li class="btn   navbtn-a" role="button">
                    <a href="javascript:;">ABOUT US</a>
1  
王毅 authored
90
                    <div class="sec_menu_items">
朱振飞 authored
91
                        <a href="../about/welcome.html" class="inner_item">
朱振飞 authored
92 93
                            Welcome Message
                        </a>
朱振飞 authored
94
                        <a href="../about/mission.html" class="inner_item">
朱振飞 authored
95 96
                            Mission and Vision
                        </a>
1  
王毅 authored
97
朱振飞 authored
98
                        <a href="../about/history.html" class="inner_item">
朱振飞 authored
99 100
                            History and Milestones
                        </a>
朱振飞 authored
101
                        <a href="../about/quick.html" class="inner_item">
朱振飞 authored
102 103
                            Quick Facts
                        </a>
朱振飞 authored
104 105 106 107 108
                        <a href="../about/contact.html" class="inner_item">Contact Us</a>
                    </div>
                </li>
                <li class="btn navbtnActive navbtn-a" role="button">
                    <a href="JavaScript:;">CLINICAL RESOURCES</a>
1  
王毅 authored
109 110
                    <div class="sec_menu_items">
                        <div class="inner_item">
朱振飞 authored
111 112 113
                            Clinical Departments
                            <div class="third_menu_items">
                                <a href="../clinical/departm.html" class="inner_item">
朱振飞 authored
114
                                    Surgical Oncology
朱振飞 authored
115 116
                                </a>
                                <a href="../clinical/medical.html" class="inner_item">
朱振飞 authored
117 118
                                    Medical Oncology
                                </a>
朱振飞 authored
119
                                <a href="../clinical/radiation.html" class="inner_item">
朱振飞 authored
120 121
                                    Radiation Oncology
                                </a>
朱振飞 authored
122
                                <a href="../clinical/diagnostic.html" class="inner_item">
朱振飞 authored
123 124
                                    Diagnostic Oncology
                                </a>
朱振飞 authored
125
                                <a href="../clinical/center.html" class="inner_item">
朱振飞 authored
126 127
                                    Center of Excellences
                                </a>
朱振飞 authored
128 129 130
                            </div>
                        </div>
                        <a href="../clinical/activities.html" class="inner_item">
朱振飞 authored
131 132 133
                            Clinical Activities
                        </a>
                        <div class="inner_item">
1  
朱振飞 authored
134 135 136 137 138 139 140 141 142 143 144 145
                            Clinical Trials
                            <div class="third_menu_items">
                                <a href="../clinical/trials.html" class="inner_item">
                                    About Us
                                </a>
                                <a href="../clinical/trials.html" class="inner_item">
                                    Work Flow Chart
                                </a>
                                <a href="../clinical/trials.html" class="inner_item">
                                    FInd A Clinical Trail
                                </a>
                                <a href="../clinical/trials.html" class="inner_item">
1  
王毅 authored
146
                                    Department Feature
1  
朱振飞 authored
147 148 149 150 151 152
                                </a>
                                <a href="../clinical/trials.html" class="inner_item">
                                    Research Achievement
                                </a>
                            </div>
                        </div>
朱振飞 authored
153
                        <a href="../clinical/finddoctor.html" class="inner_item">
朱振飞 authored
154 155
                            Find a Doctor
                        </a>
朱振飞 authored
156 157 158 159
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="javascript:;">RESEARCH & EDUCATION</a>
1  
王毅 authored
160
                    <div class="sec_menu_items">
朱振飞 authored
161 162 163
                        <a href="../research/nationalCancer.html" class="inner_item">
                            National Cancer Clinical Research Center
                        </a>
朱振飞 authored
164
                        <div class="inner_item">
朱振飞 authored
165 166 167
                            Research
                            <div class="third_menu_items">
                                <a href="../research/research1.html" class="inner_item">
朱振飞 authored
168 169
                                    Research programs
                                </a>
朱振飞 authored
170
                                <a href="../research/research2.html" class="inner_item">
朱振飞 authored
171 172
                                    Achievements
                                </a>
朱振飞 authored
173
                                <a href="../research/research3.html" class="inner_item">
朱振飞 authored
174 175
                                    Key Labaratories
                                </a>
朱振飞 authored
176
                                <a href="../research/researcher.html" class="inner_item">
朱振飞 authored
177 178
                                    Find a Researcher
                                </a>
朱振飞 authored
179 180
                            </div>
                        </div>
朱振飞 authored
181
                        <div class="inner_item">
朱振飞 authored
182 183 184
                            Education
                            <div class="third_menu_items">
                                <a href="../research/education.html" class="inner_item">
朱振飞 authored
185 186
                                    Graduate Study
                                </a>
朱振飞 authored
187
                                <a href="../research/education.html" class="inner_item">
朱振飞 authored
188 189
                                    International Study
                                </a>
朱振飞 authored
190
                                <a href="../research/education.html" class="inner_item">
朱振飞 authored
191 192
                                    Continuing Study
                                </a>
朱振飞 authored
193 194
                            </div>
                        </div>
朱振飞 authored
195
朱振飞 authored
196 197 198 199
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="javascript:;">TIANJIN CANCER INSTITUTE</a>
1  
王毅 authored
200
                    <div class="sec_menu_items">
朱振飞 authored
201 202 203 204
                        <div href="javascript:;" class="inner_item">
                            About Us
                            <div class="third_menu_items">
                                <a href="../institute/aboutus.html" class="inner_item">
朱振飞 authored
205 206
                                    About Us
                                </a>
朱振飞 authored
207
                                <a href="../institute/leadership.html" class="inner_item">
朱振飞 authored
208 209
                                    Leadership
                                </a>
朱振飞 authored
210
                                <a href="../institute/history.html" class="inner_item">
朱振飞 authored
211 212
                                    History
                                </a>
朱振飞 authored
213
                                <a href="../institute/report.html" class="inner_item">
朱振飞 authored
214 215
                                    Annual Report
                                </a>
朱振飞 authored
216 217 218 219 220 221
                            </div>
                        </div>
                        <div href="../clinical/nursing.html" class="inner_item">
                            Research
                            <div class="third_menu_items">
                                <a href="../institute/researchers.html" class="inner_item">
朱振飞 authored
222 223
                                    Our Researchers
                                </a>
朱振飞 authored
224
                                <a href="../institute/facilities.html" class="inner_item">
朱振飞 authored
225 226
                                    Core Facilities and Services
                                </a>
朱振飞 authored
227
                                <a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item">
朱振飞 authored
228 229
                                    Journal of Clinical Oncology
                                </a>
朱振飞 authored
230 231 232 233 234
                            </div>
                        </div>
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
朱振飞 authored
235
                    <a href="javascript:;">NURSING CARE</a>
1  
王毅 authored
236
                    <div class="sec_menu_items">
朱振飞 authored
237
                        <a href="../care/history_time.html" class="inner_item">
朱振飞 authored
238 239 240
                            About Us
                        </a>
1  
王毅 authored
241
朱振飞 authored
242
                        <div class="inner_item">
朱振飞 authored
243
                            Nursing Activities
朱振飞 authored
244
                            <div class="third_menu_items">
朱振飞 authored
245 246 247 248 249 250 251 252 253 254 255 256 257 258
                                <a href="../care/profession.html" class="inner_item">
                                    Profession
                                </a>
                                <a href="../care/profession.1.html" class="inner_item">
                                    Social Support
                                </a>
                                <a href="../care/activity.html" class="inner_item">
                                    Heart-warming Service
                                </a>
                                <a href="../care/profession.3.html" class="inner_item">
                                    Caring for Nurse
                                </a>
                            </div>
                        </div>
朱振飞 authored
259
朱振飞 authored
260
                        <a href="../care/achievement.html" class="inner_item">
朱振飞 authored
261 262
                            Research Achievement
                        </a>
1  
王毅 authored
263
朱振飞 authored
264
                        <a href="../care/cancer.html" class="inner_item">
朱振飞 authored
265 266 267 268
                            Cancer Survivorship Support
                        </a>

朱振飞 authored
269 270 271 272
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="javascript:;">INTERNATIONAL AFFAIRS</a>
1  
王毅 authored
273
                    <div class="sec_menu_items">
朱振飞 authored
274
                        <a href="../international/conference.html" class="inner_item">
朱振飞 authored
275 276
                            International Conferences
                        </a>
朱振飞 authored
277
                        <a href="../international/training.html" class="inner_item">
朱振飞 authored
278 279
                            Oversea Trainings
                        </a>
朱振飞 authored
280
                        <a href="../international/referral.html" class="inner_item">
朱振飞 authored
281 282
                            International Patients
                        </a>
朱振飞 authored
283
                        <a href="../international/partners.html" class="inner_item">
朱振飞 authored
284 285
                            Partnership Institutions
                        </a>
朱振飞 authored
286 287 288 289 290 291 292 293 294
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="../news.html">NEWS RELEASE</a>
                </li>
            </ul>
        </div>

        <!-- Swiper -->
1  
王毅 authored
295
        <!-- <div class="img-header">
朱振飞 authored
296
            <img src="../images/clinical_top.png" width="100%" alt="">
1  
王毅 authored
297
        </div> -->
朱振飞 authored
298 299

        <div class="content ">
朱振飞 authored
300
            <div class="navpath">Clinical Resources<span>></span>Clinical Trials</div>
朱振飞 authored
301 302 303 304 305 306 307 308 309 310 311 312 313

            <div class="content-word">
                <div class="content-word-left">
                    <h4 class="">
                        About Us
                    </h4>
                    <h4 class="">
                        Work Flow Chart
                    </h4>
                    <h4 class="active">
                        Find A Clinical Trail
                    </h4>
                    <h4 class="">
1  
王毅 authored
314
                        Department Feature
朱振飞 authored
315 316 317 318
                    </h4>
                    <h4 class="">
                        Research Achievement
                    </h4>
朱振飞 authored
319
朱振飞 authored
320
                </div>
朱振飞 authored
321 322 323 324 325 326 327 328 329 330 331
                <div class="content-word-right active">
                    <div class="header-title-right">
                        <h3>Enter Key Words</h3>
                        <div class="form-group" data-toggle="modal" data-target="#gridSystemModal">
                            <input type="text" class="form-control  input-lg">
                            <button type="button" class="btn btn-warning btn-lg  ">
                                <img src="../images/01pc-main/pic (11).png" alt="" style="margin-bottom: 6px">
                            </button>
                        </div>
                    </div>
                </div>
朱振飞 authored
332 333 334 335 336 337 338 339 340 341 342 343
            </div>
        </div>
        <footer class="footer-content">
            <div class="footer-main">
                <ul class="list-unstyled third-ul">
                    <li>West Huan-Hu Rd, Ti Yuan Bei, Hexi District</li>
                    <li>Tianjin 300060</li>
                    <li>China</li>
                    <li>Tel/Fax: 0086-22-23359337</li>
                    <li>Email: info@tjmuch.com</li>
                </ul>
                <ul class="list-unstyled first-ul">
1  
王毅 authored
344 345
                    <li><img src="../images/yikeda.png" width="160px" alt="" /></li>
                    <li><img src="../images/tjuc.png" width="160px" alt="" /></li>
朱振飞 authored
346 347 348 349 350 351 352 353 354 355 356
                </ul>
            </div>
        </footer>
    </div>
    <script src="../js/jquery-1.11.3.min.js"></script>
    <script src="../js/bootstrap.min.js"></script>
    <script src="../js/swiper-3.4.2.jquery.min.js"></script>
    <script src="../js/common.js"></script>
</body>

</html>