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>..."
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 12: Line 12:
}
}
</style>
</style>
<a href="#" id="country-select-link">Change country</a>
<div class="country-select-wrapper">
<div class="country-select-wrapper">
<a href="#" id="country-select-link">Change country</a>
<label for="country-select"></html>{{int:donate_interface-select-country}}<html></label>
<label for="country-select">Select country</label>
<select id="country-select" name="country-select">
<select id="country-select" name="country-select">
<option value="">-</option>
<option value="">-</option>
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" type="button"></html>{{int:Go}}<html></button>
</div>
</div>
</html>
</html>

Latest revision as of 15:06, 14 May 2024

Change country