fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [17178] more on non-cookie


From: sigurdne
Subject: [Fmsystem-commits] [17178] more on non-cookie
Date: Fri, 20 Oct 2017 12:55:04 -0400 (EDT)

Revision: 17178
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17178
Author:   sigurdne
Date:     2017-10-20 12:55:03 -0400 (Fri, 20 Oct 2017)
Log Message:
-----------
more on non-cookie

Modified Paths:
--------------
    trunk/controller/templates/base/calendar/calendar_filters.xsl
    trunk/controller/templates/base/calendar/calendar_month_no_loc.xsl
    trunk/controller/templates/base/calendar/calendar_year_no_loc.xsl
    trunk/controller/templates/base/calendar/nav_calendar_month.xsl
    trunk/controller/templates/base/calendar/nav_calendar_year.xsl
    trunk/controller/templates/base/calendar/view_calendar_month.xsl
    
trunk/controller/templates/base/calendar/view_calendar_month_for_locations.xsl
    trunk/controller/templates/base/calendar/view_calendar_year.xsl
    
trunk/controller/templates/base/calendar/view_calendar_year_for_locations.xsl
    trunk/controller/templates/base/case/add_case.xsl
    trunk/controller/templates/base/case/case_row.xsl
    trunk/controller/templates/base/case/cases_tab_menu.xsl
    trunk/controller/templates/base/case/view_closed_cases.xsl
    trunk/controller/templates/base/check_list/edit_check_list.xsl
    trunk/controller/templates/base/check_list/fragments/add_check_list_menu.xsl
    trunk/controller/templates/base/check_list/fragments/check_list_menu.xsl
    
trunk/controller/templates/base/check_list/fragments/check_list_top_section.xsl
    trunk/controller/templates/base/check_list/fragments/nav_control_plan.xsl
    trunk/controller/templates/base/check_list/view_control_info.xsl
    trunk/controller/templates/base/check_list/view_control_items.xsl
    trunk/controller/templates/base/control_item/control_item.xsl
    trunk/controller/templates/base/control_item/view_control_item_list.xsl
    trunk/controller/templates/base/procedure/view_procedures_for_control.xsl

Modified: trunk/controller/templates/base/calendar/calendar_filters.xsl
===================================================================
--- trunk/controller/templates/base/calendar/calendar_filters.xsl       
2017-10-20 14:25:05 UTC (rev 17177)
+++ trunk/controller/templates/base/calendar/calendar_filters.xsl       
2017-10-20 16:55:03 UTC (rev 17178)
@@ -2,7 +2,7 @@
 <xsl:template name="calendar_filters" xmlns:php="http://php.net/xsl";>
 
   <xsl:param name="view_period" />
-<xsl:variable name="session_url">&amp;<xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
+<xsl:variable name="session_url"><xsl:text>&amp;</xsl:text><xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
 
   <form id="cal-filters" class="select-box" method="post">
     <xsl:choose>

Modified: trunk/controller/templates/base/calendar/calendar_month_no_loc.xsl
===================================================================
--- trunk/controller/templates/base/calendar/calendar_month_no_loc.xsl  
2017-10-20 14:25:05 UTC (rev 17177)
+++ trunk/controller/templates/base/calendar/calendar_month_no_loc.xsl  
2017-10-20 16:55:03 UTC (rev 17178)
@@ -2,7 +2,7 @@
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
 <xsl:variable name="date_format"><xsl:value-of 
select="php:function('get_phpgw_info', 'user|preferences|common|dateformat')" 
/></xsl:variable>
 <xsl:variable name="month_str">month <xsl:value-of select="current_month_nr"/> 
capitalized</xsl:variable>
-<xsl:variable name="session_url">&amp;<xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
+<xsl:variable name="session_url"><xsl:text>&amp;</xsl:text><xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
 
 <script>
 <xsl:text>

Modified: trunk/controller/templates/base/calendar/calendar_year_no_loc.xsl
===================================================================
--- trunk/controller/templates/base/calendar/calendar_year_no_loc.xsl   
2017-10-20 14:25:05 UTC (rev 17177)
+++ trunk/controller/templates/base/calendar/calendar_year_no_loc.xsl   
2017-10-20 16:55:03 UTC (rev 17178)
@@ -2,7 +2,7 @@
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
 <xsl:variable name="date_format"><xsl:value-of 
