📄 donate.php
字号:
<?php/* $Id: donate.php,v 1.1.1.1 2004/03/04 23:42:14 ccwjr Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 osCommerce CRE Loaded , Open Source E-Commerce Solutions http://www.creloaded.com Chain Reaction Works, Inc Portions: Copyright © 2005 - 2006 Chain Reaction Works, Inc. Last Modified by $Author$ Last Modifed on : $Date$ Latest Revision : $Revision:$ Released under the GNU General Public License*/?><!--D Donate //--> <tr> <td><?php $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => '<font color="' . $font_color . '">' . BOX_HEADING_DONATE . '</font>'); new infoBoxHeading($info_box_contents);$info_box_contents = array(); $info_box_contents[] = array('align' => 'center', 'text' => '<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="donations@creloaded.com"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="tax" value="0">' . tep_template_image_submit('images/x-click_butcc_donate.gif', DONATE_BUTTON_IMAGE_ALT). '</form>'); new infoBox($info_box_contents); if (TEMPLATE_INCLUDE_FOOTER =='true'){ $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => tep_draw_separator('pixel_trans.gif', '100%', '1') ); new infoboxFooter($info_box_contents); }?> </td> </tr><!--D Donate_eof //-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -