Koding
Koding
Koding
txt
<html>
<head>
<title>.:: Administrator ::.</title>
<link rel="shortcut icon" href="img/icon_SI.png" />
<link rel="stylesheet" href="css/zalstyle.css" />
<script src="js/libs/modernizr-2.0.6.min.js"></script>
<script language="javascript" type="text/javascript"
src="editor/tiny_mce_src.js"></script>
<script type="text/javascript">
tinyMCE.init({
mode: "textareas",
theme: "advanced",
plugins:
"table,youtube,advhr,advimage,advlink,emotions,flash,searchreplace,paste,directi
onality,noneditable,contextmenu",
theme_advanced_buttons1_add: "fontselect,fontsizeselect",
theme_advanced_buttons2_add:
"separator,preview,zoom,separator,forecolor,backcolor,liststyle",
theme_advanced_buttons2_add_before:
"cut,copy,paste,separator,search,replace,separator",
theme_advanced_buttons3_add_before:
"tablecontrols,separator,youtube,separator",
theme_advanced_buttons3_add: "emotions,flash",
theme_advanced_toolbar_location: "top",
theme_advanced_toolbar_align: "left",
theme_advanced_statusbar_location: "bottom",
extended_valid_elements: "hr[class|width|size|noshade]",
file_browser_callback: "fileBrowserCallBack",
paste_use_dialog: false,
theme_advanced_resizing: true,
theme_advanced_resize_horizontal: false,
theme_advanced_link_targets: "_something=My
somthing;_something2=My somthing2;_something3=My somthing3;",
apply_source_formatting: true
});
function fileBrowserCallBack(field_name, url, type, win) {
var connector =
"editor/filemanager/browser.html?Connector=connectors/php/connector.php";
var enableAutoTypeSelection = true;
var cType;
tinymcpuk_field = field_name;
tinymcpuk = win;
switch (type) {
case "image":
cType = "Image";
break;
case "flash":
cType = "Flash";
break;
case "file":
cType = "File";
break;
}
if (enableAutoTypeSelection && cType) {
connector += "&Type=" + cType;
}
window.open(connector, "tinymcpuk",
"modal,width=600,height=400");
}
</script>
<script type="text/javascript">
$(document).ready(function()
{
$(".tablesorter").tablesorter();
}
);
$(document).ready(function() {
Page 1
new 2.txt
//When page loads...
$(".tab_content").hide(); //Hide all content
$("ul.tabs li:first").addClass("active").show(); //Activate
first tab
$(".tab_content:first").show(); //Show first tab content
//On Click Event
$("ul.tabs li").click(function() {
$("ul.tabs li").removeClass("active"); //Remove any
"active" class
$(this).addClass("active"); //Add "active" class to
selected tab
$(".tab_content").hide(); //Hide all tab content
var activeTab = $(this).find("a").attr("href"); //Find
the href attribute value to identify the active tab + content
$(activeTab).fadeIn(); //Fade in the active ID content
return false;
});
});
</script>
<script type="text/javascript">
$(function() {
$('.column').equalHeight();
});
</script>
</head>
<body id="top">
<div id="container">
<div id="header-surround">
<header id="header">
<label class="logo"><font size="+3"
color="white">Administrator SI</font></label>
<div id="user-info"><p>
<a href='?module=iptsurat' class='button'><img
src='img/buka.png'> Anda memiliki 4 pesan baru!</a>
Page 4