photographs of box and POSSIBLE contents of Neo Freerunner

Alexey Feldgendler alexey at feldgendler.ru
Tue Apr 22 10:03:58 CEST 2008


On Tue, 22 Apr 2008 08:29:17 +0200, Andy Powell <openmoko at automated.it>  
wrote:

> #!/bin/bash
>
> echo "" >index.html
> for i in *.jpg
> do
>
>   convert -thumbnail x230 $i thumb_$i
>   echo "<a href='$i' target='_new$i'><img src='thumb_$i'</a>"  
> >>index.html
>
> done

The <img> tag is missing the right angle bracket, and the target attribute  
is evil. Whoever wants to open it in a new window, will use the browser's  
features to do so, but please don't decide for the user.


-- 
Alexey Feldgendler <alexey at feldgendler.ru>
[ICQ: 115226275] http://feldgendler.livejournal.com




More information about the community mailing list