<?
/*
* Jingho Projects - Small business project management
* Copyright (C) 2010 Gido Carper
* http://www.jingho-projects.com
* http://www.jingho.de
*
* thank you for mentioning my name and url on your site if you use this software!
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 1.0 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
*
* == END LICENSE ==
*
*
*/
echo '
<div class="widget-head" >
<h3>'.$OVERVIEW_CONFIG.' <span id="ConfigInfo"></span></h3><span id="ConfigLastupdated" style="float:right;padding-right:10px;"></span>
</div>
<div class="widget-content">
<form action="'.$MAIN_PATH.'config.php" method="post" target="saveFrame" name="saveConfigFrame">
<div style="color:#ffffff;margin-left:10px;padding-top:10px;display:block;width:500px;height:662px;">';
if (1==2)
{
echo'
<br/> <br/><table border="0" cellpadding="0" cellspacing="5" width="500">
<tbody>
<tr>
<td width="200">'.$OVERVIEW_CONFIG_SMTP.'</td>
<td width="300"><input type="text" id="config_smtp" name="config_smtp" class="textArea" style="width:200px;height:18px;"/></td>
</tr>
<tr>
<td>'.$OVERVIEW_CONFIG_SMTP_EMAIL.'</td>
<td><input type="text" id="config_email" name="config_email" class="textArea" style="width:200px;height:18px;"/></td>
</tr>
<tr>
<td>'.$OVERVIEW_CONFIG_SMTP_LOGIN.'</td>
<td><input type="text" id="config_email_login" name="config_email_login" class="textArea" style="width:200px;height:18px;"/></td>
</tr>
<tr>
<td>'.$OVERVIEW_CONFIG_SMTP_PASSWORD.'</td>
<td><input type="text" id="config_email_password" name="config_email_password" class="textArea" style="width:200px;height:18px;"/></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td>'.$OVERVIEW_CONFIG_URL.'</td>
<td><input type="text" id="config_url" name="config_url" class="textArea" style="width:200px;height:18px;"/></td>
</tr>
<tr>
<td>'.$OVERVIEW_CONFIG_DIRECTORY.'</td>
<td><input type="text" id="config_main_directory" name="config_main_directory" class="textArea" style="width:200px;height:18px;"/></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td>'.$OVERVIEW_CONFIG_MYSQL_HOSTNAME.'</td>
<td><input type="text" id="config_mysql_hostname" name="config_mysql_hostname" class="textArea" style="width:200px;height:18px;"/></td>
</tr>
<tr>
<td>'.$OVERVIEW_CONFIG_MYSQL_DBNAME.'</td>
<td><input type="text" id="config_mysql_dbname" name="config_mysql_dbname" class="textArea" style="width:200px;height:18px;"/></td>
</tr>
<tr>
<td>'.$OVERVIEW_CONFIG_MYSQL_LOGIN.'</td>
<td><input type="text" id="config_mysql_login" name="config_mysql_login" class="textArea" style="width:200px;height:18px;"/></td>
</tr>
<tr>
<td>'.$OVERVIEW_CONFIG_MYSQL_PASSWORD.'</td>
<td><input type="text" id="config_mysql_password" name="config_mysql_password" class="textArea" style="width:200px;height:18px;"/></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td>'.$OVERVIEW_CONFIG_ADMIN_COSTUMER.'</td>
<td><input type="text" id="config_admin_costumer" name="config_admin_costumer" class="textArea" style="width:200px;height:18px;"/></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td> </td>
<td><input type="button" onclick="" class="buttonLogin" value="'.$OVERVIEW_CONFIG_SAVE.'"/></td>
</tr>
</tbody>
</table>';
}
echo'will be here very soon.
</div>
<input type="hidden" name="ausgefuellt" value="ja"/>
</form>
</div>';
?>