select="php:function('get_phpgw_info', 'user|preferences|common|dateformat')" 
/></xsl:variable>
 <xsl:variable name="month_str">month <xsl:value-of select="current_month_nr"/> 
capitalized</xsl:variable>
-<xsl:variable name="session_url">&amp;<xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
+<xsl:variable name="session_url"><xsl:text>&amp;</xsl:text><xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
 
 <script>
 <xsl:text>

Modified: trunk/controller/templates/base/calendar/nav_calendar_month.xsl
===================================================================
--- trunk/controller/templates/base/calendar/nav_calendar_month.xsl     
2017-10-20 14:25:05 UTC (rev 17177)
+++ trunk/controller/templates/base/calendar/nav_calendar_month.xsl     
2017-10-20 16:55:03 UTC (rev 17178)
@@ -4,7 +4,7 @@
 <xsl:param name="location_code" />
 <xsl:param name="serie_id" />
 
-<xsl:variable name="session_url">&amp;<xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
+<xsl:variable name="session_url"><xsl:text>&amp;</xsl:text><xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
 <div id="calNav">
        <xsl:choose>
                <xsl:when test="current_month_nr > 1">

Modified: trunk/controller/templates/base/calendar/nav_calendar_year.xsl
===================================================================
--- trunk/controller/templates/base/calendar/nav_calendar_year.xsl      
2017-10-20 14:25:05 UTC (rev 17177)
+++ trunk/controller/templates/base/calendar/nav_calendar_year.xsl      
2017-10-20 16:55:03 UTC (rev 17178)
@@ -5,7 +5,7 @@
 <xsl:param name="serie_id" />
 
 
-<xsl:variable name="session_url">&amp;<xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
+<xsl:variable name="session_url"><xsl:text>&amp;</xsl:text><xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
 <div id="calNav">
        <a class="showPrev">
                <xsl:attribute name="href">

Modified: trunk/controller/templates/base/calendar/view_calendar_month.xsl
===================================================================
--- trunk/controller/templates/base/calendar/view_calendar_month.xsl    
2017-10-20 14:25:05 UTC (rev 17177)
+++ trunk/controller/templates/base/calendar/view_calendar_month.xsl    
2017-10-20 16:55:03 UTC (rev 17178)
@@ -1,7 +1,7 @@
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
 <xsl:variable name="date_format"><xsl:value-of 
select="php:function('get_phpgw_info', 'user|preferences|common|dateformat')" 
/></xsl:variable>
 <xsl:variable name="month_str">month <xsl:value-of select="current_month_nr"/> 
capitalized</xsl:variable>
-<xsl:variable name="session_url">&amp;<xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
+<xsl:variable name="session_url"><xsl:text>&amp;</xsl:text><xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
 <xsl:variable name="serie_id"><xsl:value-of select="serie_id" /></xsl:variable>
 
        <script>

Modified: 
trunk/controller/templates/base/calendar/view_calendar_month_for_locations.xsl
===================================================================
--- 
trunk/controller/templates/base/calendar/view_calendar_month_for_locations.xsl  
    2017-10-20 14:25:05 UTC (rev 17177)
+++ 
trunk/controller/templates/base/calendar/view_calendar_month_for_locations.xsl  
    2017-10-20 16:55:03 UTC (rev 17178)
@@ -2,7 +2,7 @@
 <xsl:template match="data"  xmlns:php="http://php.net/xsl";>
 <xsl:variable name="date_format"><xsl:value-of 
select="php:function('get_phpgw_info', 'user|preferences|common|dateformat')" 
/></xsl:variable>
 <xsl:variable name="month_str">month <xsl:value-of select="current_month_nr"/> 
capitalized</xsl:variable>
-<xsl:variable name="session_url">&amp;<xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
+<xsl:variable name="session_url"><xsl:text>&amp;</xsl:text><xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
 <xsl:variable name="location_code"><xsl:value-of select="location_code" 
/></xsl:variable>
 <xsl:variable name="serie_id"><xsl:value-of select="serie_id" /></xsl:variable>
 

