<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Breathe Right® Nasenstrips – GewÅ*hltes Datenformat</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
@import "css.css";
</style>
</head>
<body>
<?php
include ("data/kopf.inc.php");
include ("data/subNavi.inc.php");
include ("data/navigation.inc.php");
require_once './inc/global.includes.php';
require_once './classes/DataObjects/DataObjects_action.php';
// get Business-Object from Backend or create it
if (isset($_SESSION["business_object"])) {
$download =& $_SESSION["business_object"];
} else {
$download =& DB_DataObject::factory('action');
//$download->get(getValue($_REQUEST, 'value'));
$_SESSION["business_object"] = $download;
}
// forward request to business object
$messages = $download->process(&$_REQUEST);
if (isset($_REQUEST['type']) && $_REQUEST['type'] != '') {
$_REQUEST['file_type'] = $_REQUEST['type'];
}
//var_dump($_REQUEST);
?>
<div id="content">
<table width="100%" height="335" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<h1>Handyklingelton kostenlos herunterladen! </h1>
<form action="<?php echo $_SERVER["PHP_SELF"]; ?>" name="download_form" method="POST" >
<?php
include './inc/errorbox.includes.php';
?>
Gewähltes Datenformat:
.<?php
$type = $_REQUEST["file_type"];
echo $type;
?>
<?php
include ("captcha.php");
include ("captcha_ausw.php");
?>
</p>
Um den Klingelton zu erhalten, füllen Sie bitte folgendes Formular
aus.
Die fett markierten Felder sind Pflichtangaben.
<table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td>
Internationale Vorwahl:</td>
<td>00<input name="phone_number_part1" type="text" value="<?php if (getValue($_REQUEST, 'phone_number_part1') != '') { print getValue($_REQUEST, 'phone_number_part1'); } else { print '49'; } ?>" size="2" maxlength="2"></td>
</tr>
<tr>
<td>
Telefonnummer:</td>
<td>0<input type="text" name="phone_number_part2" value="<?php print getValue($_REQUEST, 'phone_number_part2'); ?>"></td>
</tr>
<tr>
<td>Vorname: </td>
<td><input type="text" name="name" value="<?php print getValue($_REQUEST, 'name'); ?>"></td>
</tr>
<tr>
<td>E-Mail:</td>
<td><input type="text" name="email" value="<?php print getValue($_REQUEST, 'email'); ?>"></td>
</tr>
<tr>
<td align="right" valign="top">
<input type="hidden" name="agreement" value="0" />
<input type="checkbox"
name="agreement"
value="on"
<?php if (getValue($_REQUEST, 'agreement') == 'on') { print 'checked'; } ?>
/>
</td>
<td>Ich erkläre mich bis auf Widerruf damit einverstanden, das meine
Daten elektronisch gespeichert werden. Die Daten werden ausschließlich
zu Zwecken genutzt, die zur Erfüllung meiner Anfrage notwendig
sind. Die Daten werden nicht an Dritte weitergegeben. Auf Wunsch werden
mir die gespeicherten Daten mitgeteilt. </td>
</tr>
<div>
<p class="abstand3">Please enter correct code here. </p>
<p class="abstand3">[img]captcha_img.php[/img]</p>
<p class="abstand">[b]Sicherheitscode:[b] <input maxlength="6" name="txtCode" size="28" type="text" /></p>
</div>
<tr>
<td align="right" valign="top"></td>
<td>
<input type="hidden"
name="file_type"
value="<?php print getValue($_REQUEST, 'file_type'); ?>" />
<input type="hidden"
name="action_type"
value="download" />
<input type="hidden"
name="status_download"
value="1" />
<input type="hidden"
name="status_support"
value="0" />
<input type="hidden"
name="action"
value="speichern" />
<input type="submit"
name="send_download"
value="Senden" />
<input name="delete"
type="reset"
id="delete"
value="Zurücksetzen" />
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<?php
include ("data/reiterLeiste.inc.php");
include ("data/fuss.inc.php");
?>
<script type="text/javascript" language="javascript">
var sc_project=575116;
var sc_partition=4;
var sc_security="d3b1f73c";
</script>
<script type="text/javascript" language="javascript"
src="http://www.statcounter.com/counter/counter.js"></script>
<noscript>
<a href="http://www.statcounter.com/" target="_blank">
<img src="http://c5.statcounter.com/counter.php?sc_project=575116&amp;java=0&
amp;amp;security=d3b1f73c" alt="free web page counters" border="0"></a>
</noscript>
<?php @include_once $GLOBALS['HTTP_SERVER_VARS']['DOCUMENT_ROOT'].'/twatch_include/logger.php'; ?>
</body>
</html>
Ich werde jetzt wahrscheinlich fertig gemacht, weil ich hier einen so langen Code gepostet habe!
