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
 
(140 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
}
}

.colapsible-container-trigger{
color: blue;
font-size: 1.2em;
}

.collapsible-container-marker{
color: blue;
}

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

#donor-collapsed-marker{
display: inline;
}

#donor-expanded-marker{
display: none;
}

#tax-collapsed-marker{
display: inline;
}

#tax-expanded-marker{
display: none;
}

</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';
}

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';
}

function triggerClick(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('slow',null);
$('#' + elem + '-collapsed-marker').toggle('slow',null);
$('#' + elem + '-expanded-marker').toggle('slow',null);
}

</script>

<div class="collapsible-container" id="monthly-container">
<span class="colapsible-container-trigger">Make a monthly donation</span>
</div>

<div class="collapsible-container" id="otherways-container">
<span class="colapsible-container-trigger">Other ways to give</span>
</div>

<div class="collapsible-container" id="faq-container">
<span class="colapsible-container-trigger">Frequently Asked Questions</span>
</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="donor-container" onmouseover="triggerHover('donor');" onmouseout="triggerLeave('donor');" onclick="triggerClick('donor');">
<span id="donor-collapsed-marker" class="collapsible-container-marker">&#9650;</span>
<span id="donor-expanded-marker" class="collapsible-container-marker">&#9660;</span>
<span class="colapsible-container-trigger">Tax deductibility information</span>
<div class="collapsible-container-contained" id="donor-container-contained">
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.
</div>
</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');" onclick="triggerClick('tax');">
<span id="tax-collapsed-marker" class="collapsible-container-marker">&#9650;</span>
<span id="tax-expanded-marker" class="collapsible-container-marker">&#9660;</span>
<span class="colapsible-container-trigger">Your information is secure</span>
<div class="collapsible-container-contained" id="tax-container-contained">
By donating, you are sharing your information with the Wikimedia Foundation, the nonprofit organization that hosts Wikipedia and other Wikimedia projects, and its service providers in the U.S. and elsewhere pursuant to our donor privacy policy. We do not sell or trade your information to anyone. For more information please read our donor policy.
</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>
<html>
</ul>
</html>

Latest revision as of 12:25, 26 November 2015