/* $Id: choose_media_id.html 24469 2010-07-14 13:29:58Z d_n $ * www/cmts_admin/includes/choose_media_id.html - widgits for choose_media_id * * 2010-07-14 D'n Replace Qcodo references with Metadata methods * 2010-06-04 D'n Original * * REQUIRES javascript SubmitForm(form_name, action) in main!! * * To have something done when kind_id is changed, define On_Set_KindId(kind_id) in your caller * for example, unit_tests/modules/Media/GetStreamingHandle.php * */ ?>
| code: echo $metadata['code'] ?> | echo $metadata['error'] ?> | } // there is an error else { ?>echo $metadata['title'] ?> | echo $metadata['artist'] ?> | echo $metadata['album'] ?> | echo $metadata['length'] ?> | } } // there is metadata else echo '' ?> |