Template:2011FR/Form-section-links

From Donate
Revision as of 23:56, 31 October 2011 by Cbarr (talk | contribs)
Jump to navigation Jump to search

<html>

<style type="text/css">

.collapsible-container{

 font-size: 0.8em;
 cursor: pointer;

}

.collapsible-container-trigger{

 color: blue;
 font-size: 1.2em;

}

.collapsible-container-trigger:hover{

 text-decoration: underline;
 color: blue;

}

.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>

<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);

}

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>

   <a class="collapsible-container-trigger">Make a monthly donation</a>
   <a class="collapsible-container-trigger">Other ways to give</a>
   <a class="collapsible-container-trigger">Frequently Asked Questions</a>
   
   
   Tax deductibility information
     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.



This is a courtesy translation. In the event of a conflict between this translation and the English version, the English version shall govern.

<html>