30 using System.Collections;
31 using System.Collections.Generic;
33 using OpenSim.Framework;
35 namespace OpenSim.
Region.UserStatistics
39 private string jsFileName =
"prototype.js";
40 private string prototypejs = string.Empty;
44 jsFileName =
"prototype.js";
52 public string ReportName
58 Hashtable pResult =
new Hashtable();
59 pResult[
"js"] = jsFileName;
65 string fileName = (string)pModelResult[
"js"];
66 using (StreamReader fs =
new StreamReader(
new FileStream(Util.dataDir() +
"/data/" + fileName, FileMode.Open)))
68 prototypejs = fs.ReadToEnd();
string RenderJson(Hashtable pModelResult)
Hashtable ProcessModel(Hashtable pParams)
string RenderView(Hashtable pModelResult)
Prototype_distributor(string jsName)