Recent Changes - Search:

Homepage

This is the old Camino website, please visit our new page to download the code and get the latest documentation.









UCL MIG Home

UCL CS Home

UCL Home

edit SideBar

Download Camino

Main.Clickthrough History

Hide minor edits - Show changes to markup

February 09, 2010, at 09:07 PM by cookpa -
Changed lines 27-28 from:


to:

<BR>

Changed line 30 from:

<input type="checkbox" name="chkb" onClick="apply()">I agree to the terms and conditions. I want to download the .gz version.

to:

<input type="checkbox" name="chkb" onClick="apply()">I agree to the terms and conditions. I want to download the tar.gz version.

February 09, 2010, at 09:04 PM by cookpa -
Added lines 26-27:

\\

February 09, 2010, at 09:04 PM by cookpa -
Added line 26:
February 09, 2010, at 09:02 PM by cookpa - Allow download of .gz version
Deleted line 25:

(:if false:)

Changed line 27 from:

<input type="checkbox" name="chkb" onClick="apply()">I agree to the terms and conditions. I want to download the .zip version (available soon).

to:

<input type="checkbox" name="chkb" onClick="apply()">I agree to the terms and conditions. I want to download the .gz version.

Changed lines 34-35 from:
  window.open("http://www.xkcd.org");
 }
to:
  window.open("http://www.cs.ucl.ac.uk/research/medic/camino/caminolatest_gz.htm"); }
Deleted line 36:

(:ifend:)

November 30, 2009, at 03:40 PM by shahrum - added title
Added line 1:

(:title Download Camino:)

November 30, 2009, at 03:39 PM by shahrum - removed second tick/link to .zip download
Changed line 25 from:
to:

(:if false:)

Changed line 27 from:

<input type="checkbox" name="chkb" onClick="apply()">I agree to the terms and conditions. I want to download the .zip version (available soon).

to:

<input type="checkbox" name="chkb" onClick="apply()">I agree to the terms and conditions. I want to download the .zip version (available soon).

Added line 38:

(:ifend:)

October 29, 2009, at 09:51 AM by shahrum -
Added lines 1-38:

By checking the box, I agree to the terms and conditions below. Camino will start to download.

Terms and Conditions:
(:table class='markup horiz' align='center':) (:cellnr class='markup1':) The Software is made available for use under the Open Source-approved Artistic Licence 2.0. The Owner draws your attention to the fact that the Software has been developed for and is intended for use in a research environment only. No endorsement can be given for other use including, but not limited to, use in a clinical environment. (:tableend:)

(:html:)

<form name="frm"> <input type="checkbox" name="chk" onClick="apply1()">I agree to the terms and conditions. I want to download the .tar.bz2 version. </form> <script language="javascript"> function apply1() {

 if(document.frm.chk.checked==true)
 {
  window.open("http://www.cs.ucl.ac.uk/research/medic/camino/caminolatest.htm");
 }

} </script>

<form name="frmb"> <input type="checkbox" name="chkb" onClick="apply()">I agree to the terms and conditions. I want to download the .zip version (available soon). </form> <script language="javascript"> function apply() {

 if(document.frmb.chkb.checked==true)
 {
  window.open("http://www.xkcd.org");
 }

} </script> (:htmlend:)

Edit - History - Print - Recent Changes - Search
Page last modified on February 09, 2010, at 09:07 PM