configureproduct.tpl 1.2 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}
  16. {if $productinfo.gid === 1 || $productinfo.gid === 8}
  17. {include file='./configure_privat_mail.tpl'}
  18. {include file='./check_configure_privat_mail.tpl'}
  19. {elseif $productinfo.gid === 2}
  20. {include file='./configure_seafile.tpl'}
  21. {include file='./check_configure_seafile.tpl'}
  22. {elseif $productinfo.gid === 3}
  23. {include file='./configure_nextcloud.tpl'}
  24. {include file='./check_configure_nextcloud.tpl'}
  25. {elseif $productinfo.gid === 4}
  26. {include file='./configure_thurvserver.tpl'}
  27. {include file='./check_configure_thurvserver.tpl'}
  28. {elseif $productinfo.gid === 5}
  29. {include file='./configure_thurvcloud.tpl'}
  30. {else}
  31. {include file='./configureproduct_default.tpl'}
  32. {/if}
  33. {/if}
  34. {* {elseif $productinfo.gid === 3}
  35. {include file='./configure_nextcloud.tpl'}
  36. {include file='./check_configure_nextcloud.tpl'}
  37. *}