Güzel ßi üye profiL paneLi ..

Son güncelleme: 15.03.2007 18:22
  • noimage

    Acp - templates editle - usercp.tpl deki kodlar yerine ßunları koy kaydet ;

    <?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_ENCODING']}"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
    <head>
    <title>$master_board_name | {$lang->items['LANG_USERCP_TITLE']}</title>
    $headinclude

    <script type="text/javascript">
    <!--

    var info_arr = new Array();
    info_arr[0] = "{$lang->items['LANG_USERCP_PROFILE_EDIT_DESC']}";
    info_arr[1] = "{$lang->items['LANG_USERCP_SIGNATURE_EDIT_DESC']}";
    info_arr[2] = "{$lang->items['LANG_USERCP_OPTIONS_CHANGE_DESC']}";
    info_arr[3] = "{$lang->items['LANG_USERCP_PASSWORD_CHANGE_DESC']}";
    info_arr[4] = "{$lang->items['LANG_USERCP_EMAIL_CHANGE_DESC']}";
    info_arr[5] = "{$lang->items['LANG_USERCP_BUDDY_LIST_DESC']}";
    info_arr[6] = "{$lang->items['LANG_USERCP_IGNORE_LIST_DESC']}";
    info_arr[7] = "{$lang->items['LANG_USERCP_FAVORITES_DESC']}";
    info_arr[8] = "{$lang->items['LANG_USERCP_AVATARS_DESC']}";
    info_arr[9] = "{$lang->items['LANG_USERCP_PMS_DESC']}";
    info_arr[10] = "{$lang->items['LANG_USERCP_ATTACHMENTS_DESC']}";
    info_arr[11] = "{$lang->items['LANG_USERCP_GROUPLEADER_DESC']}";
    info_arr[12] = "{$lang->items['LANG_USERCP_GROUPLEADER_DESC']}";
    info_arr[13] = "{$lang->items['LANG_USERCP_GROUPLEADER_DESC']}";


    function getinfo(cpid)
    {
    var tmp=new Array();
    tmp = info_arr[cpid];

    var str_info = '<span class="normalfont"><b>Beschreibung:</b><br /><b>' + tmp + '</b></span>';
    document.getElementById('cpinfo').innerHTML = str_info;
    }

    function clearinfo()
    {
    document.getElementById('cpinfo').innerHTML = '<span class="normalfont"><b>Beschreibung:</b><br />Fahren Sie mit der Maus über ein Listenelement um eine kurze Beschreibung zu lesen.</span>';
    }

    //-->
    </script>
    </head>
    <body>
    $header
    <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
    <tr>
    <td class="tablea"><table cellpadding="0" cellspacing="0" border="0" style="width:100%">
    <tr class="tablea_fc">
    <td align="left"><span class="smallfont"><b><a href="index.php{$SID_ARG_1ST}">$master_board_name</a> » {$lang->items['LANG_USERCP_TITLE']}</b></span></td>
    <td align="right"><span class="smallfont"><b>$usercbar</b></span></td>
    </tr>
    </table></td>
    </tr>
    </table><br />
    <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
    <tr>
    <td class="tabletitle" colspan="2" align="left"><span class="normalfont"><b>{$lang->items['LANG_USERCP_OVERVIEW']}</b></span></td>
    </tr>
    <td style="width:30%; text-align:center;" class="tableb"><form name="usercpdesc">
    <table style="width:90%;" align="left" border="0">
    <tr>
    <td><table style="width:98%; margin-top:10px; border:2px dotted #000000; height:100px;" align="right" id="infotable">
    <tr valign="top">
    <td id="cpinfo"><span class="normalfont"><b>Beschreibung</b><br />Fahren Sie mit der Maus über ein Listenelement.</span></td>
    </tr>

    </table></td>
    </tr>
    </table>
    </form></td>
    <td style="width:70%" class="tablea">
    <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
    <tr>
    <td class="tablea" style="width:60px; text-align:center;">
    <a href="usercp.php?action=profile_edit{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_profile_edit.gif" border="0" onmouseover="javascript:getinfo(0);" onmouseout="javascript:clearinfo();"></a></td>
    <td class="tableb"><span class="normalfont"><b><a href="usercp.php?action=profile_edit{$SID_ARG_2ND}" onmouseover="javascript:getinfo(0);" onmouseout="javascript:clearinfo();">{$lang->items['LANG_USERCP_PROFILE_EDIT']}</a></b></span></td>
    </tr>
    <tr>
    <td class="tablea" style="width:60px; text-align:center;">
    <a href="usercp.php?action=signature_edit{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_signature_edit.gif" border="0" onmouseover="javascript:getinfo(1);" onmouseout="javascript:clearinfo();"></a></td>
    <td class="tableb"><span class="normalfont"><b><a href="usercp.php?action=signature_edit{$SID_ARG_2ND}" onmouseover="javascript:getinfo(1);" onmouseout="javascript:clearinfo();">{$lang->items['LANG_USERCP_SIGNATURE_EDIT']}</a></b></span></td>
    </tr>
    <tr>
    <td class="tablea" style="width:60px; text-align:center;">
    <a href="usercp.php?action=options_change{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_options_change.gif" border="0" onmouseover="getinfo(2);" onmouseout="clearinfo();"></a></td>
    <td class="tableb"><span class="normalfont"><b><a href="usercp.php?action=options_change{$SID_ARG_2ND}" onmouseover="getinfo(2);" onmouseout="clearinfo();">{$lang->items['LANG_USERCP_OPTIONS_CHANGE']}</a></b></span></td>
    </tr>
    <tr>
    <td class="tablea" style="width:60px; text-align:center;">
    <a href="usercp.php?action=password_change{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_password_change.gif" border="0" onmouseover="getinfo(3);" onmouseout="clearinfo();"></a></td>
    <td class="tableb"><span class="normalfont"><b><a href="usercp.php?action=password_change{$SID_ARG_2ND}"onmouseover="getinfo(3);" onmouseout="clearinfo();">{$lang->items['LANG_USERCP_PASSWORD_CHANGE']}</a></b></span></td>
    </tr>
    <tr>
    <td class="tablea" style="width:60px; text-align:center;">
    <a href="usercp.php?action=email_change{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_email_change.gif" border="0" onmouseover="getinfo(4);" onmouseout="clearinfo();"></a></td>
    <td class="tableb"><span class="normalfont"><b><a href="usercp.php?action=email_change{$SID_ARG_2ND}"onmouseover="getinfo(4);" onmouseout="clearinfo();">{$lang->items['LANG_USERCP_EMAIL_CHANGE']}</a></b></span></td>
    </tr>
    <tr>
    <td class="tablea" style="width:60px; text-align:center;">
    <a href="usercp.php?action=buddy_list{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_buddy_list.gif" border="0" onmouseover="getinfo(5);" onmouseout="clearinfo();"></a></td>
    <td class="tableb"><span class="normalfont"><b><a href="usercp.php?action=buddy_list{$SID_ARG_2ND}"onmouseover="getinfo(5);" onmouseout="clearinfo();">{$lang->items['LANG_USERCP_BUDDY_LIST']}</a></b></span></td>
    </tr>
    <tr>
    <td class="tablea" style="width:60px; text-align:center;">
    <a href="usercp.php?action=ignore_list{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_ignore_list.gif" border="0" onmouseover="getinfo(6);" onmouseout="clearinfo();"></a></td>
    <td class="tableb"><span class="normalfont"><b><a href="usercp.php?action=ignore_list{$SID_ARG_2ND}"onmouseover="getinfo(6);" onmouseout="clearinfo();">{$lang->items['LANG_USERCP_IGNORE_LIST']}</a></b></span></td>
    </tr>
    <tr>
    <td class="tablea" style="width:60px; text-align:center;">
    <a href="usercp.php?action=favorites{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_favorites.gif" border="0" onmouseover="getinfo(7);" onmouseout="clearinfo();"></a></td>
    <td class="tableb"><span class="normalfont"><b><a href="usercp.php?action=favorites{$SID_ARG_2ND}"onmouseover="getinfo(7);" onmouseout="clearinfo();">{$lang->items['LANG_USERCP_FAVORITES']}</a></b></span></td>
    </tr>
    <tr>
    <td class="tablea" style="width:60px; text-align:center;">
    <a href="usercp.php?action=avatars{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_avatars.gif" border="0" onmouseover="getinfo(8);" onmouseout="clearinfo();"></a></td>
    <td class="tableb"><span class="normalfont"><b><a href="usercp.php?action=avatars{$SID_ARG_2ND}"onmouseover="getinfo(8);" onmouseout="clearinfo();">{$lang->items['LANG_USERCP_AVATARS']}</a></b></span></td>
    </tr>
    <tr>
    <td class="tablea" style="width:60px; text-align:center;">
    <a href="pms.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/usercp_pm.gif" border="0" onmouseover="getinfo(9);" onmouseout="clearinfo();"></a></td>
    <td class="tableb"><span class="normalfont"><b><a href="pms.php{$SID_ARG_1ST}"onmouseover="getinfo(9);" onmouseout="clearinfo();">{$lang->items['LANG_GLOBAL_PMS']}</a></b></span></td>
    </tr>
    <tr>
    <td class="tablea" style="width:60px; text-align:center;">
    <a href="usercp.php?action=attachments{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_attachments.gif" border="0" onmouseover="getinfo(10);" onmouseout="clearinfo();"></a></td>
    <td class="tableb"><span class="normalfont"><b><a href="usercp.php?action=attachments{$SID_ARG_2ND}"onmouseover="getinfo(10);" onmouseout="clearinfo();">{$lang->items['LANG_USERCP_ATTACHMENTS']}</a></b></span></td>
    </tr>
    <tr>
    <td class="tablea" style="width:60px; text-align:center;">
    <a href="usergroups.php?action=groups{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_usergroups.gif" border="0" onmouseover="getinfo(11);" onmouseout="clearinfo();"></a></td>
    <td class="tableb"><span class="normalfont"><b><a href="usergroups.php?action=groups{$SID_ARG_2ND}"onmouseover="getinfo(11);" onmouseout="clearinfo();">{$lang->items['LANG_USERCP_USERGROUPS']}</a></b></span></td>
    </tr>
    <if($wbbuserdata['isgroupleader']==1)>
    <then>
    <tr>
    <td class="tablea" style="width:60px; text-align:center;">
    <a href="usergroups.php?action=groupleaders{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/usercp_groupleader.gif" border="0" onmouseover="getinfo(12);" onmouseout="clearinfo();"></a></td>
    <td class="tableb"><span class="normalfont"><b><a href="usergroups.php?action=groupleaders{$SID_ARG_2ND}"onmouseover="getinfo(12);" onmouseout="clearinfo();">{$lang->items['LANG_USERCP_GROUPLEADER']}</a></b></span></td>
    </tr>
    </then>
    </if>
    </table>
    </td>
    </tr></br>
    </table><br>

    $footer
    </body>
    </html>
#22.01.2007 13:43 0 0 0
  • sagolasin isime iyi yaradi !
#10.02.2007 16:58 0 0 0
  • Ellerine SaqLık aßijim (;
#15.03.2007 18:22 0 0 0