Update of /cvsroot/phpbb/phpBB2/styles/subsilver2/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10629 Modified Files: attachment.html mcp_ban.html mcp_header.html mcp_jumpbox.html mcp_notes_front.html mcp_post.html mcp_warn_front.html memberlist_body.html memberlist_email.html memberlist_im.html memberlist_search.html memberlist_view.html overall_header.html posting_attach_body.html posting_body.html posting_buttons.html posting_progress_bar.html posting_smilies.html ucp_groups_manage.html ucp_header.html ucp_main_drafts.html ucp_pm_options.html ucp_pm_popup.html ucp_prefs_personal.html ucp_profile_signature.html ucp_register.html ucp_zebra_foes.html ucp_zebra_friends.html Log Message: #i62 - #i65 gone through every javascript invocation and making sure we adhere to our coding guidelines. Index: memberlist_search.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/memberlist_search.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** memberlist_search.html 28 Jun 2007 14:55:48 -0000 1.5 --- memberlist_search.html 22 Sep 2007 18:31:50 -0000 1.6 *************** *** 3,7 **** <!-- IF S_IN_SEARCH_POPUP --> <script type="text/javascript"> ! <!-- function insert_user(user) { --- 3,7 ---- <!-- IF S_IN_SEARCH_POPUP --> <script type="text/javascript"> ! // <![CDATA[ function insert_user(user) { *************** *** 65,69 **** } } ! //--> </script> <!-- ENDIF --> --- 65,69 ---- } } ! // ]]> </script> <!-- ENDIF --> Index: memberlist_body.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/memberlist_body.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** memberlist_body.html 12 May 2007 09:11:10 -0000 1.2 --- memberlist_body.html 22 Sep 2007 18:31:50 -0000 1.3 *************** *** 61,65 **** <td class="gen" align="center"> {memberrow.ROW_NUMBER} </td> ! <td class="genmed" align="{S_CONTENT_FLOW_BEGIN}">{memberrow.USERNAME_FULL}<!-- IF S_SELECT_SINGLE --> [ <a href="#" onclick="insert_single('{memberrow.USERNAME}'); return false;">{L_SELECT}</a> ]<!-- ENDIF --></td> <td class="genmed" align="center" nowrap="nowrap"> {memberrow.JOINED} </td> <td class="gen" align="center">{memberrow.POSTS}</td> --- 61,65 ---- <td class="gen" align="center"> {memberrow.ROW_NUMBER} </td> ! <td class="genmed" align="{S_CONTENT_FLOW_BEGIN}">{memberrow.USERNAME_FULL}<!-- IF S_SELECT_SINGLE --> [ <a href="#" onclick="insert_single('{memberrow.A_USERNAME}'); return false;">{L_SELECT}</a> ]<!-- ENDIF --></td> <td class="genmed" align="center" nowrap="nowrap"> {memberrow.JOINED} </td> <td class="gen" align="center">{memberrow.POSTS}</td> Index: ucp_main_drafts.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/ucp_main_drafts.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ucp_main_drafts.html 19 Jul 2007 20:38:38 -0000 1.2 --- ucp_main_drafts.html 22 Sep 2007 18:31:50 -0000 1.3 *************** *** 62,71 **** <td class="row2"> <script type="text/javascript"> ! <!-- ! var form_name = 'ucp'; var text_name = 'message'; ! //--> ! </script> <table cellspacing="0" cellpadding="2" border="0"> <!-- INCLUDE posting_buttons.html --> --- 62,70 ---- <td class="row2"> <script type="text/javascript"> ! // <![CDATA[ var form_name = 'ucp'; var text_name = 'message'; ! // ]]> ! </script> <table cellspacing="0" cellpadding="2" border="0"> <!-- INCLUDE posting_buttons.html --> *************** *** 79,85 **** <td align="{S_CONTENT_FLOW_BEGIN}"> <script type="text/javascript"> ! <!-- colorPalette('h', 6, 5) ! //--> </script> </td> --- 78,84 ---- <td align="{S_CONTENT_FLOW_BEGIN}"> <script type="text/javascript"> ! // <![CDATA[ colorPalette('h', 6, 5) ! // ]]> </script> </td> Index: posting_smilies.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/posting_smilies.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** posting_smilies.html 12 Apr 2007 16:20:39 -0000 1.2 --- posting_smilies.html 22 Sep 2007 18:31:50 -0000 1.3 *************** *** 2,10 **** <script type="text/javascript"> ! <!-- ! ! var form_name = 'postform'; ! var text_name = 'message'; ! //--> </script> <script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script> --- 2,9 ---- <script type="text/javascript"> ! // <![CDATA[ ! var form_name = 'postform'; ! var text_name = 'message'; ! // ]]> </script> <script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script> Index: attachment.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/attachment.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** attachment.html 30 Apr 2007 10:46:17 -0000 1.2 --- attachment.html 22 Sep 2007 18:31:50 -0000 1.3 *************** *** 91,95 **** <script type="text/javascript"> ! <!-- if (document.rmstream_{_file.ATTACH_ID}.GetClipWidth) { --- 91,95 ---- <script type="text/javascript"> ! // <![CDATA[ if (document.rmstream_{_file.ATTACH_ID}.GetClipWidth) { *************** *** 105,109 **** document.ctrls_{_file.ATTACH_ID}.width = width; } ! //--> </script> <!-- ENDIF --> --- 105,109 ---- document.ctrls_{_file.ATTACH_ID}.width = width; } ! // ]]> </script> <!-- ENDIF --> *************** *** 111,115 **** <!-- IF _file.S_WM_FILE or _file.S_RM_FILE or _file.S_FLASH_FILE or _file.S_QUICKTIME_FILE --> <br /> ! <!-- IF _file.S_QUICKTIME_FILE --><a href="javascript:play_qt_file(document.qtstream_{_file.ATTACH_ID});">[ {L_PLAY_QUICKTIME_FILE} ]</a> <!-- ENDIF --> <span class="gensmall"><a href="{_file.U_DOWNLOAD_LINK}">{_file.DOWNLOAD_NAME}</a> [ {_file.FILESIZE} {_file.SIZE_LANG} | {_file.L_DOWNLOAD_COUNT} ]</span> <!-- ENDIF --> --- 111,115 ---- <!-- IF _file.S_WM_FILE or _file.S_RM_FILE or _file.S_FLASH_FILE or _file.S_QUICKTIME_FILE --> <br /> ! <!-- IF _file.S_QUICKTIME_FILE --><a href="#" onclick="play_qt_file(document.qtstream_{_file.ATTACH_ID}); return false;">[ {L_PLAY_QUICKTIME_FILE} ]</a> <!-- ENDIF --> <span class="gensmall"><a href="{_file.U_DOWNLOAD_LINK}">{_file.DOWNLOAD_NAME}</a> [ {_file.FILESIZE} {_file.SIZE_LANG} | {_file.L_DOWNLOAD_COUNT} ]</span> <!-- ENDIF --> Index: memberlist_email.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/memberlist_email.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** memberlist_email.html 9 Jun 2007 11:11:19 -0000 1.4 --- memberlist_email.html 22 Sep 2007 18:31:50 -0000 1.5 *************** *** 1,34 **** <!-- INCLUDE overall_header.html --> - <script type="text/javascript"> - <!-- - - function checkForm(formObj) - { - return; - - formErrors = false; - - if (formObj.message.value.length < 2) - { - formErrors = "{LA_EMPTY_MESSAGE_EMAIL}"; - } - else if ( formObj.subject.value.length < 2) - { - formErrors = "{LA_EMPTY_SUBJECT_EMAIL}"; - } - - if (formErrors) - { - alert(formErrors); - return false; - } - } - //--> - </script> - <div id="pagecontent"> ! <form action="{S_POST_ACTION}" method="post" name="postform" onsubmit="return checkForm(this)"> <table class="tablebg" width="100%" cellspacing="1"> --- 1,7 ---- <!-- INCLUDE overall_header.html --> <div id="pagecontent"> ! <form action="{S_POST_ACTION}" method="post" name="postform"> <table class="tablebg" width="100%" cellspacing="1"> Index: ucp_pm_popup.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/ucp_pm_popup.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ucp_pm_popup.html 1 Apr 2007 22:46:01 -0000 1.1 --- ucp_pm_popup.html 22 Sep 2007 18:31:50 -0000 1.2 *************** *** 2,15 **** <script type="text/javascript"> ! <!-- /** * Jump to inbox */ ! function jump_to_inbox() { ! opener.document.location.href = "{UA_RETURN_INBOX}"; window.close(); } ! //--> </script> --- 2,15 ---- <script type="text/javascript"> ! // <![CDATA[ /** * Jump to inbox */ ! function jump_to_inbox(url) { ! opener.document.location.href = url.replace(/&/g, '&'); window.close(); } ! // ]]> </script> Index: overall_header.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/overall_header.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** overall_header.html 17 Jul 2007 17:02:05 -0000 1.3 --- overall_header.html 22 Sep 2007 18:31:50 -0000 1.4 *************** *** 18,32 **** <script type="text/javascript"> ! <!-- <!-- IF S_USER_PM_POPUP --> if ({S_NEW_PM}) { ! window.open('{UA_POPUP_PM}', '_phpbbprivmsg', 'height=225,resizable=yes,width=400'); } <!-- ENDIF --> ! function popup(url, width, height) { ! window.open(url.replace(/&/g, '&'), '_popup', 'HEIGHT=' + height + ',resizable=yes,scrollbars=yes, WIDTH=' + width); return false; } --- 18,37 ---- <script type="text/javascript"> ! // <![CDATA[ <!-- IF S_USER_PM_POPUP --> if ({S_NEW_PM}) { ! popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg'); } <!-- ENDIF --> ! function popup(url, width, height, name) { ! if (!name) ! { ! name = '_popup'; ! } ! ! window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width); return false; } *************** *** 36,40 **** var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}'); var perpage = '{PER_PAGE}'; ! var base_url = '{BASE_URL}'; if (page !== null && !isNaN(page) && page > 0) --- 41,45 ---- var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}'); var perpage = '{PER_PAGE}'; ! var base_url = '{A_BASE_URL}'; if (page !== null && !isNaN(page) && page > 0) *************** *** 47,55 **** * Find a member */ ! function find_username() { ! <!-- IF UA_FIND_USERNAME --> ! window.open('{UA_FIND_USERNAME}', '_usersearch', 'height=500, resizable=yes, scrollbars=yes, width=740'); ! <!-- ENDIF --> return false; } --- 52,58 ---- * Find a member */ ! function find_username(url) { ! popup(url, 760, 570, '_usersearch'); return false; } *************** *** 121,125 **** <!-- ENDIF --> ! //--> </script> </head> --- 124,128 ---- <!-- ENDIF --> ! // ]]> </script> </head> Index: ucp_groups_manage.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/ucp_groups_manage.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ucp_groups_manage.html 19 Jul 2007 20:38:38 -0000 1.3 --- ucp_groups_manage.html 22 Sep 2007 18:31:50 -0000 1.4 *************** *** 3,19 **** <!-- IF S_EDIT --> - <script type="text/javascript"> - <!-- - /** - * Colour swatch - */ - function swatch() - { - window.open('{UA_SWATCH}', '_swatch', 'height=150, resizable=yes, scrollbars=no, width=636'); - return false; - } - //--> - </script> - <!-- IF S_ERROR --> <div class="errorbox"> --- 3,6 ---- *************** *** 63,67 **** <tr> <td class="row1" width="35%"><label for="group_colour">{L_GROUP_COLOR}:</label><br /><span>{L_GROUP_COLOR_EXPLAIN}</span></td> ! <td class="row2"><input name="group_colour" type="text" id="group_colour" value="{GROUP_COLOUR}" size="6" maxlength="6" /> <span>[ <a href="#" onclick="swatch(); return false">{L_COLOUR_SWATCH}</a> ]</span></td> </tr> <tr> --- 50,54 ---- <tr> <td class="row1" width="35%"><label for="group_colour">{L_GROUP_COLOR}:</label><br /><span>{L_GROUP_COLOR_EXPLAIN}</span></td> ! <td class="row2"><input name="group_colour" type="text" id="group_colour" value="{GROUP_COLOUR}" size="6" maxlength="6" /> <span>[ <a href="{U_SWATCH}" onclick="popup(this.href, 636, 150, '_swatch'); return false;">{L_COLOUR_SWATCH}</a> ]</span></td> </tr> <tr> *************** *** 217,221 **** <tr> <td class="row1"><label for="usernames">{L_USERNAME}:</label><br /><span>{L_USERNAMES_EXPLAIN}</span></td> ! <td class="row2"><textarea id="usernames" name="usernames" cols="40" rows="5"></textarea><br />[ <a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a> ]</td> </tr> <tr> --- 204,208 ---- <tr> <td class="row1"><label for="usernames">{L_USERNAME}:</label><br /><span>{L_USERNAMES_EXPLAIN}</span></td> ! <td class="row2"><textarea id="usernames" name="usernames" cols="40" rows="5"></textarea><br />[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</td> </tr> <tr> Index: ucp_zebra_friends.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/ucp_zebra_friends.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ucp_zebra_friends.html 19 Jul 2007 20:38:38 -0000 1.2 --- ucp_zebra_friends.html 22 Sep 2007 18:31:50 -0000 1.3 *************** *** 18,22 **** </tr> <tr> ! <td class="row1"><b class="genmed">{L_ADD_FRIENDS}:</b><br /><span class="gensmall">{L_ADD_FRIENDS_EXPLAIN} [ <a href="{U_FIND_USERNAME}" onclick="find_username(); return false">{L_FIND_USERNAME}</a> ]</span></td> <td class="row2" align="center"><textarea name="add" rows="5" cols="30">{USERNAMES}</textarea><br /></td> </tr> --- 18,22 ---- </tr> <tr> ! <td class="row1"><b class="genmed">{L_ADD_FRIENDS}:</b><br /><span class="gensmall">{L_ADD_FRIENDS_EXPLAIN} [ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</span></td> <td class="row2" align="center"><textarea name="add" rows="5" cols="30">{USERNAMES}</textarea><br /></td> </tr> Index: ucp_profile_signature.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/ucp_profile_signature.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ucp_profile_signature.html 6 Jun 2007 14:48:36 -0000 1.2 --- ucp_profile_signature.html 22 Sep 2007 18:31:50 -0000 1.3 *************** *** 19,26 **** <td colspan="2" class="row2"> <script type="text/javascript"> ! <!-- var form_name = 'ucp'; var text_name = 'signature'; ! --> </script> --- 19,26 ---- <td colspan="2" class="row2"> <script type="text/javascript"> ! // <![CDATA[ var form_name = 'ucp'; var text_name = 'signature'; ! // ]]> </script> *************** *** 37,43 **** <td align="{S_CONTENT_FLOW_BEGIN}"> <script type="text/javascript"> ! <!-- colorPalette('h', 6, 5) ! //--> </script> </td> --- 37,43 ---- <td align="{S_CONTENT_FLOW_BEGIN}"> <script type="text/javascript"> ! // <![CDATA[ colorPalette('h', 6, 5) ! // ]]> </script> </td> Index: mcp_jumpbox.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/mcp_jumpbox.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mcp_jumpbox.html 29 May 2007 16:07:42 -0000 1.2 --- mcp_jumpbox.html 22 Sep 2007 18:31:50 -0000 1.3 *************** *** 12,18 **** <!-- BEGIN options --> ! <option value="{options.VALUE}"<!-- IF options.VALUE eq -1 --> class="greyed"<!-- ENDIF -->{options.SELECTED}/>{options.TEXT}</option> <!-- BEGINELSE --> <!-- END options --> ! </select> <input type="hidden" name="current_f" value="{S_CURRENT_FORUM}" /><input name="jumpbox" class="btnlite" type="submit" value="{L_GO}" onClick="if(document.jumpbox.f.value == -1){return false;}" /> </form> --- 12,18 ---- <!-- BEGIN options --> ! <option value="{options.VALUE}"<!-- IF options.VALUE eq -1 --> class="disabled-option"<!-- ENDIF -->{options.SELECTED}/>{options.TEXT}</option> <!-- BEGINELSE --> <!-- END options --> ! </select> <input type="hidden" name="current_f" value="{S_CURRENT_FORUM}" /><input name="jumpbox" class="btnlite" type="submit" value="{L_GO}" onclick="if(document.jumpbox.f.value == -1){return false;}" /> </form> Index: ucp_prefs_personal.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/ucp_prefs_personal.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ucp_prefs_personal.html 19 Jul 2007 20:38:38 -0000 1.3 --- ucp_prefs_personal.html 22 Sep 2007 18:31:50 -0000 1.4 *************** *** 2,6 **** <script type="text/javascript"> ! <!-- /** * Set display of page element --- 2,6 ---- <script type="text/javascript"> ! // <![CDATA[ /** * Set display of page element *************** *** 16,20 **** e.style.display = (s == 1) ? 'block' : 'none'; } ! //--> </script> --- 16,22 ---- e.style.display = (s == 1) ? 'block' : 'none'; } ! ! var default_dateformat = '{A_DEFAULT_DATEFORMAT}'; ! // ]]> </script> *************** *** 83,87 **** <td class="row1" width="50%"><b class="genmed">{L_BOARD_DATE_FORMAT}:</b><br /><span class="gensmall">{L_BOARD_DATE_FORMAT_EXPLAIN}</span></td> <td class="row2"> ! <select name="dateoptions" id="dateoptions" onchange="if(this.value=='custom'){dE('custom_date',1);}else{dE('custom_date',-1);} if (this.value == 'custom') { document.getElementById('dateformat').value = '{A_DEFAULT_DATEFORMAT}'; } else { document.getElementById('dateformat').value = this.value; }"> {S_DATEFORMAT_OPTIONS} </select> --- 85,89 ---- <td class="row1" width="50%"><b class="genmed">{L_BOARD_DATE_FORMAT}:</b><br /><span class="gensmall">{L_BOARD_DATE_FORMAT_EXPLAIN}</span></td> <td class="row2"> ! <select name="dateoptions" id="dateoptions" onchange="if(this.value=='custom'){dE('custom_date',1);}else{dE('custom_date',-1);} if (this.value == 'custom') { document.getElementById('dateformat').value = default_dateformat; } else { document.getElementById('dateformat').value = this.value; }"> {S_DATEFORMAT_OPTIONS} </select> Index: mcp_post.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/mcp_post.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mcp_post.html 6 Aug 2007 23:03:45 -0000 1.7 --- mcp_post.html 22 Sep 2007 18:31:50 -0000 1.8 *************** *** 127,131 **** <tr> <td class="row1" valign="top"><b class="gen">{L_CHANGE_POSTER}</b></td> ! <td class="row2"><form method="post" name="mcp_chgposter" action="{U_POST_ACTION}"><input class="post" type="text" name="username" value="" /> <input class="btnmain" type="submit" value="{L_CONFIRM}" name="action[chgposter]" /><br /><span class="gensmall">[ <a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a> ]</span><!-- IF S_USER_SELECT --><br /><select name="u">{S_USER_SELECT}</select> <input type="submit" class="btnmain" name="action[chgposter_ip]" value="{L_CONFIRM}" /><!-- ENDIF --></form></td> </tr> <!-- ENDIF --> --- 127,131 ---- <tr> <td class="row1" valign="top"><b class="gen">{L_CHANGE_POSTER}</b></td> ! <td class="row2"><form method="post" name="mcp_chgposter" action="{U_POST_ACTION}"><input class="post" type="text" name="username" value="" /> <input class="btnmain" type="submit" value="{L_CONFIRM}" name="action[chgposter]" /><br /><span class="gensmall">[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</span><!-- IF S_USER_SELECT --><br /><select name="u">{S_USER_SELECT}</select> <input type="submit" class="btnmain" name="action[chgposter_ip]" value="{L_CONFIRM}" /><!-- ENDIF --></form></td> </tr> <!-- ENDIF --> Index: ucp_header.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/ucp_header.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ucp_header.html 9 Jun 2007 11:11:20 -0000 1.5 --- ucp_header.html 22 Sep 2007 18:31:50 -0000 1.6 *************** *** 16,20 **** <!-- IF not S_ALLOW_MASS_PM --> <tr> ! <td class="row1"><b class="genmed">{L_USERNAME}:</b><br />[ <a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a> ]</td> </tr> --- 16,20 ---- <!-- IF not S_ALLOW_MASS_PM --> <tr> ! <td class="row1"><b class="genmed">{L_USERNAME}:</b><br />[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</td> </tr> *************** *** 28,32 **** <tr> <td class="row2"><textarea name="username_list" rows="5" cols="22"></textarea><br /> ! [ <a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a> ] </td> </tr> --- 28,32 ---- <tr> <td class="row2"><textarea name="username_list" rows="5" cols="22"></textarea><br /> ! [ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ] </td> </tr> *************** *** 87,91 **** </ul> <!-- ELSE --> ! <td class="row2" nowrap="nowrap" onmouseover="this.className='row1'" onmouseout="this.className='row2'" onclick="location.href='{l_block1.U_TITLE}'"><a class="nav" href="{l_block1.U_TITLE}">{l_block1.L_TITLE}</a> <!-- ENDIF --> </td> --- 87,91 ---- </ul> <!-- ELSE --> ! <td class="row2" nowrap="nowrap" onmouseover="this.className='row1'" onmouseout="this.className='row2'" onclick="location.href=this.firstChild.href;"><a class="nav" href="{l_block1.U_TITLE}">{l_block1.L_TITLE}</a> <!-- ENDIF --> </td> Index: posting_buttons.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/posting_buttons.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** posting_buttons.html 9 Jun 2007 11:11:19 -0000 1.3 --- posting_buttons.html 22 Sep 2007 18:31:50 -0000 1.4 *************** *** 2,6 **** <td colspan="2"> <script type="text/javascript"> ! <!-- // Define the bbCode tags --- 2,6 ---- <td colspan="2"> <script type="text/javascript"> ! // <![CDATA[ // Define the bbCode tags *************** *** 30,49 **** <!-- END custom_tags --> } ! ! function checkForm() ! { ! if (document.post.message.value.length < 2) ! { ! alert('{LA_EMPTY_MESSAGE}'); ! return false; ! } ! else ! { ! // document.post.post.disabled = true; ! return true; ! } ! } ! ! //--> </script> <script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script> --- 30,35 ---- <!-- END custom_tags --> } ! ! // ]]> </script> <script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script> Index: mcp_warn_front.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/mcp_warn_front.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mcp_warn_front.html 9 Jun 2007 11:11:19 -0000 1.2 --- mcp_warn_front.html 22 Sep 2007 18:31:50 -0000 1.3 *************** *** 8,12 **** </tr> <tr> ! <td class="row1" width="40%"><b class="gen">{L_FIND_USERNAME}: </b><br /><span class="gensmall">[ <a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a> ]</span></td> <td class="row2"><input type="text" class="post" name="username" size="20" /></td> </tr> --- 8,12 ---- </tr> <tr> ! <td class="row1" width="40%"><b class="gen">{L_FIND_USERNAME}: </b><br /><span class="gensmall">[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</span></td> <td class="row2"><input type="text" class="post" name="username" size="20" /></td> </tr> Index: mcp_header.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/mcp_header.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mcp_header.html 6 Aug 2007 23:03:45 -0000 1.3 --- mcp_header.html 22 Sep 2007 18:31:50 -0000 1.4 *************** *** 38,42 **** </ul> <!-- ELSE --> ! <td class="row2" nowrap="nowrap" onmouseover="this.className='row1'" onmouseout="this.className='row2'" onclick="location.href='{l_block1.U_TITLE}'"><a class="nav" href="{l_block1.U_TITLE}">{l_block1.L_TITLE}</a> <!-- ENDIF --> </td> --- 38,42 ---- </ul> <!-- ELSE --> ! <td class="row2" nowrap="nowrap" onmouseover="this.className='row1'" onmouseout="this.className='row2'" onclick="location.href=this.firstChild.href;"><a class="nav" href="{l_block1.U_TITLE}">{l_block1.L_TITLE}</a> <!-- ENDIF --> </td> Index: posting_body.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/posting_body.html,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** posting_body.html 16 Aug 2007 11:28:58 -0000 1.10 --- posting_body.html 22 Sep 2007 18:31:50 -0000 1.11 *************** *** 193,197 **** <!-- IF S_SHOW_SMILEY_LINK --> <tr> ! <td align="center"><a class="nav" href="{U_MORE_SMILIES}" onclick="window.open('{U_MORE_SMILIES}', '_phpbbsmilies', 'HEIGHT=350,resizable=yes,scrollbars=yes,WIDTH=300');return false;">{L_MORE_SMILIES}</a></td> </tr> <!-- ENDIF --> --- 193,197 ---- <!-- IF S_SHOW_SMILEY_LINK --> <tr> ! <td align="center"><a class="nav" href="{U_MORE_SMILIES}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a></td> </tr> <!-- ENDIF --> *************** *** 202,210 **** <td class="row2" valign="top"> <script type="text/javascript"> ! <!-- ! var form_name = 'postform'; var text_name = 'message'; ! //--> </script> --- 202,209 ---- <td class="row2" valign="top"> <script type="text/javascript"> ! // <![CDATA[ var form_name = 'postform'; var text_name = 'message'; ! // ]]> </script> *************** *** 216,222 **** <td width="80" align="center" valign="top"> <script type="text/javascript"> ! <!-- colorPalette('v', 7, 6) ! //--> </script> </td> --- 215,221 ---- <td width="80" align="center" valign="top"> <script type="text/javascript"> ! // <![CDATA[ colorPalette('v', 7, 6) ! // ]]> </script> </td> Index: ucp_register.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/ucp_register.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ucp_register.html 19 Jul 2007 20:38:38 -0000 1.3 --- ucp_register.html 22 Sep 2007 18:31:50 -0000 1.4 *************** *** 2,6 **** <script type="text/javascript"> ! <!-- /** * Change language --- 2,6 ---- <script type="text/javascript"> ! // <![CDATA[ /** * Change language *************** *** 11,15 **** document.forms['register'].submit.click(); } ! //--> </script> --- 11,15 ---- document.forms['register'].submit.click(); } ! // ]]> </script> Index: posting_attach_body.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/posting_attach_body.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** posting_attach_body.html 1 Apr 2007 22:46:00 -0000 1.1 --- posting_attach_body.html 22 Sep 2007 18:31:50 -0000 1.2 *************** *** 2,6 **** <th colspan="2"> <script type="text/javascript"> ! <!-- /** * Show upload progress bar --- 2,6 ---- <th colspan="2"> <script type="text/javascript"> ! // <![CDATA[ /** * Show upload progress bar *************** *** 9,22 **** { close_waitscreen = 0; ! window.open('{UA_PROGRESS_BAR}', '_upload', 'HEIGHT=200,resizable=yes,scrollbars=no,WIDTH=400'); } ! //--> </script> <!-- IF S_CLOSE_PROGRESS_WINDOW --> <script type="text/javascript"> ! <!-- close_waitscreen = 1; ! //--> </script> <!-- ENDIF --> --- 9,23 ---- { close_waitscreen = 0; ! // no scrollbars ! popup('{UA_PROGRESS_BAR}', 400, 200, '_upload'); } ! // ]]> </script> <!-- IF S_CLOSE_PROGRESS_WINDOW --> <script type="text/javascript"> ! // <![CDATA[ close_waitscreen = 1; ! // ]]> </script> <!-- ENDIF --> Index: posting_progress_bar.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/posting_progress_bar.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** posting_progress_bar.html 1 Apr 2007 22:46:00 -0000 1.1 --- posting_progress_bar.html 22 Sep 2007 18:31:50 -0000 1.2 *************** *** 1,5 **** <!-- INCLUDE simple_header.html --> <script type="text/javascript"> ! <!-- /** * Close upload popup --- 1,5 ---- <!-- INCLUDE simple_header.html --> <script type="text/javascript"> ! // <![CDATA[ /** * Close upload popup *************** *** 22,26 **** return 0; } ! //--> </script> --- 22,26 ---- return 0; } ! // ]]> </script> *************** *** 38,44 **** <script type="text/javascript"> ! <!-- close_popup(); ! //--> </script> <!-- INCLUDE simple_footer.html --> --- 38,44 ---- <script type="text/javascript"> ! // <![CDATA[ close_popup(); ! // ]]> </script> <!-- INCLUDE simple_footer.html --> Index: memberlist_im.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/memberlist_im.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** memberlist_im.html 5 Sep 2007 13:33:18 -0000 1.5 --- memberlist_im.html 22 Sep 2007 18:31:50 -0000 1.6 *************** *** 20,24 **** <!-- IF S_SEND_AIM --> <tr> ! <td class="row1" colspan="2" align="center"><br /><a class="gen" href="aim:addbuddy?screenname={IM_CONTACT}">{L_IM_ADD_CONTACT}</a><br /><a class="gen" href="aim:goim?screenname={IM_CONTACT}&message={SITENAME}">{L_IM_SEND_MESSAGE}</a><br /><br /><a class="gensmall" href="http://www.aim.com/download.adp">{L_IM_DOWNLOAD_APP}</a> | <a class="gensmall" href="http://aimexpress.oscar.aol.com/aimexpress/launch.adp?Brand=AIM">{L_IM_AIM_EXPRESS}</a> </td> </tr> <tr> --- 20,24 ---- <!-- IF S_SEND_AIM --> <tr> ! <td class="row1" colspan="2" align="center"><br /><a class="gen" href="{U_AIM_CONTACT}">{L_IM_ADD_CONTACT}</a><br /><a class="gen" href="{U_AIM_MESSAGE}">{L_IM_SEND_MESSAGE}</a><br /><br /><a class="gensmall" href="http://www.aim.com/download.adp">{L_IM_DOWNLOAD_APP}</a> | <a class="gensmall" href="http://aimexpress.oscar.aol.com/aimexpress/launch.adp?Brand=AIM">{L_IM_AIM_EXPRESS}</a> </td> </tr> <tr> *************** *** 32,67 **** <object classid="clsid:B69003B3-C55E-4B48-836C-BC5946FC3B28" codetype="application/x-oleobject" id="objMessengerApp" width="0" height="0"></object> <script type="text/javascript"> ! <!-- var app = document.getElementById('objMessengerApp'); /** ! * Check whether the browser supports this and whether MSNM is connected ! */ function msn_supported() { ! //Does the browser support the MSNM object? if (app.MyStatus) { ! //Is MSNM connected? if (app.MyStatus == 1) { ! alert('{L_IM_MSNM_CONNECT}'); ! return false; } } ! else ! { ! alert('{L_IM_MSNM_BROWSER}'); return false; ! } return true; } ! /** ! * Add to your contact list ! */ ! function add_contact(address) { ! if (msn_supported()) { // Could return an error while MSNM is connecting, don't want that --- 32,67 ---- <object classid="clsid:B69003B3-C55E-4B48-836C-BC5946FC3B28" codetype="application/x-oleobject" id="objMessengerApp" width="0" height="0"></object> <script type="text/javascript"> ! // <![CDATA[ var app = document.getElementById('objMessengerApp'); /** ! * Check whether the browser supports this and whether MSNM is connected ! */ function msn_supported() { ! // Does the browser support the MSNM object? if (app.MyStatus) { ! // Is MSNM connected? if (app.MyStatus == 1) { ! alert('{LA_IM_MSNM_CONNECT}'); ! return false; } } ! else ! { ! alert('{LA_IM_MSNM_BROWSER}'); return false; ! } return true; } ! /** ! * Add to your contact list ! */ ! function add_contact(address) { ! if (msn_supported()) { // Could return an error while MSNM is connecting, don't want that *************** *** 69,73 **** { app.AddContact(0, address); ! } catch (e) { --- 69,73 ---- { app.AddContact(0, address); ! } catch (e) { *************** *** 75,89 **** } } - } ! /** ! * Write IM to contact ! */ ! function im_contact(address) { ! if (msn_supported()) { ! // Could return an error while MSNM is connecting, don't want that try { --- 75,88 ---- } } } ! /** ! * Write IM to contact ! */ ! function im_contact(address) { ! if (msn_supported()) { ! // Could return an error while MSNM is connecting, don't want that try { *************** *** 94,103 **** return; } ! } } ! //--> </script> ! <a class="gen" href="#" onclick="add_contact('{IM_CONTACT}'); return false;">{L_IM_ADD_CONTACT}</a><br /><a class="gen" href="#" onclick="im_contact('{IM_CONTACT}'); return false;">{L_IM_SEND_MESSAGE}</a> </td> </tr> --- 93,102 ---- return; } ! } } ! // ]]> </script> ! <a class="gen" href="#" onclick="add_contact('{A_IM_CONTACT}'); return false;">{L_IM_ADD_CONTACT}</a><br /><a class="gen" href="#" onclick="im_contact('{A_IM_CONTACT}'); return false;">{L_IM_SEND_MESSAGE}</a> </td> </tr> Index: mcp_ban.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/mcp_ban.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mcp_ban.html 3 Jul 2007 05:12:59 -0000 1.4 --- mcp_ban.html 22 Sep 2007 18:31:50 -0000 1.5 *************** *** 2,11 **** <script type="text/javascript"> ! <!-- var ban_length = new Array(); ban_length[-1] = ''; <!-- BEGIN ban_length --> ! ban_length['{ban_length.BAN_ID}'] = "{ban_length.A_LENGTH}"; <!-- END ban_length --> --- 2,11 ---- <script type="text/javascript"> ! // <![CDATA[ var ban_length = new Array(); ban_length[-1] = ''; <!-- BEGIN ban_length --> ! ban_length['{ban_length.BAN_ID}'] = '{ban_length.A_LENGTH}'; <!-- END ban_length --> *************** *** 13,17 **** ban_reason[-1] = ''; <!-- BEGIN ban_reason --> ! ban_reason['{ban_reason.BAN_ID}'] = "{ban_reason.A_REASON}"; <!-- END ban_reason --> --- 13,17 ---- ban_reason[-1] = ''; <!-- BEGIN ban_reason --> ! ban_reason['{ban_reason.BAN_ID}'] = '{ban_reason.A_REASON}'; <!-- END ban_reason --> *************** *** 19,23 **** ban_give_reason[-1] = ''; <!-- BEGIN ban_give_reason --> ! ban_give_reason['{ban_give_reason.BAN_ID}'] = "{ban_give_reason.A_REASON}"; <!-- END ban_give_reason --> --- 19,23 ---- ban_give_reason[-1] = ''; <!-- BEGIN ban_give_reason --> ! ban_give_reason['{ban_give_reason.BAN_ID}'] = '{ban_give_reason.A_REASON}'; <!-- END ban_give_reason --> *************** *** 29,33 **** } ! //--> </script> --- 29,33 ---- } ! // ]]> </script> *************** *** 45,49 **** <td class="row2"> <textarea name="ban" id="ban" cols="40" rows="3" class="post">{USERNAMES}</textarea> ! <!-- IF S_USERNAME_BAN --><br />[ <a href="#" onclick="window.open('{U_FIND_USER}', '_phpbbsearch', 'height=500, resizable=yes, scrollbars=yes, width=740'); return false;">{L_FIND_USERNAME}</a> ]<!-- ENDIF --> </td> </tr> --- 45,49 ---- <td class="row2"> <textarea name="ban" id="ban" cols="40" rows="3" class="post">{USERNAMES}</textarea> ! <!-- IF S_USERNAME_BAN --><br />[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]<!-- ENDIF --> </td> </tr> Index: mcp_notes_front.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/mcp_notes_front.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mcp_notes_front.html 9 Jun 2007 11:11:19 -0000 1.2 --- mcp_notes_front.html 22 Sep 2007 18:31:50 -0000 1.3 *************** *** 8,12 **** </tr> <tr> ! <td class="row1" width="40%"><b class="gen">{L_FIND_USERNAME}: </b><br /><span class="gensmall">[ <a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a> ]</span></td> <td class="row2"><input type="text" class="post" name="username" size="20" /></td> </tr> --- 8,12 ---- </tr> <tr> ! <td class="row1" width="40%"><b class="gen">{L_FIND_USERNAME}: </b><br /><span class="gensmall">[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</span></td> <td class="row2"><input type="text" class="post" name="username" size="20" /></td> </tr> Index: memberlist_view.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/memberlist_view.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** memberlist_view.html 19 Jul 2007 20:38:38 -0000 1.3 --- memberlist_view.html 22 Sep 2007 18:31:50 -0000 1.4 *************** *** 109,129 **** <tr> <td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_MSNM}: </td> ! <td><!-- IF U_MSN --><a href="{U_MSN}" onclick="popup('{U_MSN}', 550, 320); return false">{MSN_IMG}</a><!-- ELSEIF USER_MSN -->{USER_MSN}<!-- ENDIF --></td> </tr> <tr> <td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_YIM}: </td> ! <td><!-- IF U_YIM --><a href="{U_YIM}" onclick="popup('{U_YIM}', 780, 550); return false">{YIM_IMG}</a><!-- ELSEIF USER_YIM -->{USER_YIM}<!-- ENDIF --></td> </tr> <tr> <td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_AIM}: </td> ! <td><!-- IF U_AIM --><a href="{U_AIM}" onclick="popup('{U_AIM}', 550, 320); return false">{AIM_IMG}</a><!-- ELSEIF USER_AIM -->{USER_AIM}<!-- ENDIF --></td> </tr> <tr> <td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_ICQ}: </td> ! <td><!-- IF U_ICQ --><a href="{U_ICQ}" onclick="popup('{U_ICQ}', 550, 320); return false">{ICQ_IMG}</a><!-- ELSEIF USER_ICQ -->{USER_ICQ}<!-- ENDIF --></td> </tr> <tr> <td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_JABBER}: </td> ! <td><!-- IF U_JABBER and S_JABBER_ENABLED --><a href="{U_JABBER}" onclick="popup('{U_JABBER}', 550, 320); return false">{JABBER_IMG}</a><!-- ELSEIF USER_JABBER -->{USER_JABBER_IMG}<!-- ENDIF --></td> </tr> </table> --- 109,129 ---- <tr> <td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_MSNM}: </td> ! <td><!-- IF U_MSN --><a href="{U_MSN}" onclick="popup(this.href, 550, 320); return false">{MSN_IMG}</a><!-- ELSEIF USER_MSN -->{USER_MSN}<!-- ENDIF --></td> </tr> <tr> <td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_YIM}: </td> ! <td><!-- IF U_YIM --><a href="{U_YIM}" onclick="popup(this.href, 780, 550); return false">{YIM_IMG}</a><!-- ELSEIF USER_YIM -->{USER_YIM}<!-- ENDIF --></td> </tr> <tr> <td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_AIM}: </td> ! <td><!-- IF U_AIM --><a href="{U_AIM}" onclick="popup(this.href, 550, 320); return false">{AIM_IMG}</a><!-- ELSEIF USER_AIM -->{USER_AIM}<!-- ENDIF --></td> </tr> <tr> <td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_ICQ}: </td> ! <td><!-- IF U_ICQ --><a href="{U_ICQ}" onclick="popup(this.href, 550, 320); return false">{ICQ_IMG}</a><!-- ELSEIF USER_ICQ -->{USER_ICQ}<!-- ENDIF --></td> </tr> <tr> <td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_JABBER}: </td> ! <td><!-- IF U_JABBER and S_JABBER_ENABLED --><a href="{U_JABBER}" onclick="popup(this.href, 550, 320); return false">{JABBER_IMG}</a><!-- ELSEIF USER_JABBER -->{USER_JABBER_IMG}<!-- ENDIF --></td> </tr> </table> Index: ucp_pm_options.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/ucp_pm_options.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ucp_pm_options.html 19 Jul 2007 20:38:38 -0000 1.4 --- ucp_pm_options.html 22 Sep 2007 18:31:50 -0000 1.5 *************** *** 43,47 **** <input type="text" name="rule_string" value="{CURRENT_STRING}" size="30" maxlength="250" class="post" /> <!-- ELSEIF S_USER_CONDITION --> ! <input type="text" class="post" name="rule_string" value="{CURRENT_STRING}" size="20" /> <span class="gensmall">[ <a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a> ]</span> <!-- ELSEIF S_GROUP_CONDITION --> <input type="hidden" name="rule_string" value="{CURRENT_STRING}" /><!-- IF S_GROUP_OPTIONS --><select name="rule_group_id">{S_GROUP_OPTIONS}</select><!-- ELSE -->{L_NO_GROUPS}<!-- ENDIF --> --- 43,47 ---- <input type="text" name="rule_string" value="{CURRENT_STRING}" size="30" maxlength="250" class="post" /> <!-- ELSEIF S_USER_CONDITION --> ! <input type="text" class="post" name="rule_string" value="{CURRENT_STRING}" size="20" /> <span class="gensmall">[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</span> <!-- ELSEIF S_GROUP_CONDITION --> <input type="hidden" name="rule_string" value="{CURRENT_STRING}" /><!-- IF S_GROUP_OPTIONS --><select name="rule_group_id">{S_GROUP_OPTIONS}</select><!-- ELSE -->{L_NO_GROUPS}<!-- ENDIF --> Index: ucp_zebra_foes.html =================================================================== RCS file: /cvsroot/phpbb/phpBB2/styles/subsilver2/template/ucp_zebra_foes.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ucp_zebra_foes.html 19 Jul 2007 20:38:38 -0000 1.2 --- ucp_zebra_foes.html 22 Sep 2007 18:31:50 -0000 1.3 *************** *** 18,22 **** </tr> <tr> ! <td class="row1"><b class="genmed">{L_ADD_FOES}:</b><br /><span class="gensmall">{L_ADD_FOES_EXPLAIN} [ <a href="{U_FIND_USERNAME}" onclick="find_username(); return false;">{L_FIND_USERNAME}</a> ]</span></td> <td class="row2" align="center"><textarea name="add" rows="5" cols="30">{USERNAMES}</textarea><br /></td> </tr> --- 18,22 ---- </tr> <tr> ! <td class="row1"><b class="genmed">{L_ADD_FOES}:</b><br /><span class="gensmall">{L_ADD_FOES_EXPLAIN} [ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</span></td> <td class="row2" align="center"><textarea name="add" rows="5" cols="30">{USERNAMES}</textarea><br /></td> </tr> |