home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / res / html / infobox / infobox.tenjin < prev    next >
Encoding:
Extensible Markup Language  |  2010-01-19  |  811 b   |  26 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml"
  4.       xmlns:py="http://genshi.edgewall.org/"
  5.       xmlns:xi="http://www.w3.org/2001/XInclude">
  6.  
  7.     <head>
  8.      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9.  
  10. <?py include(str(platform.resource('head.tenjin'))) ?>
  11.  
  12.      <!-- Includes script/link tags to pull in javascript and CSS
  13.           from digsby and whatever plugin is creating the content
  14.       -->
  15.       
  16. <?py include(str(app.resource('head.tenjin'))) ?>
  17.  
  18.     </head>
  19.  
  20.     <body>
  21.      <div id="content" class="content major">
  22. <?py include(str(app.resource('content.tenjin'))) ?>
  23.      </div>
  24.     </body>
  25. </html>
  26.