home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / top_frame.tpl < prev    next >
Encoding:
Extensible Markup Language  |  2004-03-24  |  1.6 KB  |  43 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.   <html xmlns="http://www.w3.org/1999/xhtml">
  4.         <head>
  5.             <!-- template designed by Marco Von Ballmoos -->
  6.             <title>{$title}</title>
  7.             <link rel="stylesheet" href="{$subdir}media/stylesheet.css" />
  8.             <link rel="stylesheet" href="{$subdir}media/banner.css" />
  9.             <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
  10.         </head>
  11.         <body>
  12.             <div class="banner">
  13.                 <div class="banner-title">{$package}</div>
  14.                 <div class="banner-menu">
  15.             <table cellpadding="0" cellspacing="0" style="width: 100%">
  16.               <tr>
  17.               <td>
  18.                                 {if count($ric) >= 1}
  19.                                     {assign var="last_ric_name" value=""}
  20.                                     {section name=ric loop=$ric}
  21.                                         {if $last_ric_name != ""} | {/if}
  22.                                         <a href="{$ric[ric].file}" target="right">{$ric[ric].name}</a>
  23.                                         {assign var="last_ric_name" value=$ric[ric].name}
  24.                                     {/section}
  25.                                 {/if}
  26.               </td>
  27.               <td style="width: 2em"> </td>
  28.               <td style="text-align: right">
  29.                                 {if count($packages) > 1}
  30.                                     {assign var="last_package_name" value=""}
  31.                                     {section name=p loop=$packages}
  32.                                         {if $last_package_name != ""} | {/if}
  33.                                         <a href="{$packages[p].link}" target="left_bottom">{$packages[p].title}</a>
  34.                                         {assign var="last_package_name" value=$packages[p].title}
  35.                                     {/section}
  36.                                 {/if}
  37.               </td>
  38.                         </tr>
  39.           </table>
  40.                 </div>
  41.             </div>
  42.         </body>
  43.     </html>