Subversion Repositories wimsdev

Rev

Rev 13245 | Rev 15509 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. !!INDEX
  3. !! Erase the above line to hide your page from wims search engine.
  4. !! Line starting with double exclamations are comment lines.
  5. !!
  6. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  7. !!
  8. !! Indexing definitions. You should modify them according to your case.
  9. !!
  10. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  11.  
  12. !! Put every definition in ONE LINE!!
  13. !let module_author      =WIMSDEV
  14. !let module_address     =wimsdev@groupes.renater.fr
  15. !let module_title       =!nosubst $wims_name_cgu
  16. !let module_description =
  17. !let module_language    =$lang
  18.  
  19. !!Your copyright policy.
  20. !!Your page will be included in wims distribution if the word `GNU'
  21. !! appears in the following definition.
  22. !let module_copyright =&copy; 2011 (<a href="COPYING">GNU GPL</a>)
  23.  
  24. !header
  25. !set sitemanager=!defof site_manager in wimshome/log/wims.conf
  26. !set sitedpd=!defof site_dpd in wimshome/log/wims.conf
  27. !if $sitedpd=$empty
  28.  !set sitedpd=$sitemanager
  29. !endif
  30. !set backup_delete=!defof backup_delete in wimshome/log/wims.conf
  31. !default backup_delete=!defof backup_delete in wimshome/public_html/bases/sys/define.conf
  32.  
  33. !set general_log_limit=!defof general_log_limit in wimshome/log/wims.conf
  34. !default general_log_limit=!defof DF_general_log_limit in wimshome/public_html/bases/sys/defaults.conf
  35. !set old_log_files=!defof old_log_files in wimshome/log/wims.conf
  36. !default old_log_files=!defof DF_old_log_files in wimshome/public_html/bases/sys/defaults.conf
  37.  
  38. !set size=$[$general_log_limit*$old_log_files]
  39.  
  40. !set local_cgu=!fileexists wimshome/public_html/html/rgpd.phtml.local
  41.  
  42. <div id="js-legals">
  43.  <ul>
  44.    <li><a href="#cgu">$wims_name_cgu</a></li>
  45.    <li><a href="#rgpd">$wims_name_privacy</a></li>
  46.    !if $local_cgu notsametext no
  47.      <li><a href="#rgpd-local">$wims_name_local_privacy</a></li>
  48.    !endif
  49.  </ul>
  50.  <div id="cgu">
  51.    !read wimshome/public_html/html/cgu.phtml.$lang $sitemanager
  52.  </div>
  53.  <div id="rgpd">
  54.    !if $lang isitemof it,fr,ca,es
  55.      !read wimshome/public_html/html/rgpd.phtml.$lang $sitedpd,$backup_delete,$size,$wims_protocol,$wims_usecookie
  56.    !else
  57.      !read wimshome/public_html/html/rgpd.phtml.en $sitedpd,$backup_delete,$size,$wims_protocol,$wims_usecookie
  58.    !endif
  59.  </div>
  60.  !if $local_cgu notsametext no
  61.    <div id="rgpd-local">
  62.      !read wimshome/public_html/html/rgpd.phtml.local $sitedpd
  63.    </div>
  64.  !endif
  65. </div>
  66.  
  67. !if $jquery_defined=yes
  68.  <script>
  69.    /*<![CDATA[*/
  70.    jQuery(function($$) {
  71.        $$("#js-legals").tabs();
  72.      });
  73.    /*]]>*/
  74.  </script>
  75. !endif
  76.  
  77. !tail
  78.