header ("Cache-Control: no-cache");
header ("Pragma: no-cache");
if($language=="eng")
{
$table_title="Submit your image to gallery";
$site_title="Computer Simulations in Physics";
$info_text="There you can send proposal of image to a gallery. Please refer, that the page in concerned
more or less on computer simulations / computer graphics. Please give a contact info to you
for people which will be interested in your work. I hope you will find that gallery useful.";
$picture_submitted="Picture Submitted Succesfully!";
$thankyou="Picture has been submitted. Thank you, and please be patient for the review and info when picture
will be put in the gallery. If you have any questions, please do not hesitate to ask
here.";
$backpage="../eng/index.php";
$illegaltype="Image you're trying to submit is probably not png, jpeg or gif file. If you're sure that something
is wrong with submission form, and your picture is ok, plese email it to
me, that will help me to make submission system to be better";
$picture_notsubmitted="Picture NOT submitted.";
}
include "../stat/trackvisitor.php";
?>
echo "$site_title"; ?>
include "../inc/header.php";
makeheader($language);
?>