version 1.54, 2004/01/01 20:13:17
|
version 1.56, 2004/01/02 19:23:47
|
Line 212 sub fieldnames {
|
Line 212 sub fieldnames {
|
return &Apache::lonlocal::texthash( |
return &Apache::lonlocal::texthash( |
'title' => 'Title', |
'title' => 'Title', |
'author' =>'Author(s)', |
'author' =>'Author(s)', |
|
'authorspace' => 'Author Space', |
|
'modifyinguser' => 'Last Modifying User', |
'subject' => 'Subject', |
'subject' => 'Subject', |
'keywords' => 'Keyword(s)', |
'keywords' => 'Keyword(s)', |
'notes' => 'Notes', |
'notes' => 'Notes', |
Line 260 sub prettyprint {
|
Line 262 sub prettyprint {
|
# Dates |
# Dates |
if (($type eq 'creationdate') || |
if (($type eq 'creationdate') || |
($type eq 'lastrevisiondate')) { |
($type eq 'lastrevisiondate')) { |
return &Apache::lonlocal::locallocaltime( |
return ($value?&Apache::lonlocal::locallocaltime( |
&Apache::lonmysql::unsqltime($value)); |
&Apache::lonmysql::unsqltime($value)): |
|
&mt('not available')); |
} |
} |
# Language |
# Language |
if ($type eq 'language') { |
if ($type eq 'language') { |