Hôpital 2.0

 

 Actions/footer.php

<?php if(!$viewfooter){?>
<ul class="footer">
<li id="bghd">&nbsp;</li>
<?php if (!ereg("iscussion",$this->tag)){$incPage $this->LoadPage("Discussion".$this->tag);$content $incPage["body"];if($content!=""){?><li><a href="<?php echo  $this->href("""Discussion".$this->tag,""); ?>">discussion</a></li><?php }}?>
<li><a href="<?php echo  $this->href("""contact""feedback=".$this->tag); ?>">r&eacute;agir</a></li>
<!--
< ?php if(!ereg("discussion",$this->tag)){? ><li><a href="< ?php echo  $this->href("","discussion".$this->tag, "");? >">discussion</a></li>< ?php }--><? //echo  $this->href("", "", "show_comments=1"); ?>
<?php 
if ($this->GetUser()){
echo  
$this->HasAccess("write") ? "<li><a href=\"".$this->href("edit")."\" title=\"Cliquez pour &eacute;diter cette page.\">&eacute;diter</a></li>\n" "";?>

<li><a href="<?php echo $this->href("referrers"?>" title="Cliquez pour voir les URLs faisant r&eacute;f&eacute;rence &agrave; cette page.">r&eacute;f&eacute;rences</a></li>
<?php echo  $this->GetPageTime() ? "<li><a href=\"".$this->href("revisions")."\" title=\"Cliquez pour voir les derni&egrave;res modifications sur cette page.\">r&eacute;visions</a></li>" "";
// if this page exists
if ($this->page){
    
// if owner is current user
    
if ($this->UserIsOwner()){
        echo 
"<li><a href=\"".$this->href("acls")."\" title=\"Cliquez pour &eacute;diter les permissions de cette page.\">permissions</a></li><li><a href=\"".$this->href("deletepage")."\">supprimer</a></li>";
    }else{
        if (
$owner $this->GetPageOwner()){
            
//echo "<li>".$this->Format($owner)."</li>";
            
echo $this->Format('[[$user["name"] proprietaire]]');
        }else{
            echo 
"<li><a href=\"".$this->href("claim")."\">acqu&eacute;rir</a></li>";
        }
    }
}
//fin si connecté
?>
<li id="bghg">&nbsp;</li>
<?php echo  $this->FormClose();  ?>
</ul><!-- Social Bookmark --><table id="sb"><tr><td><a href="http://del.icio.us/post?url=<?php echo $this->GetConfigValue('base_url').$this->tag;?>"><img src="data/sb1.png" class="b0"/></a></td><td>
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?&u=<?php echo $this->GetConfigValue('base_url').$this->tag;?>"><img src="data/sb2.png" class="b0"/></a></td><td>
<a href="http://digg.com/submit?phase=2&url=<?php echo $this->GetConfigValue('base_url').$this->tag;?>"><img src="data/sb3.png" class="b0"/></a></td><td>
<a href="http://technorati.com/signup/?f=favorites&Url=<?php echo $this->GetConfigValue('base_url').$this->tag;?>"><img src="data/sb4.png" class="b0"/></a></td><td>
<a href="http://reddit.com/submit?url=<?php echo $this->GetConfigValue('base_url').$this->tag;?>&title=Hôpital 2.0 : étude des relation PSFA en Centre Hospitalier - <?php echo $this->GetPageTag(); ?>"><img src="data/sb5.png" class="b0"/></a></td><td>
<a href="http://www.furl.net/storeIt.jsp?&u=<?php echo $this->GetConfigValue('base_url').$this->tag;?>"><img src="data/sb6.png" class="b0"/></a></td><td>
<a href="http://www.spurl.net/spurl.php?v=3&Url=<?php echo $this->GetConfigValue('base_url').$this->tag;?>"><img src="data/sb7.png" class="b0"/></a></td><td>
<a href="http://www.simpy.com/simpy/LinkAdd.do?href=<?php echo $this->GetConfigValue('base_url').$this->tag;?>"><img src="data/sb8.png" class="b0"/></a></td><td>
<a href="http://www.wink.com/_/tag?Url=<?php echo $this->GetConfigValue('base_url').$this->tag;?>"><img src="data/sb9.png" class="b0"/></a></td></tr></table>
<?php 


    
if ($this->GetConfigValue("debug")=="yes")
    {
        echo 
"<span class=\"debug\"><b>Query log :</b><br />\n";
        
$t_SQL=0;
        foreach (
$this->queryLog as $query)
        {
            echo 
$query["query"]." (".round($query["time"],4).")<br />\n";
            
$t_SQL $t_SQL $query["time"];
        }
        echo 
"</span>\n";

        echo 
"<span class=\"debug\">".round($t_SQL4)." s (total SQL time)</span><br />\n";
        
        list(
$g2_usec$g2_sec) = explode(" ",microtime());
        
define ("t_end", (float)$g2_usec + (float)$g2_sec);
        echo 
"<span class=\"debug\"><b>".round(t_end-t_start4)." s (total time)</b></span><br />\n";

        echo 
"<span class=\"debug\">SQL time represent : ".round((($t_SQL/(t_end-t_start))*100),2)."% of total time</span>\n";
    }}
if(!
$viewpub){include("actions/pubs.php");}
?><!-- stats --><script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">_uacct = "UA-990989-5";urchinTracker();</script><script type='text/javascript' src='http://track2.mybloglog.com/js/jsserv.php?mblID=2007032513445992'></script>
</body>
</html>