diff -Nru dcSoapCulture-0.4/index.php dcSoapCulture-new/index.php --- dcSoapCulture-0.4/index.php 2005-03-13 00:30:41.000000000 +0100 +++ dcSoapCulture-new/index.php 2007-08-20 16:09:36.000000000 +0200 @@ -46,10 +46,9 @@ return '
' .
- ' ' .
- '' . htmlspecialchars($data['asin']) . ' [' . $data['language'] . ']' .
+ '
' .
+ ' ' .
+ '' . htmlspecialchars($data['description']) . ' [' . $data['type'] . ', ' . $data['asin'] . ']' .
'' . date('d-m-Y H:i:s', $date) . ' - ' . htmlspecialchars($data['user_id']) . '
' . '
' . htmlspecialchars($data['asin']).'
'.htmlspecialchars($data['type']).'
'. @@ -87,29 +86,9 @@ $lum->setOption('html_next', __('next page') . '>'); $lum->setOption('html_empty', '
' . __('No entry yet') . '
'); - // JavaScript - $js_openCloseAll = $h_script = ''; - $data = $rs->getData(); - if (!empty($data)) { - $ids = array(); - foreach($data as $key => $value) { - $ids[] = 'soapculture' . $value['id']; - } - - $h_script = - '\n"; - - $js_openCloseAll = - '' . __('show all') . ' - ' . - '' . __('hide all') . '
'; - } - buffer::str($lum->getLinks()); - buffer::str($h_script); - buffer::str($js_openCloseAll); + buffer::str(''); + buffer::str(''); buffer::str($lum->getPage()); buffer::str($lum->getLinks()); @@ -483,7 +462,8 @@ } buffer::str( - '