[t/spec] Add two new tests that don't work (fudged out).
[pugs.git] / util / catalog_tmpl / error.tmpl
blob571ad06ad5621f9270d04f46d9db27e78a1cdfe7
1 <hmtl>
2 <head>
3 <title>Test Catalog and Documentation cross reference - Unresolved Errors</title>
4 </head>
5 <body>
6 <TMPL_IF name='unresolved'><h2>Unresolved Errors</h2>
7 <ul>
8 <TMPL_LOOP name="unresolved">
9     <li><a href='<TMPL_VAR name="relative">'><TMPL_VAR name="relative"></a> - 
10         <TMPL_VAR name="target"> - <TMPL_VAR name="heading">
11    </li>
12 </TMPL_LOOP>
13 </ul>
14 </TMPL_IF>
16 </body>
17 </html>