- Timestamp:
- 8 Mar 2012, 19:00:51 (13 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt
r7714 r7811 11 11 <img src="" tal:attributes="src view/passport_url" /> 12 12 13 <table i18n:domain="waeup. sirp" class="form-table">13 <table i18n:domain="waeup.kofa" class="form-table"> 14 14 <tbody> 15 15 <tal:block repeat="widget view/widgets"> … … 41 41 </tbody> 42 42 </table> 43 <h3 i18n:domain="waeup. sirp" i18n:translate="">43 <h3 i18n:domain="waeup.kofa" i18n:translate=""> 44 44 Acceptance Fee Payment Tickets 45 45 </h3> 46 <table i18n:domain="waeup. sirp">46 <table i18n:domain="waeup.kofa"> 47 47 <thead> 48 48 <tr> -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicanteditpage.pt
r7737 r7811 1 1 <form action="." tal:attributes="action request/URL" method="post" 2 i18n:domain="waeup. sirp" enctype="multipart/form-data">2 i18n:domain="waeup.kofa" enctype="multipart/form-data"> 3 3 4 4 <h2> -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantregemailsent.pt
r7710 r7811 1 <div i18n:domain="waeup. sirp">1 <div i18n:domain="waeup.kofa"> 2 2 <p> 3 3 <span i18n:translate=""> An email with your user name and password … … 10 10 </p> 11 11 <p i18n:translate=""> 12 Thanks for using SIRP!12 Thanks for using Kofa! 13 13 </p> 14 14 </div> -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantregister.pt
r7737 r7811 1 1 <form action="." tal:attributes="action request/URL" method="post" 2 i18n:domain="waeup. sirp" enctype="multipart/form-data">2 i18n:domain="waeup.kofa" enctype="multipart/form-data"> 3 3 4 4 <table class="form-table"> -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantscontainermanagepage.pt
r7737 r7811 1 1 <form action="." tal:attributes="action request/URL" method="POST" 2 i18n:domain="waeup. sirp" class="edit-form" enctype="multipart/form-data">2 i18n:domain="waeup.kofa" class="edit-form" enctype="multipart/form-data"> 3 3 4 4 <ul class="tabs" data-tabs="tabs"> -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantsrootmanagepage.pt
r7710 r7811 1 1 <form action="." tal:attributes="action request/URL" 2 i18n:domain="waeup. sirp" method="POST" enctype="multipart/form-data">2 i18n:domain="waeup.kofa" method="POST" enctype="multipart/form-data"> 3 3 <ul class="tabs" data-tabs="tabs"> 4 4 <li class="active"> -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantsrootpage.pt
r7710 r7811 1 <table i18n:domain="waeup. sirp">1 <table i18n:domain="waeup.kofa"> 2 2 <thead> 3 3 <tr> … … 11 11 <tr tal:repeat="entry context/values" class="gradeC"> 12 12 <td tal:content="entry/year">Year 13 </td> 13 </td> 14 14 <td tal:content="entry/__name__">CODE 15 15 </td>
Note: See TracChangeset for help on using the changeset viewer.