Modified: trunk/controller/templates/base/calendar/view_calendar_year.xsl
===================================================================
--- trunk/controller/templates/base/calendar/view_calendar_year.xsl     
2017-10-20 14:25:05 UTC (rev 17177)
+++ trunk/controller/templates/base/calendar/view_calendar_year.xsl     
2017-10-20 16:55:03 UTC (rev 17178)
@@ -1,5 +1,5 @@
 <xsl:template match="data"  xmlns:php="http://php.net/xsl";>
-<xsl:variable name="session_url">&amp;<xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
+<xsl:variable name="session_url"><xsl:text>&amp;</xsl:text><xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
 <xsl:variable name="serie_id"><xsl:value-of select="serie_id" /></xsl:variable>
 
        <script>

Modified: 
trunk/controller/templates/base/calendar/view_calendar_year_for_locations.xsl
===================================================================
--- 
trunk/controller/templates/base/calendar/view_calendar_year_for_locations.xsl   
    2017-10-20 14:25:05 UTC (rev 17177)
+++ 
trunk/controller/templates/base/calendar/view_calendar_year_for_locations.xsl   
    2017-10-20 16:55:03 UTC (rev 17178)
@@ -1,7 +1,7 @@
 <!-- $Id: view_calendar_year.xsl 9206 2012-04-23 06:21:38Z vator $ -->
 <xsl:template match="data"  xmlns:php="http://php.net/xsl";>
 <xsl:variable name="date_format"><xsl:value-of 
select="php:function('get_phpgw_info', 'user|preferences|common|dateformat')" 
/></xsl:variable>
-<xsl:variable name="session_url">&amp;<xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
+<xsl:variable name="session_url"><xsl:text>&amp;</xsl:text><xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
 <xsl:variable name="location_code"><xsl:value-of select="location_code" 
/></xsl:variable>
 <xsl:variable name="serie_id"><xsl:value-of select="serie_id" /></xsl:variable>
 

Modified: trunk/controller/templates/base/case/add_case.xsl
===================================================================
--- trunk/controller/templates/base/case/add_case.xsl   2017-10-20 14:25:05 UTC 
(rev 17177)
+++ trunk/controller/templates/base/case/add_case.xsl   2017-10-20 16:55:03 UTC 
(rev 17178)
@@ -1,6 +1,6 @@
 <!-- $Id: choose_control_items.xsl 8267 2011-12-11 12:27:18Z sigurdne $ -->
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
-<xsl:variable name="session_url">&amp;<xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
+<xsl:variable name="session_url"><xsl:text>&amp;</xsl:text><xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
 
 <div id="main_content" class="medium">
   

Modified: trunk/controller/templates/base/case/case_row.xsl
===================================================================
--- trunk/controller/templates/base/case/case_row.xsl   2017-10-20 14:25:05 UTC 
(rev 17177)
+++ trunk/controller/templates/base/case/case_row.xsl   2017-10-20 16:55:03 UTC 
(rev 17178)
@@ -3,7 +3,7 @@
 <xsl:template name="case_row" xmlns:php="http://php.net/xsl";>
 
   <xsl:param name="control_item_type" />
-  <xsl:variable name="session_url">&amp;<xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable> 
+  <xsl:variable name="session_url"><xsl:text>&amp;</xsl:text><xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>    
   <li class="check_item_case">
     <xsl:choose>
       <xsl:when test="cases_array/child::node()">

Modified: trunk/controller/templates/base/case/cases_tab_menu.xsl
===================================================================
--- trunk/controller/templates/base/case/cases_tab_menu.xsl     2017-10-20 
14:25:05 UTC (rev 17177)
+++ trunk/controller/templates/base/case/cases_tab_menu.xsl     2017-10-20 
16:55:03 UTC (rev 17178)
@@ -1,6 +1,6 @@
 <xsl:template name="cases_tab_menu" xmlns:php="http://php.net/xsl";>
 <xsl:param name="active_tab" />
-<xsl:variable name="session_url">&amp;<xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
+<xsl:variable name="session_url"><xsl:text>&amp;</xsl:text><xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
 
 <div class="tab_menu">
                <a id="view_open_cases">

