Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
Êþº¾-y
SourceFile1/app/coldfusion10/cfusion/wwwroot/acc/reports.cfmcfreports2ecfm17414165coldfusion/runtime/CFPage<init>()V 
    bindPageVariablesD(Lcoldfusion/runtime/VariableScope;Lcoldfusion/runtime/LocalScope;)V coldfusion/runtime/CfJspPage
  DESCRIPTIONLcoldfusion/runtime/Variable;bindPageVariabler(Ljava/lang/String;Lcoldfusion/runtime/VariableScope;Lcoldfusion/runtime/LocalScope;)Lcoldfusion/runtime/Variable; 
     ID     EMAIL          GROUPNAME" "    $OWNER& &    (TITLE* *    ,com.macromedia.SourceModTimeNœÑµP pageContext#Lcoldfusion/runtime/NeoPageContext; 12    3getOut()Ljavax/servlet/jsp/JspWriter; 56javax/servlet/jsp/JspContext8
97parentLjavax/servlet/jsp/tagext/Tag; ;<    =com.adobe.coldfusion.*?bindImportPath(Ljava/lang/String;)V AB
C&class$coldfusion$tagext$lang$InvokeTagLjava/lang/Class; coldfusion.tagext.lang.InvokeTagGforName%(Ljava/lang/String;)Ljava/lang/Class; IJjava/lang/ClassL
MK EF    O_initTagP(Ljava/lang/Class;ILjavax/servlet/jsp/tagext/Tag;)Ljavax/servlet/jsp/tagext/Tag; QR
S coldfusion/tagext/lang/InvokeTagU_setCurrentLineNo(I)V WX
Yacc.components.reports[ setComponent(Ljava/lang/Object;)V ]^
V_
getReportsa    setMethod cB
VdsetReturnVariable fB
Vg    hasEndTag(Z)V ijcoldfusion/tagext/GenericTagl
mk
doStartTag()I op
Vq    _pushBody_(Ljavax/servlet/jsp/tagext/BodyTag;ILjavax/servlet/jsp/JspWriter;)Ljavax/servlet/jsp/JspWriter; st
u doAfterBody wp
mx_popBody=(ILjavax/servlet/jsp/JspWriter;)Ljavax/servlet/jsp/JspWriter; z{
|doEndTag ~p
VdoCatch(Ljava/lang/Throwable;)V ‚
mƒ    doFinally …
m†
 
ˆ _whitespace%(Ljava/io/Writer;Ljava/lang/String;)V Š‹
ŒgetReportGroupsŽ    
     
.class$coldfusion$tagext$html$ajax$AjaxProxyTag(coldfusion.tagext.html.ajax.AjaxProxyTag“ ’F    •(coldfusion/tagext/html/ajax/AjaxProxyTag— cfajaxproxy™cfc›_validateTagAttrValue\(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ž
ŸsetCfc ¡B
˜¢ jsclassname¤
AccReports¦setJsclassname ¨B
˜© _emptyTcfTag!(Ljavax/servlet/jsp/tagext/Tag;)Z «¬
­Œ
 
<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Reports</title>
 
    ¯write ±Bjava/io/Writer³
´²'class$coldfusion$tagext$lang$IncludeTag!coldfusion.tagext.lang.IncludeTag· ¶F    ¹!coldfusion/tagext/lang/IncludeTag»    cfinclude½template¿ /acc/jquery-include-template.cfmÁ setTemplate ÃB
¼Ää
 
    <link rel="stylesheet" type="text/css" href="css/styles.css">
    <link rel="stylesheet" type="text/css" href="css/tablesort.css"/>
    
    <script src="js/script.js"></script>
    
    <script type="text/javascript" src="js/jquery.tablesorter.js"></script>
    <script type="text/javascript" src="js/AC_RunActiveContent.js"></script>
    <script>
        
        
        if (!Array.prototype.indexOf) {
            Array.prototype.indexOf = function (searchElement /*, fromIndex */ ) {
                "use strict";
                if (this == null) {
                    throw new TypeError();
                }
                var t = Object(this);
                var len = t.length >>> 0;
                
                if (len === 0) {
                    return -1;
                }
                var n = 0;
                if (arguments.length > 1) {
                    n = Number(arguments[1]);
                    if (n != n) { // shortcut for verifying if it's NaN
                        n = 0;
                    } else if (n != 0 && n != Infinity && n != -Infinity) {
                        n = (n > 0 || -1) * Math.floor(Math.abs(n));
                    }
                }
                if (n >= len) {
                    return -1;
                }
                var k = n >= 0 ? n : Math.max(len - Math.abs(n), 0);
                for (; k < len; k++) {
                    if (k in t && t[k] === searchElement) {
                        return k;
                    }
                }
                return -1;
            }
        }
 
        $(document).ready(function(){
            var options = {
                    widgets: ['zebra'],
                    cssHeader : 'tablesorter-header'
                }; 
            try {
                $('table.tablesorter').tablesorter(options);
            } catch (e) {
                
                if(console) console.error("exception while creating table sorter: %o", e);
            }    
            
            var availableGroups = [];            
            Æ$class$coldfusion$tagext$io$OutputTagcoldfusion.tagext.io.OutputTagÉ ÈF    Ëcoldfusion/tagext/io/OutputTagÍcfoutputÏqueryÑ\(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object; Ó
ÔsetQuery Ö^coldfusion/tagext/QueryLoopØ
Ù×
ÎqavailableGroups.push("Ü_autoscalarize1(Lcoldfusion/runtime/Variable;)Ljava/lang/Object; Þß
à_String&(Ljava/lang/Object;)Ljava/lang/String; âãcoldfusion/runtime/Castå
æäJSStringFormat&(Ljava/lang/String;)Ljava/lang/String; èé
ê");ì
Îx
Ù
ك
ΆÏ
            
            $( "#reportEditGroup" ).autocomplete({
              source: availableGroups
            });
            
            addGroup = function(group) {
                if(availableGroups.indexOf(group) < 0)
                    availableGroups.push(group);
            }
            
            var populateDialog = function(id) {
                var report = {}
                if(id) {
                    var reports = new AccReports();
                    report = reports.getReport(id);
                } 
                $("#reportEditGroup").val(report.GROUPNAME || "");
                $("#reportEditName").val(report.TITLE || "");
                $("#reportEditDesc").val(report.DESCRIPTION || "");
                $("#reportEditURL").val(report.URL || "http://");
                $("#reportEditId").val(id || "");
            }
            
            $("#editReport").dialog({
              autoOpen: false,
              autoResize:true,
              resizable:false,
              width: 500,
              modal: true,
              buttons: {
                "OK": function() {                      
                    $( this ).dialog( "close" );
                    
                    var reports = new AccReports();
                    var id = $("#reportEditId").val();
                    if(id != "") {
                        reports.updateReport(
                            id,
                            $("#reportEditGroup").val(),
                            $("#reportEditName").val(),
                            $("#reportEditDesc").val(),
                            $("#reportEditURL").val());
                        
                    } else {
                        reports.addReport(
                            $("#reportEditGroup").val(),
                            $("#reportEditName").val(),
                            $("#reportEditDesc").val(),
                            $("#reportEditURL").val());
                        
                    }
                    addGroup($("#reportEditGroup").val());
                    window.location = window.location;
                    refreshLeftMenu();
                  },
                "Cancel": function() {
                  $( this ).dialog( "close" );
                }
              }});
            
            $(".editReportBtn").click(function(which) {
                //alert("Edit: " + $(this).attr('data-report-id'));
                var id = $(this).attr('data-report-id');
                populateDialog(id);
                $("#editReport").dialog('option', 'title', 'Edit Report');
                $("#editReport").dialog("open");
            });
            
            $("#deleteReport").dialog({
              autoOpen: false,
              autoResize:true,
              resizable:false,
              width: 500,
              modal: true,
              buttons: {
                "Yes": function() {                      
                    $( this ).dialog( "close" );
                    var id = $("#reportDelId").val();
                    var reports = new AccReports();
                    reports.deleteReport(id);
                    window.location = window.location;
                    refreshLeftMenu();
                  },
                "No": function() {
                  $( this ).dialog( "close" );
                }
              }});
            
            $(".deleteReportBtn").click(function() {
                var id = $(this).attr('data-report-id');                
                var reports = new AccReports();
                var report = reports.getReport(id);                    
                $("#delReportName").text(report.TITLE);            
                $("#reportDelId").val(id);                
                $("#deleteReport").dialog("open");
            });
            
            $("#addReportBtn").click(function(which) {
                //alert("Edit: " + $(this).attr('data-report-id'));
                populateDialog();
                $("#editReport").dialog('option', 'title', 'Add Report');
                $("#editReport").dialog("open");
            });
            
        });
        
        function refreshLeftMenu() {                
            var getFrame = function (name, where) {
                if(!where) where = window.top.frames;
                if(where.name == name)
                    return where;
                else if(where.frames.length > 0)
                    for(var i = 0; i < where.frames.length; i++) {
                        var f = getFrame(name, where.frames[i]);
                        if(f) return f;
                    }                                
                return null;
            }
            var frm = getFrame('leftMenuFrame');
            if(frm) {
                frm.location.reload();
            }
        }
        
    </script>
</head>
<body>
    
<div class="pageHeading">
    Reports
    &nbsp;
    òSESSIONôjava/lang/Stringö    USERROLESø_resolveAndAutoscalarize9(Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/Object; úû
üACC_ADMINISTRATORþ,ListContainsNoCase9(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I 
_boolean(J)Z 
æi
    <img class="tool-button" id="addReportBtn" src="images/report--plus.png" alt="" title="Add Report">
    
</div>
<table class="tablesorter" nowrap="nowrap" style="width:100%">
    <thead>
    <tr>
        <th>Group</th>
        <th>Title</th>
        <th>Description</th>
        <th>Owner</th>
         
        <th></th>
        
    </tr>
    </thead>
  
    <tr> 
        <td></td>
        <td>
            <a href="URL&(Ljava/lang/String;)Ljava/lang/Object; Þ
    " title="$" style="text-decoration:underline"></a>
            <a href="" title="Open in new window" style="border:0px;" target="_blank">
                <img src="images/new_window.png" style="border:0px;" alt="">
            </a>
        </td>
        <td>!</td>
        <td><a href="mailto:#    ?subject=%URLEncodedFormat 'é
(">* </a></td>
        ,C
        <td>
        <img class="tool-button editReportBtn" data-report-id=".„" src="images/report--pencil.png" alt="" title="Edit Report">
        &nbsp;
        <img class="tool-button deleteReportBtn" data-report-id="0K" src="images/report--minus.png" alt="" title="Delete Report">
        </td>
        2
    </tr>
  4s
</table>
 
<div id="editReport" title="" style="display:none;">
    <form>
        <input type="hidden" id="reportEditId">
        <div>
        <div><label for="reportEditGroup">Group:</label></div>
        <input id="reportEditGroup" size="60"/>
        </div><div>
        <div><label for="reportEditGroup">Name:</label></div>
        <input id="reportEditName" size="60" type="text"/>
        </div><div>
        <div><label for="reportEditDesc">Description:</label></div>
        <textarea id="reportEditDesc" class="form" style="width:450px;height:100px"></textarea>
        </div><div>
        <div><label for="reportEditURL">URL:</label></div>
        <input id="reportEditURL" size="60" type="text"/>
        </div>
    </form>
</div>
 
<div id="deleteReport" title="" style="display:none;">
    <input type="hidden" id="reportDelId">
    Are you sure you want to delete the report
    <span id="delReportName"></span>?
</div>
 
</body>
</html>
6metaDataLjava/lang/Object; 89    :&coldfusion/runtime/AttributeCollection<java/lang/Object>([Ljava/lang/Object;)V @
=AthisLcfreports2ecfm17414165;LocalVariableTableCode<clinit>varscope"Lcoldfusion/runtime/VariableScope;locscopeLcoldfusion/runtime/LocalScope; getMetadata()Ljava/lang/Object;runPageoutLjavax/servlet/jsp/JspWriter;valueinvoke0"Lcoldfusion/tagext/lang/InvokeTag;mode0It6Ljava/lang/Throwable;t7t8t9t10t11invoke1mode1t14t15t16t17t18t19
ajaxproxy2*Lcoldfusion/tagext/html/ajax/AjaxProxyTag;include3#Lcoldfusion/tagext/lang/IncludeTag;output4 Lcoldfusion/tagext/io/OutputTag;mode4t24t25t26t27output5mode5t30t31t32t33LineNumberTablejava/lang/Throwablew1 "&*EF’F¶FÈF89F#*·
±E CDGFM/H¸N³P”¸N³–¸¸N³ºʸN³Ì»=Y½?·B³;±E /CD FO*+,·**+,¶µ**+,¶µ**+,¶µ!**#+,¶µ%**'+,¶µ)**++,¶µ-±E OCDOHIOJKLMF"²;°E CDNMF"*´4¶:L*´>N*@¶D*²P-¶TÀV:*¶Z\¶`b¶eb¶h¶n¶rY6™/*+¶vL¶yšÿû¨§:¨¿:*+¶}L©¶€  :¨#°¨§#:        ¶„¨§:
¨
¿: ¶‡© *+‰¶*²P-¶TÀV: *¶Z \¶` ¶e ¶h ¶n ¶rY6 ™/*  +¶vL ¶yšÿû¨§:¨¿:* +¶}L© ¶€  :¨#°¨§#: ¶„¨§:¨¿: ¶‡©*+‘¶*²–-¶TÀ˜:* ¶Zšœ\¸ ¶£š¥§¸ ¶ª¶n¸®™°+°¶µ*²º-¶TÀ¼:*¶Z¾À¸ ¶Å¶n¸®™°+Ƕµ*²Ì-¶TÀÎ:*R¶ZÐҏ¸Õ¶Ú¶n¶ÛY6™/+ݶµ+*R¶Z**´%¶á¸ç¸ë¶µ+í¶µ¶îšÿ×¶ï  :¨#°¨§#:¶ð¨§:¨¿:¶ñ©+ó¶µ*Ö¶Z*õ½÷YùS¶ý¸çÿ¸…¸    ™
+ ¶µ+ ¶µ*á¶Z*õ½÷YùS¶ý¸çÿ¸…¸    ™
+¶µ+¶µ*²Ì-¶TÀÎ:*æ¶ZÐÒb¸Õ¶Ú¶n¶ÛY6™C+¶µ+**´%¶á¸ç¶µ+¶µ+*¶¸ç¶µ+¶µ+**´-¶á¸ç¶µ+¶µ+**´-¶á¸ç¶µ+ ¶µ+*¶¸ç¶µ+"¶µ+**´¶á¸ç¶µ+$¶µ+**´!¶á¸ç¶µ+&¶µ+*ð¶Z***´-¶á¸ç¶)¶µ++¶µ+**´)¶á¸ç¶µ+-¶µ*ñ¶Z*õ½÷YùS¶ý¸çÿ¸…¸    ™6+/¶µ+**´¶á¸ç¶µ+1¶µ+**´¶á¸ç¶µ+3¶µ+5¶µ¶îšþÃ¶ï  :¨#°¨§#:¶ð¨§: ¨ ¿:!¶ñ©!+7¶µ°LadxdidxA„xŠxA„ŸxŠŸxœŸxŸ¤Ÿxñ    x        xæ)5x/25xæ)Dx/2Dx5ADxDIDxIUxORUxIdxORdxUadxdidxhtxnqtxhƒxnqƒxt€ƒxƒˆƒxEV"CDOPQ9;<RSTUVWX9Y9ZW    [W
\9 ]S ^U _W`9a9bWcWd9efghijkUl9mWnWo9pjqUr9sWtW u9!v2L(/6ÍÔÛ    ·v … \ ¾¤÷RRRRRRÝR‚Ö‚Ö”Ö–Ö‚Ö‚Ö¸á¸áÊáÌá¸á¸áæ$è$è#è:ê:ê9êOêOêNêeêeêdê{ë{ëzëïïï¦ð¦ð¥ðÄðÄðÃðÃð»ðÝðÝðÜðùñùñ ñ ñùñ"ó"ó!ó8õ8õ7õùñçæ./