Diff of /mambo/branches/4.6/includes/mamboHTML.php
Parent Directory
|
Revision Log
|
Patch
| revision 153, Thu Jan 19 17:11:47 2006 UTC | revision 154, Thu Jan 19 20:55:40 2006 UTC | |
|---|---|---|
| # | Line 18 | Line 18 |
| 18 | echo '<tr>'; | echo '<tr>'; |
| 19 | echo '<td class="item">' . $folder . '/</td>'; | echo '<td class="item">' . $folder . '/</td>'; |
| 20 | echo '<td align="left">'; | echo '<td align="left">'; |
| 21 | echo is_writable( "../$folder" ) ? '<b><font color="green">'.T_('Writeable').'</font></b>' : '<b><font color="red">'.T_('Unwriteable').'</font></b>' . '</td>'; | echo is_writable( "../$folder" ) ? '<b><span class="green">'.T_('Writeable').'</span></b>' : '<b><span class="red">'.T_('Unwriteable').'</span></b>' . '</td>'; |
| 22 | echo '</tr>'; | echo '</tr>'; |
| 23 | } | } |
| 24 | ||
| # | Line 38 | Line 38 |
| 38 | for ($i=0, $n=count( $arr ); $i < $n; $i++ ) { | for ($i=0, $n=count( $arr ); $i < $n; $i++ ) { |
| 39 | $k = $arr[$i]->$key; | $k = $arr[$i]->$key; |
| 40 | $t = $arr[$i]->$text; | $t = $arr[$i]->$text; |
| 41 | $id = @$arr[$i]->id; | $id = isset($arr[$i]->id) ? $arr[$i]->id : null; |
| 42 | ||
| 43 | $extra = ''; | $extra = ''; |
| 44 | $extra .= $id ? " id=\"" . $arr[$i]->id . "\"" : ''; | $extra .= $id ? " id=\"" . $arr[$i]->id . "\"" : ''; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

