Added:
trunk/tests/PHPSaves/Parser/_files/oneTransactionsPage.html
trunk/tests/PHPSaves/Parser/_files/threeTransactions.html
Modified:
trunk/tests/PHPSaves/Parser/SwedbankTest.php
Log:
Fixed issues with sensitive test data
Modified: trunk/tests/PHPSaves/Parser/SwedbankTest.php
==============================================================================
--- trunk/tests/PHPSaves/Parser/SwedbankTest.php (original)
+++ trunk/tests/PHPSaves/Parser/SwedbankTest.php Fri Aug 22 09:12:10 2008
@@ -28,7 +28,7 @@
*/
public function testParseAFewEntries()
{
- $transactions = $this->swedbank->parse(file_get_contents(dirname(__FILE__) . '/_files/oneTransactionsPage.html.dump'));
+ $transactions = $this->swedbank->parse(file_get_contents(dirname(__FILE__) . '/_files/oneTransactionsPage.html'));
$transaction = current($transactions);
$this->assertEquals('08-07-16', $transaction->getDate());
@@ -49,7 +49,7 @@
*/
public function testParseBalance()
{
- $transactions = $this->swedbank->parse(file_get_contents(dirname(__FILE__) . '/_files/oneTransactionsPage.html.dump'));
+ $transactions = $this->swedbank->parse(file_get_contents(dirname(__FILE__) . '/_files/oneTransactionsPage.html'));
$this->assertEquals(1873.61, $transactions[0]->getNewBalance());
$this->assertEquals(1933.61, $transactions[1]->getNewBalance());
@@ -58,7 +58,7 @@
public function testParseLastTransactionFromBigFile()
{
$this->markTestSkipped("Test skipped due to the sensitivity of the test data");
- $transactions = $this->swedbank->parse(file_get_contents(dirname(__FILE__) . '/_files/allTransactions.html.dump'));
+ $transactions = $this->swedbank->parse(file_get_contents(dirname(__FILE__) . '/_files/allTransactions.html'));
$transaction = end($transactions);
$this->assertEquals('07-06-21', $transaction->getDate());
@@ -68,7 +68,7 @@
public function testToQif()
{
- $transactions = $this->swedbank->parse(file_get_contents(dirname(__FILE__) . '/_files/threeTransactions.html.dump'));
+ $transactions = $this->swedbank->parse(file_get_contents(dirname(__FILE__) . '/_files/threeTransactions.html'));
$this->assertEquals(
file_get_contents(dirname(__FILE__) . '/_files/threeTransactions.qif'),
Added: trunk/tests/PHPSaves/Parser/_files/oneTransactionsPage.html
==============================================================================
--- (empty file)
+++ trunk/tests/PHPSaves/Parser/_files/oneTransactionsPage.html Fri Aug 22 09:12:10 2008
@@ -0,0 +1,969 @@
+
+
+
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<html><head><title>Swedbank AB (publ)</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+
+ <link href="jsp/portal/css/swedbank_riw_000.css" rel="stylesheet" type="text/css" media="screen, projection">
+ <link href="jsp/portal/css/swedbank_riw_print.css" rel="stylesheet" type="text/css" media="print">
+ <link href="jsp/portal/css/swedbank_ib_000.css" rel="stylesheet" type="text/css" media="screen, projection">
+ <link href="jsp/portal/css/swedbank_ib_print.css" rel="stylesheet" type="text/css" media="print">
+
+
+
+
+ <script language="JavaScript" src="jsp/portal/js/generell.js" type="text/javascript"></script>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<script language="JavaScript" type="text/javascript" src="jsp/tdeappl/meny/js/menucomponent.js"></script>
+<script language="JavaScript" type="text/javascript" src="jsp/tdeappl/meny/js/mainmenu_wrapper.js"></script>
+<script language="JavaScript" type="text/javascript" src="jsp/tdeappl/meny/js/menudefinitionportal.mainMenu_sv_SE.js"></script>
+
+
+
+
+
+
+<script language="JavaScript" type="text/javascript">
+ var sessionId = '1216315294361547915';
+ var requestId = '2';
+ Tillvalstjenster.removeItem(objItems.Tillvalstjenster_vbvmcsc);
+ Tillvalstjenster.removeItem(objItems.Tillvalstjenster_MobilaTjenster_Avbestella);
+ Tillvalstjenster.removeItem(objItems.Tillvalstjenster_BestellKod);
+ objItems.Tillvalstjenster_BestellTelefonbanken.action='../bviPrivat/privat?TDEApplName=TDEApplTbAvtalAdm&_flow_id_=TBAVTALADM_BESTELL_TB_PRE_CLIENT&_new_flow_=true&menuId=Tillvalstjenster_BestellTelefonbanken';
+ objItems.Tillvalstjenster_BankernasId.action='../bviPrivat/privat?TDEApplName=TDEApplBidt&_flow_id_=LISTA_BANKID_PRE_CLIENT&_new_flow_=true&menuId=Tillvalstjenster_BankernasId';
+ SparaPlacera.removeItem(objItems.SparaPlacera_Verdepapper);
+ objItems.BetalaOverfora_Oversikt_Historiska.action='../bviPrivat/privat?TDEApplName=TDEApplBetalatransaktion&_flow_id_=VISA_HISTORISKA_OVERFORINGAR_PRECLIENT&_new_flow_=true&menuId=BetalaOverfora_Oversikt_Historiska';
+ objItems.BetalaOverfora_Oversikt_Aktuella.action='../bviPrivat/privat?TDEApplName=TDEApplBetalatransaktion&_flow_id_=VISA_AKTUELLA_OVERFORINGAR_PRECLIENT&_new_flow_=true&menuId=BetalaOverfora_Oversikt_Aktuella';
+ BetalaOverfora.removeItem(objItems.BetalaOverfora_Kontantkortsladdning_Anslut);
+ objItems.BetalaOverfora_Mottagarlistor.action='../bviPrivat/privat?TDEApplName=TDEApplExterntkonto&_flow_id_=VISA_BETALNINGSMOTTAGARE_REGISTER_PRE_CLIENT&_new_flow_=true&menuId=BetalaOverfora_Mottagarlistor';
+ objItems.BetalaOverfora_BetalaRekning.action='../bviPrivat/privat?TDEApplName=TDEApplBetalning&_flow_id_=BETALA_REGISTRERINGSUPPGIFTER_PRE_CLIENT&_new_flow_=true&menuId=BetalaOverfora_BetalaRekning';
+ BetalaOverfora.removeItem(objItems.BetalaOverfora_Anmelan);
+ objItems.Startsida_Dokument.action='../bviPrivat/privat?TDEApplName=TDEApplDokumenthantering&_flow_id_=VISA_DOKUMENTLISTA_AKTUELLA_PRECLIENT&_new_flow_=true&menuId=Startsida_Dokument';
+ mainMenu.removeTopLevelMenu('Favoriter');
+</script>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<script type="text/javascript" language="JavaScript" src="jsp/portal/js/fonsterhantering.js"></script>
+
+<script type="text/javascript" language="JavaScript1.2" src="jsp/portal/js/tdepres.js"></script>
+
+ <script language="JavaScript" type="text/javascript">
+ var tTimeoutTextAktivitetsrad = 'min till automatisk utloggning p� grund av inaktivitet'
+ var tLocaleParameter = 'sv_SE';
+ var active = true;
+ checkWindowOpener(); var time = new Date();
+ var portalUrl = 'https://internetbank.swedbank.se/bviPrivat/privat?';
+ var sessionTimeoutValue = 900000;
+ time = time.setTime(time.getTime() + sessionTimeoutValue);
+ ID=window.setTimeout("timeout("+time+","+active+",'"+tLocaleParameter+"');", 1000);
+ timeoutUpdateOpenerWindow(time);
+ var bankid = '08999';
+ var sessionId = '1216315294361547915';
+
+ var hattId = "198402155710|198402155710|08999";
+
+ </script>
+
+</head><body class="swedbank" lang="sv" >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div id="page-header">
+
+<!-- header_top.jsp -->
+ <div id="global-func">
+ <ul>
+
+
+ <li class="first"><a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplDialogeninstellningKund&_flow_id_=INSTELLNING_VISA_ANPASSNING_PRE_CLIENT&requestId=2&_new_flow_=false" accesskey="0" title="Anpassa format. Alt-0" onclick="onLinkClick(this)">Anpassa</a></li>
+ <li><a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplMeny&_flow_id_=VISA_INNEHALLSKARTA_CLIENT&requestId=2&_new_flow_=false" accesskey="3" title="Innehåll. Alt-3" onclick="onLinkClick(this)">Innehåll</a></li>
+ <li><a href="javascript:fsbOppnaFonster('jsp/portal/tiles/helpLink.jsp?pageId=tdeappl/engagemang/kontoinformation&portalnamn=BvIPrivat','Hjelp',700,700,'scrollbars=yes,resizable=yes,status=no,menubar=no,directories=no,toolbar=yes,location=no');" title="Hjälp. Alt-6" accesskey="6">Hjälp</a></li>
+
+ <li class="last"><a href="javascript:fsbOppnaFonster('http://www.swedbank.se/sst/inf/out/infOutWww/0,2608,5830,00.html','KontaktaOss',600,700,'scrollbars=yes,resizable=yes,status=no,menubar=no,directories=no,toolbar=yes,location=no');" title="Kontakta oss. Alt-7" accesskey="7">Kontakta oss</a></li>
+
+
+
+
+
+
+
+ <li class="logout"><a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplDialogenmassmeddelande&_flow_id_=HEMTA_DRIFTMEDDELANDE_UTLOGGNING_PRE_CLIENT&requestId=2&bankid=08999&_new_flow_=false" title="Logga ut." onclick="onLinkClick(this)">Logga ut</a></li>
+
+ </ul>
+ <span class="current-time">2008-07-17 19:21</span>
+ </div>
+
+ <img class="logo" src="images/swedbank/logo/08999.gif" alt="Logotyp Swedbank AB (publ)"/>
+
+</div>
+
+
+
+
+
+
+
+
+
+
+
+<div id="nav">
+ <script type="text/javascript" language="JavaScript">writeMainMenu();</script>
+ <div id="page-nav">
+
+ <h2 class="sidrubrik">Kontohistorik</h2>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<ul>
+ <li class="first selected">
+ <span>
+ Kontohistorik
+ </span>
+ </li>
+
+ <li class="last">
+ <a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=VISA_INLAN_KONTOVILLKOR_PRE_CLIENT&requestId=2&_new_flow_=false" title="Gå till kontovillkor" onclick="onLinkClick(this)">Kontovillkor</a>
+ </li>
+</ul>
+
+
+
+ </div>
+ <div id="user-info">
+
+
+ <ul>
+
+ <li class="user">USERNAME</li>
+
+ <li class="organisation"> </li>
+
+ </ul>
+ </div>
+
+</div>
+
+
+
+
+<div class="sidinnehall"><a href="#" accesskey="s"></a>
+<table class="sidinnehall-tabell" cellspacing="0"><tr><td class="sidinnehall-tabell-cell">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<table width="100%" cellspacing="0">
+ <tr>
+ <td class="sidspalt2a">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!-- tilleggsobjekt sida start FunkTopp-->
+
+
+
+
+
+
+
+
+<!-- tilleggsobjekt sida end FunkTopp -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div class="sektion">
+
+ <div class="sektion-huvud">
+ <h3 class="mellanrubrik">Privatkonto 9999-9,999 999 999-9</h3>
+ </div>
+
+ <div class="sektion-innehall2">
+ <table width="100%" cellspacing="0" class="tabell" style="margin-top: 1em">
+ <tr>
+ <td align="left" class="infotext2"><form id="form_byt_konto" name="form_byt_konto" method="post" action="/bviPrivat/privat?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=BYT_KONTO_PRE_CLIENT&requestId=2&_new_flow_=false">
+ <select name="index" id="index">
+<option value="">Välj konto</option>
+ <option value="0">Privatkonto 9999-9,999 999 999-9</option>
+
+<option value="1">e-sparkonto 9999-9,999 999 999-9</option>
+</select>
+ <input type="button" name="byt_konto" value="Byt konto" onclick="document.getElementById('form_byt_konto').action='/bviPrivat/privat?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=BYT_KONTO_PRE_CLIENT&requestId=2&_new_flow_=false',onButtonClick('form_byt_konto', null)" class="knapp" title="Byt konto i rullistan">
+ </form></td>
+ </table>
+
+
+
+ <table cellspacing="0" class="tabell" style="clear: both; width: 100%">
+ <tr>
+ <th class="tabell-huvud" style="width: 20%" align="left"></th>
+
+ <th class="tabell-huvud" style="width: 15%" align="left"></th>
+ <th class="tabell-huvud" style="width: 40%" align="left"> </th>
+ <th class="tabell-huvud" style="width: 25%" align="right"><span class="tabell-kolumnrubrik"> Belopp </span></th>
+ </tr>
+
+ <tr>
+ <td class="tabell-cell-topp ingen-botten"> </td>
+ <td class="tabell-cell-topp ingen-botten"> </td>
+ <td class="tabell-cell-topp" scope="row">Saldo</td>
+
+ <td class="tabell-cell-topp" align="right">1 873,61</td>
+ </tr>
+
+
+
+
+
+
+
+
+ <tr>
+ <td class="tabell-cell ingen-botten"> </td>
+ <td class="tabell-cell ingen-botten"> </td>
+ <td class="tabell-cell ingen-botten" scope="row">Skyddat belopp</td>
+ <td class="tabell-cell ingen-botten" align="right">
+ -121,95
+ </td>
+
+ </tr>
+
+
+
+
+
+ <tr>
+ <td class="tabell-cell-summering2 ingen-botten"> </td>
+ <td class="tabell-cell-summering2 ingen-botten"> </td>
+ <td class="tabell-cell-summering" scope="row">Tillgängligt belopp</td>
+ <td class="tabell-cell-summering" align="right">1 751,66</td>
+ </tr>
+
+
+ </table>
+
+
+
+
+
+
+
+ <table cellspacing="0" class="tabell" style="clear: both; width: 100%">
+ <h3 class="mellanrubrik">Reserverade belopp</h3>
+ <tr>
+ <th class="tabell-huvud" width="22%" align="left" scope="col"><span class="tabell-kolumnrubrik"> <a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=SORTERA_SKYDDTIDIGLISTA_CLIENT&requestId=2&_new_flow_=false&kolumnId=datum" class="tabell-lenk" title="Klicka på pilen för att sortera listan i datumordning." onclick="onLinkClick(this)">Bokföringsdatum <img src="images/ikon_sortering.gif" alt="Klicka på pilen för att sortera listan i datumordning."></a></span></th>
+
+ <th class="tabell-huvud" width="33%" align="left" scope="col" title="Transaktionsdatum"><span class="tabell-kolumnrubrik">
+ Trans.datum
+ </span></th>
+
+ <th class="tabell-huvud" width="35%" align="left" scope="col"><span class="tabell-kolumnrubrik"> <a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=SORTERA_SKYDDTIDIGLISTA_CLIENT&requestId=2&_new_flow_=false&kolumnId=beskrivning" class="tabell-lenk" title="Klicka på pilen för att sortera listan efter kontohändelse i bokstavsordning." onclick="onLinkClick(this)">Kontohändelse <img src="images/ikon_sortering.gif" height="5" width="10" alt="Klicka på pilen för att sortera listan efter kontohändelse i bokstavsordning."></a></span></th>
+
+
+ <th class="tabell-huvud" width="15%" align="right" scope="col"><span class="tabell-kolumnrubrik"> <a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=SORTERA_SKYDDTIDIGLISTA_CLIENT&requestId=2&_new_flow_=false&kolumnId=belopp" class="tabell-lenk" title="Klicka på pilen för att sortera listan i beloppsordning." onclick="onLinkClick(this)">Belopp <img src="images/ikon_sortering.gif" height="5" width="10" alt="Klicka på pilen för att sortera listan i beloppsordning."></a></span></th>
+ </tr>
+
+
+
+
+ <tr>
+ <td class="tabell-cell-topp"><span style="white-space: nowrap"></span></td>
+ <td class="tabell-cell-topp"><span style="white-space: nowrap">08-07-17</span></td>
+ <td class="tabell-cell-topp">SKYDDAT BELOPP </td>
+ <td class="tabell-cell-topp" align="right"><span style="white-space: nowrap">-34,95</span></td>
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell-botten"><span style="white-space: nowrap"></span></td>
+ <td class="tabell-cell-botten"><span style="white-space: nowrap">08-07-16</span></td>
+ <td class="tabell-cell-botten">SKYDDAT BELOPP </td>
+ <td class="tabell-cell-botten" align="right"><span style="white-space: nowrap">-87,00</span></td>
+ </tr>
+
+
+ </table>
+
+
+
+
+
+
+
+
+
+<table cellspacing="0" class="tabell" style="clear: both; width: 100%">
+ <h3 class="mellanrubrik">De senaste transaktionerna</h3>
+ <tr>
+ <th class="tabell-huvud" width="22%" align="left" scope="col"><span class="tabell-kolumnrubrik"> <a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=SORTERA_KONTOTRANSAKTIONER_CLIENT&requestId=2&_new_flow_=false&kolumnId=datumBokforing" class="tabell-lenk" title="Klicka på pilen för att sortera listan i datumordning." onclick="onLinkClick(this)">Bokföringsdatum <img src="images/ikon_sortering.gif" height="5" width="10" alt="Klicka på pilen för att sortera listan i datumordning."></a></span></th>
+
+ <th class="tabell-huvud" width="17%" align="left" scope="col"><span class="tabell-kolumnrubrik"> <a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=SORTERA_KONTOTRANSAKTIONER_CLIENT&requestId=2&_new_flow_=false&kolumnId=datum" class="tabell-lenk" title="Klicka på pilen för att sortera listan i datumordning." onclick="onLinkClick(this)">Trans.datum <img src="images/ikon_sortering.gif" height="5" width="10" alt="Klicka på pilen för att sortera listan i datumordning."></a></span></th>
+
+
+
+ <th class="tabell-huvud" width="26%" align="left" scope="col"><span class="tabell-kolumnrubrik"> <a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=SORTERA_KONTOTRANSAKTIONER_CLIENT&requestId=2&_new_flow_=false&kolumnId=beskrivning" class="tabell-lenk" title="Klicka på pilen för att sortera listan efter kontohändelse i bokstavsordning." onclick="onLinkClick(this)">Kontohändelse <img src="images/ikon_sortering.gif" height="5" width="10" alt="Klicka på pilen för att sortera listan efter kontohändelse i bokstavsordning."></a></span></th>
+
+ <th class="tabell-huvud" width="5%" align="left" scope="col"><span class="tabell-kolumnrubrik"> </span>
+ </th>
+
+ <th class="tabell-huvud" width="15%" align="right" scope="col"><span class="tabell-kolumnrubrik"> <a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=SORTERA_KONTOTRANSAKTIONER_CLIENT&requestId=2&_new_flow_=false&kolumnId=belopp" class="tabell-lenk" title="Klicka på pilen för att sortera listan i beloppsordning." onclick="onLinkClick(this)">Belopp <img src="images/ikon_sortering.gif" height="5" width="10" alt="Klicka på pilen för att sortera listan i beloppsordning."></a></span></th>
+
+
+
+ <th class="tabell-huvud" width="15%" align="right" scope="col">
+
+ <span class="tabell-kolumnrubrik">
+
+ Saldo
+ </span>
+ </th>
+
+
+
+ </tr>
+
+
+
+
+
+
+
+
+
+ <tr>
+ <td class="tabell-cell-topp"><span style="white-space: nowrap">08-07-17</span></td>
+ <td class="tabell-cell-topp">08-07-16 </td>
+
+ <td class="tabell-cell-topp">RESTAURANG VASAS </td>
+ <td class="tabell-cell-topp"> </td>
+ <td class="tabell-cell-topp" align="right"><span style="white-space: nowrap">-60,00</span></td>
+
+
+ <td class="tabell-cell-topp" align="right"><span style="white-space: nowrap">1 873,61</span></td>
+
+
+
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell"><span style="white-space: nowrap">08-07-17</span></td>
+
+ <td class="tabell-cell">08-07-15 </td>
+ <td class="tabell-cell">L�ASSASSINO </td>
+ <td class="tabell-cell"> </td>
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">-58,00</span></td>
+
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">1 933,61</span></td>
+
+
+
+ </tr>
+
+
+ <tr>
+
+ <td class="tabell-cell"><span style="white-space: nowrap">08-07-17</span></td>
+ <td class="tabell-cell">08-07-16 </td>
+ <td class="tabell-cell">Something </td>
+ <td class="tabell-cell"> </td>
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">-29,00</span></td>
+
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">1 991,61</span></td>
+
+
+
+
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell"><span style="white-space: nowrap">08-07-17</span></td>
+ <td class="tabell-cell">08-07-16 </td>
+ <td class="tabell-cell">Something </td>
+ <td class="tabell-cell"> </td>
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">-130,00</span></td>
+
+
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">2 020,61</span></td>
+
+
+
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell"><span style="white-space: nowrap">08-07-17</span></td>
+ <td class="tabell-cell">08-07-16 </td>
+ <td class="tabell-cell">Something </td>
+ <td class="tabell-cell"> </td>
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">2 000,00</span></td>
+
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">2 150,61</span></td>
+
+
+
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell"><span style="white-space: nowrap">08-07-16</span></td>
+ <td class="tabell-cell">08-07-15 </td>
+ <td class="tabell-cell">Something </td>
+
+ <td class="tabell-cell"> </td>
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">-149,00</span></td>
+
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">150,61</span></td>
+
+
+
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell"><span style="white-space: nowrap">08-07-16</span></td>
+ <td class="tabell-cell">08-07-15 </td>
+
+ <td class="tabell-cell">Something </td>
+ <td class="tabell-cell"> </td>
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">-3 684,00</span></td>
+
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">299,61</span></td>
+
+
+
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell"><span style="white-space: nowrap">08-07-16</span></td>
+
+ <td class="tabell-cell">08-07-15 </td>
+ <td class="tabell-cell">Something </td>
+ <td class="tabell-cell"> </td>
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">-113,20</span></td>
+
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">3 983,61</span></td>
+
+
+
+ </tr>
+
+
+ <tr>
+
+ <td class="tabell-cell"><span style="white-space: nowrap">08-07-16</span></td>
+ <td class="tabell-cell">08-07-12 </td>
+ <td class="tabell-cell">Something </td>
+ <td class="tabell-cell"> </td>
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">-206,00</span></td>
+
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">4 096,81</span></td>
+
+
+
+
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell"><span style="white-space: nowrap">08-07-15</span></td>
+ <td class="tabell-cell">08-07-14 </td>
+ <td class="tabell-cell">Something </td>
+ <td class="tabell-cell"> </td>
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">-65,00</span></td>
+
+
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">4 302,81</span></td>
+
+
+
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell"><span style="white-space: nowrap">08-07-15</span></td>
+ <td class="tabell-cell">08-07-15 </td>
+ <td class="tabell-cell">Something </td>
+ <td class="tabell-cell"> </td>
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">2 000,00</span></td>
+
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">4 367,81</span></td>
+
+
+
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell"><span style="white-space: nowrap">08-07-14</span></td>
+ <td class="tabell-cell">08-07-13 </td>
+ <td class="tabell-cell">Something </td>
+
+ <td class="tabell-cell"> </td>
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">-203,00</span></td>
+
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">2 367,81</span></td>
+
+
+
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell"><span style="white-space: nowrap">08-07-14</span></td>
+ <td class="tabell-cell">08-07-12 </td>
+
+ <td class="tabell-cell">Something </td>
+ <td class="tabell-cell"> </td>
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">-120,00</span></td>
+
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">2 570,81</span></td>
+
+
+
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell"><span style="white-space: nowrap">08-07-14</span></td>
+
+ <td class="tabell-cell">08-07-11 </td>
+ <td class="tabell-cell">Something </td>
+ <td class="tabell-cell"> </td>
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">-258,00</span></td>
+
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">2 690,81</span></td>
+
+
+
+ </tr>
+
+
+ <tr>
+
+ <td class="tabell-cell"><span style="white-space: nowrap">08-07-14</span></td>
+ <td class="tabell-cell">08-07-10 </td>
+ <td class="tabell-cell">Something </td>
+ <td class="tabell-cell"> </td>
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">-83,00</span></td>
+
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">2 948,81</span></td>
+
+
+
+
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell"><span style="white-space: nowrap">08-07-14</span></td>
+ <td class="tabell-cell">08-07-12 </td>
+ <td class="tabell-cell">Something </td>
+ <td class="tabell-cell"> </td>
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">-200,00</span></td>
+
+
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">3 031,81</span></td>
+
+
+
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell"><span style="white-space: nowrap">08-07-14</span></td>
+ <td class="tabell-cell">08-07-11 </td>
+ <td class="tabell-cell">Something </td>
+ <td class="tabell-cell"> </td>
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">-172,00</span></td>
+
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">3 231,81</span></td>
+
+
+
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell"><span style="white-space: nowrap">08-07-14</span></td>
+ <td class="tabell-cell">08-07-11 </td>
+ <td class="tabell-cell">Something </td>
+
+ <td class="tabell-cell"> </td>
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">-58,00</span></td>
+
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">3 403,81</span></td>
+
+
+
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell"><span style="white-space: nowrap">08-07-14</span></td>
+ <td class="tabell-cell">08-07-11 </td>
+
+ <td class="tabell-cell">Something </td>
+ <td class="tabell-cell"> </td>
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">-58,00</span></td>
+
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">3 461,81</span></td>
+
+
+
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell-botten"><span style="white-space: nowrap">08-07-14</span></td>
+
+ <td class="tabell-cell-botten">08-07-14 </td>
+ <td class="tabell-cell-botten">Something </td>
+ <td class="tabell-cell-botten"> </td>
+ <td class="tabell-cell-botten" align="right"><span style="white-space: nowrap">-3 000,00</span></td>
+
+
+ <td class="tabell-cell-botten" align="right"><span style="white-space: nowrap">3 519,81</span></td>
+
+
+
+ </tr>
+ <tr>
+
+<td colspan="6"> </td>
+</tr><tr>
+<td colspan="6" class="tabell-fot" align="right">
+<form name="pagingtag_form1" id="pagingtag_form1" method="post" action="/bviPrivat/privat?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=TILLBAKA_TILL_KONTOINFORMATION_CLIENT&requestId=2&_new_flow_=false" >F�reg�ende <span class="avskiljare">|</span>
+1-20 <span class="avskiljare">|</span>
+<a href="/bviPrivat/privat?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=TILLBAKA_TILL_KONTOINFORMATION_CLIENT&requestId=2&_new_flow_=false&paging_transaktionVB=20" title="Visa">21-40</a> <span class="avskiljare">|</span>
+<a href="/bviPrivat/privat?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=TILLBAKA_TILL_KONTOINFORMATION_CLIENT&requestId=2&_new_flow_=false&paging_transaktionVB=40" title="Visa">41-57</a> <span class="avskiljare">|</span>
+<a href="/bviPrivat/privat?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=TILLBAKA_TILL_KONTOINFORMATION_CLIENT&requestId=2&_new_flow_=false&paging_transaktionVB=20" title="Visa">N�sta</a> <span class="avskiljare">|</span>
+
+<a href="/bviPrivat/privat?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=TILLBAKA_TILL_KONTOINFORMATION_CLIENT&requestId=2&_new_flow_=false&paging_transaktionVB=-1" title="Visar alla rader">Visa alla</a></form>
+</td>
+</tr>
+
+
+
+
+ </table>
+</div>
+
+
+<div class="sektion-fot">
+ <div class="knappar">
+ <form id="tillbakaForm" name="tillbakaForm" method="post" action="/bviPrivat/privat?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=%23&requestId=2&_new_flow_=false">
+
+
+ <input type="button" name="tillbaka" value="Tillbaka" onclick="document.getElementById('tillbakaForm').action='/bviPrivat/privat?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=VISA_STARTSIDA_PRE_CLIENT&requestId=2&_new_flow_=false',onButtonClick('tillbakaForm', null)" class="knapp" title="Tillbaka till föregående sida">
+
+ <input type="button" class="knapp" title="Sidan öppnas i utskriftsvänligt format i nytt fönster." value="Skriv ut" onClick="window.open('/bviPrivat/privat?index=0&SID_ID=tdeappl%2Fengagemang%2Fstartsida&TDEApplName=TDEApplEngagemang&_new_flow_=false&_flow_id_=VISA_KONTOINFORMATION_PRE_CLIENT&OldWindowSessId=1216315294361547915&doNotRunPaketeringsnavigator=true&requestId=0&print=yes','Utskrift','toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=790,height=570,left=20,top=20'); return false;">
+ </form>
+ </div>
+</div>
+
+</div>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!-- tilleggsobjekt sida start FunkBotten-->
+
+
+
+
+
+
+<!-- tilleggsobjekt sida end FunkBotten -->
+
+
+
+ </td>
+
+
+ <td class="sidspalt-marginal"> </td>
+ <td class="sidspalt2b">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!-- tilleggsobjekt sida start StodTopp-->
+
+
+
+
+
+
+<!-- tilleggsobjekt sida end StodTopp -->
+
+
+
+
+
+
+
+
+<div class="sektion info">
+
+ <div class="sektion-huvud">
+ <h3 class="mellanrubrik">Information</h3>
+ </div>
+ <div class="sektion-innehall">
+
+
+
+
+
+
+
+
+
+
+
+
+ <p class="brodtext"> <p>Kontohistoriken visar information upp till 13 månader tillbaka i tiden. De senaste kontohändelserna visas först. För att se alla kontohändelser 13 månader tillbaka i tiden måste du hämta dessa i omgångar. Detta gör du genom att klicka på länken Hämta fler.</p><p>Vid kortköp/uttag i annan valuta än SEK tillkommer ett administrativt påslag om 1,5 procent på valutakursen. Detta påslag inkluderas i det redovisade beloppet.</p></p>
+
+
+
+
+ </div>
+</div>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!-- tilleggsobjekt sida start StodBotten-->
+
+
+
+
+
+
+<!-- tilleggsobjekt sida end StodBotten -->
+
+
+
+
+ </td>
+
+ </tr>
+
+</table>
+
+ </td></tr></table>
+</div>
+
+
+ <div class="sidfot"><span>© Swedbank AB (publ)</span></div>
+</body></html>
+
+
+
+
+
+
+
\ No newline at end of file
Added: trunk/tests/PHPSaves/Parser/_files/threeTransactions.html
==============================================================================
--- (empty file)
+++ trunk/tests/PHPSaves/Parser/_files/threeTransactions.html Fri Aug 22 09:12:10 2008
@@ -0,0 +1,694 @@
+
+
+
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<html><head><title>Swedbank AB (publ)</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+
+ <link href="jsp/portal/css/swedbank_riw_000.css" rel="stylesheet" type="text/css" media="screen, projection">
+ <link href="jsp/portal/css/swedbank_riw_print.css" rel="stylesheet" type="text/css" media="print">
+ <link href="jsp/portal/css/swedbank_ib_000.css" rel="stylesheet" type="text/css" media="screen, projection">
+ <link href="jsp/portal/css/swedbank_ib_print.css" rel="stylesheet" type="text/css" media="print">
+
+
+
+
+ <script language="JavaScript" src="jsp/portal/js/generell.js" type="text/javascript"></script>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<script language="JavaScript" type="text/javascript" src="jsp/tdeappl/meny/js/menucomponent.js"></script>
+<script language="JavaScript" type="text/javascript" src="jsp/tdeappl/meny/js/mainmenu_wrapper.js"></script>
+<script language="JavaScript" type="text/javascript" src="jsp/tdeappl/meny/js/menudefinitionportal.mainMenu_sv_SE.js"></script>
+
+
+
+
+
+
+<script language="JavaScript" type="text/javascript">
+ var sessionId = '1216315294361547915';
+ var requestId = '2';
+ Tillvalstjenster.removeItem(objItems.Tillvalstjenster_vbvmcsc);
+ Tillvalstjenster.removeItem(objItems.Tillvalstjenster_MobilaTjenster_Avbestella);
+ Tillvalstjenster.removeItem(objItems.Tillvalstjenster_BestellKod);
+ objItems.Tillvalstjenster_BestellTelefonbanken.action='../bviPrivat/privat?TDEApplName=TDEApplTbAvtalAdm&_flow_id_=TBAVTALADM_BESTELL_TB_PRE_CLIENT&_new_flow_=true&menuId=Tillvalstjenster_BestellTelefonbanken';
+ objItems.Tillvalstjenster_BankernasId.action='../bviPrivat/privat?TDEApplName=TDEApplBidt&_flow_id_=LISTA_BANKID_PRE_CLIENT&_new_flow_=true&menuId=Tillvalstjenster_BankernasId';
+ SparaPlacera.removeItem(objItems.SparaPlacera_Verdepapper);
+ objItems.BetalaOverfora_Oversikt_Historiska.action='../bviPrivat/privat?TDEApplName=TDEApplBetalatransaktion&_flow_id_=VISA_HISTORISKA_OVERFORINGAR_PRECLIENT&_new_flow_=true&menuId=BetalaOverfora_Oversikt_Historiska';
+ objItems.BetalaOverfora_Oversikt_Aktuella.action='../bviPrivat/privat?TDEApplName=TDEApplBetalatransaktion&_flow_id_=VISA_AKTUELLA_OVERFORINGAR_PRECLIENT&_new_flow_=true&menuId=BetalaOverfora_Oversikt_Aktuella';
+ BetalaOverfora.removeItem(objItems.BetalaOverfora_Kontantkortsladdning_Anslut);
+ objItems.BetalaOverfora_Mottagarlistor.action='../bviPrivat/privat?TDEApplName=TDEApplExterntkonto&_flow_id_=VISA_BETALNINGSMOTTAGARE_REGISTER_PRE_CLIENT&_new_flow_=true&menuId=BetalaOverfora_Mottagarlistor';
+ objItems.BetalaOverfora_BetalaRekning.action='../bviPrivat/privat?TDEApplName=TDEApplBetalning&_flow_id_=BETALA_REGISTRERINGSUPPGIFTER_PRE_CLIENT&_new_flow_=true&menuId=BetalaOverfora_BetalaRekning';
+ BetalaOverfora.removeItem(objItems.BetalaOverfora_Anmelan);
+ objItems.Startsida_Dokument.action='../bviPrivat/privat?TDEApplName=TDEApplDokumenthantering&_flow_id_=VISA_DOKUMENTLISTA_AKTUELLA_PRECLIENT&_new_flow_=true&menuId=Startsida_Dokument';
+ mainMenu.removeTopLevelMenu('Favoriter');
+</script>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<script type="text/javascript" language="JavaScript" src="jsp/portal/js/fonsterhantering.js"></script>
+
+<script type="text/javascript" language="JavaScript1.2" src="jsp/portal/js/tdepres.js"></script>
+
+ <script language="JavaScript" type="text/javascript">
+ var tTimeoutTextAktivitetsrad = 'min till automatisk utloggning p� grund av inaktivitet'
+ var tLocaleParameter = 'sv_SE';
+ var active = true;
+ checkWindowOpener(); var time = new Date();
+ var portalUrl = 'https://internetbank.swedbank.se/bviPrivat/privat?';
+ var sessionTimeoutValue = 900000;
+ time = time.setTime(time.getTime() + sessionTimeoutValue);
+ ID=window.setTimeout("timeout("+time+","+active+",'"+tLocaleParameter+"');", 1000);
+ timeoutUpdateOpenerWindow(time);
+ var bankid = '08999';
+ var sessionId = '1216315294361547915';
+
+ var hattId = "198402155710|198402155710|08999";
+
+ </script>
+
+</head><body class="swedbank" lang="sv" >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div id="page-header">
+
+<!-- header_top.jsp -->
+ <div id="global-func">
+ <ul>
+
+
+ <li class="first"><a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplDialogeninstellningKund&_flow_id_=INSTELLNING_VISA_ANPASSNING_PRE_CLIENT&requestId=2&_new_flow_=false" accesskey="0" title="Anpassa format. Alt-0" onclick="onLinkClick(this)">Anpassa</a></li>
+ <li><a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplMeny&_flow_id_=VISA_INNEHALLSKARTA_CLIENT&requestId=2&_new_flow_=false" accesskey="3" title="Innehåll. Alt-3" onclick="onLinkClick(this)">Innehåll</a></li>
+ <li><a href="javascript:fsbOppnaFonster('jsp/portal/tiles/helpLink.jsp?pageId=tdeappl/engagemang/kontoinformation&portalnamn=BvIPrivat','Hjelp',700,700,'scrollbars=yes,resizable=yes,status=no,menubar=no,directories=no,toolbar=yes,location=no');" title="Hjälp. Alt-6" accesskey="6">Hjälp</a></li>
+
+ <li class="last"><a href="javascript:fsbOppnaFonster('http://www.swedbank.se/sst/inf/out/infOutWww/0,2608,5830,00.html','KontaktaOss',600,700,'scrollbars=yes,resizable=yes,status=no,menubar=no,directories=no,toolbar=yes,location=no');" title="Kontakta oss. Alt-7" accesskey="7">Kontakta oss</a></li>
+
+
+
+
+
+
+
+ <li class="logout"><a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplDialogenmassmeddelande&_flow_id_=HEMTA_DRIFTMEDDELANDE_UTLOGGNING_PRE_CLIENT&requestId=2&bankid=08999&_new_flow_=false" title="Logga ut." onclick="onLinkClick(this)">Logga ut</a></li>
+
+ </ul>
+ <span class="current-time">2008-07-17 19:21</span>
+ </div>
+
+ <img class="logo" src="images/swedbank/logo/08999.gif" alt="Logotyp Swedbank AB (publ)"/>
+
+</div>
+
+
+
+
+
+
+
+
+
+
+
+<div id="nav">
+ <script type="text/javascript" language="JavaScript">writeMainMenu();</script>
+ <div id="page-nav">
+
+ <h2 class="sidrubrik">Kontohistorik</h2>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<ul>
+ <li class="first selected">
+ <span>
+ Kontohistorik
+ </span>
+ </li>
+
+ <li class="last">
+ <a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=VISA_INLAN_KONTOVILLKOR_PRE_CLIENT&requestId=2&_new_flow_=false" title="Gå till kontovillkor" onclick="onLinkClick(this)">Kontovillkor</a>
+ </li>
+</ul>
+
+
+
+ </div>
+ <div id="user-info">
+
+
+ <ul>
+
+ <li class="user">USERNAME</li>
+
+ <li class="organisation"> </li>
+
+ </ul>
+ </div>
+
+</div>
+
+
+
+
+<div class="sidinnehall"><a href="#" accesskey="s"></a>
+<table class="sidinnehall-tabell" cellspacing="0"><tr><td class="sidinnehall-tabell-cell">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<table width="100%" cellspacing="0">
+ <tr>
+ <td class="sidspalt2a">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!-- tilleggsobjekt sida start FunkTopp-->
+
+
+
+
+
+
+
+
+<!-- tilleggsobjekt sida end FunkTopp -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div class="sektion">
+
+ <div class="sektion-huvud">
+ <h3 class="mellanrubrik">Privatkonto 9999-9,999 999 999-9</h3>
+ </div>
+
+ <div class="sektion-innehall2">
+ <table width="100%" cellspacing="0" class="tabell" style="margin-top: 1em">
+ <tr>
+ <td align="left" class="infotext2"><form id="form_byt_konto" name="form_byt_konto" method="post" action="/bviPrivat/privat?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=BYT_KONTO_PRE_CLIENT&requestId=2&_new_flow_=false">
+ <select name="index" id="index">
+<option value="">Välj konto</option>
+ <option value="0">Privatkonto 9999-9,999 999 999-9</option>
+
+<option value="1">e-sparkonto 9999-9,999 999 999-9</option>
+</select>
+ <input type="button" name="byt_konto" value="Byt konto" onclick="document.getElementById('form_byt_konto').action='/bviPrivat/privat?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=BYT_KONTO_PRE_CLIENT&requestId=2&_new_flow_=false',onButtonClick('form_byt_konto', null)" class="knapp" title="Byt konto i rullistan">
+ </form></td>
+ </table>
+
+
+
+ <table cellspacing="0" class="tabell" style="clear: both; width: 100%">
+ <tr>
+ <th class="tabell-huvud" style="width: 20%" align="left"></th>
+
+ <th class="tabell-huvud" style="width: 15%" align="left"></th>
+ <th class="tabell-huvud" style="width: 40%" align="left"> </th>
+ <th class="tabell-huvud" style="width: 25%" align="right"><span class="tabell-kolumnrubrik"> Belopp </span></th>
+ </tr>
+
+ <tr>
+ <td class="tabell-cell-topp ingen-botten"> </td>
+ <td class="tabell-cell-topp ingen-botten"> </td>
+ <td class="tabell-cell-topp" scope="row">Saldo</td>
+
+ <td class="tabell-cell-topp" align="right">1 873,61</td>
+ </tr>
+
+
+
+
+
+
+
+
+ <tr>
+ <td class="tabell-cell ingen-botten"> </td>
+ <td class="tabell-cell ingen-botten"> </td>
+ <td class="tabell-cell ingen-botten" scope="row">Skyddat belopp</td>
+ <td class="tabell-cell ingen-botten" align="right">
+ -121,95
+ </td>
+
+ </tr>
+
+
+
+
+
+ <tr>
+ <td class="tabell-cell-summering2 ingen-botten"> </td>
+ <td class="tabell-cell-summering2 ingen-botten"> </td>
+ <td class="tabell-cell-summering" scope="row">Tillgängligt belopp</td>
+ <td class="tabell-cell-summering" align="right">1 751,66</td>
+ </tr>
+
+
+ </table>
+
+
+
+
+
+
+
+ <table cellspacing="0" class="tabell" style="clear: both; width: 100%">
+ <h3 class="mellanrubrik">Reserverade belopp</h3>
+ <tr>
+ <th class="tabell-huvud" width="22%" align="left" scope="col"><span class="tabell-kolumnrubrik"> <a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=SORTERA_SKYDDTIDIGLISTA_CLIENT&requestId=2&_new_flow_=false&kolumnId=datum" class="tabell-lenk" title="Klicka på pilen för att sortera listan i datumordning." onclick="onLinkClick(this)">Bokföringsdatum <img src="images/ikon_sortering.gif" alt="Klicka på pilen för att sortera listan i datumordning."></a></span></th>
+
+ <th class="tabell-huvud" width="33%" align="left" scope="col" title="Transaktionsdatum"><span class="tabell-kolumnrubrik">
+ Trans.datum
+ </span></th>
+
+ <th class="tabell-huvud" width="35%" align="left" scope="col"><span class="tabell-kolumnrubrik"> <a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=SORTERA_SKYDDTIDIGLISTA_CLIENT&requestId=2&_new_flow_=false&kolumnId=beskrivning" class="tabell-lenk" title="Klicka på pilen för att sortera listan efter kontohändelse i bokstavsordning." onclick="onLinkClick(this)">Kontohändelse <img src="images/ikon_sortering.gif" height="5" width="10" alt="Klicka på pilen för att sortera listan efter kontohändelse i bokstavsordning."></a></span></th>
+
+
+ <th class="tabell-huvud" width="15%" align="right" scope="col"><span class="tabell-kolumnrubrik"> <a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=SORTERA_SKYDDTIDIGLISTA_CLIENT&requestId=2&_new_flow_=false&kolumnId=belopp" class="tabell-lenk" title="Klicka på pilen för att sortera listan i beloppsordning." onclick="onLinkClick(this)">Belopp <img src="images/ikon_sortering.gif" height="5" width="10" alt="Klicka på pilen för att sortera listan i beloppsordning."></a></span></th>
+ </tr>
+
+
+
+
+ <tr>
+ <td class="tabell-cell-topp"><span style="white-space: nowrap"></span></td>
+ <td class="tabell-cell-topp"><span style="white-space: nowrap">08-07-17</span></td>
+ <td class="tabell-cell-topp">SKYDDAT BELOPP </td>
+ <td class="tabell-cell-topp" align="right"><span style="white-space: nowrap">-34,95</span></td>
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell-botten"><span style="white-space: nowrap"></span></td>
+ <td class="tabell-cell-botten"><span style="white-space: nowrap">08-07-16</span></td>
+ <td class="tabell-cell-botten">SKYDDAT BELOPP </td>
+ <td class="tabell-cell-botten" align="right"><span style="white-space: nowrap">-87,00</span></td>
+ </tr>
+
+
+ </table>
+
+
+
+
+
+
+
+
+
+<table cellspacing="0" class="tabell" style="clear: both; width: 100%">
+ <h3 class="mellanrubrik">De senaste transaktionerna</h3>
+ <tr>
+ <th class="tabell-huvud" width="22%" align="left" scope="col"><span class="tabell-kolumnrubrik"> <a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=SORTERA_KONTOTRANSAKTIONER_CLIENT&requestId=2&_new_flow_=false&kolumnId=datumBokforing" class="tabell-lenk" title="Klicka på pilen för att sortera listan i datumordning." onclick="onLinkClick(this)">Bokföringsdatum <img src="images/ikon_sortering.gif" height="5" width="10" alt="Klicka på pilen för att sortera listan i datumordning."></a></span></th>
+
+ <th class="tabell-huvud" width="17%" align="left" scope="col"><span class="tabell-kolumnrubrik"> <a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=SORTERA_KONTOTRANSAKTIONER_CLIENT&requestId=2&_new_flow_=false&kolumnId=datum" class="tabell-lenk" title="Klicka på pilen för att sortera listan i datumordning." onclick="onLinkClick(this)">Trans.datum <img src="images/ikon_sortering.gif" height="5" width="10" alt="Klicka på pilen för att sortera listan i datumordning."></a></span></th>
+
+
+
+ <th class="tabell-huvud" width="26%" align="left" scope="col"><span class="tabell-kolumnrubrik"> <a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=SORTERA_KONTOTRANSAKTIONER_CLIENT&requestId=2&_new_flow_=false&kolumnId=beskrivning" class="tabell-lenk" title="Klicka på pilen för att sortera listan efter kontohändelse i bokstavsordning." onclick="onLinkClick(this)">Kontohändelse <img src="images/ikon_sortering.gif" height="5" width="10" alt="Klicka på pilen för att sortera listan efter kontohändelse i bokstavsordning."></a></span></th>
+
+ <th class="tabell-huvud" width="5%" align="left" scope="col"><span class="tabell-kolumnrubrik"> </span>
+ </th>
+
+ <th class="tabell-huvud" width="15%" align="right" scope="col"><span class="tabell-kolumnrubrik"> <a href="?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=SORTERA_KONTOTRANSAKTIONER_CLIENT&requestId=2&_new_flow_=false&kolumnId=belopp" class="tabell-lenk" title="Klicka på pilen för att sortera listan i beloppsordning." onclick="onLinkClick(this)">Belopp <img src="images/ikon_sortering.gif" height="5" width="10" alt="Klicka på pilen för att sortera listan i beloppsordning."></a></span></th>
+
+
+
+ <th class="tabell-huvud" width="15%" align="right" scope="col">
+
+ <span class="tabell-kolumnrubrik">
+
+ Saldo
+ </span>
+ </th>
+
+
+
+ </tr>
+
+
+
+
+
+
+
+
+
+ <tr>
+ <td class="tabell-cell-topp"><span style="white-space: nowrap">08-07-17</span></td>
+ <td class="tabell-cell-topp">08-07-16 </td>
+
+ <td class="tabell-cell-topp">RESTAURANG VASAS </td>
+ <td class="tabell-cell-topp"> </td>
+ <td class="tabell-cell-topp" align="right"><span style="white-space: nowrap">-60,00</span></td>
+
+
+ <td class="tabell-cell-topp" align="right"><span style="white-space: nowrap">1 873,61</span></td>
+
+
+
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell"><span style="white-space: nowrap">08-07-14</span></td>
+ <td class="tabell-cell">08-07-12 </td>
+ <td class="tabell-cell">SJ KUNDBOKNING I </td>
+ <td class="tabell-cell"> </td>
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">-200,00</span></td>
+
+
+
+ <td class="tabell-cell" align="right"><span style="white-space: nowrap">3 031,81</span></td>
+
+
+
+ </tr>
+
+
+ <tr>
+ <td class="tabell-cell-botten"><span style="white-space: nowrap">08-07-14</span></td>
+
+ <td class="tabell-cell-botten">08-07-14 </td>
+ <td class="tabell-cell-botten">�vf via internet 810599042562398 </td>
+ <td class="tabell-cell-botten"> </td>
+ <td class="tabell-cell-botten" align="right"><span style="white-space: nowrap">-3 000,00</span></td>
+
+
+ <td class="tabell-cell-botten" align="right"><span style="white-space: nowrap">3 519,81</span></td>
+
+
+
+ </tr>
+ <tr>
+
+<td colspan="6"> </td>
+</tr><tr>
+<td colspan="6" class="tabell-fot" align="right">
+<form name="pagingtag_form1" id="pagingtag_form1" method="post" action="/bviPrivat/privat?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=TILLBAKA_TILL_KONTOINFORMATION_CLIENT&requestId=2&_new_flow_=false" >F�reg�ende <span class="avskiljare">|</span>
+1-20 <span class="avskiljare">|</span>
+<a href="/bviPrivat/privat?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=TILLBAKA_TILL_KONTOINFORMATION_CLIENT&requestId=2&_new_flow_=false&paging_transaktionVB=20" title="Visa">21-40</a> <span class="avskiljare">|</span>
+<a href="/bviPrivat/privat?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=TILLBAKA_TILL_KONTOINFORMATION_CLIENT&requestId=2&_new_flow_=false&paging_transaktionVB=40" title="Visa">41-57</a> <span class="avskiljare">|</span>
+<a href="/bviPrivat/privat?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=TILLBAKA_TILL_KONTOINFORMATION_CLIENT&requestId=2&_new_flow_=false&paging_transaktionVB=20" title="Visa">N�sta</a> <span class="avskiljare">|</span>
+
+<a href="/bviPrivat/privat?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=TILLBAKA_TILL_KONTOINFORMATION_CLIENT&requestId=2&_new_flow_=false&paging_transaktionVB=-1" title="Visar alla rader">Visa alla</a></form>
+</td>
+</tr>
+
+
+
+
+ </table>
+</div>
+
+
+<div class="sektion-fot">
+ <div class="knappar">
+ <form id="tillbakaForm" name="tillbakaForm" method="post" action="/bviPrivat/privat?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=%23&requestId=2&_new_flow_=false">
+
+
+ <input type="button" name="tillbaka" value="Tillbaka" onclick="document.getElementById('tillbakaForm').action='/bviPrivat/privat?WindowSessId=1216315294361547915&TDEApplName=TDEApplEngagemang&_flow_id_=VISA_STARTSIDA_PRE_CLIENT&requestId=2&_new_flow_=false',onButtonClick('tillbakaForm', null)" class="knapp" title="Tillbaka till föregående sida">
+
+ <input type="button" class="knapp" title="Sidan öppnas i utskriftsvänligt format i nytt fönster." value="Skriv ut" onClick="window.open('/bviPrivat/privat?index=0&SID_ID=tdeappl%2Fengagemang%2Fstartsida&TDEApplName=TDEApplEngagemang&_new_flow_=false&_flow_id_=VISA_KONTOINFORMATION_PRE_CLIENT&OldWindowSessId=1216315294361547915&doNotRunPaketeringsnavigator=true&requestId=0&print=yes','Utskrift','toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=790,height=570,left=20,top=20'); return false;">
+ </form>
+ </div>
+</div>
+
+</div>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!-- tilleggsobjekt sida start FunkBotten-->
+
+
+
+
+
+
+<!-- tilleggsobjekt sida end FunkBotten -->
+
+
+
+ </td>
+
+
+ <td class="sidspalt-marginal"> </td>
+ <td class="sidspalt2b">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!-- tilleggsobjekt sida start StodTopp-->
+
+
+
+
+
+
+<!-- tilleggsobjekt sida end StodTopp -->
+
+
+
+
+
+
+
+
+<div class="sektion info">
+
+ <div class="sektion-huvud">
+ <h3 class="mellanrubrik">Information</h3>
+ </div>
+ <div class="sektion-innehall">
+
+
+
+
+
+
+
+
+
+
+
+
+ <p class="brodtext"> <p>Kontohistoriken visar information upp till 13 månader tillbaka i tiden. De senaste kontohändelserna visas först. För att se alla kontohändelser 13 månader tillbaka i tiden måste du hämta dessa i omgångar. Detta gör du genom att klicka på länken Hämta fler.</p><p>Vid kortköp/uttag i annan valuta än SEK tillkommer ett administrativt påslag om 1,5 procent på valutakursen. Detta påslag inkluderas i det redovisade beloppet.</p></p>
+
+
+
+
+ </div>
+</div>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!-- tilleggsobjekt sida start StodBotten-->
+
+
+
+
+
+
+<!-- tilleggsobjekt sida end StodBotten -->
+
+
+
+
+ </td>
+
+ </tr>
+
+</table>
+
+ </td></tr></table>
+</div>
+
+
+ <div class="sidfot"><span>© Swedbank AB (publ)</span></div>
+</body></html>
+
+
+
+
+
+
+
\ No newline at end of file