Created
December 12, 2011 19:34
-
-
Save vybs/1468717 to your computer and use it in GitHub Desktop.
connection_suggester dust template
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
{#data} | |
<div id="connection-suggester-dialog">{! /* DIALOG WRAPPER */ !} | |
<div class="connection-suggester-picker">{! /* DIALOG PICKER WRAPPER */ !} | |
{! /* SUGGESTER TOOLS */ !} | |
<div class="connection-sugg-head"> | |
{! /* SEE ALL/SELECTED BUTTONS WITH COUNTS */ !} | |
<a href="#" class="show-selected btn-quaternary disabled"> | |
<span class="selected">{.connection_suggester__input_value__see_selected} <b></b></span> | |
<span class="all">{.connection_suggester__input_value__see_all} <b></b></span> | |
</a> | |
{! /* SUGGESTER SEARCH BOX WITH GHOST LABEL */ !} | |
<label for="connection-sugg-search-box" class="ghost"> | |
{.connection_suggester__input_value__search_label} | |
</label> | |
<input name="search-contacts" id="connection-sugg-search-box" class="search-term" type="text" value="" autocomplete="off"> | |
{! /* SELECT ALL */ !} | |
<div class="select-all"> | |
<input name="select-all" value="{.connection_suggester__input_value__select_all}" class="select-all" type="checkbox"> | |
</div> | |
<label>{.connection_suggester__input_value__select_all}</label> | |
</div>{! /* END SUGGESTER TOOLS */ !} | |
{>_connection_suggester_form/} | |
</div>{! /* END DIALOG PICKER WRAPPER */ !} | |
</div>{! /* END DIALOG WRAPPER */ !} | |
{/data} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment