Modified:
trunk/form_new.html
Log:
Tightened up the instructions just a bit.
Modified: trunk/form_new.html
==============================================================================
--- trunk/form_new.html (original)
+++ trunk/form_new.html Fri Oct 24 13:35:04 2008
@@ -13,7 +13,7 @@
<input type="hidden" id="nprAPIQuerystring" value="">
<ol>
<li>Build your Query of NPR.org using the form to the right</li>
- <li>Click on the "Create Timeline" button to preview the timeline</li>
+ <li>Click on the "Preview" button to preview the timeline</li>
<li>Adjust the Height of the Timeline: <!-- using the Controls
Below:</li>
<li> --><input type="text" id="timelineHeight" name="timelineHeight"
value="300"></li>
<!-- <li> -->
@@ -31,9 +31,10 @@
<input type="button"
onClick="top.window.timelineFrame.location.href=parent.qgliteFrame.document.selectionForm.newURL.value;document.getElementById('viewURL').innerHTML
='Your Query of the NPR API: ' +
parent.qgliteFrame.document.selectionForm.queryBox.value;" value="Preview">
</li>
- <li>If you like what you see<br>
- <li>Click: <input type="button" value="Get Code"
onclick="javascript:top.window.timelineFrame.location.href='code_new.html'"></li></li>
- <li>Copy and paste the resulting code onto your web site.</li>
+ <li>If you like what you see:<br>
+ Click: <input type="button" value="Get Code"
onclick="javascript:top.window.timelineFrame.location.href='code_new.html'"></li>
+ <li>Copy and paste the resulting code onto your web site (from the text
area marked Code)</li>
+ <li>You can also link directly to a timeline or to send a timeline in
email (using the url from the text area marked Link)</li>
</ol>
<div id="viewURL" style="font-size:x-small;">
<!-- parent.qgliteFrame.document.selectionForm.queryBox.value; -->