Difference between revisions of "Test/SupportBeeWidget"

(lol cross origin policy)
(Okay take out the silly test parameters)
Line 50: Line 50:
  
 
<div id="leftColumn">
 
<div id="leftColumn">
<h4><a href= "https://2015.igem.org/Troubleshooting">Troubleshooting</a></h4>
+
<h4>Left sidebar</h4>  
<ul>
+
<a href= "https://2015.igem.org/Troubleshooting#intro"> <li>Introduction</li></a>
+
<a href= "https://2015.igem.org/Troubleshooting#tips"> <li>General Tips and Tricks</li></a>
+
<ol><a href= "https://2015.igem.org/Troubleshooting/Transformation"> <li>Transformation</li></a>
+
<a href="https://2015.igem.org/Troubleshooting/Restriction_Digest_and_Ligation"> <li>Restriction Digest and Ligation</li></ol>
+
<a href= "https://2015.igem.org/Troubleshooting#protocols"> <li>iGEM Protocols</li></a>
+
<a href= "https://2015.igem.org/Troubleshooting#answer"> <li>Answers</li></a>
+
<a href= "https://2015.igem.org/Troubleshooting#ask"> <li>Ask Your Questions</li></a>
+
</ul>
+
 
</div>
 
</div>
  
 
<div id="rightColumn">
 
<div id="rightColumn">
  
 
 
 
 
 
<br>
 
 
<h2 id="ask">Ask Your Questions and Submit Comments Here!</h2>
 
<h2 id="ask">Ask Your Questions and Submit Comments Here!</h2>
 
<p>
 
<p>
Line 79: Line 64:
 
<h4>Overlay Version</h4>
 
<h4>Overlay Version</h4>
  
<a data-controls-modal="sb-overlay">Open the modal-overlay version of the SupportBee widget</a>
+
<a data-controls-modal="sb-overlay" style="cursor: pointer;">Open the modal-overlay version of the SupportBee widget</a>
  
<h4>Embedded iframe Version</h4>
+
<h4>Embedded Iframe Version</h4>
  
 +
<!--This is how you do parameters in the iframe version-->
 
<!--<iframe src="https://igem.supportbee.com/web_tickets/new?company=igem&embed=true&locale=en&captcha=true&ticket[forwarding_address_id]=8799&ticket[requester_name]=Cheesy%20Poofs&ticket[requester_email]=cheesy@poofs.com&ticket[subject]=Insufficient%20Cheese" style="width:500px; height: 500px; border:none"></iframe>-->
 
<!--<iframe src="https://igem.supportbee.com/web_tickets/new?company=igem&embed=true&locale=en&captcha=true&ticket[forwarding_address_id]=8799&ticket[requester_name]=Cheesy%20Poofs&ticket[requester_email]=cheesy@poofs.com&ticket[subject]=Insufficient%20Cheese" style="width:500px; height: 500px; border:none"></iframe>-->
  
<p>(It was here but commented out)</p>
+
<iframe src="https://igem.supportbee.com/web_tickets/new?company=igem&embed=true&locale=en&captcha=true&ticket[forwarding_address_id]=8799" style="width:500px; height: 700px; border: 1px solid #ccc;"></iframe>
  
 
<div class="clear"></div><div class="clear"></div>
 
<div class="clear"></div><div class="clear"></div>
Line 110: Line 96:
 
locale: 'en',
 
locale: 'en',
 
captcha: 'true',
 
captcha: 'true',
forwarding_address_id: '8799',
+
forwarding_address_id: '8799'
name: "Cheesy Poofs",
+
email: "cheesy@poofs.com",
+
subject: "Insufficient Cheese"
+
 
});
 
});
 
</script>
 
</script>

Revision as of 19:27, 20 May 2015

Left sidebar

Ask Your Questions and Submit Comments Here!

Introductory text!



Overlay Version

Open the modal-overlay version of the SupportBee widget

Embedded Iframe Version