My favorites
▼
|
Sign in
aluminum-blog
Yet another blog system being abandoned
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
difan.org.cn
/
template
/
template.php
‹r101
r106
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
<?php
if (!$IsInternalCall) {
header ('HTTP/1.1 404 Not Found');
echo "<h2>Sorry, the page you are visiting is not available.</h2>";
die(-1);
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title><?php echo $TITLE; ?></title>
<link rel="stylesheet" type="text/css" href="/al-static/main.css" />
<link rel="shortcut icon" href="favicon.ico" />
<meta name="description" content="<?php echo $META_DESC;?>" />
<meta name="keywords" content="<?php echo $META_KEYW;?>" />
<?php
if ($SimpleJS) {
?>
<script type="text/javascript" src="../js/simple.js"></script>
<script type="text/javascript" src="../js/simpleajax.js"></script>
<script type="text/javascript" src="../js/simpleacco.js"></script>
<script type="text/javascript" src="../js/simpleslish.js"></script>
<?php
}
?>
</head>
<body>
<div id="leftBar">
<span class="verticalText"><?php echo $Page_Title; ?></span>
</div>
<div id="leftNav">
<span class="verticalText navLinks"><a href="">Home</a> <a href="">About</a></span>
</div>
<div id="content">
<?php echo $PageContent; ?>
</div>
<div id="rightBar">
<?php echo $Sidebar_Content; ?>
</div>
<div id="footer">
<?php if ((isset ($Beian_Number))&&$Running_in_Tianchao) {
?>
<a href="http://www.miibeian.gov.cn/"><? echo $Beian_Number; ?></a>
<?php
} ?>
</div>
<?php if ($Twitter_Enabled) {
?>
<script type="text/javascript" src="/js/twitter.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/<? echo $Twitter_Account; ?>.json?callback=twitterCallback2&count=5"></script>
<?php
} ?>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("<? echo $GA_Number; ?>");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>
Show details
Hide details
Change log
r105
by cheungtifan on Jan 29, 2011
Diff
Restructure.
Go to:
...difan.org.cn/SiteDEF.php.example
/trunk/difan.org.cn/al-svc
/trunk/difan.org.cn/al-svc/rss.php
.../difan.org.cn/al-svc/sitemap.php
...nk/difan.org.cn/al-svc/whois.php
/trunk/difan.org.cn/al-svc/xn.php
/trunk/difan.org.cn/conndb.php
/trunk/difan.org.cn/createImage.php
...ifan.org.cn/inc/aluminum.inc.php
...n/inc/config.php.example.example
/trunk/difan.org.cn/inc/conndb.php
...difan.org.cn/inc/createImage.php
/trunk/difan.org.cn/inc/funcs.php
...nk/difan.org.cn/inc/mobi.inc.php
...ifan.org.cn/inc/recaptchalib.php
/trunk/difan.org.cn/rss.php
/trunk/difan.org.cn/sitemap.php
....cn/template/mobile_template.php
...fan.org.cn/template/template.php
....cn/template/template_legacy.php
/trunk/difan.org.cn/whois.php
/trunk/difan.org.cn/xn.php
Project members,
sign in
to write a code review
Older revisions
r101
by cheungtifan on Jan 9, 2011
Diff
New Theme
r100
by cheungtifan on Oct 5, 2010
Diff
New admin pages
r91
by cheungtifan on Jun 20, 2010
Diff
New function: preview
All revisions of this file
File info
Size: 2451 bytes, 71 lines
View raw file
Powered by
Google Project Hosting