changed git call from https to git readonly
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Converters / HTML / frames / templates / earthli / templates / errors.tpl
1 {include file="header.tpl" noleftindex=true}\r
2 {section name=files loop=$files}\r
3 <a href="#{$files[files].file}">{$files[files].file}</a><br>\r
4 {/section}\r
5 {foreach key=file item=issues from=$all}\r
6 <a name="{$file}"></a>\r
7 <h1>{$file}</h1>\r
8 {if count($issues.warnings)}\r
9 <h2>Warnings:</h2><br>\r
10 {section name=warnings loop=$issues.warnings}\r
11 <b>{$issues.warnings[warnings].name}</b> - {$issues.warnings[warnings].listing}<br>\r
12 {/section}\r
13 {/if}\r
14 {if count($issues.errors)}\r
15 <h2>Errors:</h2><br>\r
16 {section name=errors loop=$issues.errors}\r
17 <b>{$issues.errors[errors].name}</b> - {$issues.errors[errors].listing}<br>\r
18 {/section}\r
19 {/if}\r
20 {/foreach}\r
21 {include file="footer.tpl"}\r