Modified: trunk/controller/templates/base/case/view_closed_cases.xsl
===================================================================
--- trunk/controller/templates/base/case/view_closed_cases.xsl  2017-10-20 
14:25:05 UTC (rev 17177)
+++ trunk/controller/templates/base/case/view_closed_cases.xsl  2017-10-20 
16:55:03 UTC (rev 17178)
@@ -1,6 +1,6 @@
 <!-- $Id: choose_control_items.xsl 8267 2011-12-11 12:27:18Z sigurdne $ -->
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
-       <xsl:variable name="session_url">&amp;
+       <xsl:variable name="session_url"><xsl:text>&amp;</xsl:text>
                <xsl:value-of select="php:function('get_phpgw_session_url')" />
        </xsl:variable>
 

Modified: trunk/controller/templates/base/check_list/edit_check_list.xsl
===================================================================
--- trunk/controller/templates/base/check_list/edit_check_list.xsl      
2017-10-20 14:25:05 UTC (rev 17177)
+++ trunk/controller/templates/base/check_list/edit_check_list.xsl      
2017-10-20 16:55:03 UTC (rev 17178)
@@ -1,7 +1,7 @@
 <!-- $Id$ -->
 <xsl:template match="data" name="edit_check_list" 
xmlns:php="http://php.net/xsl";>
 <xsl:variable name="date_format"><xsl:value-of 
select="php:function('get_phpgw_info', 'user|preferences|common|dateformat')" 
/></xsl:variable>
-<xsl:variable name="session_url">&amp;<xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
+<xsl:variable name="session_url"><xsl:text>&amp;</xsl:text><xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
 
 <div id="main_content" class="medium">
                

Modified: 
trunk/controller/templates/base/check_list/fragments/add_check_list_menu.xsl
===================================================================
--- 
trunk/controller/templates/base/check_list/fragments/add_check_list_menu.xsl    
    2017-10-20 14:25:05 UTC (rev 17177)
+++ 
trunk/controller/templates/base/check_list/fragments/add_check_list_menu.xsl    
    2017-10-20 16:55:03 UTC (rev 17178)
@@ -1,5 +1,5 @@
 <xsl:template name="add_check_list_menu" xmlns:php="http://php.net/xsl";>
-    <xsl:variable name="session_url">&amp;
+    <xsl:variable name="session_url"><xsl:text>&amp;</xsl:text>
         <xsl:value-of select="php:function('get_phpgw_session_url')" />
     </xsl:variable>
 

Modified: 
trunk/controller/templates/base/check_list/fragments/check_list_menu.xsl
===================================================================
--- trunk/controller/templates/base/check_list/fragments/check_list_menu.xsl    
2017-10-20 14:25:05 UTC (rev 17177)
+++ trunk/controller/templates/base/check_list/fragments/check_list_menu.xsl    
2017-10-20 16:55:03 UTC (rev 17178)
@@ -1,6 +1,6 @@
 <xsl:template name="check_list_menu" xmlns:php="http://php.net/xsl";>
        <xsl:param name="active_tab" />
-       <xsl:variable name="session_url">&amp;
+       <xsl:variable name="session_url"><xsl:text>&amp;</xsl:text>
                <xsl:value-of select="php:function('get_phpgw_session_url')" />
        </xsl:variable>
 

Modified: 
trunk/controller/templates/base/check_list/fragments/check_list_top_section.xsl
===================================================================
--- 
trunk/controller/templates/base/check_list/fragments/check_list_top_section.xsl 
    2017-10-20 14:25:05 UTC (rev 17177)
+++ 
trunk/controller/templates/base/check_list/fragments/check_list_top_section.xsl 
    2017-10-20 16:55:03 UTC (rev 17178)
@@ -1,6 +1,6 @@
 <xsl:template name="check_list_top_section" xmlns:php="http://php.net/xsl";>
 <xsl:param name="active_tab" />
-<xsl:variable name="session_url">&amp;<xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
+<xsl:variable name="session_url"><xsl:text>&amp;</xsl:text><xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
 
 <!-- ==================  CHECKLIST DETAILS INFO  ========================= -->
        <div id="check-list-heading">

Modified: 
trunk/controller/templates/base/check_list/fragments/nav_control_plan.xsl
===================================================================
--- trunk/controller/templates/base/check_list/fragments/nav_control_plan.xsl   
2017-10-20 14:25:05 UTC (rev 17177)
+++ trunk/controller/templates/base/check_list/fragments/nav_control_plan.xsl   
2017-10-20 16:55:03 UTC (rev 17178)
@@ -1,5 +1,5 @@
   <xsl:template name="nav_control_plan" xmlns:php="http://php.net/xsl";>
