/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/11 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "adr_grp_new";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
//$this->set_FormStyle($FormularName,"font-size:10pt;font-color=red;");
////$Form->set_FormStyleClass($FormularName,"mForm");
////$Form->set_FormInputStyleClass($FormularName,"mFormText","mFormTextFocus");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("Neue Gruppe erstellen / Gruppe bearbeiten"));
//variable content aus menu als hidden field!
//$Form->new_Input($FormularName,"type", "hidden", $content);
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "set", "hidden", "save");
$Form->new_Input($FormularName, "lnk_grp_id", "hidden", $lnk_grp_id);
//////////////////
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/7 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "status";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("Top X"));
$Form->new_Input($FormularName, "act", "hidden", $action);
//////////////////
//add inputfields and buttons....
//////////////////
//Top X
$Form->new_Input($FormularName, $InputName_TopX, "select", "");
$Form->set_InputJS($FormularName, $InputName_TopX, " onChange=\"flash('submit','#ff0000');\" ");
$Form->set_InputDefault($FormularName, $InputName_TopX, $show_top_x);
$Form->set_InputStyleClass($FormularName, $InputName_TopX, "mFormSelect", "mFormSelectFocus");
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/11 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "adm_set";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormType($FormularName, "multipart/form-data");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("Systemeinstellungen ändern"));
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "set", "hidden", "save");
//////////////////
//add inputfields and buttons....
//////////////////
//Style
$Form->new_Input($FormularName, $InputName_Style, "select", "");
$Form->set_InputJS($FormularName, $InputName_Style, " onChange=\"flash('submit','#ff0000');\" ");
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/11 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "adr_new";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("Neue Adresse erstellen"));
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "set", "hidden", "save");
$Form->new_Input($FormularName, "adr_id", "hidden", $adr_id);
//suchparameter
$Form->new_Input($FormularName, "offset", "hidden", $offset);
$Form->new_Input($FormularName, "limit", "hidden", $limit);
$Form->new_Input($FormularName, "s_email", "hidden", $s_email);
$Form->new_Input($FormularName, "s_status", "hidden", $s_status);
$Form->new_Input($FormularName, "s_author", "hidden", $s_author);
Beispiel #5
0
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/7 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "nl_new";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("Neuen Newsletter erstellen"));
$Form->set_FormType($FormularName, "multipart/form-data");
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "set", "hidden", "save");
$Form->new_Input($FormularName, "nl_id", "hidden", $nl_id);
//////////////////
//add inputfields and buttons....
//////////////////
//File 1, html
$Form->new_Input($FormularName, $InputName_File, "file", "");
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/7 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "file_edit";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
//$this->set_FormStyle($FormularName,"font-size:10pt;font-color=red;");
////$Form->set_FormStyleClass($FormularName,"mForm");
////$Form->set_FormInputStyleClass($FormularName,"mFormText","mFormTextFocus");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("Datei bearbeiten"));
//variable content aus menu als hidden field!
//$Form->new_Input($FormularName,"type", "hidden", $content);
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "set", "hidden", "save");
$Form->new_Input($FormularName, "file_section", "hidden", $file_section);
$Form->new_Input($FormularName, "file_name", "hidden", $file_name);
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006-2011 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$_MAIN_OUTPUT .= "\n\n<!-- link_search_form.inc -->\n\n";
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "lnk_search";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "get", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("Einträge suchen und filtern"));
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "set_search", "hidden", "search");
//////////////////
//add inputfields and buttons....
//////////////////
//Name
$Form->new_Input($FormularName, $InputName_Name, "text", ${$InputName_Name});
$Form->set_InputJS($FormularName, $InputName_Name, " onChange=\"flash('submit','#ff0000');\"");
$Form->set_InputStyleClass($FormularName, $InputName_Name, "mFormText", "mFormTextFocus");
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/7 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "queue_new";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("neuen Q erstellen"));
//variable content aus menu als hidden field!
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "set", "hidden", "save");
//////////////////
//add inputfields and buttons....
//////////////////
//NL
$Form->new_Input($FormularName, $InputName_NL, "select", "");
$Form->set_InputJS($FormularName, $InputName_NL, " onChange=\"flash('submit','#ff0000');\" ");
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/7 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "unsubscribe";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
//add a Description
$Form->set_FormDesc($FormularName, "unsubscribe");
$Form->new_Input($FormularName, "set", "hidden", "unsubscribe");
$Form->new_Input($FormularName, "a_id", "hidden", $a_id);
$Form->new_Input($FormularName, "h_id", "hidden", $h_id);
$Form->new_Input($FormularName, "nl_id", "hidden", $nl_id);
$Form->new_Input($FormularName, "code", "hidden", $code);
$Form->new_Input($FormularName, "cpt", "hidden", $captcha_md5);
$Form->set_InputID($FormularName, "set", "set_u");
$Form->set_InputID($FormularName, "email", "email_u");
$Form->set_InputID($FormularName, "fcpt", "fcpt_u");
$Form->set_InputID($FormularName, "submit", "submit_u");
Beispiel #10
0
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/7 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "edit_bl";
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" OnChange=\"checkHostType();\" onClick=\"checkHostType();\"");
$Form->set_FormDesc($FormularName, ___("Blacklist bearbeiten"));
//variable content aus menu als hidden field!
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "set", "hidden", "save");
$Form->new_Input($FormularName, "bl_id", "hidden", $bl_id);
//////////////////
//add inputfields and buttons....
//////////////////
//Expression/Ausdruck
$Form->new_Input($FormularName, $InputName_Expr, "text", display(${$InputName_Expr}));
$Form->set_InputJS($FormularName, $InputName_Expr, " onChange=\"flash('submit','#ff0000');\" ");
//onkeyup=\"RemoveInvalidChars(this, '[^A-Za-z0-9\ \_\.\-]');\"
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006-2011 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "lnk_new";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
//$this->set_FormStyle($FormularName,"font-size:10pt;font-color=red;");
////$Form->set_FormStyleClass($FormularName,"mForm");
////$Form->set_FormInputStyleClass($FormularName,"mFormText","mFormTextFocus");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("Neuen Link erstellen / Link bearbeiten"));
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "set", "hidden", "save");
$Form->new_Input($FormularName, "lnk_id", "hidden", $lnk_id);
//suchparameter
$Form->new_Input($FormularName, "offset", "hidden", $offset);
$Form->new_Input($FormularName, "limit", "hidden", $limit);
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/11 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "bounce_host";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("Host wählen"));
//variable content aus menu als hidden field!
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "set", "hidden", "connect");
$Form->new_Input($FormularName, "val", "hidden", "list");
//////////////////
//add inputfields and buttons....
//////////////////
//HOST
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/7 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "map";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("Karten generieren"));
//variable content aus menu als hidden field!
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "create", "hidden", "1");
//////////////////
//add inputfields and buttons....
//////////////////
$Form->new_Input($FormularName, $InputName_CreateMap, "select", "");
$Form->set_InputJS($FormularName, $InputName_CreateMap, " onChange=\"flash('submit','#ff0000');\" ");
$Form->set_InputDefault($FormularName, $InputName_CreateMap, "");
<?php

