1 | ({ext_include file="inc_header.tpl" INC_HEADER_is_login=true}) |
---|
2 | |
---|
3 | <div id="container_login"><div class="w_screen"> |
---|
4 | |
---|
5 | <img src="({t_img_url_skin filename=skin_login})" class="bg"> |
---|
6 | |
---|
7 | ({if $top_banner_html_before || $top_banner_html_after}) |
---|
8 | <div class="banner"> |
---|
9 | ({$top_banner_html_before|smarty:nodefaults}) |
---|
10 | </div> |
---|
11 | ({elseif $INC_PAGE_HEADER.c_banner_id}) |
---|
12 | <div class="banner"> |
---|
13 | ({strip}) |
---|
14 | ({if $INC_PAGE_HEADER.a_href}) |
---|
15 | <a href="({t_url m=pc a=do_o_click_banner})&target_c_banner_id=({$INC_PAGE_HEADER.c_banner_id})" target="_blank"> |
---|
16 | <img src="({t_img_url filename=$INC_PAGE_HEADER.image_filename})"> |
---|
17 | </a> |
---|
18 | ({else}) |
---|
19 | <img src="({t_img_url filename=$INC_PAGE_HEADER.image_filename})"> |
---|
20 | ({/if}) |
---|
21 | ({/strip}) |
---|
22 | </div> |
---|
23 | ({/if}) |
---|
24 | |
---|
25 | ({t_form _attr='name="login" id="login"' m=pc a=do_o_login}) |
---|
26 | <input type="hidden" name="login_params" value="({$requests.login_params})"> |
---|
27 | <input type="hidden" name="target_script" value="({$requests.target_script})"> |
---|
28 | <input type="text" tabindex="1" name="username" id="username" class="text"> |
---|
29 | <input type="password" tabindex="2" name="password" id="password" class="text"> |
---|
30 | <input type="image" tabindex="4" name="submit" src="./skin/dummy.gif" border="0" id="button_login" alt="ログイン"> |
---|
31 | |
---|
32 | ({if !$IS_CLOSED_SNS && (($smarty.const.OPENPNE_REGIST_FROM) & ($smarty.const.OPENPNE_REGIST_FROM_PC))}) |
---|
33 | <a href="({t_url m=pc a=page_o_public_invite})" id="button_new_regist"><img src="./skin/dummy.gif" alt="新規登録"></a> |
---|
34 | ({/if}) |
---|
35 | |
---|
36 | <div class="msg lh_130"> |
---|
37 | <input type="checkbox" tabindex="3" name="is_save" id="is_save" value="1" class="no_bg"><label for="is_save">次回から自動的にログイン</label><br> |
---|
38 | ({if !$smarty.const.IS_SLAVEPNE}) |
---|
39 | <span class="password_query"><a href="({t_url m=pc a=page_o_password_query})">>パスワードを忘れた方はこちらへ</a></span> |
---|
40 | ({/if}) |
---|
41 | ({if $SSL_SELECT_URL}) |
---|
42 | <br><a href="({$SSL_SELECT_URL})">({if $HTTPS})標準(http)({else})SSL(https)({/if})はこちら</a> |
---|
43 | ({/if}) |
---|
44 | </div> |
---|
45 | </form> |
---|
46 | <div class="footer"> |
---|
47 | |
---|
48 | ({$inc_page_footer|smarty:nodefaults}) |
---|
49 | |
---|
50 | </div> |
---|
51 | |
---|
52 | </div></div> |
---|
53 | |
---|
54 | ({ext_include file="inc_footer.tpl" INC_FOOTER_is_login=true}) |
---|