Index: trunk/util/pcblib-param.cgi =================================================================== --- trunk/util/pcblib-param.cgi (revision 450) +++ trunk/util/pcblib-param.cgi (revision 451) @@ -21,6 +21,7 @@ q="\"" fp_base=fp sub("[(].*", "", fp_base) + thumbsize=1 } /@@include/ { @@ -35,6 +36,12 @@ next } +/@@thumbsize/ { + sub(".*@@thumbsize", "", $0) + thumbsize=$1 + next +} + /@@param:/ { sub(".*@@param:", "", $0) p=$1 @@ -88,7 +95,7 @@ function thumb(prv) { - print "" + print "" } END {