FCLT#65721 Classes en structuur

svn path=/Website/trunk/; revision=51057
This commit is contained in:
Peter Feij
2021-04-23 11:41:32 +00:00
parent a6c95dd5d2
commit 61dbc70e7a
2 changed files with 8 additions and 3 deletions

View File

@@ -114,7 +114,10 @@ function createWidget(p_divid, p_title, p_height, p_width, p_url, p_refreshtime)
</script><%
}
}
%>
<html>
<head>
<%
FCLTHeader.Generate();
%>
<script type='text/javascript'>
@@ -200,7 +203,8 @@ function createWidget(p_divid, p_title, p_height, p_width, p_url, p_refreshtime)
}
}
</script>
</head>
<body class="mainpage">
<% if (S("widgetportal") == 1 && getQParamInt("from_menu_key", -1) == -1)
injectNews();
@@ -240,6 +244,7 @@ function createWidget(p_divid, p_title, p_height, p_width, p_url, p_refreshtime)
oRs.Close();
}
%>
</body>
<script>
framesPresent = [ <%=frames.join(",")%> ];
</script>

View File

@@ -33,7 +33,7 @@ function fcltontabshow()
</script>
</head>
<body id="mainbody" <%= touch ? "class='touch'" :""%>>
<body id="mainbody" class="mainpage<%= touch ? ' touch' : ''%>">
<% if (S("widgetportal") == 0) injectNews() %>