You need to use the file upload manager within the etomite manager
Edited by Dean, 24 October 2005 - 10:01 AM.
Posted 24 October 2005 - 07:32 AM
Edited by Dean, 24 October 2005 - 10:01 AM.
Posted 24 January 2006 - 10:47 AM
Posted 24 January 2006 - 02:40 PM
wildthing, on Jan 24 2006, 06:47 AM, said:
Posted 24 January 2006 - 02:52 PM
Edited by apodigm, 24 January 2006 - 03:30 PM.
Posted 26 February 2006 - 12:10 AM
apodigm, on Sep 7 2004, 07:01 AM, said:
Posted 26 February 2006 - 12:13 AM
Posted 01 March 2006 - 04:59 AM
Posted 01 March 2006 - 06:18 PM
Dean, on Feb 26 2006, 03:13 AM, said:
Posted 20 April 2006 - 10:11 AM
sipe, on Mar 1 2006, 10:18 PM, said:
Posted 20 April 2006 - 01:53 PM
sipe, on Apr 20 2006, 07:11 AM, said:
Posted 21 April 2006 - 10:35 AM
Ralph (rad14701), on Apr 20 2006, 05:53 PM, said:
Posted 21 April 2006 - 10:38 AM
sipe, on Apr 20 2006, 02:11 PM, said:
Posted 21 April 2006 - 01:30 PM
Posted 22 April 2006 - 03:58 AM
Posted 06 July 2006 - 01:47 PM
$id = $etomite->documentIdentifier; //current document// $docInfo = $etomite->getDocument($id); $course = $docInfo['pagetitle'] .' '. $docInfo['longtitle']; $date = $docInfo['description']; $temp = $etomite->getDocVars($resource[$id],'price'); $price = $temp['price']; $output ='<form action="course_booking.html" name="form" method="get">'; $output .='<input type="hidden" name="course" value="'.$course.'" />'; $output .='<input type="hidden" name="date" value="'.$date.'" />'; $output .='<input type="hidden" name="price" value="'.$price.'" />'; $output .='<input type="submit" class="boton" name="submit" value="Send >>" />'; $output .='</form>'; return $output;I mean, I get the course, date but not the price. I think I am not retrieving ok the price docvar of the current document
Edited by mamuni, 06 July 2006 - 02:24 PM.
Posted 10 October 2008 - 02:52 PM
Edited by mamuni, 10 October 2008 - 02:54 PM.
Posted 10 October 2008 - 05:01 PM
mamuni, on Oct 10 2008, 10:52 AM, said:
Posted 11 October 2008 - 02:22 PM
Ralph, on Oct 10 2008, 03:01 PM, said:
Posted 11 October 2008 - 02:35 PM
mamuni, on Oct 11 2008, 10:22 AM, said:
0 members, 1 guests, 0 anonymous users