Changeset 12173


Ignore:
Timestamp:
2006-07-12T16:03:57+12:00 (18 years ago)
Author:
mdewsnip
Message:

Added the "District of Columbia" state.

Location:
trunk/cic-hcap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/cic-hcap/macros/extra.dm

    r12172 r12173  
    938938         if (stq_values[i] == "CT") stq_results += '_states:cicstateCT_';
    939939         if (stq_values[i] == "DE") stq_results += '_states:cicstateDE_';
     940         if (stq_values[i] == "DC") stq_results += '_states:cicstateDC_';
    940941         if (stq_values[i] == "FL") stq_results += '_states:cicstateFL_';
    941942         if (stq_values[i] == "GA") stq_results += '_states:cicstateGA_';
     
    10501051    <input type="hidden" name="stq" value="">
    10511052        <select name="stc" size="20" multiple="true" style="width: 125px;">
    1052       <option value="CT,DE,ME,MD,MA,NH,NJ,NY,PA,RI,VT">Northeast</option>
     1053      <option value="CT,DE,DC,ME,MD,MA,NH,NJ,NY,PA,RI,VT">Northeast</option>
    10531054      <option value="AL,AR,FL,GA,KY,LA,MS,NC,SC,TN,VA,WV">Southeast</option>
    10541055      <option value="IL,IN,IA,KS,MI,MN,MO,NE,ND,OH,SD,WI">Midwest</option>
     
    10831084  <option value="CT">Connecticut</option>
    10841085  <option value="DE">Delaware</option>
     1086  <option value="DC">District of Columbia</option>
    10851087  <option value="FL">Florida</option>
    10861088  <option value="GA">Georgia</option>
  • trunk/cic-hcap/perllib/plugins/CICPlug.pm

    r12171 r12173  
    118118    "CO" => "Colorado",
    119119    "CT" => "Connecticut",
     120    "DC" => "District of Columbia",
    120121    "DE" => "Delaware",
    121122    "FL" => "Florida",
     
    173174    "CO" => "Mountain",
    174175    "CT" => "Northeast",
     176    "DC" => "Northeast",
    175177    "DE" => "Northeast",
    176178    "FL" => "Southeast",
Note: See TracChangeset for help on using the changeset viewer.