Changeset 509 for WAeUP_SRP/trunk
- Timestamp:
- 12 Sep 2006, 21:07:44 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/types/StudentsFolder.xml
r486 r509 36 36 <permission value="View"/> 37 37 </action> 38 <action title="Apply for PUME" action_id="apply_admission" category="object"39 condition_expr="" url_expr="string:${object/absolute_url}/apply_admission"40 visible="True">41 <permission value="View"/>42 </action>43 <action title="Check Application Status" action_id="check_application"44 category="object"45 condition_expr=""46 url_expr="string:${object/absolute_url}/check_application" visible="False">47 <permission value="View"/>48 </action>49 38 <action title="action_edit" action_id="edit" category="object" 50 39 condition_expr="python:member and 'Manager' in member.getRoles()" -
WAeUP_SRP/trunk/profiles/default/types/University.xml
r503 r509 43 43 <action title="New content" action_id="new_content" category="object" 44 44 condition_expr="python:member and 'Manager' in member.getRoles()" 45 url_expr="string:${object_url}/folder_factories" visible=" True">45 url_expr="string:${object_url}/folder_factories" visible="False"> 46 46 <permission value="Modify portal content"/> 47 47 </action> -
WAeUP_SRP/trunk/skins/waeup_default/home.pt
r486 r509 5 5 <br /> 6 6 7 <p>This is the frontpage of the Student Registration Portal (SRP) which is part of the West African e-University Project. For further information see 8 <a href="" tal:attributes="href string:http://waeup.org">waeup.org</a>. So far it is working in backend mode only. 9 The Portal Administrator can add new members (create member records) and assign local roles to individual members. 10 Members can browse the varios academic sections. They can check, edit and approve Faculty, Department, Certificate, 11 Course and CertificateCourse records, if they got the respective role from the Portal Administrator.</p> 7 <p>This is the frontpage of Uniben's Student Registration Portal (SRP) which is part of the West African e-University Project. For further information see 8 <a href="" tal:attributes="href string:http://waeup.org">waeup.org</a>. </p> 9 10 <p>You've chosen the portal's 'back entrance' which is dedicated to university staff members to maintain the portal's database.</p> 11 12 <p>Portal Managers can add new Members (create member records) and assign local roles to individual members. Portal 13 Members can browse the various academic or the student sections. They can check, edit and approve Faculty, Department, Certificate, 14 Course and CertificateCourse records, if they got the respective role from a Portal Manager.</p> 12 15 13 16 <p>This site is best seen in Firefox browser.</p> -
WAeUP_SRP/trunk/skins/waeup_student/application_slip.pt
r499 r509 22 22 <table cellpadding="10em" cellspacing=""> 23 23 <tr> 24 <td valign="top"><span tal:content=" structure here/passport" /></td>24 <td valign="top"><span tal:content="here/downloadFile/passport" /></td> 25 25 <td> 26 26 -
WAeUP_SRP/trunk/skins/waeup_student/login_student.pt
r503 r509 6 6 tal:define="username request/username | request/__ac_name | nothing"> 7 7 8 <h 1 i18n:translate="heading_login_form">Log in</h1>8 <h3 i18n:translate="">Student Login</h3> 9 9 10 <form id=" loginForm" action="" method="post"10 <form id="" action="" method="post" 11 11 tal:attributes="action string:${base_url}logged_in"> 12 13 14 <p> To access the registration portal enter your Student Id and Password. </p> 15 16 <p>The <strong>Student Id</strong> has been automatically assigned by the portal after creation of 17 the student record. Do not confuse with your Registration or Matriculation Number!</p> 18 19 <p>During the admission and clearance process the <strong>Password</strong>, which has to be entered here, corresponds with the last 20 10 digits of your Access Card PIN. You cannot change the Password (or better Passnumber). After clearance you are requested to choose your own 21 password.</p> 22 23 <br /> 12 24 13 25 <table id="login" class="form" … … 17 29 <th> 18 30 <label for="username" 19 i18n:translate="label_ user_name">User name</label></th>31 i18n:translate="label_student_id">Student Id</label></th> 20 32 <td> 21 33 <input type="text" id="username" name="__ac_name" … … 33 45 </tbody> 34 46 </table> 35 47 36 48 <p class="buttonArea"> 37 49 <!-- ****** Enable the automatic redirect ***** --> … … 45 57 46 58 </form> 59 60 <br /> 47 61 48 62 <p i18n:translate="help_login_aware_logout"> -
WAeUP_SRP/trunk/skins/waeup_student/portlet_student_workflow_display.pt
r501 r509 1 <tal:block define="item nocall:options/context_obj; 2 info item/getContentInfo;"> 1 <tal:block define="mtool here/portal_membership; 2 utool nocall:here/portal_url; 3 portal_url utool; 4 member mtool/getAuthenticatedMember; 5 roles member/getRoles; 6 item nocall:options/context_obj; 7 info item/getContentInfo;" 8 condition="python:'Student' in roles 9 "> 3 10 11 12 4 13 <table class="registration"> 5 14
Note: See TracChangeset for help on using the changeset viewer.