mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -07:00
Перенос файлов движка в корень
This commit is contained in:
parent
584f692288
commit
f94c0dd2ee
585 changed files with 14 additions and 14 deletions
5
internal_data/ajax_html/jumpbox_guest.html
Normal file
5
internal_data/ajax_html/jumpbox_guest.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<select id="jumpbox" onchange="window.location.href='viewforum.php?f='+this.value;" name="f" id="f">
|
||||
<optgroup label=" Ваша первая категория">
|
||||
<option class="root_forum" value="1"> Ваш первый форум </option>
|
||||
</optgroup>
|
||||
</select>
|
5
internal_data/ajax_html/jumpbox_user.html
Normal file
5
internal_data/ajax_html/jumpbox_user.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<select id="jumpbox" onchange="window.location.href='viewforum.php?f='+this.value;" name="f" id="f">
|
||||
<optgroup label=" Ваша первая категория">
|
||||
<option class="root_forum" value="1"> Ваш первый форум </option>
|
||||
</optgroup>
|
||||
</select>
|
Loading…
Add table
Add a link
Reference in a new issue