+icons
[www.jankratochvil.net.git] / project / Nokia61 / Index.html.pl
index e3ea5f1..82b1953 100755 (executable)
@@ -36,11 +36,20 @@ My::Project->init_project(
                "ListItem"=>\@project::Nokia61::ListItem::ListItem,
                );
 
-do { My::Web::make("make -s $_" if ! -f $_; } for ("./Nokia61");
-print <<'HERE';
-<iframe src="Nokia61.php?base=.%2F" width="90%" height="500">
+do { My::Web::make("make -s $_") if ! -f $_; } for ("./Nokia61");
+print <<"HERE";
+<table border="0" width="100%">
+       <col width="0*" />
+       <col width="1*" />
+       <tr>
+               <td align="left">
+<iframe src="Nokia61.php?base=.%2F" width="500" height="600">
 <a href="Nokia61.php?base=.%2F">Program on-line</a>.
 </iframe>
+               </td>
+               <td align="center">@{[ img 'Nokia61.jpeg','Illustration' ]}</td>
+       </tr>
+</table>
 HERE
 
 My::Web->footer();