User Tools

Site Tools


en:public:developer:template_system:tags:error:error_btn_back_url

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:public:developer:template_system:tags:error:error_btn_back_url [2012/11/29 11:42]
admin created
en:public:developer:template_system:tags:error:error_btn_back_url [2012/11/29 12:01] (current)
admin [<#error_btn_back_url>]
Line 1: Line 1:
-====== <#error_message> ======+====== <#error_btn_back_url> ======
  
 When an error is encountered, this variable will contain the url of the "back" button and it's will be  When an error is encountered, this variable will contain the url of the "back" button and it's will be 
-available from the /error/ page+available from the **/error/** page
  
 ==== Parameters ==== ==== Parameters ====
  
 ^ Name                                                      ^ Mandatory ^ Default ^ Description       ^        ^ Name                                                      ^ Mandatory ^ Default ^ Description       ^       
-| <html><span style="color:#008000">xmlencode</span></html> | No        | true    | Xml encode the result. see more on [[en:public:developer:template_system:tags:parameters:xmlencode]] |+| <html><span style="color:#008000">xmlencode</span></html> | No        | 1       | Xml encode the result. see more on [[en:public:developer:template_system:tags:parameters:xmlencode]] |
  
 ==== Example ==== ==== Example ====
Line 13: Line 13:
 <code> <code>
  
 +<#error_message>
 <#if condition="'<#error_btn_back_url>' <> ''"> <#if condition="'<#error_btn_back_url>' <> ''">
   <br />   <br />
Line 24: Line 25:
                  href="javascript:void(0);"                  href="javascript:void(0);"
                  onclick="document.forms['ak_back_form'].submit(); return false;"                  onclick="document.forms['ak_back_form'].submit(); return false;"
-                 caption="<#resource_string id='16'>">+                 caption="Previous">
   <#else>   <#else>
     <#htmlbutton template="button_4_1_2.html"     <#htmlbutton template="button_4_1_2.html"
                  href="<#error_btn_back_url>"                  href="<#error_btn_back_url>"
-                 caption="<#resource_string id='16'>">+                 caption="Previous">
   <#endif>     <#endif>  
 <#endif> <#endif>
  
 </code> </code>
en/public/developer/template_system/tags/error/error_btn_back_url.1354174975.txt.gz ยท Last modified: 2012/11/29 11:42 by admin