configureproduct.tpl 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {debug}
  2. {include file = 'blubb.tpl'}
  3. {*
  4. route configureproduct by group id or name
  5. *}
  6. {*
  7. ThurMail Private => gid=1
  8. ThurFiles Private Hosting => gid=2
  9. Nextcloud Hosting => gid=3
  10. ThurVServer => gid=4
  11. ThurVCloud Private => gid=5
  12. ThurMail Zimbra => gid=7
  13. ThurMail Kerio => gid=16
  14. Mailhosting mit Nextcloud => gid=8
  15. ThurVCloud Business => gid=9
  16. ThurFiles Business Hosting => gid=10
  17. Website Builder => gid=19
  18. *}
  19. {if ($productinfo.paytype eq 'free') && in_array($productinfo.pid, $clientPids)}
  20. {include file="./nodoubletrial.tpl"}
  21. {else}
  22. {if $productinfo.gid === 1 || $productinfo.gid === 8}
  23. {include file='./configure_privat_mail.tpl'}
  24. {if $productinfo.gid === 19}
  25. {include file='./check_configure_kerio_privat_mail.tpl'}
  26. {else}
  27. {include file='./check_configure_privat_mail.tpl'}
  28. {/if}
  29. {elseif $productinfo.gid === 2}
  30. {include file='./configure_seafile.tpl'}
  31. {include file='./check_configure_seafile.tpl'}
  32. {elseif $productinfo.gid === 3}
  33. {include file='./configure_nextcloud.tpl'}
  34. {include file='./check_configure_nextcloud.tpl'}
  35. {elseif $productinfo.gid === 4}
  36. {include file='./configure_thurvserver.tpl'}
  37. {include file='./check_configure_thurvserver.tpl'}
  38. {elseif $productinfo.gid === 5}
  39. {include file='./configure_thurvcloud.tpl'}
  40. {elseif $productinfo.gid === 7 || $productinfo.gid === 16}
  41. {include file='./configure_groupware.tpl'}
  42. {elseif $productinfo.gid === 15}
  43. {include file='./configure_webhosting.tpl'}
  44. {elseif $productinfo.gid === 19}
  45. {include file='./configure_sitebuilder.tpl'}
  46. {else}
  47. {include file='./configureproduct_default.tpl'}
  48. {/if}
  49. {/if}
  50. {* {elseif $productinfo.gid === 3}
  51. {include file='./configure_nextcloud.tpl'}
  52. {include file='./check_configure_nextcloud.tpl'}
  53. *}