/web/htdocs/www.micro-la.com/home/open/_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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<?php
    
include('backend/_classes.php');
    
$classes= new classes;
    
$pag 'brevetti';
    
    
$cat $classes->esisteOno($_GET['cat'], '');
    
$anno $classes->esisteOno($_GET['anno'], '');
    
$mese $classes->esisteOno($_GET['mese'], '');
?>
<!doctype html>
<html>

<head>
    <title><?php echo $classes->seo('metatitle brevetti''Microla Optoelectronics s.r.l. - Brevetti'); ?></title>
    
    <?php include('include/head.php'); ?>
    <meta name="keywords" content="<?php echo $classes->seo('metakeyword brevetti''microla, progettazione, brevetti, macchine laser, patents, marcatura laser'); ?>">
    <meta name="description" content="<?php echo $classes->seo('metadescription brevetti''Brevetti Microla: sistemi avanzati di marcatura laser con automazioni complesse. Precisione, versatilità e alta qualità in un\'unica soluzione.'); ?>">
</head>
<style>
@media(min-width:768px){
.immagini_piccole img{
    width:19.5%;
}
}
@media(max-width:767px){
.immagini_piccole{
    text-align: left!important;
}
.immagini_piccole img{
    width:49%;
    padding-bottom: 5px;
}
}
.clear_riga {
    clear: both;
    border-top: 1px solid #CCC;
    margin: 13px 0px;
}
.immagini_piccole {
    
}
.full-section {
    padding: 25px 0;
}
.elenco_news{
    border-bottom: 1px dashed #d3d3d3;
    margin-bottom: 20px;
}
.titolo_archivio {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px dashed #E32A26!important;
    margin-top: 20px;
}
.titolo_archivio:after {
    display: none;
}
.post_recenti{
    margin-bottom: 30px;
}
.comments-likes{
    margin-top:20px;
}
</style>
<body>
<?php include('include/ana.php'); ?>
    <div id="main-container">

        <!-- HEADER -->
        <?php include('include/header_home.php'); ?>
        
        
            
        <!-- CONTENT -->
        <div id="page-content">
            
            <div id="page-header" class="parallax" data-stellar-background-ratio="0.1" style="background-image:url('/open/images/all.jpg');">
                
                <div class="container">
                    <div class="row">
                        <div class="col-sm-12">
                            
                        </div><!-- col -->
                    </div><!-- row -->
                </div><!-- container -->
                
                
            </div><!-- page-header -->
            
            <div id="go-to-section"></div>
            
            
            <div class="container">
                <div class="row">
                    <div class="col-sm-12">
                        
                        <div class="headline">
                            
                            <h1><?php echo $classes->trad('brevetti'); ?></h1>
                            
                        </div><!-- headline -->
                        
                    </div><!-- col -->
                </div><!-- row -->
            </div><!-- container -->
            <br>
            
            <div class="container">
                <div class="row">
                <div class="col-sm-3">
                        
                        <!-- <div class="widget widget-categories">

                            <h5 class="widget-title"><?php //echo $classes->trad('Categorie'); ?></h5>

                            <ul>
                                <?php 
                                
//$classes->cat($cat);
                                
?>
                            </ul>

                        </div>
                        <br> -->
                        <div class="widget widget-categories">

                            <h5 class="widget-title"><?php echo $classes->trad('Archivio'); ?></h5>

                            <ul>
                                <?php 
                                $classes
->archivio_brevetti($anno$mese);
                                
?>
                            </ul>

                        </div><!-- widget-categories -->
                        <br>
                        <div class="widget widget-recent-posts post_recenti">

                            <h5 class="widget-title"><?php echo $classes->trad('ultimi brevetti','Ultimi Brevetti'); ?></h5>
                            <?php 
                            $classes
->latest_brevetti();
                            
?>
                            
                            
                            

                        </div><!-- widget-recent-posts -->
                        
                        
                        
                        
                    </div><!-- col -->
                    <div class="col-sm-9">
                    <?php 
                    $classes
->lista_brevetti($cat$anno$mese);
                    
?>
                    </div>
                    
                    
                </div><!-- row -->
            </div><!-- container -->

            <br><br>
        </div><!-- PAGE CONTENT -->
        
        <!-- FOOTER -->
        <?php include("include/footer.php"); ?>
        
    </div><!-- MAIN CONTAINER -->
    
    
    <!-- GO TOP -->
    <?php include ("include/end_page.php"); ?>
     
</body>
    
</html>