Instructions
This page contains instructions for editing the italian greyhound recue northwest web site. The site is hosted and edited on weebly.com. You must be a site administrator to edit the site. Ask an existing site administrator to give you access.
Add more entries here, when a new process is added - like a new form on the site.
Add more entries here, when a new process is added - like a new form on the site.
Editing
Some guidelines when editing the site:
- Remember to click 'Publish' to publish your changes
- Always test any edits to the site. Specifically:
- Click on all links
- Submit any Web Forms
- Navigate to all pages
What's Next
Check the TODO page (under 'Pages') for a list of things to do next on the web site. Remember to update it.
Adding An ADministrator
From the weebly.com web site, select the ignw site from my sites. Then Settings - Editors.
Adding a Paypal Button
To add a paypal button add an 'Embed code' element to your page on weebly. Then set the HTML to:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" value="_xclick">
<input name="business" value="saluki48@comcast.net">
<input name="item_name" value="IGRF">
<input name="item_number" value="DONATION">
<input name="no_shipping" value="2">
<input name="cn" value="Message to IGRF">
<input name="currency_code" value="USD">
<input name="tax" value="0">
<input name="lc" value="US">
<input name="bn" value="PP-DonationsBF">
<input name="return" value="http://www.itgreyhoundnw.org/thanks.html">
<input name="cancel_return" value="http://www.itgreyhoundnw.org/support-us.html">
<input src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Donate now to IGRF!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
This will donate to the IGRF, and will goto the 'thanks' page after a successful donation.
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" value="_xclick">
<input name="business" value="saluki48@comcast.net">
<input name="item_name" value="IGRF">
<input name="item_number" value="DONATION">
<input name="no_shipping" value="2">
<input name="cn" value="Message to IGRF">
<input name="currency_code" value="USD">
<input name="tax" value="0">
<input name="lc" value="US">
<input name="bn" value="PP-DonationsBF">
<input name="return" value="http://www.itgreyhoundnw.org/thanks.html">
<input name="cancel_return" value="http://www.itgreyhoundnw.org/support-us.html">
<input src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Donate now to IGRF!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
This will donate to the IGRF, and will goto the 'thanks' page after a successful donation.