-       <xsl:variable name="session_url">&amp;
+       <xsl:variable name="session_url"><xsl:text>&amp;</xsl:text>
                <xsl:value-of select="php:function('get_phpgw_session_url')" />
        </xsl:variable>
 

Modified: trunk/controller/templates/base/check_list/view_control_info.xsl
===================================================================
--- trunk/controller/templates/base/check_list/view_control_info.xsl    
2017-10-20 14:25:05 UTC (rev 17177)
+++ trunk/controller/templates/base/check_list/view_control_info.xsl    
2017-10-20 16:55:03 UTC (rev 17178)
@@ -1,7 +1,7 @@
 <!-- $Id: edit_check_list.xsl 8478 2012-01-03 12:36:37Z vator $ -->
 <xsl:template match="data" name="view_check_list" 
xmlns:php="http://php.net/xsl";>
 <xsl:variable name="date_format"><xsl:value-of 
select="php:function('get_phpgw_info', 'user|preferences|common|dateformat')" 
/></xsl:variable>
-<xsl:variable name="session_url">&amp;<xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
+<xsl:variable name="session_url"><xsl:text>&amp;</xsl:text><xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
 
 <div id="main_content" class="medium">
        <script>

Modified: trunk/controller/templates/base/check_list/view_control_items.xsl
===================================================================
--- trunk/controller/templates/base/check_list/view_control_items.xsl   
2017-10-20 14:25:05 UTC (rev 17177)
+++ trunk/controller/templates/base/check_list/view_control_items.xsl   
2017-10-20 16:55:03 UTC (rev 17178)
@@ -1,6 +1,6 @@
 <!-- $Id: choose_control_items.xsl 8267 2011-12-11 12:27:18Z sigurdne $ -->
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
-<xsl:variable name="session_url">&amp;<xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>   
+<xsl:variable name="session_url"><xsl:text>&amp;</xsl:text><xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>      
 
 <div id="control-items">
        <h2>Kontrollpunkter</h2>

Modified: trunk/controller/templates/base/control_item/control_item.xsl
===================================================================
--- trunk/controller/templates/base/control_item/control_item.xsl       
2017-10-20 14:25:05 UTC (rev 17177)
+++ trunk/controller/templates/base/control_item/control_item.xsl       
2017-10-20 16:55:03 UTC (rev 17178)
@@ -2,7 +2,7 @@
 <!-- item  -->
 
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
-<xsl:variable name="session_url">&amp;<xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
+<xsl:variable name="session_url"><xsl:text>&amp;</xsl:text><xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
 
 <div id="main_content">
 

Modified: 
trunk/controller/templates/base/control_item/view_control_item_list.xsl
===================================================================
--- trunk/controller/templates/base/control_item/view_control_item_list.xsl     
2017-10-20 14:25:05 UTC (rev 17177)
+++ trunk/controller/templates/base/control_item/view_control_item_list.xsl     
2017-10-20 16:55:03 UTC (rev 17178)
@@ -1,6 +1,6 @@
 <!-- $Id$ -->
 <xsl:template match="data" name="view_check_list" 
xmlns:php="http://php.net/xsl";>
-<xsl:variable name="session_url">&amp;<xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
+<xsl:variable name="session_url"><xsl:text>&amp;</xsl:text><xsl:value-of 
select="php:function('get_phpgw_session_url')" /></xsl:variable>
 <div id="main_content">
                
          <!-- ===========================  SHOWS CONTROL ITEMS RECEIPT   
=============================== -->

Modified: 
trunk/controller/templates/base/procedure/view_procedures_for_control.xsl
===================================================================
--- trunk/controller/templates/base/procedure/view_procedures_for_control.xsl   
2017-10-20 14:25:05 UTC (rev 17177)
+++ trunk/controller/templates/base/procedure/view_procedures_for_control.xsl   
2017-10-20 16:55:03 UTC (rev 17178)
@@ -1,7 +1,7 @@
 <!-- $Id: procedure_item.xsl 8485 2012-01-05 08:21:03Z erikhl $ -->
 
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
-       <xsl:variable name="session_url">&amp;
+       <xsl:variable name="session_url"><xsl:text>&amp;</xsl:text>
                <xsl:value-of select="php:function('get_phpgw_session_url')" />
        </xsl:variable>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]