templates/image.html
author terom
Thu, 08 Nov 2007 17:53:03 +0000
changeset 4 d46ab092d2b2
parent 1 740133ab6353
child 12 c2d8e9a754a1
permissions -rw-r--r--
add rel="nofollow" to ShortURL and series-related links, googlebot doesn't need to follow them
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  <head>
    <title><!-- TITLE --></title>
    <link rel="Stylesheet" type="text/css" href="<!-- STYLE_URL -->" />
    <link rel="up" href="<!-- UP_URL -->" />
    <link rel="prev" href="<!-- PREV_URL -->" />
    <link rel="next" href="<!-- NEXT_URL -->" />
  </head>
  <body>
    <div id="breadcrumb"><!-- BREADCRUMB --></div>
    <div id="image">
      <h1><!-- TITLE --></h1>
      <p><!-- PREVIOUS_THUMB --> <!-- IMAGE --> <!-- NEXT_THUMB --></p>
      <p><!-- DESCRIPTION --></p>
    </div>
    <div id="info">
      <p><!-- FILE --></p>
      <p><!-- IMGSIZE --></p>
      <p><!-- FILESIZE --></p>
      <p><!-- TIMESTAMP --></p>
      <p>ShortURL: <a href="<!-- SHORTURL -->" rel="nofollow"><!-- SHORTURL_CODE --></a></p>
      <p><a href="<!-- SERIES_URL -->" rel="nofollow"><!-- SERIES_VERB --></a> series</p>
    </div>
    <p id="about"><a href="http://marttila.de/~terom/degal/">DeGAL</a> <!-- VERSION --></p>
  </body>
</html>