<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version='1.0'>
 <xsl:import href="/home/rob/CCSR/docbook/docbook.xsl"/>
 <xsl:param name="html.stylesheet">response.css</xsl:param>
<xsl:template match="*" mode="process.root">
  <xsl:variable name="doc" select="self::*"/>
  <html xmlns="http://www.w3.org/1999/xhtml">
  <head>
   
    <xsl:call-template name="head.content">
      <xsl:with-param name="node" select="$doc"/>
    </xsl:call-template>
    <!--<xsl:call-template name="head.toc_bar">   - Location on template to make work 
     <xsl:with-param name="node" select="$doc"/>
    </xsl:call-template>-->
    <xsl:call-template name="user.head.content">
      <xsl:with-param name="node" select="$doc"/>
    </xsl:call-template>
   <meta name="Author" content="Jennifer Freeman, Robert Neal" /> 
   <link rel="stylesheet" href="/Home4.css" type="text/css" />
     
  </head>
  <body>
  <div class="linkmenu">
<div class="logo">
   <img src="http://www.ccsr.cse.dmu.ac.uk/images/smalllogo.jpg" alt="CCSR Logo"
/>
  </div>
  <dl>
   <dt><a accesskey="a" href="/about/">About the Centre</a></dt>
    <dd>The who, what, how and why of CCSR</dd>
   <dt><a accesskey="c" href="/conferences/">Conferences</a></dt>
    <dd>Conferences, and related items</dd>
   <dt><a accesskey="w" href="/whatsnew/">What's New</a></dt>
    <dd>New Resources and Conferences</dd>
   <dt><a accesskey="s" href="/search/">Search</a></dt>
    <dd>Search Resources and Conference listings</dd>
   <dt><a accesskey="r" href="/resources/">Resources</a></dt>
    <dd>Papers and topics dealt with by CCSR</dd>
    <ul class="none">
     <li><a href="/resources/short.php?category=23">CCSR Publications</a></li>
     <li><a href="/resources/short.php?category=22">Equality</a></li>
     <li><a href="/resources/short.php?category=1">Privacy</a></li>
     <li><a href="/resources/short.php?category=11">Professionalism</a></li>
     <li><a href="/resources/short.php?category=20">Remote Activities</a></li>
    </ul>
   <dt><a accesskey="e" href="/journal/">E-Journal</a></dt>
    <dd>The ETHICOMP E-Journal</dd>
   <dt><a accesskey="t" href="/resources/general/ethicol.html">Ethicol</a></dt>
    <dd>The IMIS column on Computer Ethics</dd>
   <dt><a accesskey="o" href="/contents/">Contents Page</a></dt>
    <dd>Site map of CCSR</dd>
  </dl>
  <div class="logos">
   <div class="ices">
    <a href="http://www.emeraldinsight.com/jices.htm"><img src="/images/ices.jpg" alt="Journal of Information, Communication and Ethics in Society" /></a>
   </div>
   <div class="unilogo">
    <a href="http://www.dmu.ac.uk/index.html"
     onmouseover="window.status='De Montfort University Website';
     return true;"><img class="logo" src="http://www.dmu.ac.uk/Images/new_red_logo2.gif" alt="De Montfort University" /></a>
   </div>
   <div class="ethilogo">
    <a href="http://www.ethical-junction.org/" onmouseover="window.status='Ethical Junction'; return true;">
    <img src="/images/ejlogo.gif" alt="making ethical choices easy" width="87" height="44" />
    </a>
   </div><div class="icralogo">
    <a href="http://www.icra.org">
     <img src="http://www.icra.org/buttons/icra_sw.gif" alt="Internet Content Rating Association" width="88" height="31" />
    </a>
   </div>
  </div>
  <div class="update">Last update <xsl:value-of select="$date"/></div>
 </div>
   <div class="content">
    <div class="tem">
    <xsl:call-template name="body.attributes"/>
    <xsl:call-template name="user.header.content">
      <xsl:with-param name="node" select="$doc"/>
    </xsl:call-template>
    <div>
    <xsl:apply-templates select="."/>
    </div>
    <xsl:call-template name="user.footer.content">
      <xsl:with-param name="node" select="$doc"/>
    </xsl:call-template>
    </div>
   </div>
  </body>
  </html>
</xsl:template>
<xsl:template match="article">
  <div xmlns="http://www.w3.org/1999/xhtml" class="{name(.)}">
    <xsl:call-template name="language.attribute"/>
    <xsl:if test="$generate.id.attributes != 0">
      <xsl:attribute name="id">
        <xsl:call-template name="object.id"/>
      </xsl:attribute>
    </xsl:if>

    <xsl:call-template name="article.titlepage"/>

    <xsl:variable name="toc.params">
      <xsl:call-template name="find.path.params">
        <xsl:with-param name="table" select="normalize-space($generate.toc)"/>
      </xsl:call-template>
    </xsl:variable>

    <xsl:call-template name="make.lots">
      <xsl:with-param name="toc.params" select="$toc.params"/>
      <xsl:with-param name="toc">
        <xsl:call-template name="component.toc">
          <xsl:with-param name="toc.title.p" select="contains($toc.params, 'title')"/>
        </xsl:call-template>
      </xsl:with-param>
    </xsl:call-template>
    <div class="benstoc">
     <div class="toc_bar"><p>Document Also Available in:</p>
 <ul><li><a><xsl:attribute name="href">
  <xsl:value-of select="$file"/>.pdf </xsl:attribute>PDF</a> (<xsl:value-of select="$pdf_size" />)</li>
 <li><a><xsl:attribute name="href">
  <xsl:value-of select="$file"/>.ps </xsl:attribute>PS</a> (<xsl:value-of select="$ps_size" />)</li>
 <li><a><xsl:attribute name="href">
  <xsl:value-of select="$file"/>.print.html </xsl:attribute>Printer-friendly HTML</a> 
  (<xsl:value-of select="$html_size"/>)</li>
 <li><a><xsl:attribute name="href">
  <xsl:value-of select="$file"/>.rtf </xsl:attribute>Rich Text Format</a> (<xsl:value-of select="$rtf_size"/>)</li>
 <li><a><xsl:attribute name="href">
  <xsl:value-of select="$file"/>.xml </xsl:attribute>DocBook source</a> 
  (<xsl:value-of select="$docbook_size"/>)</li>
</ul>
        <xsl:apply-templates select="ethiquote" />
	<xsl:apply-templates select="articleinfo" />
   </div>
    <xsl:call-template name="make.toc">
	<xsl:with-param name="toc-context" select="/article"/>
	    <xsl:with-param name="toc.title.p" select="true()"/>
	        <xsl:with-param name="nodes" select="section|sect1|refentry                                          |article|bibliography|glossary                                          |appendix                                          |bridgehead[not(@renderas)                                                      and $bridgehead.in.toc != 0]                                          |.//bridgehead[@renderas='sect1'                                                         and $bridgehead.in.toc != 0]"/>
    </xsl:call-template>
    </div>

    <div class="benstext">
    <xsl:apply-templates/>
    <xsl:call-template name="process.footnotes"/>
    </div>
  </div>
</xsl:template>
<xsl:template name="component.toc">
  <xsl:param name="toc-context" select="."/>
    <xsl:param name="toc.title.p" select="true()"/>
</xsl:template>						      
<xsl:template name="article.titlepage.verso">
 <xsl:call-template name="book.titlepage.verso" />
</xsl:template>
<xsl:template name="book.titlepage.verso">
</xsl:template>
</xsl:stylesheet>

