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