Changeset 706:cf8e7d056996
- Timestamp:
- 10/07/09 15:53:31 (4 years ago)
- Author:
- tgambet
- Branch:
- default
- convert_revision:
- svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@707
- Message:
-
up
- Location:
- WebContent/WEB-INF/resources/templates
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r704
|
r706
|
|
| 26 | 26 | <tr> |
| 27 | 27 | <th scope="col" style="width:33%">$defaultProps.get("language") properties</th> |
| 28 | | #set($percent = 100 * $math.div($math.sub($prop.size(), 1), $math.sub($defaultProps.size(), 1))) |
| | 28 | #set($percent = 100 * $math.div($math.sub($prop.size(), 2), $math.sub($defaultProps.size(), 2))) |
| 29 | 29 | <th scope="col">$prop.get("language") $percent.intValue()%</th> |
| 30 | 30 | </tr> |
-
|
r704
|
r706
|
|
| 36 | 36 | <th scope="col">Property</th> |
| 37 | 37 | #foreach($prop in $languageProps) |
| 38 | | #set($percent = 100 * $math.div($math.sub($prop.size(), 1), $math.sub($defaultProps.size(), 1))) |
| | 38 | #set($percent = 100 * $math.div($math.sub($prop.size(), 2), $math.sub($defaultProps.size(), 2))) |
| 39 | 39 | <th scope="col">$prop.get("language")<br />$percent.intValue()%</th> |
| 40 | 40 | #end |