?>

      <?php 
    if (IIRS_0_setting('image_entry')) {
        ?>
        <h3 class="IIRS_0_horizontal_section"><?php 
        IIRS_0_print_translated_HTML_text(IGNORE_TRANSLATION, 'image');
        ?>
:</h3>
        <div id="IIRS_0_searchcontrol"><?php 
        IIRS_0_print_translated_HTML_text(IGNORE_TRANSLATION, 'Loading Google images for');
        IIRS_0_print_HTML_text(" {$town_name}");
        ?>
</div>
        <div id="IIRS_0_searchForm"><?php 
        IIRS_0_print_HTML_text("{$town_name} town");
        ?>
</div>
        <?php 
        IIRS_0_print_translated_HTML_text(IGNORE_TRANSLATION, 'or upload');
        ?>
:
      <?php 
    }
    ?>

      <div class="IIRS_0_horizontal_section">
        <input class="IIRS_0_bigbutton IIRS_0_back" type="button" value="&lt;&lt; <?php 
    IIRS_0_print_translated_HTML_text('back');
    ?>
" />
function IIRS_0_print_translated_HTML_text($string, $reason = FALSE)
{
    IIRS_0_print_HTML_text(IIRS_0_translation($string));
}
        IIRS_0_print_HTML_form_value($domain);
        ?>
" />
      </div>

      <ul id="IIRS_0_list_selector">
        <?php 
        if ($towns_searched_for && !$towns_found) {
            ?>
          <li class="IIRS_0_place IIRS_0_message IIRS_0_message_level_information">
            <img src="<?php 
            IIRS_0_print_HTML_image_src("{$IIRS_URL_image_stem}/information");
            ?>
" />
            <?php 
            IIRS_0_print_HTML_text(IIRS_0_translation('no towns found matching') . " {$town_name} " . '<br/>' . IIRS_0_translation('you will need to email') . ' ' . IIRS_EMAIL_TEAM_LINK . ' ' . IIRS_0_translation('to register by email because we cannot find your town on our maps system!'));
            ?>
          </li>
        <?php 
        }
        ?>
        <?php 
        IIRS_0_print_HTML($location_options);
        ?>
        <li id="IIRS_0_other" class="IIRS_0_place">
          <?php 
        IIRS_0_print_translated_HTML_text('change location');
        ?>
:
          <input id="IIRS_0_research_town_name_new" value="<?php 
        IIRS_0_print_HTML_form_value($town_name);
        ?>
          <li class="IIRS_0_place" id="IIRS_0_no_geo_location">
            <input name="place" class="IIRS_0_radio IIRS_0_required" value="<?php 
        IIRS_0_print_HTML(urlencode(serialize($location_array_not_specified)));
        ?>
" type="radio" id="IIRS_0_location_1_input" />
            <label class="IIRS_0_message IIRS_0_message_level_warning" for="IIRS_0_location_1_input">
              <?php 
        IIRS_0_print_translated_HTML_text("no towns found matching");
        IIRS_0_print_HTML_text(" {$town_name}. ");
        IIRS_0_print_HTML('<br/>');
        IIRS_0_print_translated_HTML_text('select this option to register without "geo-location"');
        ?>
              <div class="IIRS_0_status"><?php 
        IIRS_0_print_translated_HTML_text("this means that we won't know actually where your town is so it won't appear on the maps yet.");
        IIRS_0_print_HTML_text(' ');
        IIRS_0_print_translated_HTML_text("we will contact you to resolve this, or you can type in another name below.");
        ?>
</div>
            </label>
          </li>
        <?php 
    }
    ?>
        <?php 
    IIRS_0_print_HTML($location_options);
    ?>
        <li id="IIRS_0_other" class="IIRS_0_place">
          <?php 
    IIRS_0_print_translated_HTML_text('other');
    ?>