5 print "Content-type: text/html\n\n";
9 print "<title>editpic.pl</title>";
13 $sCurrPic = join( "", common
::File_read
( "currpic.txt" ) );
14 @aPictureArray = common
::File_read
( "picture.txt" );
15 $nPictureArrayLen = @aPictureArray;
16 print "<FORM action=\"savepic.pl\" method=get>\n";
17 if( abs( $sCurrPic ) > 1 )
19 print "<INPUT type=submit name=\"Auswahl\" value=\"-\"></INPUT>\n";
23 print "<INPUT type=button value=\" \"></INPUT>\n";
25 print "<INPUT type=text name=\"CurrPic\" value=\"";
27 print "\" SIZE=3></INPUT>\n";
28 if( abs( $sCurrPic ) < ( $nPictureArrayLen - 1 ) )
30 print "<INPUT type=submit name=\"Auswahl\" value=\"+\"></INPUT>\n";
34 print "<INPUT type=button value=\" \"></INPUT>\n";
36 print "<INPUT type=submit name=\"Auswahl\" value=\"$$2\"></INPUT>\n";