Commit 9ae9c426 authored by Fabien Morin's avatar Fabien Morin

Update Track form to works !

Now it's possible to track a subscription form using the corresponding login and password

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23858 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e13e24f8
......@@ -49,8 +49,9 @@
<li><tal:block i18n:translate="" i18n:domain="ui">Type</tal:block> : <span class="value"><tal:block i18n:translate="" i18n:domain="ui" tal:content="here/getPortalType"></tal:block></span></li>\n
</ul>\n
<span class="onright">\n
<a class="home" tal:attributes="href python:context.getWebSiteValue().absolute_url()" href="./home" \n
<a class="home" tal:condition="python: context.EGov_checkUserIsAPersonOrOrganisation()==True" tal:attributes="href python:context.getWebSiteValue().absolute_url()" href="./home" \n
i18n:translate="" i18n:domain="ui">Home</a>\n
<a class="logout" tal:condition="python: context.EGov_checkUserIsAPersonOrOrganisation()==False " href="WebSite_logout" i18n:translate="" i18n:domain="ui">Logout</a> \n
<tal:block tal:condition="python: context.getPrintFormUrl() is not None">\n
<a class="print" href="DeclarationTVA_viewDeclarationTVAAsPdf"\n
tal:attributes="href python: context.getPrintFormUrl()" i18n:translate="" i18n:domain="ui">Print</a>\n
......
......@@ -59,16 +59,18 @@ Description:\n
<img alt="Track Application Logo" src="img/track_application.png"/>\n
<div class="fields">\n
<p><tal:block i18n:translate="" i18n:domain="ui">Application Number</tal:block></p>\n
<p><tal:block i18n:translate="" i18n:domain="ui">Password</tal:block></p>\n
</div>\n
<div class="fields">\n
<p><input type="text" size="20" name="application_number"/></p>\n
<p><input type="text" size="20" id="__ac_name" name="__ac_name" autocomplete="off"/></p>\n
<p><input type="password" size="20" id="password" name="__ac_password" autocomplete="off"/></p>\n
</div>\n
<div class="clear"></div>\n
<div id="track_button">\n
<input i18n:domain="ui" i18n:attributes="value" type="submit"\n
value="Track" name="EGov_goToDocument:method"/>\n
</div>\n
<div class="clear"></div>\n
</div>\n
<div class="clear"></div>\n
<div id="track_button">\n
<input i18n:domain="ui" i18n:attributes="value" type="submit"\n
name="WebSite_login:method"\n
value="Track"/>\n
</div>\n
<div class="clear"></div>\n
</div>\n
......
370
\ No newline at end of file
371
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment