<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
 <xsl:import href="/home/rob/docbook-xsl-1.58.1/xhtml/docbook.xsl"/>
 <xsl:param name="html.stylesheet">/Home4.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="user.head.content">
      <xsl:with-param name="node" select="$doc"/>
    </xsl:call-template>

    <meta name="Author" content="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's 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:apply-templates select="articleinfo" />


   <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 name="article.authorblurb">
 
 <xsl:apply-templates />
</xsl:template>

<xsl:template name="article.titlepage.verso">
 <xsl:call-template name="book.titlepage.verso" />
 </xsl:template>
<xsl:template name="book.titlepage.verso">
 <p>Document Also Available in <a><xsl:attribute name="href">
  <xsl:value-of select="$file"/>.pdf
 </xsl:attribute>
 PDF</a> (<xsl:value-of select="$pdf_size" />), 
 <a><xsl:attribute name="href"><xsl:value-of select="$file"/>.ps</xsl:attribute>PS</a>
 (<xsl:value-of select="$ps_size" />), 
 <a><xsl:attribute name="href">
 <xsl:value-of select="$file"/>.print.html
 </xsl:attribute>Printer-friendly HTML</a> (<xsl:value-of select="$html_size"/>)
 <a><xsl:attribute name="href">
 <xsl:value-of select="$file"/>.rtf
 </xsl:attribute>Rich Text Format</a> (<xsl:value-of select="$rtf_size"/>)
 <a><xsl:attribute name="href">
 <xsl:value-of select="$file"/>.xml
 </xsl:attribute>DocBook source</a> (<xsl:value-of select="$docbook_size"/>)</p>
</xsl:template>
</xsl:stylesheet>

