
نوشته اصلی توسط
peym@nn
ماک لینک خارجی رفتیم نفهمیدیم یکی میشه هم فارسیشو برا سی پنل به هم دایرکت ادمین
درود ، دوست عزیز شما با فرم و قالب زیر میتونید برای کنترل پنل دایرکت ادمین خود یک قالب با طرح های خود طراحی کنید :
کد:
<style>
*{ FONT-SIZE: 8pt; FONT-FAMILY: verdana; }
b { FONT-WEIGHT: bold; }
.listtitle { BACKGROUND: #425984; COLOR: #EEEEEE; white-space: nowrap; }
td.list { BACKGROUND: #EEEEEE; white-space: nowrap; }
</style>
<table cellspacing=1 cellpadding=5>
<tr>
<td class=listtitle colspan=2>Please enter your Username and Password</td>
</tr>
<form action="http://www.yourdomain.com:2222/CMD_LOGIN" method="POST" name="form">
<input type=hidden name=referer value="/">
<input type=hidden name=FAIL_URL value="http://www.yourdomain.com/login_failed.html">
<input type=hidden name=LOGOUT_URL value="http://www.yourdomain.com/logged_out.html">
<tr>
<td class=list align=right>Username:</td><td class=list><input type=text name=username></td>
</tr>
<tr>
<td class=list align=right>Password:</td><td class=list><input type=password name=password></td>
</tr>
<tr>
<td class=listtitle align=right colspan=2><input type=submit value='Login'></td>
</tr>
</form>
</table>
پ.ن » به جای yourdomain.com باید آدرس اصلی سایت خود را وارد کنید .
موفق باشید .