Advertisement
janus57

themeswitcher.tpl

Feb 21st, 2014
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.00 KB | None | 0 0
  1.         <div class="module_mini_container">
  2.             <div class="module_mini_top">
  3.                 <h5 class="sub_title">{L_SWITCHTHEME}</h5>
  4.             </div>
  5.             <form action="" method="get">
  6.                 <div class="module_mini_contents">
  7.                     <p style="padding-top: 5px;">
  8.                         <select name="switchtheme" onchange="document.location = '?token={TOKEN}&amp;switchtheme=' + this.options[this.selectedIndex].value;">
  9.                             # START themes #
  10.                                 <option value="{themes.IDNAME}"{themes.SELECTED}>{themes.NAME}</option>
  11.                             # END themes #
  12.                         </select>
  13.                         <input style="display: none;" value="{L_SUBMIT}" name="valid" id="switchtheme_valid" class="submit" type="submit" />
  14.                         <script type="text/javascript">
  15.                         <!--
  16.                         document.getElementById('switchtheme_valid').style.display = 'none';
  17.                         -->
  18.                         </script>
  19.                     </p>
  20.                     <p style="text-align: center;"><a href="?token={TOKEN}&amp;switchtheme={DEFAULT_THEME}">{L_DEFAULT_THEME}</a></p>&nbsp;
  21.                 </div>
  22.             </form>
  23.             <div class="module_mini_bottom">
  24.             </div>
  25.         </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement