mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
planet Package Module 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4874 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
83ab586a60
commit
b3179d58d0
217 changed files with 12581 additions and 0 deletions
36
modules/planet/skins/xe_planet/message.html
Normal file
36
modules/planet/skins/xe_planet/message.html
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<!--#include("header.html")-->
|
||||
|
||||
<div class="personalHeader">
|
||||
<h2>Message</h2>
|
||||
<p>{$message}</p>
|
||||
<span class="leftCap"></span><span class="rightCap"></span>
|
||||
</div>
|
||||
|
||||
<!--@if(!$is_logged)-->
|
||||
<!--%import("./filter/planet_login.xml")-->
|
||||
<form action="" method="post" onsubmit="return procFilter(this, planet_login)">
|
||||
<fieldset>
|
||||
<legend>{$lang->planet_change_userinfo}</legend>
|
||||
<div class="myInfo">
|
||||
<dl class="login">
|
||||
<dt><label for="uid">{$lang->user_id}</label></dt>
|
||||
<dd>: <input name="user_id" id="uid" type="text" class="inputText" size="30" /></dd>
|
||||
<dt><label for="upw">{$lang->password}</label></dt>
|
||||
<dd>: <input name="password" id="upw" type="password" class="inputText" size="30" /></dd>
|
||||
</dl>
|
||||
<button type="submit"><span>{$lang->cmd_planet_login}</span></button>
|
||||
<span class="tl"></span><span class="tr"></span><span class="bl"></span><span class="br"></span>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
<script type="text/javascript">
|
||||
doFocusPlanetUserId("uid");
|
||||
</script>
|
||||
|
||||
<!--@else-->
|
||||
<div class="myInfo buttonArea">
|
||||
<a href="{getUrl('act','')}" class="button large strong planetBlue"><span>{$lang->cmd_back}</span></a>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
<!--#include("footer.html")-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue