Subversion Repositories SvarDOS

Rev

Rev 179 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 179 Rev 188
Line 26... Line 26...
26
  }
26
  }
27
?>
27
?>
28
 
28
 
29
<h1>SvarDOS technical notes</h1>
29
<h1>SvarDOS technical notes</h1>
30
<p class="copyr">no documentation is perfect, this one's no exception</p>
30
<p class="copyr">no documentation is perfect, this one's no exception</p>
-
 
31
 
31
<table style="margin: 0 auto;">
32
<table>
32
 
33
 
33
<?php
34
<?php
34
foreach ($arts as $file=>$title) {
35
foreach ($arts as $file=>$title) {
35
  echo "<tr><td><a href=\"?p=tech&art={$file}\">" . htmlentities($title) . "</a></td></tr>";
36
  echo "<tr><td><a href=\"?p=tech&art={$file}\">" . htmlentities($title) . "</a></td></tr>\n";
36
}
37
}
37
?>
38
?>
38
 
39
 
39
</table>
40
</table>