|
From: FlorinCB <ory...@us...> - 2008-09-09 03:28:55
|
Update of /cvsroot/mxbb/mx_music/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16493/templates/_core Modified Files: music_edit_body.tpl music_lists.tpl Log Message: some styleing fixes Index: music_edit_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_edit_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** music_edit_body.tpl 29 Jan 2008 07:51:29 -0000 1.1 --- music_edit_body.tpl 9 Sep 2008 03:28:48 -0000 1.2 *************** *** 26,29 **** --- 26,34 ---- </script> + <div class="forabg block"> + <div id="p1" class="post bg2 online"> + <div class="inner"><span class="corners-top"><span></span></span> + <div class="textbody"> + <form name="editform" action="{S_MUSIC_ACTION}" method="post" onsubmit="return checkMUSICForm()" enctype="multipart/form-data"> <table width="100%" cellspacing="2" cellpadding="2" border="0"> *************** *** 34,37 **** --- 39,43 ---- <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> + <fieldset> <tr> <th class="thTop" height="25" colspan="2">{L_EDIT_SONG_INFO}</th> *************** *** 39,51 **** <tr> <td class="row1" width="30%" height="28"><span class="gen">{L_SONG_TITLE}</span></td> ! <td class="row2"><input class="post" type="text" name="song_title" size="60" value="{SONG_TITLE}" /></td> </tr> <tr> <td class="row1" width="30%" height="28"><span class="gen">{L_SONG_URL}</span></td> ! <td class="row2"><input class="post" type="text" name="song_url" size="60" value="{SONG_URL}" /></td> </tr> <tr> <td class="row1" width="30%" height="28"><span class="gen">{L_SINGER}</span></td> ! <td class="row2"><input class="post" type="text" name="song_singer" size="60" value="{SONG_SINGER}" /></td> </tr> <tr> --- 45,57 ---- <tr> <td class="row1" width="30%" height="28"><span class="gen">{L_SONG_TITLE}</span></td> ! <td class="row2"><input class="inputbox autowidth" type="text" name="song_title" size="60" value="{SONG_TITLE}" /></td> </tr> <tr> <td class="row1" width="30%" height="28"><span class="gen">{L_SONG_URL}</span></td> ! <td class="row2"><input class="inputbox autowidth" type="text" name="song_url" size="60" value="{SONG_URL}" /></td> </tr> <tr> <td class="row1" width="30%" height="28"><span class="gen">{L_SINGER}</span></td> ! <td class="row2"><input class="inputbox autowidth" type="text" name="song_singer" size="60" value="{SONG_SINGER}" /></td> </tr> <tr> *************** *** 54,58 **** </tr> <tr> ! <td class="row2"><input class="post" type="file" name="song_image" size="49" /></td> </tr> <tr> --- 60,64 ---- </tr> <tr> ! <td class="row2"><input class="inputbox autowidth" type="file" name="song_image" size="49" /></td> </tr> <tr> *************** *** 63,70 **** <td class="catBottom" align="center" height="28" colspan="2"><input type="reset" value="{L_RESET}" class="liteoption" /> <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /></td> </tr> </table> </form> ! <br clear="all" /> <!-- --- 69,82 ---- <td class="catBottom" align="center" height="28" colspan="2"><input type="reset" value="{L_RESET}" class="liteoption" /> <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /></td> </tr> + </fieldset> </table> </form> ! ! </div></div> ! </div> ! <span class="corners-bottom"><span></span></span> ! </div> ! <br /><br clear="all" /> <!-- Index: music_lists.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_lists.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** music_lists.tpl 7 Sep 2008 18:06:58 -0000 1.2 --- music_lists.tpl 9 Sep 2008 03:28:49 -0000 1.3 *************** *** 9,13 **** <div class="inner"><span class="corners-top"><span></span></span> <ul class="topiclist"> ! <li class="header"><span style="color:white;">{BLOCK_TITLE}<span></li> </ul> <div id="p1" class="post bg2 online"> --- 9,13 ---- <div class="inner"><span class="corners-top"><span></span></span> <ul class="topiclist"> ! <li class="header" style="text-align: center; position: absolute; top: 0%; width: 100%;"><span style="color:white;">{BLOCK_TITLE}<span></li> </ul> <div id="p1" class="post bg2 online"> |