OLD | NEW |
(Empty) | |
| 1 <div id="destination-search" class="destination-search overlay" style="display:
none;"> |
| 2 <div class="destination-search-page page"> |
| 3 <h1 class="destination-search-title">Destination</h1> |
| 4 <span class="destination-search-user-info" style="display: none;"> |
| 5 Signed in as <span class="destination-search-user-email"></span> |
| 6 </span> |
| 7 <div class="destination-search-close-button close-button"></div> |
| 8 <div class="destination-search-search-box-container"> |
| 9 <include src="search_box.html"/> |
| 10 </div> |
| 11 <div class="destination-search-lists"> |
| 12 <div class="destination-search-recent-list"></div> |
| 13 <div class="destination-search-local-list"></div> |
| 14 <div class="destination-search-cloud-list" style="display: none;"></div> |
| 15 </div> |
| 16 <div class="destination-search-cloudprint-promo" style="display: none;"> |
| 17 <div class="destination-search-cloud-icon"></div> |
| 18 <span> |
| 19 Print to Google Docs and other cloud destinations. |
| 20 <button class="destination-search-sign-in link-button">Sign |
| 21 in</button> |
| 22 to print to Google Cloud Print. |
| 23 </span> |
| 24 </div> |
| 25 </div> |
| 26 </div> |
OLD | NEW |