[ 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 <div id="serendipity_banner"> 31 <h1><a class="homelink1" href="{$serendipityBaseURL}">{$head_title|@default:$blogTitle}</a></h1> 32 <h2><a class="homelink2" href="{$serendipityBaseURL}">{$head_subtitle|@default:$blogDescription}</a></h2> 33 </div> 34 35 <div id="mainpane"> 36 {if $leftSidebarElements > 0} 37 <div id="serendipityLeftSideBar">{serendipity_printSidebar side="left"}</div> 38 {/if} 39 40 {if $rightSidebarElements < 1} 41 <div id="content_left"> 42 {elseif $leftSidebarElements < 1} 43 <div id="content_right"> 44 {else} 45 <div id="content"> 46 {/if} 47 {$CONTENT} 48 {$raw_data} 49 </div> 50 51 {if $rightSidebarElements > 0} 52 <div id="serendipityRightSideBar">{serendipity_printSidebar side="right"}</div> 53 {/if} 54 55 <div id="copyright">Powered by <a href="http://www.s9y.org/">serendipity</a>, Design by <a href="http://supergarv.de/">Garvin Hicking</a>. Smile, you're on the candid credit line!</div> 56 </div> 57 {serendipity_hookPlugin hook="frontend_footer"} 58 {if $is_embedded != true} 59 </body> 60 </html> 61 {/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 |
![]() |