Login   Register  
PHP Classes
elePHPant
Icontem

File: blog.temp

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Sebastien Renauld  >  Template Lite  >  blog.temp  >  Download  
File: blog.temp
Role: Auxiliary data
Content type: text/plain
Description: My folio's template
Class: Template Lite
Process several blocks from a single template file
Author: By
Last change:
Date: 2006-11-06 01:02
Size: 3,853 bytes
 

Contents

Class file image Download
TEMP head
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
   <head>
        <title>Portfolio :: anima</title>
        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
        <meta http-equiv="Content-Language" content="fr" />
           <meta http-equiv="Content-Script-Type" content="text/javascript" />
           <meta http-equiv="Content-Style-Type" content="text/css" />
        <meta name="DC.Language" scheme="RFC3066" content="fr" />

        <link rel="stylesheet" href="style.css" type="text/css" media="screen" title="Normal" />
   </head>
<body>
<div id='avatar'>
<script language="JavaScript">
function popBox(cid) {
	window.open('comment.php?cid='+cid, 'self', "toolbar=no,width=350px,heigth=400,left=200,top=200,menubar=no,scrollbar=yes,statusbar=no");
}
function switchstate(id) { 
  check1 = (document.getElementById(id).style.display==''); 
  check2 = (document.getElementById(id).style.display=='block'); 
   
  if(check1 || check2) { 
    document.getElementById(id).style.display='none'; 
  } else { 
    document.getElementById(id).style.display='block'; 
  } 
}
</script>
<div id="page">

<a href="index.htm"><img src="./images/interface/titre.png" alt="Logo" id="logo" /></a>

<ul id="menu">
	<li><a href="index.php">Home</a></li>
	<li><a href="index.php?act=cv">CV</a></li>
	<li><a href="index.php?act=contact">Contact</a></li>
	<li><a href="forum/" target='_blank'>Forum</a></li>
</ul>

<h1>Portfolio :: anima</h1>

<div id="contenu">
<div id="bloc">
TEND head

TEMP blogbox
<h2>^title%</h2>
	<p class="desc">par ^postby%, le ^time% :: <a href="forum/index.php?page=affprofil&id=^postid%" target='_blank'>Profil</a></p>
		^texte%
	<p class="commentaires"><a href="javascript:popBox(^commentid%);"><em>^cnum%</em> commentaires</a></p>
TEND blogbox

TEMP box
^content%
TEND box
TEMP menustatic
	<h2><a href="javascript:switchstate('credits');">Crédits</a></h2>
	<div id='credits' style='display: none'><p>Merci à:</p>
	<p><b><a href='http://tsukina.free.fr' target='_blank'>Tsuki</a></b> (a.k.a Catherine) pour le sublime avatar sur mon profil et de temps à autres sur les pages;</p>
	<p><b>Jen</b> pour les commentaires sur mon travail, et la compréhension apportée;</p>
	<p><b><a href='http://www.c4-network.com/' target='_blank'>Dr4g0nf1y</a></b> pour l'aide en JavaScript et les commentaires sur toute la programmation en général;</p>
	<p><b>Et le reste</b> des équipes de Kewl.Org, LangoChat.net, EpiKnet.org, Tyranz.Be, où j'ai appris les bases de la programmation il y a 5 ans</p>
	<p class="commentaires">Sans tous ceux-ci, ce site n'aurait jamais existé...</p></div>
	</div>

<div id="menu_gauche">
	<h2>Powered by</h2>
		<ul>
			<li><a href="http://php.net/" target="_blank">PHP</a></li>
			<li><a href="http://mysql.com/" target="_blank">MySQL</a></li>
			<li><a href="http://www.phpclasses.org/browse/author/240565.html" target="_blank">anima</a></li>
		</ul>
TEND menustatic

TEMP menuloggedin
	<h2>Votre session...</h2>
		<ul>
			<li><center><a href="forum/index.php?page=affprofil&id=^id%" target='_blank'><em>^pseudo%</em></a></center></li>
			<li><a href="forum/index.php" target='_blank'>Index des forums</a></li>
			<li><a href="forum/logout.php" target='_blank'>Déconnection</a></li>
		</ul>	
</div>
TEND menuloggedin

TEMP menulogout
	<h2>Votre session...</h2>
		<ul>
			<li><center><a href="forum/index.php?page=connexion" target='_blank'><em>Identification</em></a></center></li>
			<li><a href="forum/index.php?page=reg" target='_blank'>Inscription</a></li>
		</ul>	
</div>
TEND menulogout

TEMP foot
</div>
</div>
</div>
</body>
</html>
TEND foot