version 1.280, 2009/11/26 05:21:43
|
version 1.281, 2009/12/07 15:46:16
|
Line 569 imscp_v1p1.xsd http://www.imsglobal.org/
|
Line 569 imscp_v1p1.xsd http://www.imsglobal.org/
|
<table border="0" cellpadding="0" cellspacing="4"> |
<table border="0" cellpadding="0" cellspacing="4"> |
<tr> |
<tr> |
<td> |
<td> |
<font size="-1"><b>$lt{'cuse'}</b>:</td> |
<font size="-1"><b>$lt{'cuse'}</b>:</font></td> |
<td> </td> |
<td> </td> |
<td><font size="-1"> |
<td><font size="-1"> |
END |
END |
Line 591 END
|
Line 591 END
|
</font></td> |
</font></td> |
<td> </td> |
<td> </td> |
<td align="left"> |
<td align="left"> |
<font size="-1"><b><a href="$chglink">$lt{'chgt'}</a>?</font></b> |
<font size="-1"><b><a href="$chglink">$lt{'chgt'}</a>?</b></font> |
</td> |
</td> |
</tr> |
</tr> |
</table> |
</table> |
Line 815 sub action_links_bar {
|
Line 815 sub action_links_bar {
|
&mt('Preferences on what is marked as NEW'). |
&mt('Preferences on what is marked as NEW'). |
'</a><br /><a href="/adm/feedback?markread=1&symb='.$escsymb; |
'</a><br /><a href="/adm/feedback?markread=1&symb='.$escsymb; |
$discussion .= &group_args($group); |
$discussion .= &group_args($group); |
$discussion .= '">'.&mt('Mark NEW posts no longer new').'</a>'; |
$discussion .= '">'.&mt('Mark NEW posts no longer new').'</a></td>'; |
} else { |
} else { |
$discussion .= '<td> </td>'; |
$discussion .= '<td> </td>'; |
} |
} |
Line 1255 sub build_posting_display {
|
Line 1255 sub build_posting_display {
|
} |
} |
$$discussionitems[$idx] .= '<td align="left"> '. |
$$discussionitems[$idx] .= '<td align="left"> '. |
'<b>'.$subject.'</b> '. |
'<b>'.$subject.'</b> '. |
$sender.'</b> '.$vgrlink.' ('. |
'<b>'.$sender.'</b> '.$vgrlink.' ('. |
&Apache::lonlocal::locallocaltime($posttime).')</td>'; |
&Apache::lonlocal::locallocaltime($posttime).')</td>'; |
if ($$dischash{$toggkey}) { |
if ($$dischash{$toggkey}) { |
$$discussionitems[$idx].='<td align="right"> '. |
$$discussionitems[$idx].='<td align="right"> '. |
Line 2136 $start_page
|
Line 2136 $start_page
|
<br /><br /> |
<br /><br /> |
<table border="0"> |
<table border="0"> |
<tr> |
<tr> |
<td><b>$lt{'soor'}</b></td> |
<th>$lt{'soor'}</th> |
<td> </td> |
<th> </th> |
<td><b>$lt{'sprs'}</b></td> |
<th>$lt{'sprs'}</th> |
<td> </td> |
<th> </th> |
<td><b>$lt{'spur'}</b></td> |
<th>$lt{'spur'}</th> |
<td> </td> |
<th> </th> |
<td><b>$lt{'spse'}</b></td> |
<th>$lt{'spse'}</th> |
<td> </td> |
<th> </th> |
<td><b>$lt{'spgr'}</b></td> |
<th>$lt{'spgr'}</th> |
<td> </td> |
<th> </th> |
<td><b>$lt{'psub'}</b></td> |
<th>$lt{'psub'}</th> |
</tr> |
</tr> |
<tr> |
<tr> |
<td align="center" valign="top"> |
<td align="center" valign="top"> |
Line 3053 $toolarge
|
Line 3053 $toolarge
|
<table class="LC_data_table"> |
<table class="LC_data_table"> |
<tr> |
<tr> |
<td colspan="2"> |
<td colspan="2"> |
<b>Subject:</b> $subject</b><br /><br /> |
<b>Subject:</b> <b>$subject</b><br /><br /> |
END |
END |
if ($idx) { |
if ($idx) { |
if ($attachmenturls) { |
if ($attachmenturls) { |