<h4>Add a Station</h4>
<div align="center">
<div align="left" style="width:480px; padding:7px; padding-top:11px; background:##444; border:1px solid white;">
<postform>
<postsuccess>
<var _new_location = "">
<if isdefined("POST.n1_notes") AND trim(POST.n1_notes) NEQ "">
<var _new_location = trim(POST.n1_notes)>
</if>
<h1>Whammo!</h1>
<p>
The station has been added.
</p>
<p>
<a href="http://#this_domain#/tv_stations_worksheet">Back to Worksheet</a>
<if trim(_new_location) NEQ "">
|
<a href="http://#this_domain#/tv_stations_worksheet?&x=&q=#UrlEncodedFormat(_new_location)#">View Results for <b>#escapeMarkup(_new_location)#</b></a>
</if>
</p>
</postsuccess>
<postfail>
<h2>Error adding new station</h2>
<p>
You let a drummer make your website. What were you thinking?
</p>
<p>
<a href="http://#this_domain#/New_Station"><b>Try Again</b></a>
|
<a href="http://fentriss.com/Contact">Contact Webmaster</a>
</p>
</postfail>
<postneutral>
<tag.unit_css>
<style type="text/css">
.unit_note { color:##ccc; padding:3px; font-size:0.72em; }
</style>
<div class="unit">
<div class="unit_left">
Title:
</div>
<div class="unit_right">
<input name="1_title" id="1_title">
<div class="unit_note">
Complete call sign, ex. "WXYZ-DT2"
</div>
</div>
</div>
<div class="unit">
<div class="unit_left">
Broadcaster:
</div>
<div class="unit_right">
<input name="1_broadcaster">
<div class="unit_note">
Short broadcaster name, ex. "NBC"
</div>
</div>
</div>
<div class="unit">
<div class="unit_left">
Area:
</div>
<div class="unit_right">
<input name="1_notes">
<div class="unit_note">
Location, ex. "Detroit"
</div>
</div>
</div>
<div class="unit">
<div class="unit_left">
Showtime:
</div>
<div class="unit_right">
<input name="1_default_aze_showtime">
<div class="unit_note">
Default AZE2 showtime, if any - ex. "Sat at 9am"
</div>
</div>
</div>
<div class="unit">
<div class="unit_left">
</div>
<div class="unit_right">
<input type="submit" value="Create Station >" style="cursor:pointer; font-weight:bold;">
</div>
</div>
<input type="hidden" style="display:none;" name="1_posttype" value="INSERT">
<input type="hidden" style="display:none;" name="1_orb" value="tv_station">
<input type="hidden" style="display:none;" name="1_giveto_unsignedint" value="837">
<tag.jquery>
<script type="text/javascript">
$(document).ready(function() {
$('##1_title').focus();
});
</script>
</postneutral>
</postform>
</div>
</div>