More work on i18n and caching; also, work on the views generator.
This commit is contained in:
parent
698c014b0d
commit
22567139f3
4 changed files with 73 additions and 29 deletions
|
|
@ -9,8 +9,8 @@
|
|||
Transform ADL into (partial) controller classes
|
||||
|
||||
$Author: sb $
|
||||
$Revision: 1.10 $
|
||||
$Date: 2008-02-27 17:38:41 $
|
||||
$Revision: 1.11 $
|
||||
$Date: 2008-03-03 17:35:28 $
|
||||
-->
|
||||
|
||||
<!-- WARNING WARNING WARNING: Do NOT reformat this file!
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
with the revision number of the generated file if the generated file is
|
||||
stored to CVS -->
|
||||
<xsl:variable name="transform-rev1"
|
||||
select="substring( '$Revision: 1.10 $', 11)"/>
|
||||
select="substring( '$Revision: 1.11 $', 11)"/>
|
||||
<xsl:variable name="transform-revision"
|
||||
select="substring( $transform-rev1, 0, string-length( $transform-rev1) - 1)"/>
|
||||
|
||||
|
|
@ -129,7 +129,8 @@ namespace <xsl:value-of select="$controllerns"/> {
|
|||
///
|
||||
/// DO NOT EDIT THIS FILE!
|
||||
/// </summary>
|
||||
[ControllerDetails("<xsl:value-of select="@name"/>", Area = "auto")]
|
||||
[ Layout("empty"), Rescue("generalerror"),
|
||||
ControllerDetails("<xsl:value-of select="@name"/>", Area = "auto")]
|
||||
public partial class <xsl:value-of select="@name"/>Controller : BaseController {
|
||||
|
||||
<xsl:if test="adl:form">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue