Changeset 495444
- Timestamp:
- 01/26/2012 04:03:28 AM (14 years ago)
- Location:
- wp-risal-download
- Files:
-
- 4 edited
-
tags/1.3/risal-download.php (modified) (2 diffs)
-
tags/1.3/risal.css (modified) (2 diffs)
-
trunk/risal-download.php (modified) (2 diffs)
-
trunk/risal.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-risal-download/tags/1.3/risal-download.php
r492503 r495444 110 110 foreach( $drtries as $drtry ){ 111 111 if ( $xath !== $drtry ) { 112 if ( $kira !== 2 ) { $kira = $kira + 1; } else { $kira = 1; } 113 echo "<tr class=d".$kira.">"; 112 echo "<tr class=d1>"; 114 113 if ( dirname($xath) == $drtry ) { 115 114 echo "<td><a href=\"plugins.php?page=risal&browse=true&path={$drtry}\" icon='sf'> .. </a></td>"; … … 125 124 126 125 if(preg_match("/^\./", $tile) || $tile == $xcript): continue; endif; // This line will hide all invisible files. 127 if ( $kira !== 2 ) { $kira = $kira + 1; } else { $kira = 1; } 128 echo "<tr class=d".$kira.">"; 126 echo "<tr class=d1>"; 129 127 echo '<td><a href="javascript:void(0)" onClick="refreshParent(\''.$tile.'\',\''.$xath.'\');" icon="f">' . $tile . '</a></td>'; 130 128 echo "<td>".filesize($xath.'/'.$tile)."</td><td>".mime_content_type($xath.'/'.$tile)."</td></tr>"; -
wp-risal-download/tags/1.3/risal.css
r492503 r495444 10 10 text-decoration: none; 11 11 color: green; 12 } 13 14 a[icon ^="f"]:hover { 15 color: black; 12 16 } 13 17 … … 136 140 /*background-color: white; color: black;*/ 137 141 } 138 tr.d2 td { 139 border-right: 1px solid #C1DAD7; 140 border-bottom: 1px solid #C1DAD7; 141 background: #E3D1D1; 142 padding: 6px 6px 6px 12px; 143 color: #4f6b72; 144 /*background-color: #E3D1D1; color: black;*/ 142 143 tr.d1:hover td { 144 background: #ffff9d; 145 color: #000; 145 146 } 147 -
wp-risal-download/trunk/risal-download.php
r492503 r495444 110 110 foreach( $drtries as $drtry ){ 111 111 if ( $xath !== $drtry ) { 112 if ( $kira !== 2 ) { $kira = $kira + 1; } else { $kira = 1; } 113 echo "<tr class=d".$kira.">"; 112 echo "<tr class=d1>"; 114 113 if ( dirname($xath) == $drtry ) { 115 114 echo "<td><a href=\"plugins.php?page=risal&browse=true&path={$drtry}\" icon='sf'> .. </a></td>"; … … 125 124 126 125 if(preg_match("/^\./", $tile) || $tile == $xcript): continue; endif; // This line will hide all invisible files. 127 if ( $kira !== 2 ) { $kira = $kira + 1; } else { $kira = 1; } 128 echo "<tr class=d".$kira.">"; 126 echo "<tr class=d1>"; 129 127 echo '<td><a href="javascript:void(0)" onClick="refreshParent(\''.$tile.'\',\''.$xath.'\');" icon="f">' . $tile . '</a></td>'; 130 128 echo "<td>".filesize($xath.'/'.$tile)."</td><td>".mime_content_type($xath.'/'.$tile)."</td></tr>"; -
wp-risal-download/trunk/risal.css
r492503 r495444 10 10 text-decoration: none; 11 11 color: green; 12 } 13 14 a[icon ^="f"]:hover { 15 color: black; 12 16 } 13 17 … … 136 140 /*background-color: white; color: black;*/ 137 141 } 138 tr.d2 td { 139 border-right: 1px solid #C1DAD7; 140 border-bottom: 1px solid #C1DAD7; 141 background: #E3D1D1; 142 padding: 6px 6px 6px 12px; 143 color: #4f6b72; 144 /*background-color: #E3D1D1; color: black;*/ 142 143 tr.d1:hover td { 144 background: #ffff9d; 145 color: #000; 145 146 } 147
Note: See TracChangeset
for help on using the changeset viewer.