Diff for /rat/client/Attic/extpickcode.html between versions 1.1 and 1.2

version 1.1, 2002/09/04 16:54:45 version 1.2, 2002/09/04 19:24:46
Line 34  Pick External Resources Line 34  Pick External Resources
 <form>  <form>
 <table>  <table>
 <tr><td bgcolor="#FFFF99">  <tr><td bgcolor="#FFFF99">
 <input type="button" name="cancel" value="Choose" /></td>  <input type="button" name="cancel" value="Choose"
   onClick="javascript:parent.opener.document.forms.extimport.title.value=this.form.exttitle.value;parent.opener.document.forms.extimport.url.value=this.form.exturl.value;parent.opener.finishpick();parent.close();" /></td>
 <td>Title:</td>  <td>Title:</td>
 <td><input type="text" size="60" name="exttitle" value="External Resource" />  <td><input type="text" size="60" name="exttitle" value="External Resource" />
 </td></tr>  </td></tr>
 <tr>  <tr>
 <td bgcolor="#FFFF99">  <td bgcolor="#FFFF99">
 <input type="button" name="cancel" value="Cancel" /></td>  <input type="button" name="cancel" value="Cancel"
   onClick="parent.close();"/></td>
 <td>URL: <input type="button" name="view" value="View"  <td>URL: <input type="button" name="view" value="View"
 onClick="javascript:parent.extcontent.location.href=this.form.exturl.value;" />  onClick="javascript:parent.extcontent.location.href=this.form.exturl.value;" />
 </td>  </td>

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>