<!--
We have a 'metaview', which gives a "somehow" representation of the
meta data of a place, naturally those include some web forms. Here we
have the corresponding controllers.
The implementation is not very much state of the art, instead you'll
see a lot of heritage from early days, where features where missing.
Both, 'metaview' and 'metactrl' are - for now - exported as functions
available at the Scheme level with the intention to improve these
parts over time and allow at application level to dispatch to a
"standard debug level interface" as soon as it finds
"(is-meta-form? msg)" to be true.
BEWARE: don't depend on those requests or dispatch them in any other
way. Forms and controllers of the debug level may change at any time
without prior notice.
-->
<xsl:stylesheet xmlns:dsssl="http://www.askemos.org/2000/NameSpaceDSSSL" xmlns:mind="http://www.askemos.org/2000/CoreAPI" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xml:space="default">
<xsl:template match="request">
<xsl:choose>@LinkDCtrl@LinkCtrl@CreateDocCtrl<!--
Maybe we should remove the grant and revoke controls and always use
gcai instead.
--><dsssl:when test="
(equal? "grant" (data (form-field 'action (current-node))))
">@GrantCtrl</dsssl:when>@RevokeCtrl<dsssl:when test="
(equal? "take" (data (form-field 'action (current-node))))
">@TakeoverCtrl</dsssl:when>@ChangeCtrl@ProtectCtrl@SecretCtrl@AdjustRightsCtrl@SupportCtrl@OtherwiseError</xsl:choose>
</xsl:template>
</xsl:stylesheet>
Diese Seite findet man von: overview, .
Letzte Modifikation:
Autor(en): Adc5dd0c30f6e63932811ed60e019bb2d,
Dokument Nummer A67bb0753e1676f81983e0ecf3a15b391
geliefert an Af4aad764b0fb48d49089dbe7880b1a03
um Wed, 08 Feb 2012 00:40:25 +0100