30 using System.Collections;
31 using System.Collections.Generic;
33 using OpenSim.Framework;
35 namespace OpenSim.
Region.UserStatistics
39 private string updaterjs = string.Empty;
41 public string ReportName
48 Hashtable pResult =
new Hashtable();
49 if (updaterjs.Length == 0)
51 StreamReader fs =
new StreamReader(
new FileStream(Util.dataDir() +
"/data/updater.js", FileMode.Open));
52 updaterjs = fs.ReadToEnd();
56 pResult[
"js"] = updaterjs;
62 return pModelResult[
"js"].ToString();
string RenderView(Hashtable pModelResult)
string RenderJson(Hashtable pModelResult)
Hashtable ProcessModel(Hashtable pParams)