-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathujian.html
executable file
·112 lines (84 loc) · 3.61 KB
/
ujian.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html lang=en xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{judulku}</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="refresh" content="{wkdet}; URL={wkurl}">
<meta name="author" content="{author}">
<meta name="description" content="{description}">
<meta name="url" content="{url}">
<meta name="keywords" content="{keywords}">
<link href="{sumber}/inc/style/sisfokol.css" rel="stylesheet" type="text/css">
<link href="{sumber}/inc/style/flexdropdown.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="{sumber}/inc/js/jquery.js"></script>
<script type="text/javascript" src="{sumber}/inc/js/flexdropdown.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '86493867']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!--
///////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////
/////// SISFOKOL_SD_v5.0_(PernahJaya) ///////
/////// (Sistem Informasi Sekolah untuk SD) ///////
///////////////////////////////////////////////////////////////////////
/////// Dibuat oleh : ///////
/////// Agus Muhajir, S.Kom ///////
/////// URL : ///////
/////// * http://omahbiasawae.com/ ///////
/////// * http://sisfokol.wordpress.com/ ///////
/////// * http://hajirodeon.wordpress.com/ ///////
/////// * http://yahoogroup.com/groups/sisfokol/ ///////
/////// * http://yahoogroup.com/groups/linuxbiasawae/ ///////
/////// E-Mail : ///////
/////// * hajirodeon@yahoo.com ///////
/////// * hajirodeon@gmail.com ///////
/////// HP/SMS/WA : 081-829-88-54 ///////
///////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////
//-->
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onLoad="{diload}">
<form action="{filenya}" enctype="multipart/form-data" method="post" name="formx">
<div align="left">
<TABLE WIDTH=1300 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR height="75" background="{sumber}/img/header.png">
<TD width="10">
</td>
<TD width="60">
<img src="{sek_filexx}" width="50" height="50" border="0">
</td>
<td>
<b>
<font size="6" color="#acbaee">
{sek_nama}
</font>
</b>
<br>
<font color="#a4c9de">
{sek_alamat}. {sek_kota}.
</font>
</TD>
</TR>
</TABLE>
<table width="1300" border="0" cellpadding="0" cellspacing="0" bgcolor="#FBFBFB">
<tr>
<td valign="top">{isi}</td>
</tr>
</table>
<table width="1300" border="0" cellpadding="5" cellspacing="0" bgcolor="#000000">
<tr>
<td><font color="#FFFFFF">©2018. <strong>{versi}</strong></font> </td>
</tr>
</table>
</div>
</form>
</body>
</html>