Difference between revisions of "Main Page"

From Networks of Care
Jump to navigation Jump to search
 
(82 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
 +
{{#css:
 +
 +
#content{
 +
margin-left: 0;
 +
padding: 0;
 +
}
 +
 +
 +
h1{
 +
display: none;
 +
}
 +
 +
.mw-body-content p {
 +
max-width: 100%;
 +
position: fixed;
 +
width: 100%;
 +
height: 100%;
 +
left: 0;
 +
top: 0;
 +
display: block;
 +
margin-top: 0;
 +
}
 +
}}
  
 
<html>
 
<html>
 
<head>
 
<head>
 +
  <base target="_parent">
 
</head>
 
</head>
 
 
<body>
 
<body>
 
+
<iframe src="https://hub.xpub.nl/networksofcare/map.htm" height="100%"  width="100%" frameBorder="0"></iframe>
 
 
<script>
 
$params = new DerivativeRequest(
 
    $this->getRequest(), // Fallback upon $wgRequest if you can't access context.
 
    array(
 
        'action' => 'query',
 
        'list' => 'allpages',
 
        'apnamespace' => 0,
 
        'aplimit' => 10,
 
        'apprefix' => 'L'
 
    ) 
 
);
 
</script>
 
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 14:44, 5 June 2020