* Project owner:
 * Klaus Henneberg
 * Finkenweg 18
 * 38889 Blankenburg, BRD
 *
 * All files of this project are licensed under the terms of the Open Software License
 * http://www.opensource.org/licenses/osl-2.1.php
 *
 * @license http://www.opensource.org/licenses/osl-2.1.php Open Software License
 */
 -->

<BODY LANG="de-DE" scroll = "auto">
<DIV Class="klein">
<?php 
$ACTION = $_SERVER['PHP_SELF'];
$link = "http://{$_SERVER['SERVER_NAME']}{$ACTION}";
include '../../share/global_config.php';
include $sr . '/bin/share/db_connect1.php';
include $sr . '/bin/share/functions/main_functions.php';
$result1 = mysql_query("SELECT * FROM {$table1} WHERE id = '{$uid}' AND aktiv = '1'");
$username = mysql_result($result1, isset($i1), 'username');
echo "\n<div class='page'>\n\n\t<p id='kopf'>pic2base :: Bilddaten-Erfassung <span class='klein'>(User: {$username})</span></p>\n\t\n\t<div class='navi' style='clear:right;'>\n\t\t<div class='menucontainer'>";
createNavi1($uid);
echo "</div>\n\t</div>\n\t\n\t<div class='content'>\n\t\t<center>\n\t\t<table class='normal' style='background-color:rgb(255,250,150); color:black; margin-top:80px; margin-bottom:40px; border-style:solid; border-width:2px; border-color:#FF9900;'>\n\t\t<tbody>\n\t\t<TR>\n\t\t\t<TD align='center'>\n\t\t\tWichtiger Hinweis:<BR>\n\t\t\tAkzeptiert werden die in der <a href=\"../help/help1.php?page=1\" title='Liste der unterst&uuml;tzen Dateiformate'>Hilfe</a> gelisteten Dateiformate, wobei die Dateigr&ouml;&szlig;e<BR>\n\t\t\tvon 5 MB je Bild beim Einzelbild-Upload nicht &uuml;berschritten werden darf.<BR>\n\t\t\tWollen SIe gr&ouml;&szlig;ere Bilder oder mehrere Bilder in einem Vorgang auf den Server laden, benutzen Sie bitte den <a href=\"../help/help1.php?page=1\" title='Hinweise zum Batch-Prozess per FTP'>Batch-Prozess</a>.\n\t\t\t</TD>\n\t\t</TR>\n\t\t</tbody>\n\t\t</table>\n\t\t\n\t\t<INPUT type='button' class='button1' value='Zum Einzelbild-Upload' onclick=location.href='erfassung1.php'><BR><BR><BR>\n\t\t</center>\n\t</div>\n\t<br style='clear:both;' />\n\n\t<p id='fuss'><A style='margin-right:745px; color:#eeeeee;' HREF='http://www.pic2base.de' target='blank' title='pic2base im Web'>www.pic2base.de</A>" . $cr . "</p>\n</div>";
?>

</div>
</body>
</html>
 * Finkenweg 18
 * 38889 Blankenburg, BRD
 *
 * All files of this project are licensed under the terms of the Open Software License
 * http://www.opensource.org/licenses/osl-2.1.php
 *
 * @license http://www.opensource.org/licenses/osl-2.1.php Open Software License
 */
 -->

<BODY LANG="de-DE" scroll = "auto">
<DIV Class="klein">
<?php 
unset($username);
if ($_COOKIE['login']) {
    list($c_username) = preg_split('#,#', $_COOKIE['login']);
}
$ACTION = $_SERVER['PHP_SELF'];
$link = "http://{$_SERVER['SERVER_NAME']}{$ACTION}";
include '../../share/global_config.php';
include $sr . '/bin/share/db_connect1.php';
include $sr . '/bin/share/functions/main_functions.php';
echo "\n<div class='page'>\n\n\t<p id='kopf'>pic2base :: Bilddaten-Erfassung <span class='klein'>(User: {$c_username})</span></p>\n\t\n\t<div class='navi' style='clear:right;'>\n\t\t<div class='menucontainer'>";
createNavi1($c_username);
echo "</div>\n\t</div>\n\t\n\t<div class='content'>\n\t\t<center>\n\t\t<table class='normal' style='background-color:rgb(255,250,150); color:black; margin-top:80px; margin-bottom:40px; border-style:solid; border-width:2px; border-color:#FF9900;'>\n\t\t<tbody>\n\t\t<TR>\n\t\t\t<TD align='center'>\n\t\t\tWichtiger Hinweis:<BR>\n\t\t\tAkzeptiert werden die in der <a href=\"../help/help1.php?page=1\" title='Liste der unterst&uuml;tzen Dateiformate'>Hilfe</a> gelisteten Dateiformate, wobei die Dateigr&ouml;&szlig;e<BR>\n\t\t\tvon 5 MB je Bild beim Einzelbild-Upload nicht &uuml;berschritten werden darf.<BR>\n\t\t\tWollen SIe gr&ouml;&szlig;ere Bilder oder mehrere Bilder in einem Vorgang auf den Server laden, benutzen Sie bitte den <a href=\"../help/help1.php?page=1\" title='Hinweise zum Batch-Prozess per FTP'>Batch-Prozess</a>.\n\t\t\t</TD>\n\t\t</TR>\n\t\t</tbody>\n\t\t</table>\n\t\t\n\t\t<INPUT type='button' class='button1' value='Zum Einzelbild-Upload' onclick=location.href='erfassung1.php'><BR><BR><BR>\n\t\t</center>\n\t</div>\n\t<br style='clear:both;' />\n\n\t<p id='fuss'><A style='margin-right:745px;' HREF='http://www.pic2base.de' target='blank'>www.pic2base.de</A>" . $cr . "</p>\n</div>";
?>

</div>
</body>
</html>