configureproduct.tpl 1.8 KB

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