Jump to content

Template:Template17

From Oregon Church Wiki
Revision as of 04:34, 14 October 2025 by ORCadmin (talk | contribs)
Advanced Search
   <label style="display:flex;flex-direction:column;gap:6px;">
     Denomination
     <select id="oc-denom" style="min-width:220px;padding:6px;">
       <option value="">ANY</option>
       <option>Catholic</option>
       <option>Lutheran</option>
       <option>Baptist</option>
       <option>Orthodox</option>
       <option>Non-denominational</option>
       <option>Pentecostal</option>
       <option>Methodist</option>
       <option>Presbyterian</option>
       <option>Anglican</option>
       <option>Evangelical</option>
     </select>
   </label>
   <label style="display:flex;flex-direction:column;gap:6px;">
     County
     <select id="oc-county" style="min-width:220px;padding:6px;">
       <option value="">ANY</option>
       <option>Multnomah</option>
       <option>Washington</option>
       <option>Clackamas</option>
       <option>Lane</option>
       <option>Marion</option>
       <option>Jackson</option>
       <option>Deschutes</option>
       <option>Linn</option>
       <option>Benton</option>
       <option>Yamhill</option>
     </select>
   </label>
   <label style="display:flex;flex-direction:column;gap:6px;">
     Language
     <select id="oc-lang" style="min-width:220px;padding:6px;">
       <option value="">ANY</option>
       <option>Spanish</option>
       <option>Russian</option>
       <option>Korean</option>
       <option>Romanian</option>
       <option>Vietnamese</option>
       <option>Chinese</option>
       <option>Latin</option>
       <option>ASL</option>
     </select>
   </label>
   <button id="oc-run" style="padding:8px 14px;border:1px solid #2e7d32;border-radius:8px;background:#e8f5e9;cursor:pointer;">
     Search
   </button>
   <button id="oc-reset" style="padding:8px 14px;border:1px solid #999;border-radius:8px;background:#f6f6f6;cursor:pointer;">
     Reset
   </button>