<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-11300582-1', 'alle-ziele-spedition.de');
  ga('send', 'pageview');

</script>
				<div id="head_bildleiste"><div class="img7183587b"><!-- --></div><div class="img857034"><!-- --></div><div class="img52814"><!-- --></div><div class="img9606427"><!-- --></div><div class="img14351312"><!-- --></div></div>
				<div class="inlet_content">
					<h1>Seite empfehlen</h1>
<cfoutput>

<div id="kont" summary="Kontakt Formular">
	<cfif CGI.REQUEST_METHOD EQ "POST">

<!--- cfsilent --->
	<cfparam name="FORM_DUTY" default=0 />
	<cfparam name="FORM.BETREFF" default="">
	<cfparam name="FORM.TEXT" default="">
	<cfparam name="FORM.ANREDE" default="">
	<cfparam name="FORM.NAME" default="">
	<cfparam name="FORM.ZIELANREDE" default="">
	<cfparam name="FORM.ZIELNAME" default="">
	<cfparam name="FORM.ZIELEMAIL" default="">
	<cfparam name="FORM.CAPT" default="">
	<cfset err_message = "">
		  <!--- kleines FORM-Hacking verhindern --->
	 <cfset FORM.BETREFF = TRIM(REReplace(FORM.BETREFF,"<[^>]*>","","ALL"))>
	 <cfset FORM.TEXT = TRIM(REReplace(FORM.TEXT,"<[^>]*>","","ALL"))>
	 <cfset FORM.NAME = TRIM(REReplace(FORM.NAME,"<[^>]*>","","ALL"))>
	 <cfset FORM.ZIELNAME = TRIM(REReplace(FORM.ZIELNAME,"<[^>]*>","","ALL"))>
		<!--- special-check auf mailfeld --->
	 <cfif (REFIND("[a-zA-Z0-9_.+-]+@[^@.][a-zA-Z-]{2,}\.[a-zA-Z-]{2,4}",FORM.ZIELEMAIL) EQ 0)>
			<cfset err_message = "<li>keine g&uuml;ltige E-Mail Adresse</li>">
			<cfset form_gut = 0><cfelse><cfset form_gut = 1>
	 </cfif>
		<cfif FORM.BETREFF EQ ""><cfset err_message = err_message & "<li>kein Betreff angegeben</li>"><cfset form_gut = 0><cfelse><cfset form_gut = 1></cfif>
		<cfif FORM.TEXT EQ ""><cfset err_message = err_message & "<li>keine Nachricht angegeben</li>"><cfset form_gut = 0><cfelse><cfset form_gut = 1></cfif>
		<cfif (session.mycaptcha NEQ FORM.CAPT)><cfset err_message = err_message & "<li>SPAM-Schutz war falsch</li>">
		<cfset form_gut = 0><cfelse><cfset form_gut = 1></cfif>
<!--- /cfsilent --->
#form.ZIELEMAIL#
2: #FORM.ZIELEMAIL#
	<cfif form_gut>  
	<cfmail from="#application.mail_from#" to="#form.ZIELEMAIL#" subject="ALLE ZIELE-Weiterempfehlung">
	+++++++++++++++++++++++++++++++++++++++++++++++++
        	 ALLE ZIELE-Weiterempfehlung
	+++++++++++++++++++++++++++++++++++++++++++++++++
	Wann : #LSDateFormat(NOW(),'dd.mm.yyyy')# um #LSTimeFormat(NOW(),'HH:mm:ss')# Uhr

	#TRIM(FORM.BETREFF)#

	Sehr geehrter #form.anrede# #form.name#,

	#TRIM(FORM.ZIELANREDE)# #TRIM(FORM.ZIELNAME)# hat Ihnen unsere Seite
	
	http://www.alle-ziele-spedition.com/
	
	mit dem folgenden Text empfohlen :

	#TRIM(FORM.TEXT)#
	</cfmail>

    <p>Vielen Dank f&uuml;r Ihre Empfehlung.<br />
		Ihre Mitteilung wurde an uns weitergeleitet.
	</p>
	<cfelse>
		<p>Bei der Daten&uuml;bermittlung ist ein Fehler aufgetreten!</p>
		<p>Bitte pr&uuml;fen Sie nachfolgende Hinweise und versuchen Sie es erneut.</p>
		<ul type="disc" compact>
			#err_message#
		</ul>
		<p><a href="#cgi.script_name#" class="fliesstext_1">Zurück</a></p>
	</cfif>
