Parent Directory
|
Revision Log
CONTRIB-497 Start of the grade/report/visual plug-in for displaying charts and graphs using flare as part of the GSoC animated grade statistics report project. Currently only one visualization has been added and it is still in a rough state. The code for the swf can be found in the flare_visualization dir. Lots more work ahead to get the plug-in 100%.
<html>
<head>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
</head>
<body>
<script>
function processUrl()
{
var pos = url.indexOf("?");
url = pos != -1 ? url.substr(pos + 1) : "";
if (!parent._ie_firstload) {
parent.BrowserHistory.setBrowserURL(url);
try {
parent.BrowserHistory.browserURLChange(url);
} catch(e) { }
} else {
parent._ie_firstload = false;
}
}
var url = document.location.href;
processUrl();
document.write(url);
</script>
Hidden frame for Browser History support.
</body>
</html>
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |