Changeset 7707 for main/waeup.sirp/trunk/src/waeup/sirp/browser/templates
- Timestamp:
- 27 Feb 2012, 08:38:38 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser/templates
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/departmentpage.pt
r7706 r7707 1 <ul 1 <ul i18n:domain="waeup.sirp" class="tabs" data-tabs="tabs"> 2 2 <li class="active"><a href="#tab-1"> 3 3 <span i18n:translate="">Courses</span></a> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/facultymanagepage.pt
r7669 r7707 1 <form action="." tal:attributes="action request/URL" method="POST" enctype="multipart/form-data"> 1 <form action="." tal:attributes="action request/URL" 2 i18n:domain="waeup.sirp" method="POST" enctype="multipart/form-data"> 2 3 <ul class="tabs" data-tabs="tabs"> 3 4 <li tal:attributes="class view/tab1"> 4 5 <a href="#tab-1"> 5 <span >Settings6 <span i18n:translate="">Settings 6 7 </span></a> 7 8 </li> 8 9 <li tal:attributes="class view/tab2"> 9 10 <a href="#tab-2"> 10 <span tal:content="view/subunits">C ontents11 <span tal:content="view/subunits">CONTENTS 11 12 </span> </a> 12 13 </li> 13 14 <li tal:attributes="class view/tab3"> 14 15 <a href="#tab-3"> 15 <span i18n:translate=" local_roles">Local Roles16 <span i18n:translate="">Local Roles 16 17 </span></a> 17 18 </li> … … 26 27 <span tal:condition="widget/required">* 27 28 </span> 28 <span tal:content="widget/label"> label29 <span tal:content="widget/label">LABEL 29 30 </span>: 30 31 </td> … … 34 35 </span> 35 36 <tal:error tal:condition="widget/error"> 36 <span tal:replace="structure widget/error"> error37 <span tal:replace="structure widget/error">ERROR 37 38 </span> 38 39 </tal:error> 39 40 <tal:hint tal:condition="widget/hint"> 40 <span tal:content="structure widget/hint"> hint41 <span tal:content="structure widget/hint">HINT 41 42 </span> 42 43 </tal:hint> </td> … … 53 54 </div> 54 55 <div id="tab-2" tal:attributes="class view/tab2"> 55 <h3 tal:content="view/subunits">D epartments</h3>56 <h3 tal:content="view/subunits">DEPARTMENTS</h3> 56 57 <table> 57 58 <thead> … … 59 60 <th> 60 61 </th> 61 <th >Code62 <th i18n:translate="">Code 62 63 </th> 63 <th >Title64 <th i18n:translate="">Title 64 65 </th> 65 66 </tr> … … 89 90 <th> 90 91 </th> 91 <th >User Id92 <th i18n:translate="">User Id 92 93 </th> 93 <th >Name94 <th i18n:translate="">Name 94 95 </th> 95 <th >Local Role96 <th i18n:translate="">Local Role 96 97 </th> 97 98 </tr> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/facultypage.pt
r7674 r7707 6 6 <thead> 7 7 <tr> 8 <th i18n:translate=" code">Code</th>9 <th i18n:translate=" title">Title</th>8 <th i18n:translate="">Code</th> 9 <th i18n:translate="">Title</th> 10 10 </tr> 11 11 </thead> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/loginpage.pt
r7464 r7707 1 <form method="post">1 <form i18n:domain="waeup.sirp" method="post"> 2 2 <table id="login" class="form-table" summary="Table for entering login information"> 3 3 <tbody> 4 4 <tr> 5 <td class="fieldname">5 <td i18n:translate="" class="fieldname"> 6 6 User Name or Id: 7 7 </td> … … 11 11 </tr> 12 12 <tr> 13 <td class="fieldname">13 <td i18n:translate="" class="fieldname"> 14 14 Password: 15 15 </td> … … 22 22 <td> </td> 23 23 <td> 24 <font color="red"> Notice: User names, Ids and passwords are case sensitive.</font>24 <font i18n:translate="" color="red"> Notice: User names, Ids and passwords are case sensitive.</font> 25 25 </td> 26 26 </tr> … … 28 28 </table> 29 29 <input type="hidden" name="camefrom" tal:attributes="value view/camefrom" /> 30 <input class="btn primary" type="submit" name="SUBMIT" value="Login" /> 30 <input class="btn primary" type="submit" name="SUBMIT" 31 tal:attributes="value view/login_button" /> 31 32 32 33 33 34 <br /><br /><br /> 34 35 35 <p >Don't forget to logout or exit your browser when you're done.36 If you are having trouble logging in, make sure to enable cookies in your web browser.36 <p i18n:translate="login_trouble1">Don't forget to logout or exit your browser when you're done. 37 If you are having trouble logging in, make sure to enable cookies in your web browser. 37 38 </p> 38 <p>You don't have an account because you are a fresh student, or your student record has just been created? 39 Acquire a Password Access Code (PWD) and inititialize your student account 40 <strong><a href ="setpassword"> here</a></strong>. 41 </p> <p> Or simply forgot your student id or password? Then request a new password 42 <strong><a href ="changepw"> here</a></strong>. 39 <p i18n:translate="login_trouble2"> 40 You don't have an account because you are a fresh student, or your student record has just been created? 41 Acquire a Password Access Code (PWD) and inititialize your student account 42 <strong><a href ="setpassword"> here</a></strong>. 43 43 </p> 44 45 46 44 <p i18n:translate="login_trouble3"> Or simply forgot your student id or password? Then request a new password 45 <strong><a href="changepw"> here</a></strong>. 46 </p> 47 47 </form> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/myrolespage.pt
r7669 r7707 1 <h3 i18n:translate="my_portal_roles">My Portal Roles:</h3> 2 <table class="form-table"> 1 <h3 i18n:domain="waeup.sirp" 2 i18n:translate="">My Portal Roles:</h3> 3 <table i18n:domain="waeup.sirp" class="form-table"> 3 4 <tr tal:repeat="role view/getSiteRoles"> 4 5 <td> … … 8 9 </table> 9 10 10 <h3 i18n:translate="my_local_roles">My Local Roles:</h3> 11 <h3 i18n:domain="waeup.sirp" 12 i18n:translate="">My Local Roles:</h3> 11 13 <table class="form-table"> 12 14 <tr tal:repeat="role view/getLocalRoles"> 13 <td valign="top" ><span tal:content="role" >ROLE</span>:</td> 15 <td valign="top" > 16 <span tal:content="role">ROLE</span>:</td> 14 17 <td> 15 18 <span tal:repeat="object python:view.getLocalRoles[role]"> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/notfound.pt
r7459 r7707 1 <h2 >2 The page you are trying to access is not available 1 <h2 i18n:domain="waeup.sirp" i18n:translate=""> 2 The page you are trying to access is not available. 3 3 </h2> 4 4 5 <div><b>Please note the following:</b></div> 6 <div> 5 <div i18n:domain="waeup.sirp"> 6 <b i18n:translate="">Please note the following:</b></div> 7 <div i18n:domain="waeup.sirp"> 7 8 <ol class="list"> 8 <li >9 You might have misspelled the URL 9 <li i18n:translate=""> 10 You might have misspelled the URL. 10 11 </li> 11 <li >12 You might be trying to access a non-existing page 12 <li i18n:translate=""> 13 You might be trying to access a non-existing page. 13 14 </li> 14 15 </ol> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/searchpage.pt
r7464 r7707 2 2 <input type="text" name="query" 3 3 tal:attributes="value view/query" /> 4 <input class="btn primary" type="submit" name="SUBMIT" value="Search" /> 4 <input class="btn primary" type="submit" name="SUBMIT" 5 tal:attributes="value view/search_button"/> 5 6 </form> 6 7 <br /> 7 <span tal:condition="view/hitlist">8 <h3 >Search Results</h3>8 <span i18n:domain="waeup.sirp" tal:condition="view/hitlist"> 9 <h3 i18n:translate="">Search Results</h3> 9 10 <table class="display dataTable"> 10 11 <thead> 11 12 <tr> 12 <th >Code</th>13 <th >Title</th>14 <th >Type</th>13 <th i18n:translate="">Code</th> 14 <th i18n:translate="">Title</th> 15 <th i18n:translate="">Type</th> 15 16 </tr> 16 17 </thead> … … 19 20 <td> 20 21 <a href="" tal:attributes="href item/url" 21 tal:content="item/code">C ode</a>22 tal:content="item/code">CODE</a> 22 23 </td> 23 24 <td tal:content="item/title"> 24 T itle25 TITLE 25 26 </td> 26 27 <td tal:content="item/type"> 27 T ype28 TTYPE 28 29 </td> 29 30 </tr> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/showstudentspage.pt
r7692 r7707 1 <table class="display dataTable">1 <table i18n:domain="waeup.sirp" class="display dataTable"> 2 2 <thead> 3 3 <tr> 4 <th>Student Id</th><th>Fullname</th> 5 <th>Status</th> 6 <th>Certificate</th> 7 <th>Current Session</th> 8 <th>Current Level</th> 4 <th i18n:translate="">Student Id</th> 5 <th i18n:translate="">Fullname</th> 6 <th i18n:translate="">Status</th> 7 <th i18n:translate="">Certificate</th> 8 <th i18n:translate="">Current Session</th> 9 <th i18n:translate="">Current Level</th> 9 10 </tr> 10 11 </thead> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/staffsitelayout.pt
r7677 r7707 20 20 <a class="brand" href="#" 21 21 tal:attributes="href python: view.url(layout.site)" 22 tal:content="layout/getAppAcronym">A cronym</a>22 tal:content="layout/getAppAcronym">ACRONYM</a> 23 23 <ul class="nav"> 24 24 <tal:primary_nav content="structure provider:primary_nav" /> … … 34 34 <a href="#" i18n:translate="" 35 35 tal:attributes="href python: view.url(layout.site, '@@contactadmin')"> 36 36 Contact 37 37 </a> 38 38 </li> 39 39 <li tal:condition="layout/isAuthenticated"> 40 40 <a href="#" i18n:translate="" 41 tal:attributes="href python: view.url(context, '@@logout')">Logout</a> 41 tal:attributes="href python: view.url(context, '@@logout')"> 42 Logout 43 </a> 42 44 </li> 43 45 </ul> … … 54 56 tal:condition="python: layout.isAuthenticated()" 55 57 tal:content="structure provider:breadcrumbs" /> 56 <span tal:condition="layout/getStudentName" class="wfstatus"> 57 Student Id: 58 <span tal:replace="python:context.getStudent().student_id">Id 58 <span 59 tal:condition="layout/getStudentName" class="wfstatus"> 60 <span i18n:translate="">Student Id:</span> 61 <span tal:replace="python:context.getStudent().student_id"> 62 ID 59 63 </span> 60 State: 61 <span tal:replace="python:context.getStudent().translated_state">State 64 <span i18n:translate="">State:</span> 65 <span tal:replace="python:context.getStudent().translated_state"> 66 STATE 62 67 </span> 63 68 </span> … … 68 73 <div class="well"> 69 74 <div tal:condition="layout/getStudentName"> 70 <h5 tal:content="layout/getStudentName">S tudent name</h5>75 <h5 tal:content="layout/getStudentName">STUDENTNAME</h5> 71 76 <ul> 72 77 <tal:left content="structure provider:left_studentmanage" /> … … 74 79 </div> 75 80 <div tal:condition="layout/isAuthenticated"> 76 <h5 tal:content="layout/getUserTitle">U sername</h5>81 <h5 tal:content="layout/getUserTitle">USERNAME</h5> 77 82 <ul> 78 83 <tal:left content="structure provider:left" /> … … 94 99 tal:define="status view/status|nothing" 95 100 tal:condition="status"> 96 Form Status: 101 <span i18n:translate=""> 102 Form Status: 103 </span> 97 104 <span tal:content="view/status"> 98 F orm status summary105 FORM STATUS SUMMARY 99 106 </span> 100 107 </div> 101 108 <h1 tal:condition="view/label|nothing" 102 tal:content="view/label">L abel</h1>109 tal:content="view/label">LABEL</h1> 103 110 <div tal:content="structure view/content"> THE CONTENT 104 111 </div> 105 112 <div class="footer"> 106 <p class="pull-right"><a href="#">Back to top</a></p>107 <p >113 <p class="pull-right"><a i18n:translate="" href="#">Back to top</a></p> 114 <p i18n:translate=""> 108 115 Student Information and Registration Portal<br /> 109 116 Copyright © WAeUP Group, 2008-2012 -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/studentsitelayout.pt
r7677 r7707 24 24 <a class="brand" href="#" 25 25 tal:attributes="href python: view.url(layout.site)" 26 tal:content="layout/getAppAcronym">A cronym</a>26 tal:content="layout/getAppAcronym">ACRONYM</a> 27 27 <ul class="nav"> 28 28 <tal:primary_nav content="structure provider:primary_nav" /> … … 44 44 <li tal:condition="layout/isAuthenticated"> 45 45 <a href="#" i18n:translate="" 46 tal:attributes="href python: view.url(context, '@@logout')">Logout</a> 46 tal:attributes="href python: view.url(context, '@@logout')"> 47 Logout 48 </a> 47 49 </li> 48 50 </ul> … … 61 63 tal:content="structure provider:breadcrumbs" /> 62 64 <span tal:condition="layout/getStudentName" class="wfstatus"> 63 <span tal:replace="python:context.getStudent().student_id">Id 65 <span tal:replace="python:context.getStudent().student_id"> 66 Id 64 67 </span> 65 68 | 66 <span tal:replace="python:context.getStudent().translated_state">State 69 <span tal:replace="python:context.getStudent().translated_state"> 70 State 67 71 </span> 68 72 </span> … … 80 84 tal:define="status view/status|nothing" 81 85 tal:condition="status"> 82 Form Status: 86 <span i18n:translate=""> 87 Form Status: 88 </span> 83 89 <span tal:content="view/status"> 84 F orm status summary90 FORM STATUS SUMMARY 85 91 </span> 86 92 </div> 87 93 <h1 tal:condition="view/label|nothing" 88 94 tal:content="view/label">Label</h1> 89 <div tal:content="structure view/content"> THE CONTENT 95 <div tal:content="structure view/content"> 96 THE CONTENT 90 97 </div> 91 98 <div class="footer"> 92 <p> 99 <p class="pull-right"><a i18n:translate="" href="#">Back to top</a></p> 100 <p i18n:translate=""> 93 101 Student Information and Registration Portal<br /> 94 102 Copyright © WAeUP Group, 2008-2012 -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/subobjectlist.pt
r7459 r7707 2 2 <thead> 3 3 <tr tal:repeat="viewlet viewletmanager/viewlets"> 4 <th tal:replace="structure viewlet/render"> 5 viewlet 4 <th tal:replace="structure viewlet/render">viewlet 6 5 </th> 7 6 </tr> … … 10 9 <tr tal:repeat="row viewletmanager/rows"> 11 10 <td tal:repeat="viewlet row"> 12 <div tal:replace="structure viewlet/render"> 13 viewlet 14 </div> 15 </td> 11 <div tal:replace="structure viewlet/render">viewlet 12 </div></td> 16 13 </tr> 17 14 </tbody> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/usereditformpage.pt
r7669 r7707 1 1 <form action="." tal:attributes="action request/URL" method="post" 2 enctype="multipart/form-data">2 i18n:domain="waeup.sirp" enctype="multipart/form-data"> 3 3 4 4 <table class="form-table"> … … 8 8 <td class="fieldname"> 9 9 <span tal:condition="widget/required">*</span> 10 <span tal:content="widget/label"> label</span>:10 <span tal:content="widget/label">LABEL</span>: 11 11 </td> 12 12 <td> … … 15 15 </span> 16 16 <tal:error tal:condition="widget/error"> 17 <span tal:replace="structure widget/error"> error</span>17 <span tal:replace="structure widget/error">ERROR</span> 18 18 </tal:error> 19 19 <tal:hint tal:condition="widget/hint"> 20 <span tal:content="structure widget/hint"> hint</span>20 <span tal:content="structure widget/hint">HINT</span> 21 21 </tal:hint> 22 22 </td> … … 24 24 </tal:block> 25 25 <tr> 26 <td class="fieldname">Password:</td>26 <td i18n:translate="" class="fieldname">Password:</td> 27 27 <td> 28 28 <input name="password" type="password" /> … … 30 30 </tr> 31 31 <tr> 32 <td class="fieldname">Retype password:</td>32 <td i18n:translate="" class="fieldname">Retype password:</td> 33 33 <td> 34 34 <input name="control_password" type="password" /> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/userscontainerpage.pt
r7465 r7707 1 <table >1 <table i18n:domain="waeup.sirp"> 2 2 <thead> 3 3 <tr> 4 <th >User ID</th>5 <th >Name</th>6 <th >Portal Roles</th>7 <th >Local Roles</th>4 <th i18n:translate="">User ID</th> 5 <th i18n:translate="">Name</th> 6 <th i18n:translate="">Portal Roles</th> 7 <th i18n:translate="">Local Roles</th> 8 8 <th></th> 9 9 </tr> … … 11 11 <tbody> 12 12 <tr tal:repeat="account context/values"> 13 <td tal:content="account/name">U ser name</td>14 <td tal:content="account/title">T itle</td>13 <td tal:content="account/name">USERNAME</td> 14 <td tal:content="account/title">TITLE</td> 15 15 <td tal:content="structure python:view.getSiteRoles(account)">SITE ROLES</td> 16 16 <td tal:content="structure python:view.getLocalRoles(account)">LOCAL ROLES</td> … … 19 19 <input type="hidden" name="userid" 20 20 tal:attributes="value account/name"/> 21 <input class="btn" type="submit" name="manage" value="manage" /> 22 <input class="btn" type="submit" name="delete" value="delete" /> 21 <input class="btn" type="submit" name="manage" 22 tal:attributes="value view/manage_button" /> 23 <input class="btn" type="submit" name="delete" 24 tal:attributes="value view/delete_button" /> 23 25 </form> 24 26 </td>
Note: See TracChangeset for help on using the changeset viewer.