ispusage 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +4 -0
- data/VERSION +1 -1
- data/lib/ispusage/fetchers/au_optus.rb +48 -0
- data/lib/ispusage/fetchers/au_three.rb +34 -0
- data/lib/ispusage/fetchers/fetcher.rb +2 -2
- data/lib/ispusage/fetchers.rb +2 -0
- data/lib/ispusage.rb +7 -3
- data/spec/fetchers/au_optus_spec.rb +34 -0
- data/spec/fetchers/au_three_spec.rb +29 -0
- data/spec/fixtures/au_optus/my_account.html +1789 -0
- data/spec/fixtures/au_optus/my_usage.html +2028 -0
- data/spec/fixtures/au_optus/signon.html +464 -0
- data/spec/fixtures/au_three/pin.html +249 -0
- data/spec/fixtures/au_three/signon.html +312 -0
- data/spec/fixtures/au_three/usage.html +989 -0
- metadata +44 -2
@@ -0,0 +1,2028 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Content-Type: text/html; charset=iso-8859-1
|
3
|
+
|
4
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
5
|
+
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
<html>
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
<head>
|
34
|
+
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
35
|
+
<META HTTP-EQUIV="Expires" CONTENT="-1">
|
36
|
+
<script language="javascript">
|
37
|
+
//[R3.1 Code Merge BAU39: Jovy Gianan 13 Mar 2008 Start] - Merged task 10434
|
38
|
+
//[Reitz Web R3.1 <28 Feb 2008>: <jovy> Start] - <Fix BRT 90>
|
39
|
+
try {
|
40
|
+
//[Reitz Web R3.1 <28 Feb 2008>: <jovy> End] - <Fix BRT 90>
|
41
|
+
//[R3.1 Code Merge BAU39: Jovy Gianan 13 Mar 2008 End] - Merged task 10434
|
42
|
+
document.execCommand("BackgroundImageCache",false,true);
|
43
|
+
//[R3.1 Code Merge BAU39: Jovy Gianan 13 Mar 2008 Start] - Merged task 10434
|
44
|
+
//[Reitz Web R3.1 <28 Feb 2008>: <jovy> Start] - <Fix BRT 90>
|
45
|
+
} catch (e) {
|
46
|
+
//do nothing
|
47
|
+
}
|
48
|
+
//[Reitz Web R3.1 <28 Feb 2008>: <jovy> End] - <Fix BRT 90>
|
49
|
+
//[R3.1 Code Merge BAU39: Jovy Gianan 13 Mar 2008 End] - Merged task 10434
|
50
|
+
</script>
|
51
|
+
<!-- ReitzWeb R1 22 January 2007 JRR: START change relative url -->
|
52
|
+
<!--%
|
53
|
+
AppContext appCtx = AppContext.getAppContext(request);
|
54
|
+
String webAppName = appCtx.getWebAppName();
|
55
|
+
ResourceURL url = ResourceURL.createResourceURL(request, response);
|
56
|
+
%-->
|
57
|
+
|
58
|
+
|
59
|
+
<script type="text/javascript" src="/web/ShowBinary/SCSRepository/assets/javascript/globalnav_image_funcs.js"></script>
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
<script type="text/javascript" src="/web/ShowBinary/SCSRepository/assets/javascript/block.js"></script>
|
65
|
+
|
66
|
+
<script type="text/javascript" src="/web/ShowBinary/SCSRepository/assets/javascript/rollover.js"></script>
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
<script type="text/javascript" src="/web/ShowBinary/SCSRepository/assets/javascript/core.js"></script>
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
<link href="/web/ShowBinary/SCSRepository/assets/css/service_centre.css" rel="stylesheet" type="text/css"/>
|
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
|
+
<!-- ReitzWeb R1 22 January 2007 JRR: START change relative url -->
|
126
|
+
|
127
|
+
<title>Optus - Personal - My Usage</title>
|
128
|
+
|
129
|
+
<script language='JavaScript' type='text/JavaScript'>
|
130
|
+
var channelPath = "homepage-personal";
|
131
|
+
</script>
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
<script type="text/javascript" src="/web/framework/skins/OSC/js/CAMCommon.js"></script>
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
</head>
|
155
|
+
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
<body class="myaccount">
|
167
|
+
|
168
|
+
|
169
|
+
|
170
|
+
<div id="shell-L1">
|
171
|
+
<div id="shell-L2">
|
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
|
+
<script language="JavaScript">
|
215
|
+
|
216
|
+
function ReadCookie(cookieName) {
|
217
|
+
var theCookie=""+document.cookie;
|
218
|
+
var ind=theCookie.indexOf(cookieName);
|
219
|
+
if (ind==-1 || cookieName=="") return "";
|
220
|
+
var ind1=theCookie.indexOf(';',ind);
|
221
|
+
if (ind1==-1) ind1=theCookie.length;
|
222
|
+
return unescape(theCookie.substring(ind+cookieName.length+1,ind1));
|
223
|
+
}
|
224
|
+
|
225
|
+
function SetCookie(cookieName,cookieValue,nDays) {
|
226
|
+
var today = new Date();
|
227
|
+
var expire = new Date();
|
228
|
+
if (nDays==null || nDays==0) nDays=1;
|
229
|
+
expire.setTime(today.getTime() + 3600000*24*nDays);
|
230
|
+
document.cookie = cookieName+"="+escape(cookieValue)
|
231
|
+
+ ";expires="+expire.toGMTString();
|
232
|
+
}
|
233
|
+
|
234
|
+
function areCookiesEnabled(){
|
235
|
+
testValue=Math.floor(1000*Math.random());
|
236
|
+
SetCookie('AreCookiesEnabled',testValue);
|
237
|
+
return (testValue==ReadCookie('AreCookiesEnabled'));
|
238
|
+
|
239
|
+
}
|
240
|
+
</script>
|
241
|
+
|
242
|
+
|
243
|
+
|
244
|
+
<form action="/web/ocaportal.portal?_nfpb=true&_pageLabel=ocaportal_book_checkCookies" name="cookiesDisabled" method="POST">
|
245
|
+
|
246
|
+
</form>
|
247
|
+
|
248
|
+
|
249
|
+
<script language="JavaScript">
|
250
|
+
var cookiesEnabled = areCookiesEnabled();
|
251
|
+
if(!cookiesEnabled){
|
252
|
+
document.cookiesDisabled.submit();
|
253
|
+
}
|
254
|
+
|
255
|
+
</script>
|
256
|
+
|
257
|
+
|
258
|
+
|
259
|
+
|
260
|
+
|
261
|
+
|
262
|
+
|
263
|
+
|
264
|
+
|
265
|
+
<!-- globalnav -->
|
266
|
+
<div id="global-header">
|
267
|
+
<div id="logo">
|
268
|
+
<a href="http://www.optus.com.au/"><img
|
269
|
+
height="43" alt="Go to Optus homepage" title="Go to Optus homepage" hspace="0" src="/web/ShowBinary/SCSRepository/assets/images/logos/optus_logo.gif"
|
270
|
+
width="74" border="0"></a></div>
|
271
|
+
<div class="global-menu">
|
272
|
+
<div id="dropdown-outer">
|
273
|
+
<div id="dropdown-business">
|
274
|
+
<script type="text/javascript">/*<!--*/document.getElementById('dropdown-business').className='ina';/*-->*/</script>
|
275
|
+
<div class="dropdown-inner" onmouseover='switchSource("global_nav_business");t("dropdown-business")' onmouseout='switchSource("global_nav_business");t("dropdown-business")'><a href="http://www.optus.com.au/business">Business</a><a href="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_Main&FP=/smallbusiness&site=smallbusiness">Small & Medium Business</a><a href="http://www.optus.com.au/wholesale">Wholesale</a></div>
|
276
|
+
</div>
|
277
|
+
</div>
|
278
|
+
<a id="home" onmouseover='switchSource("global_nav_home")' onmouseout='switchSource("global_nav_home")' href="http://www.optus.com.au/" name="home"><img id="global_nav_home" alt="Homepage" src="/web/ShowBinary/SCSRepository/assets/images/navigation/global/home.gif" name="global_nav_home" border="0" height="48" width="67"></a><a id="personal" onmouseover='switchSource("global_nav_personal")' onmouseout='switchSource("global_nav_personal")' href="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_Main&FP=/personal&site=personal" name="personal"><img id="global_nav_personal" alt="Personal" src="/web/ShowBinary/SCSRepository/assets/images/navigation/global/personal.gif" name="global_nav_personal" border="0" height="48" width="65"></a><a id="business" onmouseover='switchSource("global_nav_business");t("dropdown-business")' onmouseout='switchSource("global_nav_business");t("dropdown-business")' name="business"><img id="global_nav_business" alt="Business" src="/web/ShowBinary/SCSRepository/assets/images/navigation/global/business.gif" name="global_nav_business" border="0" height="48" width="60"></a><a id="aboutoptus" onmouseover='switchSource("global_nav_about")' onmouseout='switchSource("global_nav_about")' href="http://www.optus.com.au/aboutoptus" name="aboutoptus"><img id="global_nav_about" alt="About Optus" src="/web/ShowBinary/SCSRepository/assets/images/navigation/global/about.gif" name="global_nav_about" border="0" height="48" width="82"></a><a id="help" onmouseover='switchSource("global_nav_help")' onmouseout='switchSource("global_nav_help")' href="http://www.optus.com.au/portal/site/aboutoptus/menuitem.26a56e3a0149a03327b868108c8ac7a0/?vgnextoid=e2bf3dd4813b1010VgnVCM100000c8a87c0aRCRD" name="help"><img id="global_nav_help" alt="Help" src="/web/ShowBinary/SCSRepository/assets/images/navigation/global/help.gif" name="global_nav_help" border="0" height="48" width="38"></a></div>
|
279
|
+
<script type="text/javascript">/*<![CDATA[*/setGlobalNavLinksImage(channelPath);/*]]>*/</script>
|
280
|
+
<div class="globalnav-forms">
|
281
|
+
<table cellspacing="0" cellpadding="0" border="0">
|
282
|
+
<tbody>
|
283
|
+
<tr valign="middle">
|
284
|
+
<td>
|
285
|
+
<input id="QueryText" type="text" onblur="validate=false;isFunction=false;submitterName=null;if(this.value=='') this.value='Search...'" onfocus="validate=true;isFunction=true;submitterName='searchSubmit()';if(this.value==this.defaultValue)this.value=''" value="Search..." name="QueryText" />
|
286
|
+
</td>
|
287
|
+
<td>
|
288
|
+
<img class="go" height="17" alt="Start your search" hspace="0" src="/web/ShowBinary/SCSRepository/assets/images/homepage/go_btn_yellow_trans.gif" width="24" border="0" onclick="searchSubmit()"/>
|
289
|
+
</td>
|
290
|
+
</tr>
|
291
|
+
</tbody>
|
292
|
+
</table>
|
293
|
+
</div>
|
294
|
+
<div class="globalnav-forms">
|
295
|
+
<table cellspacing="0" cellpadding="0" border="0">
|
296
|
+
<tbody>
|
297
|
+
<tr valign="center">
|
298
|
+
<td>
|
299
|
+
<form name="quicklinks" id="quicklinks">
|
300
|
+
<select id="qlinks-select" name="list1">
|
301
|
+
<option selected="selected">
|
302
|
+
Quicklinks:
|
303
|
+
</option>
|
304
|
+
<optgroup label="Accounts & Billing">
|
305
|
+
<option value=
|
306
|
+
"https://secure.optus.com.au/smartpay/index.jsp">
|
307
|
+
Pay My Bill
|
308
|
+
</option>
|
309
|
+
<option value="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_wRHS&FP=/personal/customerhelp/accountsandbillinghelp/understandingmybill&site=personal">
|
310
|
+
Understand My Bill
|
311
|
+
</option>
|
312
|
+
<option value="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_woRHS&FP=/personal/customerhelp/accountsandbillinghelp/setupdirectdebit&site=personal">
|
313
|
+
Setup Direct Debit
|
314
|
+
</option>
|
315
|
+
</optgroup>
|
316
|
+
<optgroup label="Buy Online">
|
317
|
+
<option value="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_wRHS&FP=/personal/mobile/mobilephones&site=personal">
|
318
|
+
Buy a Mobile Online
|
319
|
+
</option>
|
320
|
+
<option value="http://www.optus.builtforbusiness.com.au/">
|
321
|
+
Small & Medium Business
|
322
|
+
</option>
|
323
|
+
</optgroup>
|
324
|
+
<optgroup label="Contact Optus">
|
325
|
+
<option value="https://www.optus.com.au/portal/site/aboutoptus/menuitem.fb18e25a40b7ea23a76c69108c8ac7a0/?vgnextoid=05433dd4813b1010VgnVCM100000c8a87c0aRCRD">
|
326
|
+
Store Locator
|
327
|
+
</option>
|
328
|
+
<option value="/portal/site/aboutoptus/menuitem.fb18e25a40b7ea23a76c69108c8ac7a0/?vgnextoid=b7af3dd4813b1010VgnVCM100000c8a87c0aRCRD">
|
329
|
+
Contact Us
|
330
|
+
</option>
|
331
|
+
</optgroup>
|
332
|
+
<optgroup label="Login to:">
|
333
|
+
<option value="https://my.optus.com.au/signon/Optus/login_ext.sec?TYPE=33554433&REALMOID=06-9dba8351-8a2f-48fd-9995-2d63a30bc29e&GUID=NO&SMAUTHREASON=0&METHOD=GET&SMAGENTNAME=0n0omHCH6DMpz8QnRsjCq8YxEWbU11o1xeSrPNUNByiyFiFKaXTXH9xLLsE8wbLd&TARGET=-SM-HTTPS://my.optus.com.au/web/oscportal.portal%3fsite%3dpersonal">
|
334
|
+
My Account
|
335
|
+
</option>
|
336
|
+
<option value="http://www.optuszoo.com.au/cocoon/myAccount/AccountsAndBalances.xml?">
|
337
|
+
Pre-Paid Mobile Account
|
338
|
+
</option>
|
339
|
+
<option value="https://optusbusiness.com.au/00/07/00/000700.asp">
|
340
|
+
Thumbprint
|
341
|
+
</option>
|
342
|
+
<option value="http://www.optuszoo.com.au/mobile">
|
343
|
+
Optus Zoo
|
344
|
+
</option>
|
345
|
+
<option value="https://www.optus.com.au/portal/site/wholesale/menuitem.6ba14ff94e0c6c66d0b61a108c8ac7a0/?vgnextoid=49d28e59168b5010VgnVCM10000029867c0aRCRD">
|
346
|
+
Wholesale Extranet
|
347
|
+
</option>
|
348
|
+
</optgroup>
|
349
|
+
<optgroup label="Self Service">
|
350
|
+
<option value="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_wRHS&FP=/personal/customerhelp/accountsandbillinghelp/movinghousechangemydetails&site=personal">
|
351
|
+
Moving House?
|
352
|
+
</option>
|
353
|
+
<option value="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_woRHS&FP=/personal/mobile/prepaidmobile/activateprepaidonline&site=personal">
|
354
|
+
Activate PrePaid Mobile
|
355
|
+
</option>
|
356
|
+
<option value="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_woRHS&FP=/personal/mobile/usingyourmobileoverseas&site=personal">
|
357
|
+
Using Mobile Overseas
|
358
|
+
</option>
|
359
|
+
<option value="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_woRHS&FP=/personal/customerhelp/producthelp/mobilehelp/troubleshootingmobile/unlockmyphonepuk&site=personal">
|
360
|
+
Unlock your Mobile (PUK)
|
361
|
+
</option>
|
362
|
+
<option value="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_woRHS&FP=/personal/customerhelp/producthelp/mobilehelp/lostorstolenmobile&site=personal">
|
363
|
+
Lost or Stolen Mobile
|
364
|
+
</option>
|
365
|
+
<option value="http://www.optus.com.au/portal/site/aboutoptus/menuitem.813c6f701cee5a14f0419f108c8ac7a0/?vgnextoid=758254e858697010VgnVCM10000029867c0aRCRD&vgnextchannel=0aa730ece1197010VgnVCM10000029867c0aRCRD&vgnextfmt=default">
|
366
|
+
Mobile Coverage Maps
|
367
|
+
</option>
|
368
|
+
</optgroup>
|
369
|
+
<optgroup label="Customer Help">
|
370
|
+
<option value="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_wRHS&FP=/personal/customerhelp&site=personal">
|
371
|
+
Personal Customers
|
372
|
+
</option>
|
373
|
+
<option value="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_wRHS&FP=/smallbusiness/customerhelp&site=smallbusiness">
|
374
|
+
Small & Medium Businesses
|
375
|
+
</option>
|
376
|
+
<option value="http://www.optusbusiness.com.au/00/04/0004.asp">
|
377
|
+
Business Customers
|
378
|
+
</option>
|
379
|
+
</optgroup>
|
380
|
+
<optgroup label="Other Optus Sites">
|
381
|
+
<option value="http://www.optuszoo.com.au/">
|
382
|
+
myZoo
|
383
|
+
</option>
|
384
|
+
<option value="http://www.optuszoo.com.au/mobile">
|
385
|
+
OptusZoo Mobile
|
386
|
+
</option>
|
387
|
+
<option value="http://www.optus.builtforbusiness.com.au/">
|
388
|
+
Built for Business
|
389
|
+
</option>
|
390
|
+
</optgroup>
|
391
|
+
</select>
|
392
|
+
</form>
|
393
|
+
</td>
|
394
|
+
<td>
|
395
|
+
<img class="go"
|
396
|
+
onclick="redirect(document.quicklinks.list1.options[document.quicklinks.list1.selectedIndex].value)"
|
397
|
+
height="17" alt="Go to your chosen link" hspace="0"
|
398
|
+
src="/web/ShowBinary/SCSRepository/assets/images/homepage/go_btn_yellow_trans.gif"
|
399
|
+
width="24" border="0">
|
400
|
+
</td>
|
401
|
+
</tr>
|
402
|
+
</tbody>
|
403
|
+
</table>
|
404
|
+
</div>
|
405
|
+
</div>
|
406
|
+
|
407
|
+
|
408
|
+
|
409
|
+
|
410
|
+
|
411
|
+
|
412
|
+
|
413
|
+
|
414
|
+
|
415
|
+
|
416
|
+
|
417
|
+
|
418
|
+
|
419
|
+
|
420
|
+
|
421
|
+
|
422
|
+
|
423
|
+
|
424
|
+
|
425
|
+
|
426
|
+
|
427
|
+
|
428
|
+
|
429
|
+
|
430
|
+
|
431
|
+
|
432
|
+
|
433
|
+
|
434
|
+
|
435
|
+
|
436
|
+
|
437
|
+
|
438
|
+
|
439
|
+
|
440
|
+
|
441
|
+
|
442
|
+
|
443
|
+
|
444
|
+
|
445
|
+
|
446
|
+
|
447
|
+
|
448
|
+
|
449
|
+
|
450
|
+
|
451
|
+
|
452
|
+
|
453
|
+
|
454
|
+
|
455
|
+
|
456
|
+
|
457
|
+
|
458
|
+
|
459
|
+
|
460
|
+
|
461
|
+
|
462
|
+
|
463
|
+
|
464
|
+
|
465
|
+
|
466
|
+
|
467
|
+
|
468
|
+
|
469
|
+
|
470
|
+
|
471
|
+
|
472
|
+
|
473
|
+
|
474
|
+
|
475
|
+
|
476
|
+
|
477
|
+
<!-- Section Header DCTM -->
|
478
|
+
|
479
|
+
|
480
|
+
<div id="section-header">
|
481
|
+
<div id="section-header-inner">
|
482
|
+
<div id="section-title">
|
483
|
+
<a href="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_Main&FP=/personal"><img src="/web/ShowBinary/SCSRepository/assets/images/navigation/primaryNav/personal/segment_header_Personal.gif" border="0" alt="personal"/></a>
|
484
|
+
</div>
|
485
|
+
<div id="prime-menu">
|
486
|
+
<div id="prime-menu-inner">
|
487
|
+
<a id="shoppingcart" style="BACKGROUND-IMAGE: none" href="/web/ocaportal.portal?_nfpb=true&_pageLabel=shoppingcart&FP=/personal/shoppingcart&LHP=/personal&site=personal">
|
488
|
+
<img src="/web/ShowBinary/SCSRepository/assets/images/navigation/sharedNav/view_cart.gif" border="0" alt="View Cart"/><img src="/web/ShowBinary/SCSRepository/assets/images/globalIcons/icon_viewcart.gif" border="0" alt="View Cart"/>
|
489
|
+
</a>
|
490
|
+
<a id="myoptus" href="/web/oscportal.portal?site=personal">
|
491
|
+
<img src="/web/ShowBinary/SCSRepository/assets/images/navigation/primaryNav/personal/PN_MyAccount.gif" border="0" alt="My Account"/>
|
492
|
+
</a>
|
493
|
+
<a id="customerhelp"href="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_wRHS&FP=/personal/customerhelp&site=personal"><img src="/web/ShowBinary/SCSRepository/assets/images/navigation/primaryNav/personal/PN_CustomerHelp.gif" border="0" alt="customerhelp"/></a>
|
494
|
+
<a id="asadvertised"href="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_woRHS&FP=/personal/asadvertised&site=personal"><img src="/web/ShowBinary/SCSRepository/assets/images/navigation/primaryNav/personal/as_advertised.gif" border="0" alt="asadvertised"/></a>
|
495
|
+
<a id="bundles"href="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_wRHS&FP=/personal/bundles&site=personal"><img src="/web/ShowBinary/SCSRepository/assets/images/navigation/primaryNav/personal/PN_Bundles.gif" border="0" alt="bundles"/></a>
|
496
|
+
<a id="tv"href="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_wRHS&FP=/personal/tv&site=personal"><img src="/web/ShowBinary/SCSRepository/assets/images/navigation/primaryNav/personal/tv.gif" border="0" alt="tv"/></a>
|
497
|
+
<a id="internet"href="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_wRHS&FP=/personal/internet&site=personal"><img src="/web/ShowBinary/SCSRepository/assets/images/navigation/primaryNav/personal/internet.gif" border="0" alt="internet"/></a>
|
498
|
+
<a id="homephone"href="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_wRHS&FP=/personal/homephone&site=personal"><img src="/web/ShowBinary/SCSRepository/assets/images/navigation/primaryNav/personal/home_phone.gif" border="0" alt="homephone"/></a>
|
499
|
+
<a id="mobile"href="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_wRHS&FP=/personal/mobile&site=personal"><img src="/web/ShowBinary/SCSRepository/assets/images/navigation/primaryNav/personal/mobile.gif" border="0" alt="mobile"/></a>
|
500
|
+
</div>
|
501
|
+
</div>
|
502
|
+
</div>
|
503
|
+
</div>
|
504
|
+
|
505
|
+
|
506
|
+
|
507
|
+
|
508
|
+
|
509
|
+
<div id='float-tank'>
|
510
|
+
<div id='float-tank-inner'>
|
511
|
+
|
512
|
+
|
513
|
+
|
514
|
+
|
515
|
+
<div id='ln'>
|
516
|
+
<div id='secTitle'>
|
517
|
+
|
518
|
+
<!--%= book.getTitle()%-->
|
519
|
+
|
520
|
+
<a href="/web/oscportal.portal?_nfpb=true&_pageLabel=myaccount&site=personal&pageName=accountselection" style="padding: 0px 0px 0px 0px; color: black;" >
|
521
|
+
|
522
|
+
My Account
|
523
|
+
|
524
|
+
</a>
|
525
|
+
|
526
|
+
|
527
|
+
</div>
|
528
|
+
<div style="padding-left:1px;">
|
529
|
+
<a href="/web/oscportal.portal?_nfpb=true&_pageLabel=personalDetailsLanding&site=personal" class="Cbase" style="padding-left:19px;">
|
530
|
+
|
531
|
+
|
532
|
+
Personal Details
|
533
|
+
|
534
|
+
</a>
|
535
|
+
|
536
|
+
<div id='sprtr'><img height="1" src="/web/ShowBinary/SCSRepository/assets/images/s.gif" width="1"></div>
|
537
|
+
|
538
|
+
|
539
|
+
<a href="/web/oscportal.portal?_nfpb=true&_pageLabel=viewbills&site=personal" class="Cbase" style="padding-left:19px;">
|
540
|
+
|
541
|
+
|
542
|
+
My Bills
|
543
|
+
|
544
|
+
</a>
|
545
|
+
|
546
|
+
<div id='sprtr'><img height="1" src="/web/ShowBinary/SCSRepository/assets/images/s.gif" width="1"></div>
|
547
|
+
|
548
|
+
|
549
|
+
<a href="/web/oscportal.portal?_nfpb=true&_pageLabel=trackorders&site=personal" class="Cbase" style="padding-left:19px;">
|
550
|
+
|
551
|
+
|
552
|
+
My Orders
|
553
|
+
|
554
|
+
</a>
|
555
|
+
|
556
|
+
<div id='sprtr'><img height="1" src="/web/ShowBinary/SCSRepository/assets/images/s.gif" width="1"></div>
|
557
|
+
|
558
|
+
|
559
|
+
<a href="/web/oscportal.portal?_nfpb=true&_pageLabel=mobiletransfer&site=personal" class="Cbase" style="padding-left:19px;">
|
560
|
+
|
561
|
+
|
562
|
+
Change Mobile Service
|
563
|
+
|
564
|
+
</a>
|
565
|
+
|
566
|
+
<div id='sprtr'><img height="1" src="/web/ShowBinary/SCSRepository/assets/images/s.gif" width="1"></div>
|
567
|
+
|
568
|
+
|
569
|
+
<div id='secTitle'>
|
570
|
+
Services
|
571
|
+
</div>
|
572
|
+
|
573
|
+
|
574
|
+
|
575
|
+
|
576
|
+
|
577
|
+
|
578
|
+
|
579
|
+
|
580
|
+
|
581
|
+
|
582
|
+
|
583
|
+
|
584
|
+
|
585
|
+
|
586
|
+
|
587
|
+
|
588
|
+
<a href="/web/oscportal.portal?_nfpb=true&_pageLabel=postpaidMobileLanding&site=personal" class="Obase2"style="padding-left:19px;">
|
589
|
+
|
590
|
+
|
591
|
+
Post-Paid Mobile
|
592
|
+
|
593
|
+
</a>
|
594
|
+
|
595
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - Start -->
|
596
|
+
|
597
|
+
<a href="/web/oscportal.portal?_nfpb=true&_pageLabel=promo_landing&site=personal" class="" style="padding-left:28px;">
|
598
|
+
|
599
|
+
|
600
|
+
Special Offers
|
601
|
+
|
602
|
+
</a>
|
603
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - End -->
|
604
|
+
|
605
|
+
<a href="/web/oscportal.portal?_nfpb=true&_pageLabel=myusage_postpaid&site=personal" class="selected" style="background-position:-131px 8px;padding-left:28px; \">
|
606
|
+
|
607
|
+
|
608
|
+
My Usage
|
609
|
+
|
610
|
+
</a>
|
611
|
+
|
612
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - Start -->
|
613
|
+
<a href="/web/oscportal.portal?_nfpb=true&_pageLabel=capusagealerts&site=personal" class="" style="padding-left:28px;">
|
614
|
+
|
615
|
+
|
616
|
+
Usage Alerts
|
617
|
+
|
618
|
+
</a>
|
619
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - End -->
|
620
|
+
|
621
|
+
|
622
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - Start -->
|
623
|
+
<a href="/web/oscportal.portal?_nfpb=true&_pageLabel=changerateplan&site=personal" class="" style="padding-left:28px;">
|
624
|
+
|
625
|
+
|
626
|
+
Change My Rate Plan
|
627
|
+
|
628
|
+
</a>
|
629
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - End -->
|
630
|
+
|
631
|
+
|
632
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - Start -->
|
633
|
+
<a href="/web/oscportal.portal?_nfpb=true&_pageLabel=manageproducts_postpaid&site=personal" class="" style="padding-left:28px;">
|
634
|
+
|
635
|
+
|
636
|
+
Manage Products
|
637
|
+
|
638
|
+
</a>
|
639
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - End -->
|
640
|
+
|
641
|
+
|
642
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - Start -->
|
643
|
+
<a href="/web/oscportal.portal?_nfpb=true&_pageLabel=nontargetedrecontract&site=personal" class="" style="padding-left:28px;">
|
644
|
+
|
645
|
+
|
646
|
+
Renew With Optus
|
647
|
+
|
648
|
+
</a>
|
649
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - End -->
|
650
|
+
|
651
|
+
|
652
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - Start -->
|
653
|
+
<a href="/web/oscportal.portal?_nfpb=true&_pageLabel=unlockpuk_postpaid&site=personal" class="" style="padding-left:28px;">
|
654
|
+
|
655
|
+
|
656
|
+
Unlock PUK
|
657
|
+
|
658
|
+
</a>
|
659
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - End -->
|
660
|
+
|
661
|
+
|
662
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - Start -->
|
663
|
+
<a href="/web/oscportal.portal?_nfpb=true&_pageLabel=myphonebook_postpaid&site=personal" class="" style="padding-left:28px;">
|
664
|
+
|
665
|
+
|
666
|
+
My Phone Book
|
667
|
+
|
668
|
+
</a>
|
669
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - End -->
|
670
|
+
|
671
|
+
|
672
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - Start -->
|
673
|
+
<a href="/web/oscportal.portal?_nfpb=true&_pageLabel=changeownership_postpaid&site=personal" class="" style="padding-left:28px;">
|
674
|
+
|
675
|
+
|
676
|
+
Change of Ownership
|
677
|
+
|
678
|
+
</a>
|
679
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - End -->
|
680
|
+
|
681
|
+
|
682
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - Start -->
|
683
|
+
<a href="/web/oscportal.portal?_nfpb=true&_pageLabel=activate_postpaid&site=personal" class="" style="padding-left:28px;">
|
684
|
+
|
685
|
+
|
686
|
+
Activate My Mobile
|
687
|
+
|
688
|
+
</a>
|
689
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - End -->
|
690
|
+
|
691
|
+
|
692
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - Start -->
|
693
|
+
<a href="/web/oscportal.portal?_nfpb=true&_pageLabel=replace_sim_ps_page&site=personal" class="" style="padding-left:28px;">
|
694
|
+
|
695
|
+
|
696
|
+
Replace SIM
|
697
|
+
|
698
|
+
</a>
|
699
|
+
<!-- Code Merge Web R2 Joseph Leong 01/22/2007 - End -->
|
700
|
+
|
701
|
+
|
702
|
+
|
703
|
+
<div id='sprtr'><img height="1" src="/web/ShowBinary/SCSRepository/assets/images/s.gif" width="1"></div>
|
704
|
+
|
705
|
+
</div>
|
706
|
+
</div>
|
707
|
+
|
708
|
+
|
709
|
+
|
710
|
+
<script language="JavaScript">
|
711
|
+
primaryNavSelector("myoptus");
|
712
|
+
</script>
|
713
|
+
|
714
|
+
|
715
|
+
|
716
|
+
|
717
|
+
|
718
|
+
|
719
|
+
|
720
|
+
|
721
|
+
|
722
|
+
|
723
|
+
|
724
|
+
|
725
|
+
|
726
|
+
|
727
|
+
|
728
|
+
|
729
|
+
|
730
|
+
|
731
|
+
|
732
|
+
|
733
|
+
|
734
|
+
|
735
|
+
|
736
|
+
|
737
|
+
|
738
|
+
|
739
|
+
|
740
|
+
|
741
|
+
|
742
|
+
|
743
|
+
|
744
|
+
|
745
|
+
|
746
|
+
|
747
|
+
|
748
|
+
|
749
|
+
|
750
|
+
|
751
|
+
|
752
|
+
|
753
|
+
|
754
|
+
|
755
|
+
|
756
|
+
|
757
|
+
|
758
|
+
|
759
|
+
|
760
|
+
|
761
|
+
|
762
|
+
|
763
|
+
|
764
|
+
|
765
|
+
|
766
|
+
|
767
|
+
|
768
|
+
|
769
|
+
|
770
|
+
|
771
|
+
|
772
|
+
|
773
|
+
|
774
|
+
|
775
|
+
<div id='content'>
|
776
|
+
|
777
|
+
|
778
|
+
|
779
|
+
|
780
|
+
|
781
|
+
|
782
|
+
|
783
|
+
|
784
|
+
|
785
|
+
|
786
|
+
|
787
|
+
|
788
|
+
|
789
|
+
|
790
|
+
|
791
|
+
|
792
|
+
|
793
|
+
|
794
|
+
|
795
|
+
|
796
|
+
|
797
|
+
<div id='bread-crumb'>You are here: <a href="http://www.optus.com.au"> Homepage</a> / <a href="/web/ocaportal.portal?_nfpb=true&_pageLabel=Template_Main&FP=/personal&site=personal">Personal</a> / <a href="/web/oscportal.portal?_nfpb=true&_pageLabel=myaccount&site=personal">My Account</a> / <a href="/web/oscportal.portal?_nfpb=true&_pageLabel=postpaidMobileLanding&site=personal">Post-Paid Mobile</a> / My Usage</div>
|
798
|
+
|
799
|
+
|
800
|
+
|
801
|
+
<script type="text/javascript">
|
802
|
+
|
803
|
+
document.title='Optus - Personal - My Usage'
|
804
|
+
</script>
|
805
|
+
|
806
|
+
|
807
|
+
|
808
|
+
|
809
|
+
|
810
|
+
|
811
|
+
|
812
|
+
|
813
|
+
|
814
|
+
|
815
|
+
|
816
|
+
|
817
|
+
|
818
|
+
|
819
|
+
|
820
|
+
|
821
|
+
|
822
|
+
|
823
|
+
|
824
|
+
|
825
|
+
|
826
|
+
|
827
|
+
|
828
|
+
|
829
|
+
|
830
|
+
|
831
|
+
|
832
|
+
|
833
|
+
|
834
|
+
|
835
|
+
|
836
|
+
|
837
|
+
|
838
|
+
|
839
|
+
|
840
|
+
|
841
|
+
<!-- ReitzWeb R1 22 January 2007 JRR: START change relative url -->
|
842
|
+
|
843
|
+
<!-- ReitzWeb R1 22 January 2007 JRR: END change relative url -->
|
844
|
+
|
845
|
+
|
846
|
+
|
847
|
+
<!--begin fixed defect #573-->
|
848
|
+
<div id ='logout' align="right">
|
849
|
+
<!--end fixed defect #573-->
|
850
|
+
|
851
|
+
Welcome Alan Harper
|
852
|
+
<!-- ReitzWeb R1 22 January 2007 JRR: START change relative url -->
|
853
|
+
<!--netui:imageAnchor action="logout" src="/web/ShowBinary/SCSRepository/assets/images/formButtons/btn_log_out.gif" alt="log out" width="54" height="17" border="0" formSubmit="true"/-->
|
854
|
+
<a href="/web/oscportal.portal?_nfpb=true&portlet_Login_12_actionOverride=%2Fportlets%2FLogin%2Flogout&_windowLabel=portlet_Login_12&_pageLabel=myusage_postpaid"><!--Reitz Web R3.1 Leo:Aug 08 2007 - Start - Codemerge 4 R3.0 Task#6252 to R3.1 -->
|
855
|
+
|
856
|
+
|
857
|
+
|
858
|
+
|
859
|
+
<img src="/web/ShowBinary/SCSRepository/assets/images/formButtons/btn_log_out.gif" alt="Log out" border="0">
|
860
|
+
|
861
|
+
|
862
|
+
<!--Reitz Web R3.1 Leo:Aug 08 2007 - Start - Codemerge 4 R3.0 Task#6252 to R3.1 --></a>
|
863
|
+
<!-- ReitzWeb R1 22 January 2007 JRR: START change relative url -->
|
864
|
+
</div>
|
865
|
+
|
866
|
+
|
867
|
+
|
868
|
+
|
869
|
+
|
870
|
+
|
871
|
+
|
872
|
+
|
873
|
+
|
874
|
+
|
875
|
+
|
876
|
+
|
877
|
+
<script language="JavaScript">
|
878
|
+
if(is_nav && (navigator.vendorSub.substring(0,1) == "6")) {
|
879
|
+
document.write("<div>");
|
880
|
+
}
|
881
|
+
</script>
|
882
|
+
|
883
|
+
|
884
|
+
|
885
|
+
|
886
|
+
<div id='content-header'>
|
887
|
+
|
888
|
+
My Usage
|
889
|
+
</div>
|
890
|
+
|
891
|
+
|
892
|
+
|
893
|
+
|
894
|
+
<div id='content-cont'>
|
895
|
+
|
896
|
+
|
897
|
+
|
898
|
+
<div id='content-main'>
|
899
|
+
|
900
|
+
|
901
|
+
|
902
|
+
|
903
|
+
|
904
|
+
|
905
|
+
|
906
|
+
|
907
|
+
|
908
|
+
|
909
|
+
|
910
|
+
|
911
|
+
|
912
|
+
|
913
|
+
|
914
|
+
|
915
|
+
|
916
|
+
|
917
|
+
|
918
|
+
|
919
|
+
|
920
|
+
|
921
|
+
|
922
|
+
|
923
|
+
|
924
|
+
|
925
|
+
|
926
|
+
|
927
|
+
|
928
|
+
|
929
|
+
|
930
|
+
|
931
|
+
|
932
|
+
|
933
|
+
|
934
|
+
|
935
|
+
|
936
|
+
|
937
|
+
|
938
|
+
|
939
|
+
|
940
|
+
|
941
|
+
|
942
|
+
|
943
|
+
|
944
|
+
|
945
|
+
|
946
|
+
|
947
|
+
|
948
|
+
|
949
|
+
|
950
|
+
|
951
|
+
|
952
|
+
|
953
|
+
|
954
|
+
|
955
|
+
|
956
|
+
|
957
|
+
<script language="javascript">
|
958
|
+
function submitRHS(){
|
959
|
+
//added by prabha to pass current account no to dashboard controller
|
960
|
+
document.forms[getNetuiTagName("frmRHS",this)].selectedAcctNum.value=document.forms[getNetuiTagName("frmRHS",this)].elements[getNetuiTagName("acctNum")].value;
|
961
|
+
//upto this
|
962
|
+
|
963
|
+
//document[getNetuiTagName("frmRHS",this)].submit();
|
964
|
+
document.forms[getNetuiTagName("frmRHS",this)].submit();
|
965
|
+
}
|
966
|
+
|
967
|
+
</script>
|
968
|
+
|
969
|
+
<form name="showAccountListForm" id="portlet_16_18_myusagepsfrmRHS" action="/web/oscportal.portal?_nfpb=true&portlet_16_18_myusageps_actionOverride=%2Fportlets%2Fosc%2Faccountlistcontroller%2FshowAccountList&_windowLabel=portlet_16_18_myusageps&_pageLabel=myusage_postpaid" method="post">
|
970
|
+
<input type="hidden" name="selectedAcctNum" />
|
971
|
+
|
972
|
+
|
973
|
+
|
974
|
+
<!--Reitz Web R1 MMdelCastillo Jan 22 2007 - Start BRT/Prod Absolute URL change-->
|
975
|
+
|
976
|
+
|
977
|
+
|
978
|
+
|
979
|
+
<!--Reitz Web R1 MMdelCastillo Jan 22 2007 - End BRT/Prod Absolute URL change-->
|
980
|
+
|
981
|
+
|
982
|
+
<div id="hideRHS" style="display:none">
|
983
|
+
|
984
|
+
<div class="account_list clearfix">
|
985
|
+
<div class="account_usage flexibox_t1">
|
986
|
+
|
987
|
+
|
988
|
+
<br/>
|
989
|
+
|
990
|
+
|
991
|
+
|
992
|
+
|
993
|
+
|
994
|
+
|
995
|
+
|
996
|
+
|
997
|
+
|
998
|
+
<div class="account_header flexibox_t1_header">
|
999
|
+
<h2 class="flexibox_t1_header_inner">
|
1000
|
+
|
1001
|
+
Account No #85997730000139
|
1002
|
+
|
1003
|
+
|
1004
|
+
|
1005
|
+
|
1006
|
+
</h2>
|
1007
|
+
<div class="flexibox_t2 flexibox_t2_usage">
|
1008
|
+
<div class="flexibox_t2_header_usage"></div>
|
1009
|
+
<div class="flexibox_t2_body_usage">
|
1010
|
+
<div class="sc_services mobile">Services: </div>
|
1011
|
+
</div>
|
1012
|
+
<div class="flexibox_t2_footer_usage"></div>
|
1013
|
+
</div>
|
1014
|
+
</div>
|
1015
|
+
|
1016
|
+
|
1017
|
+
|
1018
|
+
|
1019
|
+
|
1020
|
+
|
1021
|
+
|
1022
|
+
|
1023
|
+
|
1024
|
+
|
1025
|
+
|
1026
|
+
|
1027
|
+
|
1028
|
+
|
1029
|
+
|
1030
|
+
|
1031
|
+
|
1032
|
+
<div class="account_body clearfix flexibox_t1_body">
|
1033
|
+
|
1034
|
+
|
1035
|
+
<div class="clearfix flexibox_t1_body_inner" style="height: 55px">
|
1036
|
+
<table >
|
1037
|
+
<tr><td width="400px">
|
1038
|
+
|
1039
|
+
<div class="account_details flexibox_t2">
|
1040
|
+
<div class="account_owner_name">
|
1041
|
+
<strong>LETICIA HARPER</strong>
|
1042
|
+
</div>
|
1043
|
+
|
1044
|
+
|
1045
|
+
|
1046
|
+
|
1047
|
+
|
1048
|
+
|
1049
|
+
<div class="account_owner_address">
|
1050
|
+
<strong> 48 KNIGHT ST REDBANK PLAINS QLD 4301</strong>
|
1051
|
+
|
1052
|
+
|
1053
|
+
|
1054
|
+
<br>
|
1055
|
+
<a href="/web/oscportal.portal?_nfpb=true&_pageLabel=updatebillingaddress">Change Billing Address</a>
|
1056
|
+
</td>
|
1057
|
+
<td width="250" valign="top" align="center">Change accounts:
|
1058
|
+
<table>
|
1059
|
+
<tr>
|
1060
|
+
|
1061
|
+
|
1062
|
+
|
1063
|
+
|
1064
|
+
|
1065
|
+
|
1066
|
+
|
1067
|
+
|
1068
|
+
<td width="200" align="right">
|
1069
|
+
<input type="hidden" name="portlet_16_18_myusagepswlw-select_key:{actionForm.selBillAccount}OldValue" value="true"><select name="portlet_16_18_myusagepswlw-select_key:{actionForm.selBillAccount}" id="portlet_16_18_myusagepswlw-select_key:{actionForm.selBillAccount}" style="width: 125px; margin-left:10px; font-size: 9px;" onchange="submitRHS()"><option id="portlet_16_18_myusagepsacctNum_Element0" value="85997730000139" selected style="width: 125px; margin-left:10px; font-size: 9px;">85997730000139</option>
|
1070
|
+
|
1071
|
+
<script language="JavaScript" type="text/JavaScript">
|
1072
|
+
<!--
|
1073
|
+
// Build the netui_names table to map the tagId attributes
|
1074
|
+
// to the real id written into the HTML
|
1075
|
+
if (netui_names == null)
|
1076
|
+
var netui_names = new Object();
|
1077
|
+
netui_names.acctNum_Element0="portlet_16_18_myusagepsacctNum_Element0"
|
1078
|
+
-->
|
1079
|
+
</script>
|
1080
|
+
|
1081
|
+
</select>
|
1082
|
+
|
1083
|
+
<script language="JavaScript" type="text/JavaScript">
|
1084
|
+
<!--
|
1085
|
+
// Build the netui_names table to map the tagId attributes
|
1086
|
+
// to the real id written into the HTML
|
1087
|
+
if (netui_names == null)
|
1088
|
+
var netui_names = new Object();
|
1089
|
+
netui_names.acctNum="portlet_16_18_myusagepswlw-select_key:{actionForm.selBillAccount}"
|
1090
|
+
// method which will return a real id for a tagId
|
1091
|
+
function getNetuiTagName(id) {
|
1092
|
+
return netui_names[id];
|
1093
|
+
}
|
1094
|
+
|
1095
|
+
// method which will return a real id for a tagId,
|
1096
|
+
// the tag parameter will be used to find the scopeId for
|
1097
|
+
// containers that may scope their ids
|
1098
|
+
function getNetuiTagName(id, tag)
|
1099
|
+
{
|
1100
|
+
var scopeId = getScopeId(tag);
|
1101
|
+
if (scopeId == "")
|
1102
|
+
return netui_names[id];
|
1103
|
+
else
|
1104
|
+
return netui_names[scopeId + "__" + id];
|
1105
|
+
}
|
1106
|
+
|
1107
|
+
// method which get a tag will find any scopeId that,
|
1108
|
+
// was inserted by the containers
|
1109
|
+
function getScopeId(tag)
|
1110
|
+
{
|
1111
|
+
if (tag == null)
|
1112
|
+
return "";
|
1113
|
+
if (tag.getAttribute) {
|
1114
|
+
if (tag.getAttribute('scopeId') != null)
|
1115
|
+
return tag.getAttribute('scopeId');
|
1116
|
+
}
|
1117
|
+
if (tag.scopeId != null)
|
1118
|
+
return tag.scopeId;
|
1119
|
+
return getScopeId(tag.parentNode);
|
1120
|
+
}
|
1121
|
+
|
1122
|
+
-->
|
1123
|
+
</script>
|
1124
|
+
|
1125
|
+
<img alt="Tooltip" border="0" onmouseover="javascript: roMouseOverEventHandler(this, event, 'rhs_dropdown_tooltip');" src="/web/ShowBinary/SCSRepository/assets/images/productImages/prebundles/questionmark.gif"><div class="rollover" id="rhs_dropdown_tooltip" style=" display: none;">
|
1126
|
+
<div class="rollover_header">
|
1127
|
+
<div class="rollover_close">
|
1128
|
+
<a href="javascript: void(0);" onclick="javascript: roClose(event)">close</a>
|
1129
|
+
</div>
|
1130
|
+
<br>
|
1131
|
+
</div>
|
1132
|
+
<div class="rollover_content">Please click on the drop down list if you would
|
1133
|
+
like to make any changes to your Account(s)</div>
|
1134
|
+
</div>
|
1135
|
+
|
1136
|
+
</td>
|
1137
|
+
</tr>
|
1138
|
+
</table>
|
1139
|
+
|
1140
|
+
|
1141
|
+
|
1142
|
+
</td>
|
1143
|
+
</tr>
|
1144
|
+
</table>
|
1145
|
+
</div>
|
1146
|
+
</div>
|
1147
|
+
|
1148
|
+
|
1149
|
+
|
1150
|
+
<div class="flexibox_t1_footer"><div class="flexibox_t1_footer_inner"> </div></div>
|
1151
|
+
|
1152
|
+
|
1153
|
+
|
1154
|
+
|
1155
|
+
<br/>
|
1156
|
+
|
1157
|
+
|
1158
|
+
|
1159
|
+
|
1160
|
+
</div>
|
1161
|
+
|
1162
|
+
</div>
|
1163
|
+
|
1164
|
+
|
1165
|
+
|
1166
|
+
|
1167
|
+
<!--Reitz Web R1 MMdelCastillo Jan 22 2007 - Start BRT/Prod Absolute URL change-->
|
1168
|
+
|
1169
|
+
|
1170
|
+
|
1171
|
+
|
1172
|
+
<!--Reitz Web R1 MMdelCastillo Jan 22 2007 - End BRT/Prod Absolute URL change-->
|
1173
|
+
|
1174
|
+
</div>
|
1175
|
+
|
1176
|
+
</form>
|
1177
|
+
|
1178
|
+
<script language="JavaScript" type="text/JavaScript">
|
1179
|
+
<!--
|
1180
|
+
// Build the netui_names table to map the tagId attributes
|
1181
|
+
// to the real id written into the HTML
|
1182
|
+
if (netui_names == null)
|
1183
|
+
var netui_names = new Object();
|
1184
|
+
netui_names.frmRHS="portlet_16_18_myusagepsfrmRHS"
|
1185
|
+
-->
|
1186
|
+
</script>
|
1187
|
+
|
1188
|
+
|
1189
|
+
|
1190
|
+
|
1191
|
+
|
1192
|
+
|
1193
|
+
|
1194
|
+
|
1195
|
+
|
1196
|
+
|
1197
|
+
|
1198
|
+
|
1199
|
+
|
1200
|
+
|
1201
|
+
|
1202
|
+
|
1203
|
+
|
1204
|
+
|
1205
|
+
|
1206
|
+
|
1207
|
+
|
1208
|
+
|
1209
|
+
|
1210
|
+
|
1211
|
+
|
1212
|
+
|
1213
|
+
|
1214
|
+
|
1215
|
+
|
1216
|
+
|
1217
|
+
|
1218
|
+
|
1219
|
+
|
1220
|
+
|
1221
|
+
|
1222
|
+
|
1223
|
+
|
1224
|
+
|
1225
|
+
|
1226
|
+
|
1227
|
+
|
1228
|
+
|
1229
|
+
|
1230
|
+
|
1231
|
+
|
1232
|
+
|
1233
|
+
|
1234
|
+
|
1235
|
+
|
1236
|
+
|
1237
|
+
|
1238
|
+
|
1239
|
+
|
1240
|
+
<head>
|
1241
|
+
<title>
|
1242
|
+
View My Usage - Landing
|
1243
|
+
</title>
|
1244
|
+
</head>
|
1245
|
+
<body>
|
1246
|
+
|
1247
|
+
|
1248
|
+
<table>
|
1249
|
+
|
1250
|
+
|
1251
|
+
|
1252
|
+
|
1253
|
+
<tr>
|
1254
|
+
|
1255
|
+
|
1256
|
+
<td>
|
1257
|
+
|
1258
|
+
|
1259
|
+
|
1260
|
+
Usage amount(s) may be altered by payments, adjustments and/or discounts.
|
1261
|
+
|
1262
|
+
|
1263
|
+
</td>
|
1264
|
+
</tr>
|
1265
|
+
<tr>
|
1266
|
+
|
1267
|
+
|
1268
|
+
<td>
|
1269
|
+
|
1270
|
+
|
1271
|
+
For more information:
|
1272
|
+
</td>
|
1273
|
+
</tr>
|
1274
|
+
<tr>
|
1275
|
+
<td colspan="2">
|
1276
|
+
|
1277
|
+
|
1278
|
+
|
1279
|
+
|
1280
|
+
Personal Customers please view our <a href="https://www.optus.com.au/myaccountusage">My Usage information page</a>.
|
1281
|
+
|
1282
|
+
|
1283
|
+
|
1284
|
+
</td>
|
1285
|
+
</tr>
|
1286
|
+
<tr>
|
1287
|
+
<td colspan="2">
|
1288
|
+
|
1289
|
+
|
1290
|
+
|
1291
|
+
|
1292
|
+
Business Customers please view our <a href="https://www.optus.com.au/aboutbusinessaccount">Usage information page</a>.
|
1293
|
+
|
1294
|
+
|
1295
|
+
|
1296
|
+
|
1297
|
+
</td>
|
1298
|
+
</tr>
|
1299
|
+
|
1300
|
+
|
1301
|
+
|
1302
|
+
|
1303
|
+
|
1304
|
+
|
1305
|
+
|
1306
|
+
|
1307
|
+
|
1308
|
+
|
1309
|
+
|
1310
|
+
|
1311
|
+
<tr>
|
1312
|
+
<td>
|
1313
|
+
<form name="ebppForm" action="/web/oscportal.portal?_nfpb=true&portlet_viewmyusage_2_actionOverride=%2Fportlets%2Fosc%2FViewMyUsage%2Fbegin&_windowLabel=portlet_viewmyusage_2&_pageLabel=myusage_postpaid" method="post">
|
1314
|
+
|
1315
|
+
</form>
|
1316
|
+
|
1317
|
+
<body bgcolor="#ffffff" topmargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0"><script language="JavaScript" type="text/JavaScript"><!--
|
1318
|
+
|
1319
|
+
|
1320
|
+
// mouseover function for status display
|
1321
|
+
function say(what) {
|
1322
|
+
top.window.status = what;
|
1323
|
+
return true;
|
1324
|
+
}
|
1325
|
+
|
1326
|
+
// Function for displaying context sensitive help.
|
1327
|
+
function callContextSensitiveHelp() {
|
1328
|
+
var root = "/avolent/billerName/help/en/standard";
|
1329
|
+
var module = "";
|
1330
|
+
var mapID = "";
|
1331
|
+
RH_ShowHelp(0, root+"/"+module+"/AvolentHelp_"+module+".htm", HH_HELP_CONTEXT, mapID);
|
1332
|
+
}
|
1333
|
+
|
1334
|
+
// Function for displaying default help.
|
1335
|
+
function callDefaultHelp() {
|
1336
|
+
var root = "/avolent/billerName/help/en/standard";
|
1337
|
+
var module = "user";
|
1338
|
+
RH_ShowHelp(0, root+"/"+module+"/AvolentHelp_"+module+".htm", HH_DISPLAY_TOC, 0);
|
1339
|
+
}
|
1340
|
+
|
1341
|
+
|
1342
|
+
|
1343
|
+
|
1344
|
+
// Function for setting the focus to the first text or text area field in the form
|
1345
|
+
function setFocus() {
|
1346
|
+
if (document.forms.length > 0) {
|
1347
|
+
var field = document.forms[0];
|
1348
|
+
for (i = 0; i < field.length; i++) {
|
1349
|
+
if ((field.elements[i].type == "text") || (field.elements[i].type == "textarea")) {
|
1350
|
+
document.forms[0].elements[i].focus();
|
1351
|
+
break;
|
1352
|
+
}
|
1353
|
+
}
|
1354
|
+
}
|
1355
|
+
}
|
1356
|
+
--></script><script type="text/javascript" language="JavaScript1.2" src="/avolent/billerName/templates/en/layouts/standard/RoboHelp_CSH.js"></script><script language="JavaScript" type="text/javascript">
|
1357
|
+
|
1358
|
+
|
1359
|
+
var _rsCI="optus";
|
1360
|
+
var _rsCG="homepage-customercentre-myusage-unbilledusagehistory";
|
1361
|
+
|
1362
|
+
var _rsDT=0;
|
1363
|
+
var _rsDU=0;
|
1364
|
+
var _rsDO=0;
|
1365
|
+
var _rsX6=0;
|
1366
|
+
var _rsSI=escape(window.location);
|
1367
|
+
var _rsLP=location.protocol.indexOf('https')>-1?'https:':'http:';
|
1368
|
+
var _rsRP=escape(document.referrer);
|
1369
|
+
var _rsND=_rsLP+'//secure-au.imrworldwide.com/';
|
1370
|
+
|
1371
|
+
|
1372
|
+
if (parseInt(navigator.appVersion)>=4)
|
1373
|
+
{
|
1374
|
+
var _rsRD=(new Date()).getTime();
|
1375
|
+
var _rsSE=0;
|
1376
|
+
var _rsSV="";
|
1377
|
+
var _rsSM=0;
|
1378
|
+
|
1379
|
+
_rsCL='<scr'+'ipt language="JavaScript" type="text/javascript" src="' + _rsND + 'v51.js"><\/scr' + 'ipt>';
|
1380
|
+
}
|
1381
|
+
else
|
1382
|
+
{
|
1383
|
+
|
1384
|
+
_rsCL='<img src="' + _rsND + 'cgi-bin/m?ci=' + _rsCI + '&cg=' + _rsCG + '&si=' + _rsSI + '&rp=' + _rsRP + '">';
|
1385
|
+
}
|
1386
|
+
|
1387
|
+
document.write(_rsCL);
|
1388
|
+
|
1389
|
+
|
1390
|
+
</script><noscript><img src="//secure-au.imrworldwide.com/cgi-bin/m?ci=optus&cg=homepage-customercentre-myusage-unbilledusagehistory"></noscript><table cellpadding="0"><form name="UnbilledUsageTableForm" method="post" action="/web/oscportal.portal?_nfpb=true&portlet_viewmyusage_2_actionOverride=%2Fportlets%2Fosc%2FViewMyUsage%2FgoToEBPPUrl&ebpp_url=http%3A%2F%2Favoprdappl.optus.com.au%3A7101%2Favolent%2Fengine%2FOptus%2FunbilledUsage%3FTA%3DunbilledUsage"><input type="hidden" name="OP" value=""><input type="hidden" name="tableID" value="UnbilledUsageTable"><input type="hidden" name="pageFrom" value="unbilledUsage"><input type="hidden" name="pageNumber"><input type="hidden" name="virAcctNum" value="0449790640"><input type="hidden" name="prevSortColumnID" value=""><input type="hidden" name="prevSortOrder" value=""><input type="hidden" name="currentPage" value="1"><input type="hidden" name="totalRows" value="0"><input type="hidden" name="snapShotTime" value=""><tr><td>To view additional usage details, complete the following fields and click <b>Update.</b><br><br></td></tr><tr><td><div class="box_blue"><table><tr><td>
|
1391
|
+
|
1392
|
+
|
1393
|
+
Telephone Number:
|
1394
|
+
|
1395
|
+
|
1396
|
+
</td><td><strong>0449790640 MR ALAN HARPER</strong></td></tr><tr><td VALIGN="TOP">
|
1397
|
+
Plan:
|
1398
|
+
</td><td><strong>'yes' iPhone $59 Cap</strong>
|
1399
|
+
For $59 ($53.64 ex GST) you get up to $350.00 ($318.18 ex GST) of cap value included and 500MB of mobile internet included value.</td></tr><tr><td VALIGN="TOP">
|
1400
|
+
Bolt-on:
|
1401
|
+
</td><td colspan="2" align="left"><table><tr><td>MobileInternetClassic$9.99</td></tr></table></td></tr><tr><td>
|
1402
|
+
|
1403
|
+
Date From:
|
1404
|
+
|
1405
|
+
</td><td><input size="15" type="text" name="fromDate" value="04/02/2010">
|
1406
|
+
To:
|
1407
|
+
<input size="15" type="text" name="toDate" value="24/02/2010"><br>
|
1408
|
+
DD/MM/YYYY DD/MM/YYYY
|
1409
|
+
</td></tr><tr><td>
|
1410
|
+
Usage Type:
|
1411
|
+
</td><td><select name="usageType" size="1" style="width: 250px;"><option value="0">View All Charges
|
1412
|
+
</option><option value="503,673">SMS - Text Messaging</option><option value="500,509,518,586,625,626,627,628,630,636,639,641,643,645,646,647,648,655,657,667,672">Mobile Call Charges</option><option value="603,604,605">Data - Mobile Internet</option><option value="81,82,83,84,85,86,675,676,677,685,688,694,698,699,700,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,761,762,763,764,2010,2011,2012,2013,2100,2101,2102,2103,9503,9504,9619,9660,9661,9700">Other Charges</option></select></td></tr><tr><td></td><td align="left"><a href="javascript:document.UnbilledUsageTableForm.OP.value='filter';document.UnbilledUsageTableForm.submit()" onMouseOver="return say('Get Unbilled Usage Within Date Range')" onMouseOut="return say('')"><img border="0" alt="Update" title="Update" src="/avolent/billerName/images/en/standard/schemeA/update_btn.gif"></a></td></tr><tr><td colspan="2"><br><br><strong>Usage Summary </strong> last updated 25 Feb 2010 - 01:44 PM</td></tr><tr><td colspan="3" align="left"><table class="usagesummary"><thead><tr><th>Usage Types</th><th>Quantity</th><th class="yellow1">Amount</th></tr></thead><tr><td class="blue1">Data - Mobile Internet</td><td class="blue1">151.77 MB</td><td class="yellow1">$48.24</td></tr><tr><td class="blue2">Mobile Call Charges</td><td class="blue2">17 Calls</td><td class="yellow1">$20.66</td></tr><tr><td class="blue1">Other Charges</td><td class="blue1">1 Calls</td><td class="yellow1">$0.55</td></tr><tr><td class="blue2">SMS - Text Messaging</td><td class="blue2">26 SMS</td><td class="yellow1">$5.90</td></tr><tfoot><tr><td colspan="2" class="footer">Total (excludes GST)</td><td class="footer">$75.35</td></tr></tfoot></table></td></tr></table></div></td></tr><tr><td><br></td></tr><tr><td align="left">
|
1413
|
+
<strong>Daily Usage </strong> (click dates to view details)
|
1414
|
+
<div id="show" style="display: block;"> <a href="javascript: void(0)" onclick="toggle('show');toggle('hide');showall()">Expand All</a></div><div id="hide" style="display: none;"> <a href="javascript: void(0)" onclick="toggle('show');toggle('hide');hideall()">Hide All</a></div></td></tr><tr><td align="right"><table><tr></tr></table></td></tr><tr><td><table class="blue"><style type="text/css">
|
1415
|
+
table.unbilledUsageDetail {width: 100%; border-width: 0px 1px 1px 1px; border-color: #BDD2DB; border-style:solid; empty-cells: show; border-collapse: collapse; margin: 0px 0px 0px 0px; clear: both;style='table-layout:fixed';padding: 0px;cellspacing=0px;}
|
1416
|
+
table.unbilledUsageDetail td.blue1 {background-color:#F2F7FA;WORD-BREAK:BREAK-ALL;padding: 5px;}
|
1417
|
+
table.unbilledUsageDetail td.blue2 {background-color:#E6EFF4;WORD-BREAK:BREAK-ALL;padding: 5px}
|
1418
|
+
|
1419
|
+
table.unbilledUsageDetail th.customtdWidth1 {width:24%;background-color:#FFFFFF; vertical-align: top;text-align: left;font-size:11px; color:#006685;padding: 4px;}
|
1420
|
+
table.unbilledUsageDetail th.customtdWidth2 {width:23%;background-color:#FFFFFF; vertical-align: top;text-align: left;font-size:11px; color:#006685;padding: 4px;}
|
1421
|
+
table.unbilledUsageDetail th.customtdWidth3 {width:25%;background-color:#FFFFFF; vertical-align: top;text-align: left;font-size:11px; color:#006685;padding: 4px;}
|
1422
|
+
table.unbilledUsageDetail th.customtdWidth4 {width:15%;background-color:#FFFFFF; vertical-align: top;text-align: left;font-size:11px; color:#006685;padding: 4px;}
|
1423
|
+
table.unbilledUsageDetail th.customtdWidth5 {width:14%;background-color:#FFFFFF; vertical-align: top;text-align: left;font-size:11px; color:#006685;padding: 4px;}
|
1424
|
+
img {border: 0px ;}
|
1425
|
+
|
1426
|
+
|
1427
|
+
|
1428
|
+
table.usagesummary {width: 100%; border-width: 1px 1px 1px 1px; border-color: #BDD2DB; border-style:solid; empty-cells: show; border-collapse: collapse; margin: 2px 0px 2px 0px; clear: both;}
|
1429
|
+
table.usagesummary th {border-left: 1px solid #BDD2DB; border-top: 1px solid #BDD2DB; background-color:#D2E4EA; color:#000000; font-weight:bold; text-align:left; padding: 5px; vertical-align:top;}
|
1430
|
+
table.usagesummary th.yellow1 {background-color:#FFEA8C;}
|
1431
|
+
table.usagesummary td {border-top: 1px solid #BDD2DB; border-left: 1px solid #BDD2DB; padding: 5px; color:#000000; background-color:#FFFFFF; vertical-align: top;}
|
1432
|
+
table.usagesummary td.blue1 {background-color:#F2F7FA;}
|
1433
|
+
table.usagesummary td.blue2 {background-color:#E6EFF4;}
|
1434
|
+
table.usagesummary td.yellow1 {background-color:#FFF8D7;}
|
1435
|
+
table.usagesummary td.yellow2 {background-color:#FFF3BD;}
|
1436
|
+
table.usagesummary td.footer {font-size:11px; color:#006685;background-color:#FFEA8C;font-weight:bold; text-align:left;}
|
1437
|
+
</style><script language="Javascript">
|
1438
|
+
var list = new Array();
|
1439
|
+
var b = '24/02/2010|23/02/2010|22/02/2010|21/02/2010|20/02/2010|19/02/2010|18/02/2010|17/02/2010|16/02/2010|15/02/2010|14/02/2010|13/02/2010|12/02/2010|11/02/2010|10/02/2010|09/02/2010|08/02/2010|07/02/2010|06/02/2010|05/02/2010|04/02/2010';
|
1440
|
+
list = b.split('|');
|
1441
|
+
|
1442
|
+
var tblist = new Array();
|
1443
|
+
var c = '24/02/2010id|23/02/2010id|22/02/2010id|21/02/2010id|20/02/2010id|19/02/2010id|18/02/2010id|17/02/2010id|16/02/2010id|15/02/2010id|14/02/2010id|13/02/2010id|12/02/2010id|11/02/2010id|10/02/2010id|09/02/2010id|08/02/2010id|07/02/2010id|06/02/2010id|05/02/2010id|04/02/2010id';
|
1444
|
+
tblist = c.split('|');
|
1445
|
+
|
1446
|
+
|
1447
|
+
var ELpntr=false;
|
1448
|
+
|
1449
|
+
function showall()
|
1450
|
+
{
|
1451
|
+
for(var index = 0; index < list.length ; index++){
|
1452
|
+
document.getElementById(tblist[index]).innerHTML='<img src="/avolent/billerName/images/en/standard/schemeA/descending.gif">';
|
1453
|
+
ELptr=document.getElementById(list[index]);
|
1454
|
+
ELptr.style.display='';
|
1455
|
+
}
|
1456
|
+
}
|
1457
|
+
|
1458
|
+
function hideall()
|
1459
|
+
{
|
1460
|
+
for(var index = 0; index < list.length ; index++){
|
1461
|
+
document.getElementById(tblist[index]).innerHTML='<img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif">';
|
1462
|
+
ELptr=document.getElementById(list[index]);
|
1463
|
+
ELptr.style.display='none';
|
1464
|
+
}
|
1465
|
+
}
|
1466
|
+
|
1467
|
+
function hideallexceptfirst()
|
1468
|
+
{
|
1469
|
+
|
1470
|
+
for(var index = 0; index < list.length ; index++){
|
1471
|
+
if(index==0){
|
1472
|
+
document.getElementById(tblist[index]).innerHTML='<img src="/avolent/billerName/images/en/standard/schemeA/descending.gif">';
|
1473
|
+
ELptr=document.getElementById(list[index]);
|
1474
|
+
ELptr.style.display='';
|
1475
|
+
}else{
|
1476
|
+
|
1477
|
+
ELptr=document.getElementById(list[index]);
|
1478
|
+
ELptr.style.display='none';
|
1479
|
+
}
|
1480
|
+
}
|
1481
|
+
}
|
1482
|
+
|
1483
|
+
|
1484
|
+
|
1485
|
+
|
1486
|
+
|
1487
|
+
|
1488
|
+
|
1489
|
+
|
1490
|
+
|
1491
|
+
function showHide(EL,PM)
|
1492
|
+
{
|
1493
|
+
ELpntr=document.getElementById(EL);
|
1494
|
+
if (ELpntr.style.display=='none')
|
1495
|
+
{
|
1496
|
+
document.getElementById(PM).innerHTML='<img src="/avolent/billerName/images/en/standard/schemeA/descending.gif">';
|
1497
|
+
ELpntr.style.display='';
|
1498
|
+
}
|
1499
|
+
else
|
1500
|
+
{
|
1501
|
+
document.getElementById(PM).innerHTML='<img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif">';
|
1502
|
+
|
1503
|
+
ELpntr.style.display='none';
|
1504
|
+
}
|
1505
|
+
}
|
1506
|
+
|
1507
|
+
function toggle(el)
|
1508
|
+
{
|
1509
|
+
myEl = document.getElementById(el);
|
1510
|
+
myEl.style.display = (myEl.style.display == 'none') ? 'block' : 'none';
|
1511
|
+
|
1512
|
+
|
1513
|
+
}
|
1514
|
+
|
1515
|
+
onload=hideallexceptfirst;
|
1516
|
+
</script><tr margin="0"><input type="hidden" name="sortColumnId"><th width="24%" valign="top"><a onMouseOver="return say('Sort by ' + 'Date-Time')" onMouseOut="return say('')" href="javascript:document.UnbilledUsageTableForm.OP.value='sort';document.UnbilledUsageTableForm.sortColumnId.value='Date';document.UnbilledUsageTableForm.submit()"><b>Date-Time</b></a></th><th align="left"> <b>Destination</b> </th><th align="left"> <b>Description</b> </th><th align="left"> <b>H:M:S/Kb</b> </th><th width="15%" valign="top"><a onMouseOver="return say('Sort by ' + 'Amount')" onMouseOut="return say('')" href="javascript:document.UnbilledUsageTableForm.OP.value='sort';document.UnbilledUsageTableForm.sortColumnId.value='Amount';document.UnbilledUsageTableForm.submit()"><b>Amount</b></a></th></tr><a name="view"></a><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('24/02/2010','24/02/2010id')"><span id="24/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>24/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$0.32</th></tr></thead><tbody id="24/02/2010"><tr><td class="blue1">09:09:08 AM</td><td class="blue1">0401372881</td><td class="blue1">Optus SMS</td><td class="blue1">1</td><td class="blue1">$0.227</td></tr><tr><td class="blue2">09:03:58 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">63</td><td class="blue2">$0.02</td></tr><tr><td class="blue1">07:46:22 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">240</td><td class="blue1">$0.07</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('23/02/2010','23/02/2010id')"><span id="23/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>23/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$0.84</th></tr></thead><tbody id="23/02/2010"><tr><td class="blue1">11:12:50 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">1774</td><td class="blue1">$0.55</td></tr><tr><td class="blue2">07:11:05 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">522</td><td class="blue2">$0.16</td></tr><tr><td class="blue1">06:49:35 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">168</td><td class="blue1">$0.05</td></tr><tr><td class="blue2">06:49:35 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">1</td><td class="blue2">$0.00</td></tr><tr><td class="blue1">04:05:53 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">167</td><td class="blue1">$0.05</td></tr><tr><td class="blue2">11:26:08 AM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">96</td><td class="blue2">$0.03</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('22/02/2010','22/02/2010id')"><span id="22/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>22/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$0.18</th></tr></thead><tbody id="22/02/2010"><tr><td class="blue1">11:26:07 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">481</td><td class="blue1">$0.15</td></tr><tr><td class="blue2">11:26:07 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">103</td><td class="blue2">$0.03</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('21/02/2010','21/02/2010id')"><span id="21/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>21/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$1.39</th></tr></thead><tbody id="21/02/2010"><tr><td class="blue1">11:26:06 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">3092</td><td class="blue1">$0.96</td></tr><tr><td class="blue2">11:26:06 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">1</td><td class="blue2">$0.00</td></tr><tr><td class="blue1">11:17:26 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">24</td><td class="blue1">$0.01</td></tr><tr><td class="blue2">10:26:11 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">29</td><td class="blue2">$0.01</td></tr><tr><td class="blue1">08:17:34 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">174</td><td class="blue1">$0.05</td></tr><tr><td class="blue2">08:16:51 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">6</td><td class="blue2">$0.00</td></tr><tr><td class="blue1">08:01:43 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">18</td><td class="blue1">$0.01</td></tr><tr><td class="blue2">04:37:30 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">25</td><td class="blue2">$0.01</td></tr><tr><td class="blue1">12:48:32 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">458</td><td class="blue1">$0.14</td></tr><tr><td class="blue2">06:45:00 AM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">659</td><td class="blue2">$0.20</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('20/02/2010','20/02/2010id')"><span id="20/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>20/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$22.87</th></tr></thead><tbody id="20/02/2010"><tr><td class="blue1">03:09:19 PM</td><td class="blue1">0401372881</td><td class="blue1">Optus SMS</td><td class="blue1">1</td><td class="blue1">$0.227</td></tr><tr><td class="blue2">02:38:25 PM</td><td class="blue2">0401372881</td><td class="blue2">Optus SMS</td><td class="blue2">1</td><td class="blue2">$0.227</td></tr><tr><td class="blue1">12:16:17 PM</td><td class="blue1">0401372881</td><td class="blue1">Optus SMS</td><td class="blue1">1</td><td class="blue1">$0.227</td></tr><tr><td class="blue2">06:44:59 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">2122</td><td class="blue2">$0.66</td></tr><tr><td class="blue1">12:25:12 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">34</td><td class="blue1">$0.01</td></tr><tr><td class="blue2">12:25:12 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">6210</td><td class="blue2">$1.93</td></tr><tr><td class="blue1">11:01:29 AM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">62891</td><td class="blue1">$19.54</td></tr><tr><td class="blue2">04:52:36 AM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">158</td><td class="blue2">$0.05</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('19/02/2010','19/02/2010id')"><span id="19/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>19/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$2.15</th></tr></thead><tbody id="19/02/2010"><tr><td class="blue1">11:29:50 PM</td><td class="blue1">0401372881</td><td class="blue1">Optus SMS</td><td class="blue1">1</td><td class="blue1">$0.227</td></tr><tr><td class="blue2">11:28:16 PM</td><td class="blue2">0401372881</td><td class="blue2">Optus SMS</td><td class="blue2">1</td><td class="blue2">$0.227</td></tr><tr><td class="blue1">11:26:31 PM</td><td class="blue1">0401372881</td><td class="blue1">Optus SMS</td><td class="blue1">1</td><td class="blue1">$0.227</td></tr><tr><td class="blue2">11:24:46 PM</td><td class="blue2">0401372881</td><td class="blue2">Optus SMS</td><td class="blue2">1</td><td class="blue2">$0.227</td></tr><tr><td class="blue1">08:10:34 PM</td><td class="blue1">0401372881</td><td class="blue1">Optus SMS</td><td class="blue1">1</td><td class="blue1">$0.227</td></tr><tr><td class="blue2">07:44:01 PM</td><td class="blue2">0401372881</td><td class="blue2">Optus SMS</td><td class="blue2">1</td><td class="blue2">$0.227</td></tr><tr><td class="blue1">07:43:07 PM</td><td class="blue1">0401372881</td><td class="blue1">Optus SMS</td><td class="blue1">1</td><td class="blue1">$0.227</td></tr><tr><td class="blue2">10:52:36 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">1817</td><td class="blue2">$0.56</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('18/02/2010','18/02/2010id')"><span id="18/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>18/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$6.90</th></tr></thead><tbody id="18/02/2010"><tr><td class="blue1">10:27:34 AM</td><td class="blue1">0732870680</td><td class="blue1">Beenleigh</td><td class="blue1">00:04:23</td><td class="blue1">$3.59</td></tr><tr><td class="blue2">10:20:40 AM</td><td class="blue2">1800148848</td><td class="blue2">Freephone 1800</td><td class="blue2">00:06:10</td><td class="blue2">$1.30</td></tr><tr><td class="blue1">10:20:03 AM</td><td class="blue1">0738065999</td><td class="blue1">Beenleigh</td><td class="blue1">00:00:21</td><td class="blue1">$0.68</td></tr><tr><td class="blue2">09:14:36 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">2048</td><td class="blue2">$0.64</td></tr><tr><td class="blue1">09:07:05 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">8</td><td class="blue1">$0.00</td></tr><tr><td class="blue2">09:07:05 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">141</td><td class="blue2">$0.04</td></tr><tr><td class="blue1">12:30:15 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">2</td><td class="blue1">$0.00</td></tr><tr><td class="blue2">12:30:15 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">1957</td><td class="blue2">$0.61</td></tr><tr><td class="blue1">09:45:45 AM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">127</td><td class="blue1">$0.04</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('17/02/2010','17/02/2010id')"><span id="17/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>17/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$1.02</th></tr></thead><tbody id="17/02/2010"><tr><td class="blue1">09:39:53 AM</td><td class="blue1">0401372881</td><td class="blue1">Optus SMS</td><td class="blue1">1</td><td class="blue1">$0.227</td></tr><tr><td class="blue2">08:09:09 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">2540</td><td class="blue2">$0.79</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('16/02/2010','16/02/2010id')"><span id="16/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>16/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$3.85</th></tr></thead><tbody id="16/02/2010"><tr><td class="blue1">10:35:44 AM</td><td class="blue1">0401372881</td><td class="blue1">Optus SMS</td><td class="blue1">1</td><td class="blue1">$0.227</td></tr><tr><td class="blue2">12:58:51 PM</td><td class="blue2">0732870680</td><td class="blue2">Beenleigh</td><td class="blue2">00:01:57</td><td class="blue2">$1.77</td></tr><tr><td class="blue1">07:57:33 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">3430</td><td class="blue1">$1.07</td></tr><tr><td class="blue2">07:57:33 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">1</td><td class="blue2">$0.00</td></tr><tr><td class="blue1">01:34:33 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">1073</td><td class="blue1">$0.33</td></tr><tr><td class="blue2">07:34:33 AM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">2</td><td class="blue2">$0.00</td></tr><tr><td class="blue1">07:34:33 AM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">1157</td><td class="blue1">$0.36</td></tr><tr><td class="blue2">12:58:07 AM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">286</td><td class="blue2">$0.09</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('15/02/2010','15/02/2010id')"><span id="15/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>15/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$1.46</th></tr></thead><tbody id="15/02/2010"><tr><td class="blue1">07:37:17 PM</td><td class="blue1">0738144136</td><td class="blue1">Ipswich</td><td class="blue1">00:00:50</td><td class="blue1">$1.05</td></tr><tr><td class="blue2">08:52:48 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">294</td><td class="blue2">$0.09</td></tr><tr><td class="blue1">09:39:56 AM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">1031</td><td class="blue1">$0.32</td></tr><tr><td class="blue2">09:37:46 AM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">1</td><td class="blue2">$0.00</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('14/02/2010','14/02/2010id')"><span id="14/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>14/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$1.93</th></tr></thead><tbody id="14/02/2010"><tr><td class="blue1">12:15:00 PM</td><td class="blue1">0401372881</td><td class="blue1">Optus SMS</td><td class="blue1">1</td><td class="blue1">$0.227</td></tr><tr><td class="blue2">12:10:12 PM</td><td class="blue2">0401372881</td><td class="blue2">Optus SMS</td><td class="blue2">1</td><td class="blue2">$0.227</td></tr><tr><td class="blue1">12:09:43 PM</td><td class="blue1">0401372881</td><td class="blue1">Optus SMS</td><td class="blue1">1</td><td class="blue1">$0.227</td></tr><tr><td class="blue2">12:08:32 PM</td><td class="blue2">0401372881</td><td class="blue2">Optus SMS</td><td class="blue2">1</td><td class="blue2">$0.227</td></tr><tr><td class="blue1">12:03:00 PM</td><td class="blue1">0401372881</td><td class="blue1">Optus SMS</td><td class="blue1">1</td><td class="blue1">$0.227</td></tr><tr><td class="blue2">01:03:20 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">2055</td><td class="blue2">$0.64</td></tr><tr><td class="blue1">10:41:56 AM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">264</td><td class="blue1">$0.08</td></tr><tr><td class="blue2">09:28:41 AM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">142</td><td class="blue2">$0.04</td></tr><tr><td class="blue1">06:46:58 AM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">44</td><td class="blue1">$0.01</td></tr><tr><td class="blue2">12:46:59 AM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">107</td><td class="blue2">$0.03</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('13/02/2010','13/02/2010id')"><span id="13/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>13/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$0.58</th></tr></thead><tbody id="13/02/2010"><tr><td class="blue1">10:33:32 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">89</td><td class="blue1">$0.03</td></tr><tr><td class="blue2">08:45:26 AM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">1</td><td class="blue2">$0.00</td></tr><tr><td class="blue1">08:45:26 AM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">1781</td><td class="blue1">$0.55</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('12/02/2010','12/02/2010id')"><span id="12/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>12/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$2.06</th></tr></thead><tbody id="12/02/2010"><tr><td class="blue1">02:42:32 PM</td><td class="blue1">1300300937</td><td class="blue1">Optus Service</td><td class="blue1">00:18:48</td><td class="blue1">$0.25</td></tr><tr><td class="blue2">02:38:56 PM</td><td class="blue2">1300300937</td><td class="blue2">Optus Service</td><td class="blue2">00:03:07</td><td class="blue2">$0.25</td></tr><tr><td class="blue1">02:34:51 PM</td><td class="blue1">1300300937</td><td class="blue1">Optus Service</td><td class="blue1">00:03:47</td><td class="blue1">$0.25</td></tr><tr><td class="blue2">02:33:06 PM</td><td class="blue2">131344</td><td class="blue2">Optus Service</td><td class="blue2">00:00:43</td><td class="blue2">$0.25</td></tr><tr><td class="blue1">09:12:53 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">316</td><td class="blue1">$0.10</td></tr><tr><td class="blue2">08:27:27 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">26</td><td class="blue2">$0.01</td></tr><tr><td class="blue1">07:52:45 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">163</td><td class="blue1">$0.05</td></tr><tr><td class="blue2">01:52:44 AM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">2911</td><td class="blue2">$0.90</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('11/02/2010','11/02/2010id')"><span id="11/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>11/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$6.85</th></tr></thead><tbody id="11/02/2010"><tr><td class="blue1">04:29:21 PM</td><td class="blue1">0732870680</td><td class="blue1">Beenleigh</td><td class="blue1">00:01:23</td><td class="blue1">$1.41</td></tr><tr><td class="blue2">01:35:39 PM</td><td class="blue2">0732881000</td><td class="blue2">Ipswich</td><td class="blue2">00:01:38</td><td class="blue2">$1.77</td></tr><tr><td class="blue1">12:24:56 PM</td><td class="blue1">0732870680</td><td class="blue1">Beenleigh</td><td class="blue1">00:02:59</td><td class="blue1">$2.50</td></tr><tr><td class="blue2">11:42:45 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">45</td><td class="blue2">$0.01</td></tr><tr><td class="blue1">09:01:12 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">19</td><td class="blue1">$0.01</td></tr><tr><td class="blue2">08:14:10 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">240</td><td class="blue2">$0.07</td></tr><tr><td class="blue1">07:41:55 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">152</td><td class="blue1">$0.05</td></tr><tr><td class="blue2">03:35:57 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">1177</td><td class="blue2">$0.37</td></tr><tr><td class="blue1">01:09:20 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">59</td><td class="blue1">$0.02</td></tr><tr><td class="blue2">01:09:19 AM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">2072</td><td class="blue2">$0.64</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('10/02/2010','10/02/2010id')"><span id="10/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>10/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$2.87</th></tr></thead><tbody id="10/02/2010"><tr><td class="blue1">11:57:15 AM</td><td class="blue1">0732870680</td><td class="blue1">Beenleigh</td><td class="blue1">00:01:04</td><td class="blue1">$1.41</td></tr><tr><td class="blue2">07:42:18 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">442</td><td class="blue2">$0.14</td></tr><tr><td class="blue1">07:35:57 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">20</td><td class="blue1">$0.01</td></tr><tr><td class="blue2">01:45:47 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">1</td><td class="blue2">$0.00</td></tr><tr><td class="blue1">01:45:47 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">1686</td><td class="blue1">$0.52</td></tr><tr><td class="blue2">10:20:47 AM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">965</td><td class="blue2">$0.30</td></tr><tr><td class="blue1">04:06:35 AM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">1587</td><td class="blue1">$0.49</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('09/02/2010','09/02/2010id')"><span id="09/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>09/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$0.74</th></tr></thead><tbody id="09/02/2010"><tr><td class="blue1">10:06:34 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">820</td><td class="blue1">$0.25</td></tr><tr><td class="blue2">07:43:59 AM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">290</td><td class="blue2">$0.09</td></tr><tr><td class="blue1">12:34:28 AM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">1285</td><td class="blue1">$0.40</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('08/02/2010','08/02/2010id')"><span id="08/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>08/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$1.28</th></tr></thead><tbody id="08/02/2010"><tr><td class="blue1">12:35:31 PM</td><td class="blue1">0401372881</td><td class="blue1">Optus SMS</td><td class="blue1">1</td><td class="blue1">$0.227</td></tr><tr><td class="blue2">08:47:41 AM</td><td class="blue2">0401372881</td><td class="blue2">Optus SMS</td><td class="blue2">1</td><td class="blue2">$0.227</td></tr><tr><td class="blue1">12:34:27 AM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">2656</td><td class="blue1">$0.83</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('07/02/2010','07/02/2010id')"><span id="07/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>07/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$2.46</th></tr></thead><tbody id="07/02/2010"><tr><td class="blue1">09:08:11 PM</td><td class="blue1">0432679861</td><td class="blue1">Optus SMS</td><td class="blue1">1</td><td class="blue1">$0.227</td></tr><tr><td class="blue2">10:30:03 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">49</td><td class="blue2">$0.02</td></tr><tr><td class="blue1">09:35:17 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">21</td><td class="blue1">$0.01</td></tr><tr><td class="blue2">07:42:15 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">73</td><td class="blue2">$0.02</td></tr><tr><td class="blue1">05:21:40 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">5</td><td class="blue1">$0.00</td></tr><tr><td class="blue2">05:21:40 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">4707</td><td class="blue2">$1.46</td></tr><tr><td class="blue1">03:05:27 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">66</td><td class="blue1">$0.02</td></tr><tr><td class="blue2">01:37:57 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">33</td><td class="blue2">$0.01</td></tr><tr><td class="blue1">11:17:15 AM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">428</td><td class="blue1">$0.13</td></tr><tr><td class="blue2">04:45:12 AM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">1803</td><td class="blue2">$0.56</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('06/02/2010','06/02/2010id')"><span id="06/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>06/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$8.88</th></tr></thead><tbody id="06/02/2010"><tr><td class="blue1">02:17:50 PM</td><td class="blue1">0401372881</td><td class="blue1">Optus SMS</td><td class="blue1">1</td><td class="blue1">$0.227</td></tr><tr><td class="blue2">08:00:22 AM</td><td class="blue2">0424286230</td><td class="blue2">Optus SMS</td><td class="blue2">1</td><td class="blue2">$0.227</td></tr><tr><td class="blue1">07:20:37 PM</td><td class="blue1">0401372881</td><td class="blue1">Mobile</td><td class="blue1">00:00:23</td><td class="blue1">$0.68</td></tr><tr><td class="blue2">12:37:57 PM</td><td class="blue2">0412639224</td><td class="blue2">Mobile</td><td class="blue2">00:00:07</td><td class="blue2">$0.68</td></tr><tr><td class="blue1">10:45:12 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">5381</td><td class="blue1">$1.67</td></tr><tr><td class="blue2">07:44:14 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">8</td><td class="blue2">$0.00</td></tr><tr><td class="blue1">07:44:14 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">4117</td><td class="blue1">$1.28</td></tr><tr><td class="blue2">05:59:08 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">344</td><td class="blue2">$0.11</td></tr><tr><td class="blue1">01:22:24 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">789</td><td class="blue1">$0.25</td></tr><tr><td class="blue2">01:21:01 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">20</td><td class="blue2">$0.01</td></tr><tr><td class="blue1">01:11:34 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">97</td><td class="blue1">$0.03</td></tr><tr><td class="blue2">12:56:17 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">5579</td><td class="blue2">$1.73</td></tr><tr><td class="blue1">12:48:03 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">20</td><td class="blue1">$0.01</td></tr><tr><td class="blue2">12:48:03 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">5594</td><td class="blue2">$1.74</td></tr><tr><td class="blue1">08:52:55 AM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">773</td><td class="blue1">$0.24</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('05/02/2010','05/02/2010id')"><span id="05/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>05/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$4.30</th></tr></thead><tbody id="05/02/2010"><tr><td class="blue1">06:00:31 PM</td><td class="blue1">0432679861</td><td class="blue1">Optus SMS</td><td class="blue1">1</td><td class="blue1">$0.227</td></tr><tr><td class="blue2">01:55:37 PM</td><td class="blue2">0401372881</td><td class="blue2">Optus SMS</td><td class="blue2">1</td><td class="blue2">$0.227</td></tr><tr><td class="blue1">06:06:36 PM</td><td class="blue1">0408593158</td><td class="blue1">Mobile</td><td class="blue1">00:02:15</td><td class="blue1">$2.14</td></tr><tr><td class="blue2">05:22:48 PM</td><td class="blue2">0401372881</td><td class="blue2">Mobile</td><td class="blue2">00:00:07</td><td class="blue2">$0.68</td></tr><tr><td class="blue1">12:36:14 PM</td><td class="blue1">0411000321</td><td class="blue1">VoiceMail</td><td class="blue1">00:00:52</td><td class="blue1">$0.55</td></tr><tr><td class="blue2">08:52:54 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">125</td><td class="blue2">$0.04</td></tr><tr><td class="blue1">08:52:54 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">1</td><td class="blue1">$0.00</td></tr><tr><td class="blue2">07:28:22 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">75</td><td class="blue2">$0.02</td></tr><tr><td class="blue1">04:30:45 PM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">367</td><td class="blue1">$0.11</td></tr><tr><td class="blue2">01:48:28 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">269</td><td class="blue2">$0.08</td></tr><tr><td class="blue1">07:32:28 AM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">709</td><td class="blue1">$0.22</td></tr><tr><td class="blue2">02:08:44 AM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">37</td><td class="blue2">$0.01</td></tr></tbody></table><table class="unbilledUsageDetail"><thead><tr><th class="customtdWidth1"><a href="javascript: void(0)" onclick="showHide('04/02/2010','04/02/2010id')"><span id="04/02/2010id" class="linkspan"><img src="/avolent/billerName/images/en/standard/schemeA/horizontal.gif"></span>04/02/2010</a></th><th class="customtdWidth2"></th><th class="customtdWidth3"></th><th class="customtdWidth4"></th><th class="customtdWidth5">$2.42</th></tr></thead><tbody id="04/02/2010"><tr><td class="blue1">11:58:21 AM</td><td class="blue1">0401372881</td><td class="blue1">Optus SMS</td><td class="blue1">1</td><td class="blue1">$0.227</td></tr><tr><td class="blue2">02:08:44 PM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">2007</td><td class="blue2">$0.62</td></tr><tr><td class="blue1">11:46:56 AM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">4464</td><td class="blue1">$1.39</td></tr><tr><td class="blue2">11:46:56 AM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">1</td><td class="blue2">$0.00</td></tr><tr><td class="blue1">09:42:12 AM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">296</td><td class="blue1">$0.09</td></tr><tr><td class="blue2">09:00:12 AM</td><td class="blue2"> </td><td class="blue2">Internet</td><td class="blue2">234</td><td class="blue2">$0.07</td></tr><tr><td class="blue1">04:41:18 AM</td><td class="blue1"> </td><td class="blue1">Internet</td><td class="blue1">75</td><td class="blue1">$0.02</td></tr></tbody></table></table></td></tr><tr><td><table align="left"><tr></tr></table><table align="right"><tr></tr></table></td></tr><tr><td colspan="2"><br><p class="form-note"><strong>NOTE:</strong><br>
|
1517
|
+
Due to processing time, recently made calls or recent data usage may not appear among those listed.<br>
|
1518
|
+
Amounts shown are:<br>
|
1519
|
+
GST exclusive for telephony and postpaid mobile services.<br>
|
1520
|
+
GST inclusive for prepaid mobile services.<br>
|
1521
|
+
Charges and data usage amount(s) may be altered by payments, adjustments and/or discounts.<br><br></p></td></tr></form></table><style type="text/css">
|
1522
|
+
table.unbilledUsageDetail {width: 100%; border-width: 0px 1px 1px 1px; border-color: #BDD2DB; border-style:solid; empty-cells: show; border-collapse: collapse; margin: 0px 0px 0px 0px; clear: both;style='table-layout:fixed';padding: 0px;cellspacing=0px;}
|
1523
|
+
table.unbilledUsageDetail td.blue1 {background-color:#F2F7FA;WORD-BREAK:BREAK-ALL;padding: 5px;}
|
1524
|
+
table.unbilledUsageDetail td.blue2 {background-color:#E6EFF4;WORD-BREAK:BREAK-ALL;padding: 5px}
|
1525
|
+
|
1526
|
+
table.unbilledUsageDetail th.customtdWidth1 {width:24%;background-color:#FFFFFF; vertical-align: top;text-align: left;font-size:11px; color:#006685;padding: 4px;}
|
1527
|
+
table.unbilledUsageDetail th.customtdWidth2 {width:23%;background-color:#FFFFFF; vertical-align: top;text-align: left;font-size:11px; color:#006685;padding: 4px;}
|
1528
|
+
table.unbilledUsageDetail th.customtdWidth3 {width:25%;background-color:#FFFFFF; vertical-align: top;text-align: left;font-size:11px; color:#006685;padding: 4px;}
|
1529
|
+
table.unbilledUsageDetail th.customtdWidth4 {width:15%;background-color:#FFFFFF; vertical-align: top;text-align: left;font-size:11px; color:#006685;padding: 4px;}
|
1530
|
+
table.unbilledUsageDetail th.customtdWidth5 {width:14%;background-color:#FFFFFF; vertical-align: top;text-align: left;font-size:11px; color:#006685;padding: 4px;}
|
1531
|
+
img {border: 0px ;}
|
1532
|
+
|
1533
|
+
|
1534
|
+
|
1535
|
+
table.usagesummary {width: 100%; border-width: 1px 1px 1px 1px; border-color: #BDD2DB; border-style:solid; empty-cells: show; border-collapse: collapse; margin: 2px 0px 2px 0px; clear: both;}
|
1536
|
+
table.usagesummary th {border-left: 1px solid #BDD2DB; border-top: 1px solid #BDD2DB; background-color:#D2E4EA; color:#000000; font-weight:bold; text-align:left; padding: 5px; vertical-align:top;}
|
1537
|
+
table.usagesummary th.yellow1 {background-color:#FFEA8C;}
|
1538
|
+
table.usagesummary td {border-top: 1px solid #BDD2DB; border-left: 1px solid #BDD2DB; padding: 5px; color:#000000; background-color:#FFFFFF; vertical-align: top;}
|
1539
|
+
table.usagesummary td.blue1 {background-color:#F2F7FA;}
|
1540
|
+
table.usagesummary td.blue2 {background-color:#E6EFF4;}
|
1541
|
+
table.usagesummary td.yellow1 {background-color:#FFF8D7;}
|
1542
|
+
table.usagesummary td.yellow2 {background-color:#FFF3BD;}
|
1543
|
+
table.usagesummary td.footer {font-size:11px; color:#006685;background-color:#FFEA8C;font-weight:bold; text-align:left;}
|
1544
|
+
</style></body>
|
1545
|
+
|
1546
|
+
<form name="ebppForm" action="/web/oscportal.portal?_nfpb=true&portlet_viewmyusage_2_actionOverride=%2Fportlets%2Fosc%2FViewMyUsage%2FprocessRequest&_windowLabel=portlet_viewmyusage_2&_pageLabel=myusage_postpaid" method="post">
|
1547
|
+
|
1548
|
+
<br>
|
1549
|
+
|
1550
|
+
|
1551
|
+
|
1552
|
+
|
1553
|
+
</form>
|
1554
|
+
</td>
|
1555
|
+
</tr>
|
1556
|
+
|
1557
|
+
</table>
|
1558
|
+
<br>
|
1559
|
+
</body>
|
1560
|
+
|
1561
|
+
|
1562
|
+
|
1563
|
+
|
1564
|
+
|
1565
|
+
|
1566
|
+
|
1567
|
+
|
1568
|
+
|
1569
|
+
|
1570
|
+
<!-- START Nielsen//NetRatings SiteCensus V5.1 -->
|
1571
|
+
<!-- COPYRIGHT 2005 Nielsen//NetRatings -->
|
1572
|
+
<script language="JavaScript" type="text/javascript">
|
1573
|
+
<!--
|
1574
|
+
var _rsCI="optus";
|
1575
|
+
var _rsCG="reitz-customercentre-myusage-landingpage-registered-personal";
|
1576
|
+
|
1577
|
+
var _rsDT=0;
|
1578
|
+
var _rsDU=0;
|
1579
|
+
var _rsDO=0;
|
1580
|
+
var _rsX6=0;
|
1581
|
+
var _rsSI=escape(window.location);
|
1582
|
+
var _rsLP=location.protocol.indexOf('https')>-1?'https:':'http:';
|
1583
|
+
var _rsRP=escape(document.referrer);
|
1584
|
+
var _rsND=_rsLP+'//secure-au.imrworldwide.com/';
|
1585
|
+
|
1586
|
+
if (parseInt(navigator.appVersion)>=4)
|
1587
|
+
{
|
1588
|
+
var _rsRD=(new Date()).getTime();
|
1589
|
+
var _rsSE=0;
|
1590
|
+
var _rsSV="";
|
1591
|
+
var _rsSM=0;
|
1592
|
+
|
1593
|
+
_rsCL='<scr'+'ipt language="JavaScript" type="text/javascript" src="'+_rsND+'v51.js"><\/scr'+'ipt>';
|
1594
|
+
}
|
1595
|
+
else
|
1596
|
+
{
|
1597
|
+
_rsCL='<img src="'+_rsND+'cgi-bin/m?ci='+_rsCI+'&cg='+_rsCG+'&si='+_rsSI+'&rp='+_rsRP+'">';
|
1598
|
+
}
|
1599
|
+
document.write(_rsCL);
|
1600
|
+
//-->
|
1601
|
+
</script>
|
1602
|
+
<noscript>
|
1603
|
+
<img src="//secure-au.imrworldwide.com/cgi-bin/m?ci=optus&cg=reitz-customercentre-myusage-landingpage" alt="">
|
1604
|
+
</noscript>
|
1605
|
+
<!-- END Nielsen//NetRatings SiteCensus V5.1 -->
|
1606
|
+
|
1607
|
+
|
1608
|
+
|
1609
|
+
|
1610
|
+
|
1611
|
+
|
1612
|
+
|
1613
|
+
|
1614
|
+
|
1615
|
+
|
1616
|
+
|
1617
|
+
|
1618
|
+
|
1619
|
+
|
1620
|
+
|
1621
|
+
|
1622
|
+
|
1623
|
+
|
1624
|
+
|
1625
|
+
|
1626
|
+
|
1627
|
+
|
1628
|
+
|
1629
|
+
</div>
|
1630
|
+
|
1631
|
+
|
1632
|
+
<div id='content-promo'>
|
1633
|
+
|
1634
|
+
|
1635
|
+
|
1636
|
+
|
1637
|
+
|
1638
|
+
|
1639
|
+
|
1640
|
+
</div>
|
1641
|
+
|
1642
|
+
|
1643
|
+
|
1644
|
+
|
1645
|
+
|
1646
|
+
|
1647
|
+
|
1648
|
+
</div>
|
1649
|
+
</div>
|
1650
|
+
<div id='control'>
|
1651
|
+
|
1652
|
+
|
1653
|
+
|
1654
|
+
|
1655
|
+
|
1656
|
+
|
1657
|
+
|
1658
|
+
|
1659
|
+
|
1660
|
+
|
1661
|
+
|
1662
|
+
|
1663
|
+
|
1664
|
+
|
1665
|
+
|
1666
|
+
|
1667
|
+
|
1668
|
+
|
1669
|
+
|
1670
|
+
|
1671
|
+
|
1672
|
+
|
1673
|
+
|
1674
|
+
|
1675
|
+
|
1676
|
+
|
1677
|
+
|
1678
|
+
|
1679
|
+
|
1680
|
+
|
1681
|
+
|
1682
|
+
|
1683
|
+
|
1684
|
+
|
1685
|
+
|
1686
|
+
|
1687
|
+
|
1688
|
+
|
1689
|
+
|
1690
|
+
|
1691
|
+
|
1692
|
+
|
1693
|
+
|
1694
|
+
|
1695
|
+
|
1696
|
+
|
1697
|
+
|
1698
|
+
|
1699
|
+
|
1700
|
+
|
1701
|
+
|
1702
|
+
|
1703
|
+
|
1704
|
+
|
1705
|
+
|
1706
|
+
<!-- Archna Keswani - 26 May 2008 - Business requirement to remove the 'Email this page' link - START -->
|
1707
|
+
<table width="100%" style="margin:0px;padding:0px">
|
1708
|
+
<tr>
|
1709
|
+
<td align="left">
|
1710
|
+
<!-- Archna Keswani - 26 May 2008 - Business requirement to remove the 'Email this page' link - END -->
|
1711
|
+
|
1712
|
+
<a href="javascript:printMe('/web/oscportal.portal;OCAJSESSIONID=LFgBZ3LZwJ9W13QzKnGLlvhVJfvRSHvBc0jGG2Kp00Dr0pw4bpyl!342043677!1267064833359?_nfpb=true&portlet_viewmyusage_2_actionOverride=%2Fportlets%2Fosc%2FViewMyUsage%2FgoToEBPPUrl&_windowLabel=portlet_viewmyusage_2&portlet_viewmyusage_2accNum=XbQYTDy%2FD6uvucMYk0Hq8Q%3D%3D&portlet_viewmyusage_2pageName=unbilledUsage&portlet_viewmyusage_2virAcctNum=PqOEMlwzNtHeHV8w7ahlzA%3D%3D&_pageLabel=myusage_postpaid&print=true');" id='control-print'>Print this Page</a>
|
1713
|
+
|
1714
|
+
<!-- Archna Keswani - 26 May 2008 - Business requirement to remove the 'Email this page' link - START -->
|
1715
|
+
</td>
|
1716
|
+
<td>
|
1717
|
+
<div align="left">
|
1718
|
+
<!-- Archna Keswani - 26 May 2008 - Business requirement to remove the 'Email this page' link - END -->
|
1719
|
+
|
1720
|
+
|
1721
|
+
|
1722
|
+
|
1723
|
+
|
1724
|
+
|
1725
|
+
|
1726
|
+
|
1727
|
+
|
1728
|
+
|
1729
|
+
|
1730
|
+
|
1731
|
+
|
1732
|
+
|
1733
|
+
|
1734
|
+
|
1735
|
+
<!-- Archna Keswani - 26 May 2008 - Business requirement to remove the 'Email this page' link - START -->
|
1736
|
+
|
1737
|
+
<!-- Archna Keswani - 26 May 2008 - Business requirement to remove the 'Email this page' link - END -->
|
1738
|
+
|
1739
|
+
|
1740
|
+
|
1741
|
+
|
1742
|
+
|
1743
|
+
<a href="javascript:bookmarkThisPage();" title="Internet" id='control-bookmark'>Bookmark this Page</a>
|
1744
|
+
|
1745
|
+
<!-- Archna Keswani - 26 May 2008 - Business requirement to remove the 'Email this page' link - START -->
|
1746
|
+
</div>
|
1747
|
+
</td>
|
1748
|
+
</tr>
|
1749
|
+
</table>
|
1750
|
+
<!-- Archna Keswani - 26 May 2008 - Business requirement to remove the 'Email this page' link - END -->
|
1751
|
+
|
1752
|
+
|
1753
|
+
|
1754
|
+
|
1755
|
+
|
1756
|
+
|
1757
|
+
|
1758
|
+
|
1759
|
+
|
1760
|
+
<script language="JavaScript">
|
1761
|
+
function bookmarkThisPage() {
|
1762
|
+
if (is_nav && (navigator.vendorSub.substring(0,4)=="7.01" || navigator.vendorSub.substring(0,4)=="7.1" || navigator.vendorSub.substring(0,3)=="7.2")) {
|
1763
|
+
window.alert( 'Please click OK then press Ctrl+D to create a bookmark' );
|
1764
|
+
} else if( window.sidebar && window.sidebar.addPanel && !is_moz && (is_nav && is_minor > 7) ) {
|
1765
|
+
window.sidebar.addPanel( this.title, location.href, '' );
|
1766
|
+
} else if( window.external && ( navigator.platform == 'Win32' ||
|
1767
|
+
( window.ScriptEngine && ScriptEngine().indexOf('InScript') + 1 ) ) &&!is_ff ) {
|
1768
|
+
window.external.AddFavorite( location.href, document.title );
|
1769
|
+
|
1770
|
+
|
1771
|
+
|
1772
|
+
} else if( window.opera && window.print ) {
|
1773
|
+
return true;
|
1774
|
+
|
1775
|
+
} else if(is_nav || is_moz || is_ff) {
|
1776
|
+
|
1777
|
+
|
1778
|
+
|
1779
|
+
window.alert( 'Please click OK then press Ctrl+D to create a bookmark' );
|
1780
|
+
} else {
|
1781
|
+
window.alert( 'Please use your browser\'s bookmarking facility to create a bookmark' );
|
1782
|
+
}
|
1783
|
+
}
|
1784
|
+
|
1785
|
+
|
1786
|
+
function printThisPage() {
|
1787
|
+
window.print();
|
1788
|
+
}
|
1789
|
+
</script>
|
1790
|
+
|
1791
|
+
|
1792
|
+
|
1793
|
+
|
1794
|
+
<script >
|
1795
|
+
function printMe(urlString)
|
1796
|
+
{
|
1797
|
+
|
1798
|
+
var params = getPrintWindowParams();
|
1799
|
+
var docprint=window.open(urlString,"",params);
|
1800
|
+
|
1801
|
+
}
|
1802
|
+
</script>
|
1803
|
+
|
1804
|
+
|
1805
|
+
|
1806
|
+
|
1807
|
+
|
1808
|
+
|
1809
|
+
|
1810
|
+
|
1811
|
+
|
1812
|
+
|
1813
|
+
</div>
|
1814
|
+
|
1815
|
+
|
1816
|
+
|
1817
|
+
|
1818
|
+
|
1819
|
+
|
1820
|
+
|
1821
|
+
<script language='JavaScript' type='text/JavaScript'>
|
1822
|
+
var _mydiv1 = document.getElementById("hideRHS");
|
1823
|
+
|
1824
|
+
_mydiv1.style.display="block";
|
1825
|
+
|
1826
|
+
</script>
|
1827
|
+
|
1828
|
+
|
1829
|
+
|
1830
|
+
|
1831
|
+
|
1832
|
+
|
1833
|
+
|
1834
|
+
|
1835
|
+
|
1836
|
+
|
1837
|
+
|
1838
|
+
|
1839
|
+
|
1840
|
+
|
1841
|
+
|
1842
|
+
|
1843
|
+
|
1844
|
+
|
1845
|
+
|
1846
|
+
|
1847
|
+
|
1848
|
+
|
1849
|
+
|
1850
|
+
|
1851
|
+
|
1852
|
+
|
1853
|
+
|
1854
|
+
|
1855
|
+
</div>
|
1856
|
+
</div>
|
1857
|
+
|
1858
|
+
|
1859
|
+
|
1860
|
+
|
1861
|
+
|
1862
|
+
|
1863
|
+
|
1864
|
+
|
1865
|
+
|
1866
|
+
|
1867
|
+
|
1868
|
+
|
1869
|
+
|
1870
|
+
|
1871
|
+
|
1872
|
+
|
1873
|
+
|
1874
|
+
|
1875
|
+
|
1876
|
+
|
1877
|
+
|
1878
|
+
|
1879
|
+
|
1880
|
+
|
1881
|
+
|
1882
|
+
|
1883
|
+
|
1884
|
+
|
1885
|
+
|
1886
|
+
|
1887
|
+
|
1888
|
+
|
1889
|
+
|
1890
|
+
|
1891
|
+
|
1892
|
+
|
1893
|
+
|
1894
|
+
<script>
|
1895
|
+
function anchor_submit_form(netuiName, newAction)
|
1896
|
+
{
|
1897
|
+
for (var i=0; i<document.forms.length; i++) {
|
1898
|
+
if (document.forms[i].id == netuiName) {
|
1899
|
+
document.forms[i].method = "POST";
|
1900
|
+
document.forms[i].action = newAction + "&producttype=null&fragCode=null&FP=null&productpath=null&site=personal&make=null&model=null&productType=null";
|
1901
|
+
document.forms[i].submit();
|
1902
|
+
}
|
1903
|
+
}
|
1904
|
+
}
|
1905
|
+
|
1906
|
+
function rewriteAction(form)
|
1907
|
+
{
|
1908
|
+
form.action = form.action + "&producttype=null&fragCode=null&FP=null&productpath=null&site=personal&make=null&model=null&productType=null";
|
1909
|
+
// [Start] - Seck Tien - 23 Apr 2007
|
1910
|
+
if ( (form.gCallingController != undefined) && (form.gCallingController.value != "") && (form.gCallingController.value == "PrepackagedBundleController") ) {
|
1911
|
+
form.action = form.action + "&gCallingController=" + form.gCallingController.value;
|
1912
|
+
}
|
1913
|
+
// [End] - Seck Tien - 23 Apr 2007
|
1914
|
+
return true;
|
1915
|
+
}
|
1916
|
+
|
1917
|
+
// [Start] - Nik = 23 Apr 2007
|
1918
|
+
function resetPageFlowState(_pageLabel)
|
1919
|
+
{
|
1920
|
+
var anchors = document.getElementsByTagName("a")
|
1921
|
+
|
1922
|
+
for(var i = 0; i < anchors.length; i++)
|
1923
|
+
{
|
1924
|
+
//reset the page flow state for the specified page label
|
1925
|
+
if(anchors[i].href.indexOf("_pageLabel=" + _pageLabel) != -1)
|
1926
|
+
{
|
1927
|
+
//href is not rewritten by the browser
|
1928
|
+
if(anchors[i].href.indexOf("#") == -1)
|
1929
|
+
{
|
1930
|
+
//href does not contain "&_nfls" or "?_nfls"
|
1931
|
+
if(anchors[i].href.indexOf("_nfls") == -1)
|
1932
|
+
{
|
1933
|
+
anchors[i].href += "&_nfls=false"
|
1934
|
+
}
|
1935
|
+
}
|
1936
|
+
}
|
1937
|
+
}
|
1938
|
+
}
|
1939
|
+
//reset the page flow state for "_pageLabel=prepackedBundle_ForNew"
|
1940
|
+
resetPageFlowState("prepackedBundle_ForNew")
|
1941
|
+
// [End] - Nik = 23 Apr 2007
|
1942
|
+
</script>
|
1943
|
+
|
1944
|
+
|
1945
|
+
|
1946
|
+
|
1947
|
+
<div class='clear'></div>
|
1948
|
+
|
1949
|
+
|
1950
|
+
|
1951
|
+
|
1952
|
+
|
1953
|
+
|
1954
|
+
|
1955
|
+
|
1956
|
+
|
1957
|
+
<div align="center">
|
1958
|
+
<div class='clear'></div>
|
1959
|
+
<div id="global_footer">
|
1960
|
+
<div id="global_footer_links">
|
1961
|
+
<a class="footer_contactus" href="http://www.optus.com.au/portal/site/aboutoptus/menuitem.fb18e25a40b7ea23a76c69108c8ac7a0/?vgnextoid=b7af3dd4813b1010VgnVCM100000c8a87c0aRCRD">Contact Us</a>
|
1962
|
+
<span class="footer_seperator">|</span>
|
1963
|
+
<a class="footer_accessibility" href="http://www.optus.com.au/portal/site/aboutoptus/menuitem.26a56e3a0149a03327b868108c8ac7a0/?vgnextoid=a72a17d85fbbc110VgnVCMServer29867c0aRCRD">Accessibility</a>
|
1964
|
+
<span class="footer_seperator">|</span>
|
1965
|
+
<a class="footer_copyright" href="http://www.optus.com.au/portal/site/aboutoptus/menuitem.cfa0247099a6f722d0b61a108c8ac7a0/?vgnextoid=5ee44f923c454010VgnVCM10000029a67c0aRCRD">Copyright</a>
|
1966
|
+
<span class="footer_seperator">|</span>
|
1967
|
+
<a class="footer_privacypolicy" href="http://www.optus.com.au/portal/site/aboutoptus/menuitem.813c6f701cee5a14f0419f108c8ac7a0/?vgnextoid=0aaba47491954010VgnVCM10000029a67c0aRCRD">Privacy Policy</a>
|
1968
|
+
<span class="footer_seperator">|</span>
|
1969
|
+
<a class="footer_standardagreement" href="http://www.optus.com.au/portal/site/aboutoptus/menuitem.cfa0247099a6f722d0b61a108c8ac7a0/?vgnextoid=76523dd4813b1010VgnVCM100000c8a87c0aRCRD">Standard Agreements</a>
|
1970
|
+
<span class="footer_seperator">|</span>
|
1971
|
+
<a class="footer_careers" href="http://www.optus.com.au/portal/site/aboutoptus/menuitem.ee0ee21ac9cce722d0b61a108c8ac7a0/?vgnextoid=6ebf3dd4813b1010VgnVCM100000c8a87c0aRCRD">Careers</a>
|
1972
|
+
<span class="footer_seperator">|</span>
|
1973
|
+
<a class="footer_sitemap" href="http://www.optus.com.au/portal/site/oca/menuitem.60d30349bd4607304aafa8108c8ac7a0/?vgnextoid=f7eeb6c96f745010VgnVCM100000c8a87c0aRCRD">Site Map</a>
|
1974
|
+
</div>
|
1975
|
+
|
1976
|
+
<div id="global_footer_logo">
|
1977
|
+
|
1978
|
+
|
1979
|
+
<a class="footer_entrust" target="_blank" ><span title="Digital Security by Entrust">Digital Security by Entrust</span></a>
|
1980
|
+
</div>
|
1981
|
+
</div>
|
1982
|
+
</div>
|
1983
|
+
|
1984
|
+
|
1985
|
+
<script type="text/javascript">/*<![CDATA[*/
|
1986
|
+
if((typeof endPageLoaded) === 'function') {
|
1987
|
+
endPageLoaded();
|
1988
|
+
}
|
1989
|
+
/*]]>*/
|
1990
|
+
</script>
|
1991
|
+
|
1992
|
+
|
1993
|
+
|
1994
|
+
|
1995
|
+
|
1996
|
+
|
1997
|
+
|
1998
|
+
|
1999
|
+
|
2000
|
+
|
2001
|
+
|
2002
|
+
|
2003
|
+
|
2004
|
+
|
2005
|
+
|
2006
|
+
|
2007
|
+
</div>
|
2008
|
+
</div></body>
|
2009
|
+
|
2010
|
+
|
2011
|
+
|
2012
|
+
|
2013
|
+
|
2014
|
+
</html>
|
2015
|
+
|
2016
|
+
|
2017
|
+
|
2018
|
+
|
2019
|
+
|
2020
|
+
|
2021
|
+
|
2022
|
+
|
2023
|
+
|
2024
|
+
|
2025
|
+
|
2026
|
+
|
2027
|
+
|
2028
|
+
|