Changeset 530 for trunk/coverager/coverager.tpl.php
- Timestamp:
- 2008-02-20T04:48:48+01:00 (5 years ago)
- File:
-
- 1 edited
-
trunk/coverager/coverager.tpl.php (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/coverager/coverager.tpl.php
r393 r530 1 <!DOCTYPE HTMLPUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 3 <head> … … 56 56 $l_tds = _T("TODO"); 57 57 return <<<EOS 58 <table align="center" cellpadding="2" cellspacing="0" border="0" class="cycles"> 58 <div class="table-center"> 59 <table cellpadding="2" cellspacing="0" border="0" class="cycles center"> 59 60 <tr> 60 61 <th>{$l_dir}</th><th>{$l_per}</th><th>{$l_hit}</th><th>{$l_lns}</th><th>{$l_tds}</th> … … 105 106 return <<<EOS 106 107 </table> 108 </div> 107 109 EOS; 108 110 } … … 117 119 $l_lns = _T("Lines"); 118 120 return <<<EOS 119 <br>120 <table align="center" cellpadding="2" cellspacing="0" border="0" class="cycles">121 <div class="center-table"> 122 <table cellpadding="2" cellspacing="0" border="0" class="cycles center"> 121 123 <tr> 122 124 <th>{$l_fil}</th><th>{$l_per}</th><th>{$l_hit}</th><th>{$l_lns}</th> … … 162 164 return <<<EOS 163 165 </table> 166 </div> 164 167 EOS; 165 168 } … … 172 175 $path_html = htmlspecialchars($path); 173 176 echo <<<EOS 174 <a href="?">$l_root</a> $path<br /> 177 <div> 178 <a href="?">$l_root</a> $path<br /> 179 </div> 175 180 EOS; 176 181 echo dir_head($dirinfo); … … 199 204 $dir_html = htmlspecialchars($dir); 200 205 echo <<<EOS 201 <a href="?">$l_root</a> <a href="?path={$dir_url}">{$dir_html}</a>/<strong>{$filename}</strong><br /> 206 <div> 207 <a href="?">$l_root</a> <a href="?path={$dir_url}">{$dir_html}</a>/<strong>{$filename}</strong><br /> 208 </div> 202 209 EOS; 203 210 … … 209 216 $tplfile_html = htmlspecialchars($tplfile); 210 217 echo <<<EOS 211 <a href="#tpl">{$tplfile_html}</a><br /> 218 <div> 219 <a href="#tpl">{$tplfile_html}</a><br /> 220 </div> 212 221 EOS; 213 222 } … … 216 225 } 217 226 echo <<<EOS 218 <pre class="code"><ol>{$filecov}</ol></pre> 227 <div class="code"> 228 <ol>{$filecov}</ol> 229 </div> 219 230 EOS; 220 231 if ($tplfile) { 221 232 echo <<<EOS 222 233 <a name="tpl">{$tplfile}</a> 223 <pre class="code"><ol>{$tplcov}</ol></pre> 234 <div class="code"> 235 <ol>{$tplcov}</ol> 236 </div> 224 237 EOS; 225 238 }
Note: See TracChangeset
for help on using the changeset viewer.