/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        	*/
/* tellmatic, the newslettermachine                                             	*/
/* tellmatic, die Newslettermaschine                                            */
/* 2006/7 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
//Form
$Form = new tm_SimpleForm();
$FormularName = "tm_i_data";
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormDesc($FormularName, ___("Tellmatic Installation - Daten eingeben"));
$Form->new_Input($FormularName, "set", "hidden", "save");
$Form->new_Input($FormularName, "accept", "hidden", $accept);
//////////////////
//add inputfields and buttons....
//////////////////
//name
$Form->new_Input($FormularName, $InputName_Name, "text", ${$InputName_Name});
$Form->set_InputStyleClass($FormularName, $InputName_Name, "mFormText", "mFormTextFocus");
$Form->set_InputSize($FormularName, $InputName_Name, 40, 40);
$Form->set_InputDesc($FormularName, $InputName_Name, ___("Benutzername"));
$Form->set_InputReadonly($FormularName, $InputName_Name, false);
$Form->set_InputOrder($FormularName, $InputName_Name, 1);
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/11 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$_MAIN_OUTPUT .= "\n\n<!-- bounce_mail_form.inc -->\n\n";
$InputName_Submit = "submit2";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "bounce_mail";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("Bouncemails"));
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "host", "hidden", $host);
$Form->new_Input($FormularName, "offset", "hidden", $offset);
$Form->new_Input($FormularName, "limit", "hidden", $limit);
$Form->new_Input($FormularName, "set", "hidden", $set);
$Form->new_Input($FormularName, "bounce", "hidden", $bounce);
$Form->new_Input($FormularName, "bounce_type", "hidden", $bounce_type);
$Form->new_Input($FormularName, "filter_to", "hidden", $filter_to);
$Form->new_Input($FormularName, "filter_to_smtp_return_path", "hidden", $filter_to_smtp_return_path);
http://de.wikipedia.org/wiki/GNU_Affero_General_Public_License
';
$license['en'] = '
GPL
http://www.gnu.org/licenses/gpl.html

AGPL	
http://www.gnu.org/licenses/agpl.html
';
$license['es'] = $license['en'];
$license['fr'] = $license['en'];
$license['it'] = $license['en'];
$license['nl'] = $license['en'];
$license['pt'] = $license['en'];
//Form
$Form = new tm_SimpleForm();
$FormularName = "tm_i_license";
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormDesc($FormularName, ___("Tellmatic Installation - Lizenz"));
$Form->new_Input($FormularName, "set", "hidden", "license");
$Form->new_Input($FormularName, "lang", "hidden", $lang);
//////////////////
//add inputfields and buttons....
//////////////////
//license
$Form->new_Input($FormularName, $InputName_License, "textarea", $license[$lang]);
$Form->set_InputStyleClass($FormularName, $InputName_License, "mFormTextArea", "mFormTextAreaFocus");
$Form->set_InputSize($FormularName, $InputName_License, 80, 10);
$Form->set_InputDesc($FormularName, $InputName_License, "(A)GPL - (Affero) GNU Public License");
$Form->set_InputReadonly($FormularName, $InputName_License, false);
$Form->set_InputOrder($FormularName, $InputName_License, 1);
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/11 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "edit_host";
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" OnChange=\"checkHostType();\" onClick=\"checkHostType();\" ");
$Form->set_FormDesc($FormularName, ___("Mailserver bearbeiten"));
//variable content aus menu als hidden field!
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "set", "hidden", "save");
$Form->new_Input($FormularName, "h_id", "hidden", $h_id);
//////////////////
//add inputfields and buttons....
//////////////////
//Name
$Form->new_Input($FormularName, $InputName_Name, "text", display(${$InputName_Name}));
$Form->set_InputJS($FormularName, $InputName_Name, " onChange=\"flash('submit','#ff0000');\" onkeyup=\"RemoveInvalidChars(this, '[^A-Za-z0-9\\ \\_\\.\\-\\@]');\"");
$Form->set_InputStyleClass($FormularName, $InputName_Name, "mFormText", "mFormTextFocus");
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/7 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "subscribe" . $FRM[0]['id'];
//make new Form
//action url:
if (!empty($FRM[0]['action_url'])) {
    $FURL = $FRM[0]['action_url'];
} else {
    $FURL = $_SERVER["PHP_SELF"];
}
$Form->new_Form($FormularName, $FURL, "post", "_self");
//add a Description
$Form->set_FormDesc($FormularName, "subscribe");
$Form->new_Input($FormularName, "set", "hidden", "save");
$Form->new_Input($FormularName, "fid", "hidden", $frm_id);
$Form->new_Input($FormularName, "cpt", "hidden", $captcha_md5);
//////////////////
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/7 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "user";
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("Benutzereinstellungen ändern"));
//variable content aus menu als hidden field!
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "set", "hidden", "save");
//////////////////
//add inputfields and buttons....
//////////////////
//EMAIL
$Form->new_Input($FormularName, $InputName_EMail, "text", $LOGIN->USER['email']);
$Form->set_InputJS($FormularName, $InputName_EMail, " onChange=\"flash('submit','#ff0000');\" onkeyup=\"RemoveInvalidChars(this, '[^A-Za-z0-9\\_\\@\\.\\-]'); ForceLowercase(this);\"");
$Form->set_InputStyleClass($FormularName, $InputName_EMail, "mFormText", "mFormTextFocus");
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/11 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$_MAIN_OUTPUT .= "\n\n<!-- bl_list_form.inc.php -->\n\n";
$InputName_Submit = "submit_bl";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "bl_list_filter";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
#$Form->set_FormJS($FormularName," onSubmit=\"return confirmLink(this, '".___("Wirklich?")."');switchSection('div_loader');\" ");
#$Form->set_FormJS($FormularName," onChange=\"this->submit();switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("Blacklist nach Typ filtern"));
$Form->new_Input($FormularName, "act", "hidden", $action);
//hidden felder f. sortierung, search, gruppe etc.....
//////////////////
//add inputfields and buttons....
//////////////////
//Typ
$Form->new_Input($FormularName, $InputName_Type, "select", "");
$Form->set_InputJS($FormularName, $InputName_Type, " onChange=\"flash('submit_bl','#ff0000');submit();switchSection('div_loader');\" ");
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/11 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "log_search";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "get", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("Logbucheinträge suchen und filtern"));
$Form->new_Input($FormularName, "act", "hidden", $action);
#$Form->new_Input($FormularName,"set", "hidden", "search");
//////////////////
//add inputfields and buttons....
//////////////////
//Obj
$Form->new_Input($FormularName, $InputName_Obj, "select", "");
$Form->set_InputJS($FormularName, $InputName_Obj, " onChange=\"flash('submit','#ff0000');\" ");
$Form->set_InputDefault($FormularName, $InputName_Obj, ${$InputName_Obj});
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/11 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "adr_import";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" OnChange=\"checkImport();\" onClick=\"checkImport();\"");
//add a Description
$Form->set_FormDesc($FormularName, ___("Addressen aus CSV-Datei importieren"));
$Form->set_FormType($FormularName, "multipart/form-data");
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "set", "hidden", "import");
//////////////////
//add inputfields and buttons....
//////////////////
//File 1, csv
$Form->new_Input($FormularName, $InputName_File, "file", "");
$Form->set_InputJS($FormularName, $InputName_File, " onChange=\"flash('submit','#ff0000');\" ");
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/11 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "adr_grp_new";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("Neue Adressgruppe erstellen"));
//variable content aus menu als hidden field!
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "set", "hidden", "save");
$Form->new_Input($FormularName, "adr_grp_id", "hidden", $adr_grp_id);
//////////////////
//add inputfields and buttons....
//////////////////
//Name
$Form->new_Input($FormularName, $InputName_Name, "text", display(${$InputName_Name}));
<?php

/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        	*/
/* tellmatic, the newslettermachine                                             	*/
/* tellmatic, die Newslettermaschine                                            */
/* 2006/7 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
//Form
$Form = new tm_SimpleForm();
$FormularName = "tm_i_lang";
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormDesc($FormularName, "Tellmatic Installation - Select Language / Sprache wählen");
$Form->new_Input($FormularName, "set", "hidden", "language");
//////////////////
//add inputfields and buttons....
//////////////////
//lang
$Form->new_Input($FormularName, $InputName_Lang, "select", "");
$Form->set_InputDefault($FormularName, $InputName_Lang, ${$InputName_Lang});
$Form->set_InputStyleClass($FormularName, $InputName_Lang, "mFormSelect", "mFormSelectFocus");
$Form->set_InputDesc($FormularName, $InputName_Lang, "Sprache / Language");
$Form->set_InputReadonly($FormularName, $InputName_Lang, false);
$Form->set_InputOrder($FormularName, $InputName_Lang, 2);
$Form->set_InputLabel($FormularName, $InputName_Lang, "Sprache / Language");
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/11 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
$ADDRESS = new tm_ADR();
//fuer die gruppen
//Form
$Form = new tm_SimpleForm();
$FormularName = "adr_clean";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\"  OnChange=\"checkADRCleanForm();\" onClick=\"checkADRCleanForm();\"");
//add a Description
$Form->set_FormDesc($FormularName, ___("Adressdatenbank bereinigen"));
$Form->new_Input($FormularName, "act", "hidden", $action);
//set --> select!
//////////////////
//add inputfields and buttons....
//////////////////
//EMAIL
$Form->new_Input($FormularName, $InputName_Name, "text", display(${$InputName_Name}));
$Form->set_InputJS($FormularName, $InputName_Name, " onChange=\"flash('submit','#ff0000');\" ");
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/11 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "adr_import";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("Adressen in eine CSV-Datei exportieren"));
$Form->set_FormType($FormularName, "multipart/form-data");
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "set", "hidden", "export");
//////////////////
//add inputfields and buttons....
//////////////////
//Gruppe
$Form->new_Input($FormularName, $InputName_Group, "select", "");
$Form->set_InputJS($FormularName, $InputName_Group, " onChange=\"flash('submit','#ff0000');\" ");
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/11 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "frm_new";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("neues Formular erstellen"));
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "set", "hidden", "save");
$Form->new_Input($FormularName, "frm_id", "hidden", $frm_id);
//////////////////
//add inputfields and buttons....
//////////////////
//Name
$Form->new_Input($FormularName, $InputName_Name, "text", display(${$InputName_Name}));
$Form->set_InputJS($FormularName, $InputName_Name, " onChange=\"flash('submit','#ff0000');\" ");
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/11 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$_MAIN_OUTPUT .= "\n\n<!-- bounce_filter_form.inc -->\n\n";
$InputName_Submit = "submit2";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "bounce_filter";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("Host wählen"));
//variable content aus menu als hidden field!
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "host", "hidden", $host);
$Form->new_Input($FormularName, "offset", "hidden", $offset);
$Form->new_Input($FormularName, "limit", "hidden", $limit);
$Form->new_Input($FormularName, "set", "hidden", $set);
$Form->new_Input($FormularName, "bounce", "hidden", $bounce);
$Form->new_Input($FormularName, "bounce_type", "hidden", $bounce_type);
$Form->new_Input($FormularName, "filter_to", "hidden", $filter_to);
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/11 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$_MAIN_OUTPUT .= "\n\n<!-- adr_search_form.inc -->\n\n";
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "adr_search";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "get", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("Adressen suchen und filtern"));
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "set_search", "hidden", "search");
//////////////////
//add inputfields and buttons....
//////////////////
//EMAIL
$Form->new_Input($FormularName, $InputName_Name, "text", ${$InputName_Name});
$Form->set_InputJS($FormularName, $InputName_Name, " onChange=\"flash('submit','#ff0000');\" onkeyup=\"RemoveInvalidChars(this, '[^A-Za-z0-9\\*\\_\\@\\.\\-]'); ForceLowercase(this);\"");
$Form->set_InputStyleClass($FormularName, $InputName_Name, "mFormText", "mFormTextFocus");
/********************************************************************************/
/* this file is part of: / diese Datei ist ein Teil von:                        */
/* tellmatic, the newslettermachine                                             */
/* tellmatic, die Newslettermaschine                                            */
/* 2006/7 by Volker Augustin, multi.art.studio Hanau                            */
/* Contact/Kontakt: info@tellmatic.org                                      */
/* Homepage: www.tellmatic.org                                                   */
/* leave this header in file!                                                   */
/* diesen Header nicht loeschen!                                                */
/* check Homepage for Updates and more Infos                                    */
/* Besuchen Sie die Homepage fuer Updates und weitere Infos                     */
/********************************************************************************/
$InputName_Submit = "submit";
$InputName_Reset = "reset";
//Form
$Form = new tm_SimpleForm();
$FormularName = "nl_grp_new";
//make new Form
$Form->new_Form($FormularName, $_SERVER["PHP_SELF"], "post", "_self");
$Form->set_FormJS($FormularName, " onSubmit=\"switchSection('div_loader');\" ");
//add a Description
$Form->set_FormDesc($FormularName, ___("Neue Newslettergruppe erstellen"));
$Form->new_Input($FormularName, "act", "hidden", $action);
$Form->new_Input($FormularName, "set", "hidden", "save");
$Form->new_Input($FormularName, "nl_grp_id", "hidden", $nl_grp_id);
//////////////////
//add inputfields and buttons....
//////////////////
//Name
$Form->new_Input($FormularName, $InputName_Name, "text", display(${$InputName_Name}));
$Form->set_InputJS($FormularName, $InputName_Name, " onChange=\"flash('submit','#ff0000');\" ");