<var C = GLOBAL.Def.Style.color>
<fake_person>
<tag.spf_guardhouse heading="Log In to Read Steve's Blog">
<BREAK>
</fake_person>
<!--- sidebar --->
<tag.spf_haven_sidebar title="Radio">
</tag.spf_haven_sidebar>
<!--- radio info --->
<div style="margin-left:280px;">
<var _post_status = 0>
<var _post_message = "">
<if isDefined("POST.radio_feedback_form")>
<ensure variable="POST.station_name" value="">
<ensure variable="POST.song_requested" value="">
<ensure variable="POST.what_happened" value="">
<ensure variable="POST.how_friendly" value="">
<if POST.station_name EQ "">
<var _post_status = 2>
<var _post_message = _post_message & "Please tell us the name of the radio station.">
</if>
<if POST.song_requested EQ "">
<var _post_status = 2>
<var _post_message = _post_message & "Please tell us the name of the song you requested.">
</if>
<if POST.what_happened EQ "">
<var _post_status = 2>
<var _post_message = _post_message & "Please tell us what happened.">
</if>
<if POST.how_friendly EQ "">
<var _post_status = 2>
<var _post_message = _post_message & "Please tell us how friendly the station was.">
</if>
<if _post_status EQ 0>
<var _post_status = 1>
<email to="steve@fentriss.com" from="steve" subject="FenRadio Feedback">Hey Steve,
/user-#client_id# | #escapeMarkup(client_name)#
Station Name: #escapeMarkup(POST.station_name)#
Song Requested: #escapeMarkup(POST.song_requested)#
What Happened: #escapeMarkup(POST.what_happened)#
How Friendly: #escapeMarkup(POST.how_friendly)#
--
CGI:
#serializeJSON(cgi)#</email>
</if>
</if>
<if _post_status EQ 1>
<h3>Thanks for Your Feedback!</h3>
<p>
This information will be stored anonymously. We will use this information
to help other members of Club Steve USA.
</p>
<p>
<a href="http://#this_domain#/radio/request">Request Another Song</a>
|
<a href="http://#this_domain#/">Back to Fentriss.com</a>
</p>
<else>
<if _post_status EQ 0>
<h3>Play Steve on Your Radio</h3>
<p>
Members of Club Steve USA have started an underground movement to
get their favorite Steve tunes played on the radio. You've already joined
the club - now, join the movement.
</p>
<div> </div>
<h4>1. Call the Station!</h4>
<p>
Did you know that most radio stations are pretty friendly? At this very moment,
there is almost certainly a person sitting in the office of your favorite radio station
(or at the email inbox of your favorite online radio station), bored out of their mind,
waiting for someone to call.
</p>
<div style="margin-left:3em;">
<div style="padding:7px; border:1px solid #C.ter#; border-radius:7px;">
<div>
<form class="gsearchform" method="get" enctype="application/x-www-form-urlencoded" action="http://google.com/" target="_blank">
<input name="q" class="google_q" type="hidden" style="display:none;" value="contact">
<input name="q" class="select_this google_q binded_to_a" type="text" value="" style="border-color:#C.pri#;">
<input name="q" class="google_q" type="hidden" style="display:none;" value="radio">
<input style="cursor:pointer; border-color:#C.pri#; background:#C.pri#; color:white; font-weight:bold;" type="submit" value="Get Phone Number">
</form>
</div>
<small><small><div style="color:#C.g3#; padding-top:3px;">
Type the name of your favorite radio station to find their phone number.
</div></small></small>
</div>
</div>
<div> </div>
<h4>2. Request One of These Songs</h4>
<p>
Here are some of Steve's most commonly requested tunes:
</p>
<div style="margin-left:3em;">
<div style="padding:7px; border:1px solid #C.ter#; border-radius:7px;">
<ul style="margin-top:0px; margin-bottom:0px;">
<li>Believe Me</li>
</ul>
<small><small><div style="color:#C.g3#; padding-top:3px; width:320px;">
We recommend that you only request songs from this list. Radio stations won't be
able to play other songs as easily.
</div></small></small>
</div>
</div>
<div> </div>
</if>
<if _post_status GT 0>
<h3>Oh No! Please Try Again!</h3>
<div style="width:420px; padding:7px; border:1px solid #C.ter#; border-radius:7px;">
#_post_message#
</div>
<else>
<h4>3. Tell Us What Happened</h4>
<p>
Was the radio station nice? Not so nice? Help future radio callers
from Club Steve USA by providing a little feedback.
</p>
</if>
<tag.unit_css>
<style type="text/css">
.unit_left { padding-top:4px; }
</style>
<div style="margin-left:3em;">
<div style="padding:7px; border:1px solid #C.ter#; border-radius:7px;">
<postform>
<input type="hidden" name="radio_feedback_form" value="1">
<div class="unit">
<div class="unit_left">
Station Name:
</div>
<div class="unit_right">
<input name="station_name" class="binded_to_a" value="<if isDefined("POST.station_name")>#escapeDoubleQuotes(escapeMarkup(POST.station_name))#</if>">
</div>
</div>
<div class="unit">
<div class="unit_left">
Song Requested:
</div>
<div class="unit_right">
<input name="song_requested" value="<if isDefined("POST.song_requested")>#escapeDoubleQuotes(escapeMarkup(POST.song_requested))#</if>">
</div>
</div>
<div class="unit">
<div class="unit_left">
What Happened?
</div>
<div class="unit_right">
<ensure variable="POST.what_happened" value="">
<select name="what_happened">
<option value="they_played_it">They played the song</option>
<option value="they_did_not_have_it">They did not have the song on hand</option>
<option value="they_had_but_did_not_play">They had the song but did not play it</option>
</select>
</div>
</div>
<div class="unit">
<div class="unit_left">
The Station Was...
</div>
<div class="unit_right">
<select name="how_friendly">
<option value="very_friendly">Very friendly</option>
<option value="about_average">About average</option>
<option value="not_friendly">Not so friendly</option>
</select>
</div>
</div>
<div class="unit">
<div class="unit_left">
</div>
<div class="unit_right">
<input type="submit" class="spf_btn" value="Submit Feedback" style="cursor:pointer;">
</div>
</div>
</postform>
<small><small><div style="color:#C.g3#; padding-top:3px; width:320px;">
</div></small></small>
</div>
</div>
<div> </div>
</if>
</div>