space_medal_float.htm
2.94 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!--{template common/header}-->
<!--{if empty($_GET['infloat'])}-->
<div id="pt" class="bm cl">
<div class="z"><a href="./" class="nvhm" title="{lang homepage}">$_G[setting][bbname]</a> <em>›</em> $navigation</div>
</div>
<div id="ct" class="wp cl">
<div class="mn">
<div class="bm bw0">
<!--{/if}-->
<form id="medalform" method="post" autocomplete="off" action="home.php?mod=medal&action=apply&medalsubmit=yes">
<div class="f_c">
<h3 class="flb">
<em id="return_$_GET['handlekey']"><!--{if $medal['price']}-->{lang space_medal_buy}{lang medals}<!--{else}-->{lang space_medal_apply}<!--{/if}--></em>
<span>
<!--{if !empty($_GET['infloat'])}--><a href="javascript:;" class="flbc" onclick="hideWindow('$_GET['handlekey']')" title="{lang close}">{lang close}</a><!--{/if}-->
</span>
</h3>
<input type="hidden" name="formhash" value="{FORMHASH}" />
<input type="hidden" name="medalid" value="$medal[medalid]" />
<input type="hidden" name="operation" value="" />
<!--{if !empty($_GET['infloat'])}--><input type="hidden" name="handlekey" value="$_GET['handlekey']" /><!--{/if}-->
<div class="c">
<dl class="xld cl">
<dd class="m">
<div class="mg_img hm">
<img src="{STATICURL}image/common/$medal[image]" alt="$medal[name]" style="margin: 20px 0 0 0" />
</div>
</dd>
<dt class="z">
<p class="xw1">$medal[name]</p>
<p class="pbm mbm bbda xw0">$medal[description]</p>
<p>
<!--{if $medal[expiration]}-->
{lang expire} $medal[expiration] {lang days}<br />
<!--{/if}-->
<!--{if $medal[permission]}-->
$medal[permission]<br />
<!--{/if}-->
<!--{if $medal[type] == 0}-->
{lang medals_type_0}
<!--{elseif $medal[type] == 1}-->
<!--{if $medal['price']}-->
<!--{if {$_G['setting']['extcredits'][$medal[credit]][unit]}}-->
{$_G['setting']['extcredits'][$medal[credit]][title]} <strong class="xi1 xw1 xs2">$medal[price]</strong> {$_G['setting']['extcredits'][$medal[credit]][unit]}
<!--{else}-->
<strong class="xi1 xw1 xs2">$medal[price]</strong> {$_G['setting']['extcredits'][$medal[credit]][title]}
<!--{/if}-->
<!--{else}-->
{lang medals_type_1}
<!--{/if}-->
<!--{elseif $medal[type] == 2}-->
{lang medals_type_2}
<!--{/if}-->
</p>
</dt>
</dl>
</div>
</div>
<div class="o pns">
<!--{if $medal[type] && $_G['uid']}-->
<button class="pn pnc vm" type="submit" value="true" name="medalsubmit"><span>
<span>
<!--{if $medal['price']}-->
{lang space_medal_buy}
<!--{else}-->
<!--{if !$medal[permission]}-->
{lang medals_apply}
<!--{else}-->
{lang medals_draw}
<!--{/if}-->
<!--{/if}-->
</span>
</button>
<!--{/if}-->
</div>
</form>
<!--{if empty($_GET['infloat'])}-->
</div>
</div>
</div>
<!--{/if}-->
<!--{template common/footer}-->