-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen_mp_patents.php
154 lines (153 loc) · 5.63 KB
/
en_mp_patents.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!doctype html>
<html lang="zh-Hant" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>經濟部智慧財產局</title>
<!--HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries [if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<!-- slick css-->
<link rel="stylesheet" type="text/css" href="vendor/slick/slick.css" />
<link rel="stylesheet" type="text/css" href="vendor/slick/slick-theme.css" />
<!-- hyUI css -->
<link rel="stylesheet" href="css/hyui_en.css">
<!-- ico -->
<link rel="icon" type="image/ico" href="images/favicon.ico">
</head>
<body>
<!-- 直接跳主內容區 -->
<a class="goCenter" href="#center" tabindex="1">按Enter到主內容區</a>
<!-- wrapper Start -->
<div class="wrapper">
<!-- header Start -->
<?php require_once('include/en_header.html'); ?>
<!-- header End -->
<!-- main Start -->
<div id="center" class="main innerpage">
<!-- 內頁新增一個classname-->
<a class="accesskey" href="#aC" id="aC" accesskey="C" title="主要內容區">:::</a>
<div class="container">
<!-- breadcrumb路徑 -->
<?php require_once('include/en_breadcrumb.html'); ?>
<!-- function功能區塊 -->
<div class="function_panel">
<div class="font_size">
<ul>
<li><a href="#" class="small">S</a></li>
<li><a href="#" class="medium">M</a></li>
<li><a href="#" class="large">L</a></li>
</ul>
</div>
<!-- function功能區塊 -->
<div class="function">
<ul>
<li class="back"><a href="javascript:history.back()">回上一頁</a></li>
</ul>
</div>
</div>
<!-- topic_page Start -->
<section class="topic_page patents">
<ul>
<li>
<span class="title">Patents</span>
<span class="pic"><img src="images/patents/t1.jpg" alt=""></span>
</li>
<li>
<a href="">
<span class="title">News</span>
<span class="pic"><img src="images/patents/t2.jpg" alt=""></span>
</a>
</li>
<li>
<a href="">
<span class="title">Laws& Regulations</span>
<span class="pic"><img src="images/patents/t3.jpg" alt=""></span>
</a>
</li>
<li>
<a href="">
<span class="title">View Fee Schedule</span>
<span class="pic"><img src="images/patents/t4.jpg" alt=""></span>
</a>
</li>
<li>
<a href="">
<span class="title">Patent Examination and Administrative Remedy</span>
<span class="pic"><img src="images/patents/t5.jpg" alt=""></span>
</a>
</li>
<li>
<a href="">
<span class="title">Accelerated Examination Program (AEP)</span>
<span class="pic"><img src="images/patents/t6.jpg" alt=""></span>
</a>
</li>
<li>
<a href="">
<span class="title">Patent Prosecution Highway (PPH)</span>
<span class="pic"><img src="images/patents/t7.jpg" alt=""></span>
</a>
</li>
<li>
<a href="">
<span class="title">TW-Support Using the PPH Agreement (TW-SUPA)</span>
<span class="pic"><img src="images/patents/t8.jpg" alt=""></span>
</a>
</li>
<li>
<a href="">
<span class="title">Bio-Materials Patent Service</span>
<span class="pic"><img src="images/patents/t9.jpg" alt=""></span>
</a>
</li>
<li>
<a href="">
<span class="title">Collective Interviews Program for Relevant Invention Patent Applications (CIP)</span>
<span class="pic"><img src="images/patents/t10.jpg" alt=""></span>
</a>
</li>
<li>
<a href="">
<span class="title">FAQS</span>
<span class="pic"><img src="images/patents/t11.jpg" alt=""></span>
</a>
</li>
<li>
<a href="">
<span class="title">Links</span>
<span class="pic"><img src="images/patents/t3.jpg" alt=""></span>
</a>
</li>
</ul>
</section>
<!-- topic_page End -->
</div>
</div>
<!-- 訂閱電子報 -->
<?php require_once('include/en_subscribe.html'); ?>
<!-- fatfooter Start -->
<?php require_once('include/en_fatfooter.html'); ?>
<!-- fatfooter End -->
<!-- footer Start-->
<?php require_once('include/en_footer.html'); ?>
<!-- footer End -->
</div>
<a href="javascript:;" class="scrollToTop">回頁首</a>
<!-- JQ -->
<script src="js/jquery-3.3.1.min.js"></script>
<!-- plugin js -->
<script src="vendor/jquery.easing.min.js"></script>
<script src="vendor/slick/slick.min.js "></script>
<script src="vendor/slick/slick-lightbox.js "></script>
<script src="vendor/lazyload/lazyload.min.js"></script>
<!-- nicescroll -->
<script src="vendor/nicescroll/jquery.nicescroll.min.js"></script>
<!-- hyUI -->
<script src="js/hyui.js"></script>
<!-- 客製js -->
<script src="js/customize.js"></script>
</body>
</html>