Last change
on this file since 398 was 347, checked in by roby, 3 years ago |
Aggiornamento per compatibilità con php7.4
|
File size:
492 bytes
|
Line | |
---|
1 | <style type="text/css">
|
---|
2 | <!--
|
---|
3 | table
|
---|
4 | {
|
---|
5 | padding: 0;
|
---|
6 | margin: 0;
|
---|
7 | border: none;
|
---|
8 | border-right: solid 0.2mm black;
|
---|
9 | }
|
---|
10 | td
|
---|
11 | {
|
---|
12 | padding: 0;
|
---|
13 | margin: 0;
|
---|
14 | border: none;
|
---|
15 | }
|
---|
16 |
|
---|
17 | img
|
---|
18 | {
|
---|
19 | width: 10mm;
|
---|
20 | }
|
---|
21 | -->
|
---|
22 | </style>
|
---|
23 | <page>
|
---|
24 | <table cellpadding="0" cellspacing="0">
|
---|
25 | <tr>
|
---|
26 | <?php
|
---|
27 | for ($k=0; $k<28;$k++) {
|
---|
28 | echo '<td><img src="./res/measure.png" alt="" ><br>'.$k.'</td>';
|
---|
29 | }
|
---|
30 | ?>
|
---|
31 | </tr>
|
---|
32 | </table>
|
---|
33 | </page>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.