spacecp_videophoto.htm 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!--{template common/header}-->
  2. <!--{template home/spacecp_header}-->
  3. <!--{subtemplate home/spacecp_profile_nav}-->
  4. <table summary="" cellspacing="0" cellpadding="0" class="tfm">
  5. <caption>
  6. <h2><!--{if $space[videophotostatus]}-->{lang my_video_photo}<!--{else}-->{lang for_video_authentication}<!--{/if}--></h2>
  7. <p>
  8. <!--{if $space[videophotostatus]}-->
  9. {lang video_auth_message_1}
  10. <!--{else}-->
  11. {lang video_auth_message_2}
  12. <!--{/if}-->
  13. </p>
  14. </caption>
  15. <tr>
  16. <td>
  17. <!--{if $space[videophotostatus]}-->
  18. <img src="$videophoto" id="avatar" alt="" width="400" />
  19. <!--{elseif $_G['setting']['verify'][7]['available']}-->
  20. <a href="userapp.php?mod=app&id=1036584&my_suffix=Lw%3D%3D"><img src="{IMGDIR}/videophoto_btn.gif" alt=""></a>
  21. <!--{/if}-->
  22. </td>
  23. </tr>
  24. </table>
  25. <!--{if checkperm('managevideophoto')}-->
  26. <table summary="" cellspacing="0" cellpadding="0" class="tfm">
  27. <caption>
  28. <h2>{lang video_certification_audit}</h2>
  29. <p>{lang video_cer_audit_message}</p>
  30. </caption>
  31. <tr>
  32. <td>
  33. <a href="userapp.php?mod=app&id=1036584">{lang video_cer_audit_manage}</a>
  34. </td>
  35. </tr>
  36. </table>
  37. <!--{/if}-->
  38. </div>
  39. </div>
  40. <div class="appl">
  41. <!--{subtemplate home/spacecp_footer}-->
  42. </div>
  43. </div>
  44. <!--{template common/footer}-->