Changeset 692:4e44501ed9ef
- Timestamp:
- 10/07/09 12:16:45 (4 years ago)
- Author:
- tgambet
- Branch:
- default
- convert_revision:
- svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@693
- Message:
-
removed punctuation
- Location:
- WebContent/WEB-INF/resources/templates
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r552
|
r692
|
|
| 1 | 1 | #if ($messages.size() > 0) |
| | 2 | |
| | 3 | #if ($messages.hasError()) |
| | 4 | $error_label |
| 2 | 5 | #foreach ($message in $messages) |
| 3 | 6 | #if ($message.Level == "ERROR") |
| 4 | | Error: |
| 5 | | #evaluate($message.Message) |
| 6 | | $!{message.Content} |
| 7 | | #end |
| 8 | | #end |
| 9 | | #foreach ($message in $messages) |
| 10 | | #if ($message.Level == "WARNING") |
| 11 | | Warning: |
| 12 | | #evaluate($message.Message) |
| 13 | | $!{message.Content} |
| 14 | | #end |
| 15 | | #end |
| 16 | | #foreach ($message in $messages) |
| 17 | | #if ($message.Level == "INFO") |
| 18 | | Info: |
| 19 | 7 | #evaluate($message.Message) |
| 20 | 8 | $!{message.Content} |
| … |
… |
|
| 22 | 10 | #end |
| 23 | 11 | #end |
| | 12 | |
| | 13 | #if ($messages.hasWarning()) |
| | 14 | $warning_label |
| | 15 | #foreach ($message in $messages) |
| | 16 | #if ($message.Level == "WARNING") |
| | 17 | #evaluate($message.Message) |
| | 18 | $!{message.Content} |
| | 19 | #end |
| | 20 | #end |
| | 21 | #end |
| | 22 | |
| | 23 | #if ($messages.hasInfo()) |
| | 24 | $info_label |
| | 25 | #foreach ($message in $messages) |
| | 26 | #if ($message.Level == "INFO") |
| | 27 | #evaluate($message.Message) |
| | 28 | $!{message.Content} |
| | 29 | #end |
| | 30 | #end |
| | 31 | #end |
| | 32 | |
| | 33 | #end |
-
|
r607
|
r692
|
|
| 1 | 1 | #if ($messages.size() > 0) |
| | 2 | |
| | 3 | #if ($messages.hasError()) |
| | 4 | $error_label |
| 2 | 5 | #foreach ($message in $messages) |
| 3 | 6 | #if ($message.Level == "ERROR") |
| 4 | | Error: |
| 5 | 7 | #evaluate($message.Message) |
| 6 | 8 | $!{message.Content} |
| 7 | 9 | #end |
| 8 | 10 | #end |
| | 11 | #end |
| | 12 | |
| | 13 | #if ($messages.hasWarning()) |
| | 14 | $warning_label |
| 9 | 15 | #foreach ($message in $messages) |
| 10 | 16 | #if ($message.Level == "WARNING") |
| 11 | | Warning: |
| 12 | 17 | #evaluate($message.Message) |
| 13 | 18 | $!{message.Content} |
| 14 | 19 | #end |
| 15 | 20 | #end |
| | 21 | #end |
| | 22 | |
| | 23 | #if ($messages.hasInfo()) |
| | 24 | $info_label |
| 16 | 25 | #foreach ($message in $messages) |
| 17 | 26 | #if ($message.Level == "INFO") |
| 18 | | Info: |
| 19 | 27 | #evaluate($message.Message) |
| 20 | 28 | $!{message.Content} |
| 21 | 29 | #end |
| 22 | 30 | #end |
| | 31 | #end |
| | 32 | |
| 23 | 33 | #end |
| 24 | 34 | |
| … |
… |
|
| 32 | 42 | #if($observation.isPassed())$test_ok#else$test_fail#end $unicorncall.getObserverName($observationName, $lang)#if($observation.Rating) ($observation.Rating/100)#end |
| 33 | 43 | |
| 34 | | #if($infoCount && $infoCount > 0)$info_label: $infoCount |
| 35 | | #end#if($errorCount && $errorCount > 0)$error_label: $errorCount |
| 36 | | #end#if($warningCount && $warningCount > 0)$warning_label: $warningCount |
| | 44 | #if($infoCount && $infoCount > 0)$info_label ($infoCount) |
| | 45 | #end#if($errorCount && $errorCount > 0)$error_label ($errorCount) |
| | 46 | #end#if($warningCount && $warningCount > 0)$warning_label ($warningCount) |
| 37 | 47 | #end#if($observation.getFilteredRequestUri())$direct_link_label: $observation.getFilteredRequestUri() |
| 38 | 48 | #{else}$direct_link_label: $observation.getBaseURI($observationName)#end |
| … |
… |
|
| 43 | 53 | #foreach($result in $observation.getResultsList()) |
| 44 | 54 | #if(!$result.Infos.isEmpty()) |
| 45 | | #if ($unicorncall.getInputMethod() == "URI")=> $uri_token: $result.Uri#end |
| 46 | | #if ($unicorncall.getInputMethod() == "UPLOAD")=> $file_token: $result.Uri#end |
| | 55 | #if ($unicorncall.getInputMethod() == "URI")=> $uri_token $result.Uri#end |
| | 56 | #if ($unicorncall.getInputMethod() == "UPLOAD")=> $file_token $result.Uri#end |
| 47 | 57 | #if ($unicorncall.getInputMethod() == "DIRECT")=> $submitted_file#end |
| 48 | 58 | |
| 49 | 59 | #foreach($info in $result.Infos) |
| 50 | | -#if($info.Line) $line_token:$info.Line#end#if($info.Column) $column_token:$info.Column#end#if($info.Context) $context_token:$info.Context#end |
| | 60 | -#if($info.Line) $line_token $info.Line#end#if($info.Column) $column_token $info.Column#end#if($info.Context) $context_token $info.Context#end |
| 51 | 61 | #if ($info.Line || $info.Column || $info.Context) |
| 52 | 62 | |
| … |
… |
|
| 71 | 81 | #foreach($result in $observation.getResultsList()) |
| 72 | 82 | #if(!$result.Errors.isEmpty()) |
| 73 | | #if ($unicorncall.getInputMethod() == "URI")=> $uri_token: $result.Uri#end |
| 74 | | #if ($unicorncall.getInputMethod() == "UPLOAD")=> $file_token: $result.Uri#end |
| | 83 | #if ($unicorncall.getInputMethod() == "URI")=> $uri_token $result.Uri#end |
| | 84 | #if ($unicorncall.getInputMethod() == "UPLOAD")=> $file_token $result.Uri#end |
| 75 | 85 | #if ($unicorncall.getInputMethod() == "DIRECT")=> $submitted_file#end |
| 76 | 86 | |
| 77 | 87 | #foreach($error in $result.Errors) |
| 78 | | -#if($error.Line) $line_token:$error.Line#end#if($error.Column) $column_token:$error.Column#end#if($error.Context) $context_token:$error.Context#end |
| | 88 | -#if($error.Line) $line_token $error.Line#end#if($error.Column) $column_token $error.Column#end#if($error.Context) $context_token $error.Context#end |
| 79 | 89 | #if ($error.Line || $error.Column || $error.Context) |
| 80 | 90 | |
| … |
… |
|
| 99 | 109 | #foreach($result in $observation.getResultsList()) |
| 100 | 110 | #if(!$result.Warnings.isEmpty()) |
| 101 | | #if ($unicorncall.getInputMethod() == "URI")=> $uri_token: $result.Uri#end |
| 102 | | #if ($unicorncall.getInputMethod() == "UPLOAD")=> $file_token: $result.Uri#end |
| | 111 | #if ($unicorncall.getInputMethod() == "URI")=> $uri_token $result.Uri#end |
| | 112 | #if ($unicorncall.getInputMethod() == "UPLOAD")=> $file_token $result.Uri#end |
| 103 | 113 | #if ($unicorncall.getInputMethod() == "DIRECT")=> $submitted_file#end |
| 104 | 114 | |
| 105 | 115 | #foreach($warning in $result.Warnings) |
| 106 | | -#if($warning.Line) $line_token:$warning.Line#end#if($warning.Column) $column_token:$warning.Column#end#if($warning.Context) $context_token:$warning.Context#end |
| | 116 | -#if($warning.Line) $line_token $warning.Line#end#if($warning.Column) $column_token $warning.Column#end#if($warning.Context) $context_token $warning.Context#end |
| 107 | 117 | #if ($warning.Line || $warning.Column || $warning.Context) |
| 108 | 118 | |