Changeset 5607
- Timestamp:
- 06/29/2017 10:47:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-docs/templates/sponsorship-agreement.php
r4177 r5607 61 61 <input name="wordcamp_location" value="<?php echo esc_attr( $data['wordcamp_location'] ); ?>" /> 62 62 63 <label><?php _e( 'Sponsorship Amount (in words ):', 'wordcamporg' ); ?></label>63 <label><?php _e( 'Sponsorship Amount (in words, including the currency):', 'wordcamporg' ); ?></label> 64 64 <input name="sponsorship_amount" value="<?php echo esc_attr( $data['sponsorship_amount'] ); ?>" /> 65 65 66 <label><?php _e( 'Sponsorship Amount (in numbers ):', 'wordcamporg' ); ?></label>66 <label><?php _e( 'Sponsorship Amount (in numbers, including the currency symbol):', 'wordcamporg' ); ?></label> 67 67 <input name="sponsorship_amount_num" value="<?php echo esc_attr( $data['sponsorship_amount_num'] ); ?>" /> 68 68 … … 151 151 Time Period: <?php echo esc_html( $data['wordcamp_date'] ); ?></p> 152 152 153 <p>2. Sponsorship Amount. Within 30 days of this Agreement or before the start of the first Sponsored WordCamp, whichever is sooner, the Sponsor agrees to pay <?php echo esc_html( $data['sponsorship_amount'] ); ?> ( US$<?php echo esc_html( $data['sponsorship_amount_num'] ); ?>) to WPCS (the "Sponsorship").</p>153 <p>2. Sponsorship Amount. Within 30 days of this Agreement or before the start of the first Sponsored WordCamp, whichever is sooner, the Sponsor agrees to pay <?php echo esc_html( $data['sponsorship_amount'] ); ?> (<?php echo esc_html( $data['sponsorship_amount_num'] ); ?>) to WPCS (the "Sponsorship").</p> 154 154 155 155 <p>3. Use of Funds. WPCS will use the Sponsorship to cover its costs and the costs of its volunteers and agents in connection with organizing, promoting, and operating the Sponsored WordCamp(s). Any excess remaining after these costs are paid may be used by WPCS for its unrestricted general support.</p>
Note: See TracChangeset
for help on using the changeset viewer.