<cfelse>
	<p>Die mit * gekennzeichneten Felder bitte ausf&uuml;llen.</p>
	<form id="form" name="form" action="#cgi.script_name#" onSubmit="handleMyForm();return false" method="post">
	
		<p><input type="text" name="BETREFF" value="Betreff*" onfocus="this.value='';this.style.backgroundColor='##C6D2E8';count(this.name)" onblur="this.style.backgroundColor='##fff';check_out(this.name)" style="width:400px;border:1px solid ##d5d6d7;font-size:14px;" /></p>
		<p><textarea id="TEXT" name="TEXT" cols="50" rows="5" onfocus="this.value='';this.style.backgroundColor='##C6D2E8';count(this.name);" onblur="this.style.backgroundColor='##fff';check_out(this.name)" style="font-size: 14px; width:400px;border:1px solid ##d5d6d7;">Ihre Mitteilung*</textarea></p>
		<p style="margin-bottom: 0.5em;"><span style="display: block;width:6em;float:left;">Ihr Name:</span><select name="ANREDE" style="font-size: 14px"><option value="Herr">Herr</option><option value="Frau">Frau</option></select>
		   <input type="text" name="NAME" value="Name*" onfocus="this.value='';this.style.backgroundColor='##C6D2E8';count(this.name);" onblur="this.style.backgroundColor='##fff';check_out(this.name)" style="width:19em;border:1px solid ##d5d6d7;font-size:14px;" />
		</p>
		<p style="margin-top: 0.5em;"><span style="display: block;width:6em;float:left;">An:</span>
			<select name="ZIELANREDE" style="font-size: 14px"><option value="Herr">Herr</option><option value="Frau">Frau</option></select>
			<input type="text" name="ZIELNAME" value="Name*" onfocus="this.value='';this.style.backgroundColor='##C6D2E8';count(this.name);" onblur="this.style.backgroundColor='##fff';check_outcheck_out(this.name)" style="width:19em;font-size:14px;border:1px solid ##d5d6d7;" /><br />
			<span style="display: block;width:6em;float:left;margin-top: 0.3em;">E-Mail:</span><input type="text" name="ZIELEMAIL" value="E-Mail-Adresse*" onfocus="this.value='';this.style.backgroundColor='##C6D2E8';count(this.name);" onblur="this.style.backgroundColor='##fff';check_out(this.name)" style="margin-top: 0.3em;width:23.2857em; font-size:14px;border:1px solid ##d5d6d7;" />
		</p>
		<p style="margin-top:1.5em">Geben Sie die Zeichen aus dem unten angezeigten Bild ein:</p>
		<div style="float:left; margin-right: 0.5em"><a href="#cgi.script_name#" title="Unleserlich? Klick - neues Bild anfordern" onfocus="if(this.blur)this.blur();"><cfinclude template="captcha_inc.inc" /></a></div>
		<div>
			<p style="margin-bottom:0;">Sicherheitsabfrage:</p>
			<input type="text" name="CAPT" value="" onfocus="this.value='';this.style.backgroundColor='##C6D2E8'" onblur="this.style.backgroundColor='##fff'" style="font-size: 14px;width:18em;border:1px solid ##d5d6d7;" />
		</div>
			<input type="submit" name="absenden" value="Absenden" onfocus="if(this.blur)this.blur();" style="font-size: 12px; margin-top: 0.4em; margin-right: 2em; padding-bottom: 2px; padding-top: 2px;color:##15305b;background-color:##e9e3db;border:1px solid ##15305b;" />
			<input type="reset" name="clear" value="L&ouml;schen" onfocus="if(this.blur)this.blur();" style="font-size: 12px; margin-top: 0.4em; padding-bottom: 2px; padding-top: 2px;color:##15305b;background-color:##fff;border:1px solid ##15305b;" />
		</p>
		<p>Ihre Daten werden weder an Dritte &uuml;bermittelt noch bei uns gespeichert.</p>
	</form>
</cfif>
</cfoutput>
			</div>
				</div>