Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div id="menucat">
- <span class="menucat_option" onclick="window.location.href = 'edit.php?ut=none'" <? if($ut == "" || $ut == "none"): echo "id=\"active\""; endif; ?>><input type="radio" name="cat" class="edit_menu_radio" value="none" id="co0" onclick="window.location.href = '?ut=none'; return false;" <? if($ut == "" || $ut == "none"): echo "checked"; endif; ?>><label for="co0">Přehled</label></span>
- <span class="menucat_option" onclick="window.location.href = 'edit.php?ut=anketa'" <? if($ut == "anketa"): echo "id=\"active\""; endif; ?>><input type="radio" name="cat" class="edit_menu_radio" value="anketa" id="co1" onclick="window.location.href = '?ut=anketa'; return false;" <? if($ut == "anketa"): echo "checked"; endif; ?>><label for="co1">Anketa</label></span>
- <span class="menucat_option" onclick="window.location.href = 'edit.php?ut=shoutbox'" <? if($ut == "shoutbox"): echo "id=\"active\""; endif; ?>><input type="radio" name="cat" class="edit_menu_radio" value="shoutbox" id="co2" onclick="window.location.href = '?ut=shoutbox'; return false;" <? if($ut == "shoutbox"): echo "checked"; endif; ?>><label for="co2">Shoutbox</label></span>
- <span class="menucat_option" onclick="window.location.href = 'edit.php?ut=chat'" <? if($ut == "chat"): echo "id=\"active\""; endif; ?>><input type="radio" name="cat" class="edit_menu_radio" value="chat" id="co3" onclick="window.location.href = '?ut=chat'; return false;" <? if($ut == "chat"): echo "checked"; endif; ?>><label for="co3">Chat</label></span>
- <span class="menucat_option" onclick="window.location.href = 'edit.php?ut=switcher'" <? if($ut == "switcher"): echo "id=\"active\""; endif; ?>><input type="radio" name="cat" class="edit_menu_radio" value="switcher" id="co4" onclick="window.location.href = '?ut=switcher'; return false;" <? if($ut == "switcher"): echo "checked"; endif; ?>><label for="co4">Switcher</label></span>
- <span class="menucat_option" onclick="window.location.href = 'edit.php?ut=rate'" <? if($ut == "rate"): echo "id=\"active\""; endif; ?>><input type="radio" name="cat" class="edit_menu_radio" value="rate" id="co5" onclick="window.location.href = '?ut=rate'; return false;" <? if($ut == "rate"): echo "checked"; endif; ?>><label for="co5">Hodnocení</label></span>
- <span class="menucat_option" onclick="window.location.href = 'edit.php?ut=guestbook'" <? if($ut == "guestbook"): echo "id=\"active\""; endif; ?>><input type="radio" name="cat" class="edit_menu_radio" value="guestbook" id="co6" onclick="window.location.href = '?ut=guestbook'; return false;" <? if($ut == "guestbook"): echo "checked"; endif; ?>><label for="co6">Návštěvní kniha</label></span>
- <span class="menucat_option" onclick="window.location.href = 'edit.php?ut=mail'" <? if($ut == "mail"): echo "id=\"active\""; endif; ?>><input type="radio" name="cat" class="edit_menu_radio" value="mail" id="co7" onclick="window.location.href = '?ut=mail'; return false;" <? if($ut == "mail"): echo "checked"; endif; ?>> <label for="co7">E-mailovĂ˝ formulář</label></span>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement