Created
November 30, 2009 22:06
-
-
Save bnvk/245797 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="lightbox" style="display: none"> | |
<div id="lightbox-header"><img src="../images/lightbox_header.jpg" border="0" /></div> | |
<div class="authorize"> | |
<div class="facebook-column"> | |
Share on Facebook | |
<%= fb_connect_javascript_tag %> | |
<%= init_fb_connect "XFBML"%> | |
<% js = update_page {|page| page.redirect_to fb_status_path}%> | |
<%= fb_login_button js%> | |
</div> | |
<div class="twitter-column"> | |
Share on Twitter | |
<%= link_to image_tag('twitter-connect.png'), new_authorization_path %> | |
</div> | |
</div> | |
<div id="email-header"><p>Share this gift with up to five friends!</p></div> | |
<% form_for @email_submission do |form| -%> | |
<p> | |
<label for="email_submission_submitter_name">Your Name</label> | |
<input id="email_submission_submitter_name" name="email_submission[submitter_name]" size="20" type="text" /> | |
<br> | |
<label for="email_submission_submitter_email">Your E-Mail</label> | |
<input id="email_submission_submitter_email" name="email_submission[submitter_email]" size="20" type="text" /> | |
</p> | |
<p> | |
<%= form.label :recipients, "Enter five friends' e-mail addresses!" %><br/> | |
<%= text_field_tag 'email_submission[recipients][]' %><br/> | |
<%= text_field_tag 'email_submission[recipients][]' %><br/> | |
<%= text_field_tag 'email_submission[recipients][]' %><br/> | |
<%= text_field_tag 'email_submission[recipients][]' %><br/> | |
<%= text_field_tag 'email_submission[recipients][]' %><br/> | |
</p> | |
<input type="image" name="submit" src="../images/lightbox_send.jpg" /> | |
<% end -%> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment