[ Index ] |
|
Code source de Serendipity 1.2 |
1 {if $is_embedded != true} 2 {if $is_xhtml} 3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 5 {else} 6 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 7 "http://www.w3.org/TR/html4/loose.dtd"> 8 {/if} 9 10 <html> 11 <head> 12 <title>{$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if}</title> 13 <meta http-equiv="Content-Type" content="text/html; charset={$head_charset}" /> 14 <meta name="Powered-By" content="Serendipity v.{$head_version}" /> 15 <link rel="stylesheet" type="text/css" href="{$head_link_stylesheet}" /> 16 <link rel="alternate" type="application/rss+xml" title="{$blogTitle} RSS feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/index.rss2" /> 17 <link rel="alternate" type="application/x.atom+xml" title="{$blogTitle} Atom feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/atom.xml" /> 18 {if $entry_id} 19 <link rel="pingback" href="{$serendipityBaseURL}comment.php?type=pingback&entry_id={$entry_id}" /> 20 {/if} 21 22 {serendipity_hookPlugin hook="frontend_header"} 23 </head> 24 25 <body> 26 {else} 27 {serendipity_hookPlugin hook="frontend_header"} 28 {/if} 29 30 {if $is_raw_mode != true} 31 <div id="serendipity_banner"> 32 <h1><a class="homelink1" href="{$serendipityBaseURL}">{$head_title|@default:$blogTitle}</a></h1> 33 <h2><a class="homelink2" href="{$serendipityBaseURL}">{$head_subtitle|@default:$blogDescription}</a></h2> 34 </div> 35 36 <table id="mainpane"> 37 <tr> 38 {if $leftSidebarElements > 0} 39 <td id="serendipityLeftSideBar" valign="top"><div class="sideBarSpacer">{serendipity_printSidebar side="left"}</div></td> 40 {/if} 41 <td valign="top" id="content"><div id="contentSpacer">{$CONTENT}</div></td> 42 {if $rightSidebarElements > 0} 43 <td id="serendipityRightSideBar" valign="top"><div class="sideBarSpacer">{serendipity_printSidebar side="right"}</div></td> 44 {/if} 45 </tr> 46 </table> 47 {/if} 48 49 {$raw_data} 50 {serendipity_hookPlugin hook="frontend_footer"} 51 52 <div id="copyright">Design <a href="http://garv.in/">Garvin Hicking</a>, Icons <a href="http://tango-project.org/">Tango Project</a></div> 53 54 {if $is_embedded != true} 55 </body> 56 </html> 57 {/if}
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Nov 24 09:00:37 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |