configureproduct.tpl 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {*
  2. route configureproduct by gorupname
  3. *}
  4. {*
  5. Mailhosting => gid=1
  6. ThurFiles Private Hosting => gid=2
  7. Nextcloud Hosting => gid=3
  8. ThurVServer => gid=4
  9. ThurVCloud Private => gid=5
  10. Groupware Hosting => gid=7
  11. Mailhosting mit Nextcloud => gid=8
  12. ThurVCloud Business => gid=9
  13. ThurFiles Business Hosting => gid=10
  14. *}
  15. {if $productinfo.gid === 1 || $productinfo.gid === 8}
  16. {include file='./configure_privat_mail.tpl'}
  17. {include file='./check_configure_privat_mail.tpl'}
  18. {elseif $productinfo.gid === 2}
  19. {include file='./configure_seafile.tpl'}
  20. {include file='./check_configure_seafile.tpl'}
  21. {elseif $productinfo.gid === 3}
  22. {include file='./configure_nextcloud.tpl'}
  23. {include file='./check_configure_nextcloud.tpl'}
  24. {elseif $productinfo.gid === 4}
  25. {include file='./configure_thurvserver.tpl'}
  26. {include file='./check_configure_thurvserver.tpl'}
  27. {elseif $productinfo.gid === 5}
  28. {include file='./configure_thurvcloud.tpl'}
  29. {else}
  30. {include file='./configureproduct_default.tpl'}
  31. {/if}
  32. {* {elseif $productinfo.gid === 3}
  33. {include file='./configure_nextcloud.tpl'}
  34. {include file='./check_configure_nextcloud.tpl'}
  35. *}