You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.2 KiB

  1. ::use 'amapadmin/design.mtt'::
  2. <h3>::user._amap.name::</h3>
  3. <div class="row">
  4. <div class="col-md-6">
  5. <p>
  6. <strong>::membersNum::</strong> ::_("members")::.<br/>
  7. <strong>::contractsNum::</strong> ::_("contracts in progress")::.<br/>
  8. <hr/>
  9. $$edit(::_("Edit properties")::,/amap/edit)
  10. <a href="/amapadmin/addimage/" class="btn btn-default btn-sm"> <span class="glyphicon glyphicon-picture"></span>&nbsp;::_("Choose a logo")::</a>
  11. </p>
  12. <hr/>
  13. <p>
  14. ::raw _("Your group has a public page, You can use it as a micro-website.<br/>Copy-paste the address of this page and share it !")::
  15. <br/>
  16. </p>
  17. <p class="linkToShare">
  18. <a href="http://::HOST::/group/::user._amap.id::">
  19. http://::HOST::/group/::user._amap.id::
  20. </a>
  21. </p>
  22. <p>
  23. <a href="/group/::user._amap.id::" class="btn btn-default"><span class="glyphicon glyphicon-chevron-right"></span>&nbsp; ::_("Display")::</a>
  24. </p>
  25. </div>
  26. <div class="col-md-6">
  27. ::if user._amap._image!=null::
  28. <img src="::file(user._amap._image)::" style="width: 100%;" class="thumbnail" />
  29. ::end::
  30. </div>
  31. </div>
  32. ::end::