Template:CountrySelect: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
Created page with "<html> <style> label[for="country-select"] { display: block; } #country-select-link { display: none; } #country-select { max-width: 250px; padding: 1px; } </style> <div class="country-select-wrapper"> <a href="#" id="country-select-link">Change country</a> <label for="country-select">Select country</label> <select id="country-select" name="country-select"> <option value="">-</option> <option value="AF">Afghanistan</option>..."
 
translate Go
Line 270: Line 270:
<option value="ZW">Zimbabwe</option>
<option value="ZW">Zimbabwe</option>
</select>
</select>
<button id="country-select-go">Go</button>
<button id="country-select-go"></html>{{int:Go}}<html></button>
</div>
</div>
</html>
</html>

Revision as of 18:21, 9 April 2024

Change country