FCLT#65721 Classes en structuur
svn path=/Website/trunk/; revision=51057
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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() %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user