source: Forum/styles/lol_bb3_v3/template/portal/block/change_style.html @ 307

Revision 307, 873 bytes checked in by darkman83, 15 months ago (diff)
  • mhm
  • Property svn:mime-type set to text/plain
Line 
1<table class="tablebg" cellspacing="1" width="100%">
2        <tr>
3                <th>{L_BOARD_STYLE}</th>
4        </tr>
5        <tr class="row1">
6                <td>
7                        <script language="JavaScript" type="text/JavaScript">
8                        <!--
9                        // borrowed from forumimages.com !!
10                        function jumpMenu(targ, selObj, restore)
11                        {
12                                eval(targ + ".location='" + selObj.options[selObj.selectedIndex].value + "'");
13                                if (restore) selObj.selectedIndex = 0;
14                        }
15                        //-->
16                        </script>
17                        <form method="get" name="jumpbox" action="bb3portal.php" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
18                                <select name="demo" onchange="jumpMenu('self',this,0)" class="input">
19                                        <option selected="selected" disabled="disabled">{L_STYLE_CHOOSE}</option>
20                                        <!-- BEGIN styles-->
21                                        <option value="{styles.U_STYLE}">{styles.STYLE_NAME}</option>
22                                        <!-- END styles -->
23                                </select>
24                        </form>
25                </td>
26        </tr>
27</table>
28<br />
Note: See TracBrowser for help on using the repository browser.