-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abc996d
commit 7ba1beb
Showing
11 changed files
with
604 additions
and
570 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,103 +1,80 @@ | ||
<div class="gray-background"> | ||
<div class="prototype-picker-filter"> | ||
<label class="sam transition" for="agency-picker"> | ||
Federal Organizations | ||
(<a (click)="openModal()">Unsure?</a>) | ||
</label> | ||
<select class="sam transition" id="agency-picker" name="agency"> | ||
<option value="" selected disabled hidden>Search...</option> | ||
<option>Action</option> | ||
<option>United States Information Agency</option> | ||
<option>Office of Intergovernmental Relations</option> | ||
<option>Bureau of Radiological Health</option> | ||
<option>Office of Human Development Services</option> | ||
<option>U.S. Postal Service</option> | ||
<option>Old West Regional Commission</option> | ||
<option>Health Care Financing Administration</option> | ||
<option>Interstate Commerce Commission</option> | ||
<option>Smithsonian Institution</option> | ||
</select> | ||
</div> | ||
|
||
|
||
<div class="prototype-picker-overlay"> | ||
|
||
|
||
<div class="prototype-picker"> | ||
|
||
<sam-title importance="normal"> | ||
Picker | ||
</sam-title> | ||
|
||
<div class="sam search"> | ||
<input class="sam input" type="search" placeholder="Search"> | ||
<button routerLink="/prototypes/component/picker-5" class="sam button left attached"> | ||
<sam-icon name="search"></sam-icon> | ||
</button> | ||
</div> | ||
|
||
<div class="picker-radios"> | ||
<span> | ||
<input type="radio" id="search-all"name="search" value="all"> | ||
<label for="search-all">Search All</label> | ||
</span> | ||
<span> | ||
<input type="radio" id="search-here" name="search" value="here" checked> | ||
<label for="search-here"> | ||
Search this agency | ||
</label> | ||
</span> | ||
</div> | ||
|
||
|
||
<div class="picker-crumbs"> | ||
Office of Intergovernmental Relations | ||
</div> | ||
|
||
<div class="picker-results"> | ||
<div class="picker-results-wrapper"> | ||
<div class="picker-result"> | ||
<a>Homer</a> | ||
</div> | ||
<div class="picker-result"> | ||
<a routerLink="/prototypes/component/picker-3">Bart</a> | ||
</div> | ||
<div class="picker-result"> | ||
<a>Marge</a> | ||
</div> | ||
<div class="picker-result"> | ||
<a>Lisa</a> | ||
</div> | ||
<div class="picker-result"> | ||
<a>Mr. Burns</a> | ||
</div> | ||
<div class="picker-result"> | ||
<a>Apu</a> | ||
</div> | ||
<div class="picker-result"> | ||
<a>Milhouse</a> | ||
</div> | ||
<div class="picker-result"> | ||
<a>Moe</a> | ||
</div> | ||
<div class="picker-result"> | ||
<a>Ned</a> | ||
</div> | ||
<div class="picker-result"> | ||
<a>Nelson</a> | ||
</div> | ||
<div class="picker-result"> | ||
<a>Krusty</a> | ||
</div> | ||
<div class="picker-result"> | ||
<a>Barney</a> | ||
</div> | ||
|
||
<div class="picker-result"> | ||
<a>Ralph</a> | ||
</div> | ||
<div class="picker-result"> | ||
<a>Skinner</a> | ||
</div> | ||
<div class="picker-result"> | ||
<a>Edna</a> | ||
</div> | ||
<div class="picker-result"> | ||
<a>Fat Tony</a> | ||
</div> | ||
<div class="picker-result"> | ||
<a>Lenny</a> | ||
</div> | ||
<div class="picker-result"> | ||
<a>Carl</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<br> | ||
<div class="picker-footer"> | ||
<a routerLink="/prototypes/component/picker">Reset</a> | ||
<button class="sam button primary" type="button">Add Office of Intergovernmental Relations</button> | ||
<div class="prototype-picker"> | ||
|
||
<sam-title importance="normal"> | ||
Search Federal Organizations | ||
</sam-title> | ||
|
||
<div class="sam search"> | ||
<input class="sam transition input" type="search" placeholder="Search"> | ||
<button class="sam transition button left attached"> | ||
<sam-icon name="search"></sam-icon> | ||
</button> | ||
</div> | ||
|
||
<div class="picker-radios"> | ||
<span> | ||
<input class="sam transition" type="radio" id="search-all"name="search" value="all"> | ||
<label class="sam transition" for="search-all">Search All</label> | ||
</span> | ||
<span> | ||
<input class="sam transition" type="radio" id="search-here" name="search" value="here" checked> | ||
<label class="sam transition" for="search-here"> | ||
Search here | ||
</label> | ||
</span> | ||
</div> | ||
|
||
<div class="picker-crumbs"> | ||
Department of Defense | ||
</div> | ||
|
||
<div class="picker-results"> | ||
<div class="picker-results-wrapper-2"> | ||
<a> | ||
Departments | ||
<span>3 found</span> | ||
</a> | ||
<a routerLink="/prototypes/component/picker-3"> | ||
Agencies | ||
<span>20 found</span> | ||
</a> | ||
<a> | ||
Field Activities | ||
<span>8 found</span> | ||
</a> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
<br> | ||
|
||
<div class="picker-footer"> | ||
<a routerLink="/prototypes/component/picker">Reset</a> | ||
<button class="sam primary button" type="button">Add Department of Defense</button> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> |
Oops, something went wrong.