Template:2011FR/Form-section-links: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
Cbarr (talk | contribs)
No edit summary
rm Monthly, forms all have that as an option now
 
(104 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<html>
<html>

<style type="text/css">
<style type="text/css">
.form-info-links {

list-style: none !important;
.collapsible-container{
font-size: 0.8em;
margin-left: 0 !important;
cursor: pointer;
}
}

.collapsible-container-trigger{
color: #0645AD;
font-size: 1.2em;
}

.collapsible-container-trigger:hover{
text-decoration: underline;
color: #0645AD;
}

.collapsible-container-contained{
display: none;
background-color: #FFFFFF;
border: 1px solid #AAAAAA;
padding: 1em;
color: black;
}

.collapsible-container-marker-collapsed{
display: inline;
display: none;
color: #0645AD;
}

.collapsible-container-marker-expanded{
display: none;
color: #0645AD;
}

</style>
</style>
<ul class="form-info-links">


<li><a id="ways-to-give-link" target="_blank" href="https://wikimediafoundation.org/wiki/Special:LandingCheck?landing_page=Ways_to_Give&basic=true&country=</html>{{{country}}}<html>&language=</html>{{int:lang}}<html>"></html>{{int:donate_interface-otherways-short}}<html></a></li>
<script type="text/javascript">

function triggerHover(elem){
// document.getElementById(elem + '-container-contained').style.display='block';
// document.getElementById(elem + '-collapsed-marker').style.display='none';
// document.getElementById(elem + '-expanded-marker').style.display='inline';
$('#' + elem + '-container-contained').toggle();
//$('#' + elem + '-collapsed-marker').toggle('slow',null);
//$('#' + elem + '-expanded-marker').toggle('slow',null);
}

function triggerLeave(elem){
// document.getElementById(elem + '-container-contained').style.display='none';
// document.getElementById(elem + '-collapsed-marker').style.display='inline';
// document.getElementById(elem + '-expanded-marker').style.display='none';
$('#' + elem + '-container-contained').toggle();
//$('#' + elem + '-collapsed-marker').toggle('slow',null);
//$('#' + elem + '-expanded-marker').toggle('slow',null);
}

</script>

<div class="collapsible-container" id="monthly-container">
<a class="collapsible-container-trigger" href="http://wikimediafoundation.org/wiki/Monthly_donations/</html>{{{uselang}}}<html>/</html>{{{country}}}<html>"></html>{{int:donate_interface-monthly-donation}}<html></a>
</div>

<div class="collapsible-container" id="otherways-container">
<a class="collapsible-container-trigger" href="http://wikimediafoundation.org/wiki/Ways_to_Give/</html>{{{uselang}}}<html>">Other ways to give</a>
</div>


<li><a id="faq-link" target="_blank" href="https://wikimediafoundation.org/wiki/Special:LandingCheck?landing_page=FAQ&basic=true&country=</html>{{{country}}}<html>&language=</html>{{int:lang}}<html>"></html>{{int:donate_interface-faqs}}<html></a></li>
<div class="collapsible-container" id="faq-container">
<a class="collapsible-container-trigger" href="http://wikimediafoundation.org/wiki/FAQ/</html>{{{uselang}}}<html>">Frequently Asked Questions</a>
</div>


<li><a id="tax-link" target="_blank" href="https://wikimediafoundation.org/wiki/Special:LandingCheck?landing_page=Tax_Deductibility&basic=true&country=</html>{{{country}}}<html>&language=</html>{{int:lang}}<html>"></html>{{int:donate_interface-taxded-link-us}}<html></a></li>
<div class="collapsible-container" id="tax-container" onmouseover="triggerHover('tax');" onmouseout="triggerLeave('tax');">
<span class="collapsible-container-marker-collapsed" id="tax-collapsed-marker">&#9650;</span>
<span class="collapsible-container-marker-expanded" id="tax-expanded-marker">&#9660;</span>
<span class="collapsible-container-trigger">Tax deductibility information</span>
<div class="collapsible-container-contained" id="tax-container-contained">
</html>{{#ifeq:{{{2}}}|US
|Wikimedia Foundation is a non-profit charity established in the United States under the US IRS Code Section 501(c)(3), and, for that reason, donations from persons or entities located in the United States may benefit from tax deductible status. Donations from persons or entities located outside the United States may not be eligible for tax deductions in the United States and elsewhere; in such cases, donors should seek local tax advice. Importantly, Wikimedia does not seek donations from persons or entities located in any jurisdiction that prohibits or restricts fundraising activities by international charities such as Wikimedia or applies gift taxes on donations made to such international charities.
|Wikimedia Foundation is a non-profit charity established in the United States under the US IRS Code Section 501(c)(3), and, for that reason, donations from persons or entities
located in the United States may benefit from tax deductible status. Donations from persons or entities located outside the United States may not be eligible for tax
deductions in the United States and elsewhere; in such cases, donors should seek local tax advice. Importantly, Wikimedia does not seek donations from persons or entities
located in any jurisdiction that prohibits or restricts fundraising activities by international charities such as Wikimedia or applies gift taxes on donations made to such
international charities.}}{{#ifeq:{{{1}}}|en||<br/><br/>This is a courtesy translation. In the event of a conflict between this translation and the English version, the English version shall govern.}}<html>
</div>
</div>


<li><a id="problems-link" target="_blank" href="https://wikimediafoundation.org/wiki/Special:LandingCheck?landing_page=Problems_donating&basic=true&country=</html>{{{country}}}<html>&language=</html>{{int:lang}}<html>"></html>{{int:Donate_interface-problemsdonating}}<html></a></li>
</ul>
</html>
</html>

Latest revision as of 12:25, 26 November 2015