1
HTML & templates / Re: Simple contact template
« on: March 25, 2019, 02:42:09 PM »
Thanks LeoNeeson.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
<head>
{.add to log| request
Cloudflare IP : %ip%
CF-Connecting-IP : {.header|CF-Connecting-IP.}
X-Forwarded-For : {.header|X-Forwarded-For.}
.}
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>{.!HFS.} %folder%</title>
<link rel="stylesheet" href="/?mode=section&id=style.css" type="text/css">
<script type="text/javascript" src="/?mode=jquery"></script>
<link rel="shortcut icon" href="/favicon.ico">
<style class='trash-me'>
.onlyscript, button[onclick] { display:none; }
</style>
<script>
// this object will store some %symbols% in the javascript space, so that libs can read them
HFS = { folder:'{.js encode|%folder%.}', number:%number%, paged:{.!option.paged.} };
</script>
<script type="text/javascript" src="/?mode=section&id=lib.js"></script>
</head>