Skip to content

Commit

Permalink
sisis: Bremen: detect already completed login and login failure
Browse files Browse the repository at this point in the history
  • Loading branch information
benibela committed Dec 20, 2023
1 parent ecb1b04 commit 902a26d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions data/libraries/templates/sisis/template
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,17 @@
</table></div>
<table class="data" id="holdings_">{$request := ()}</table><!--see below???-->
<div class="data"><div class="account-display-title"/>{$request := ()}</div> <!-- touchpoint 6 -->
<div class="box error">{vl:raise(.)}</div>
<div class="container-fluid"> <!-- bremen -->
<div class="tableheader">{$request := ()}
</div>
</div>
<div class="error">{vl:raise(.)}</div>
</t:switch>
</pattern>
<page url="{$request}">
<template><t:switch prioritized="true">
<body>
<form id="LoginBean" t:optional="true">
<form t:condition="(@id,@name)='LoginBean'" t:optional="true">
<t:switch>
<div class="error">{vl:raise-login()}</div>
<span class="error">{vl:raise-login()}</span>
Expand Down

0 comments on commit 902a26d

Please sign in to comment.