Skip Navigation

Sign Up

If you sign up for an account on this web site you can customise elements of this site and subscribe to an email newsletter.

If you have an account on this web site you may login.

If you have an account on this site but have forgotten your user name and / or your password then you can request an account reminder email.

MKDoc::Auth Templates

Several methods that the other templates use are not supported, these are:

self/root

Adding this code to the <head> of the /auth/ templates causes an error:

<link
  rel="shortcut icon"
  href="../../../css/favicon.ico"
  type="image/x-icon"
  petal:attributes="href string:${self/root/uri}favicon.ico"
  petal:condition="true: self/root/get --favicon.ico;"
/>
[PETAL ERROR] Cannot find value for 'get' at '/self/root': get cannot be retrieved

self/cgi/path_info_eq

This code causes an error:

    <link
      rel="top"
      href="/"
      hreflang="en"
      title="Root Document"
      type="text/html"
      petal:attributes="href     self/root/uri;
hreflang self/root/lang;
title    self/root/title;"
      petal:condition="false: self/cgi/path_info_eq '/';"
    />
[PETAL ERROR] Cannot find value for 'path_info_eq' at '/self/cgi': path_info_eq cannot be retrieved

self/parent

This code causes an error:

    <link
      rel="parent"
      href="#"
      hreflang="en"
      title="Document Parent Title"
      type="text/html"
      petal:attributes="href     self/parent/uri;
hreflang self/parent/lang;
title    self/parent/title"
    />
[PETAL ERROR] Cannot find value for 'uri' at '/self/parent': uri cannot be retrieved

Up

This document was last modified by Chris Croome on 2005-04-07 02:14:55
MKDoc Ltd., 31 Psalter Lane, Sheffield, S11 8YL, UK.
Copyright © 2001-2005 MKDoc Ltd.