- Timestamp:
- 13 Nov 2014, 14:40:27 (10 years ago)
- Location:
- main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba
- Files:
-
- 23 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/changepw.pt
r8777 r11949 1 1 <form action="." tal:attributes="action request/URL" method="post" 2 i18n:domain="waeup. kofa" enctype="multipart/form-data">2 i18n:domain="waeup.ikoba" enctype="multipart/form-data"> 3 3 4 4 <table class="form-table"> … … 18 18 19 19 <p i18n:translate="email_address_problem"> 20 Enter the email address stored in Kofa.20 Enter the email address stored in Ikoba. 21 21 You can't change your email address here. 22 22 If you've forgotten your email address or the email 23 address stored in Kofa is wrong or no longer valid,23 address stored in Ikoba is wrong or no longer valid, 24 24 use the enquiries form to request a change 25 25 of address. -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/configurationmanagepage.pt
r11254 r11949 1 1 <form action="." tal:attributes="action request/URL" method="POST" 2 enctype="multipart/form-data" i18n:domain="waeup. kofa">2 enctype="multipart/form-data" i18n:domain="waeup.ikoba"> 3 3 <ul class="tabs nav nav-tabs" data-tabs="tabs"> 4 4 <li class="active"> … … 27 27 <div id="tab2" class="tab-pane"> 28 28 <br /> 29 <table class=" kofa-data-table dataTableManage">29 <table class="ikoba-data-table dataTableManage"> 30 30 <thead> 31 31 <tr> -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/datacenterexportpage.pt
r11947 r11949 37 37 <br /><br /> 38 38 39 <table i18n:domain="waeup. kofa" class="table table-condensed table-hover">39 <table i18n:domain="waeup.ikoba" class="table table-condensed table-hover"> 40 40 <thead> 41 41 <tr> -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/datacenterfinishedpage.pt
r11460 r11949 4 4 imports. The files contain the imported datasets. 5 5 </p> 6 <table i18n:domain="waeup. kofa" class="kofa-data-table dataTableFiles">6 <table i18n:domain="waeup.ikoba" class="ikoba-data-table dataTableFiles"> 7 7 <thead> 8 8 <tr> -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/datacenterimport1page.pt
r11254 r11949 1 <h3 i18n:domain="waeup. kofa" i18n:translate="">Step 1</h3>2 <p i18n:domain="waeup. kofa" i18n:translate="">1 <h3 i18n:domain="waeup.ikoba" i18n:translate="">Step 1</h3> 2 <p i18n:domain="waeup.ikoba" i18n:translate=""> 3 3 Using batch processing you can mass-create, mass-update, or 4 4 mass-remove datasets from the database using CSV files. 5 5 </p> 6 <p i18n:domain="waeup. kofa" i18n:translate="">6 <p i18n:domain="waeup.ikoba" i18n:translate=""> 7 7 Please select a file for processing from the list below. 8 8 </p> 9 <form i18n:domain="waeup. kofa" method="POST">9 <form i18n:domain="waeup.ikoba" method="POST"> 10 10 <table class="table"> 11 11 <thead> -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/datacenterimport2page.pt
r11254 r11949 1 <h3 i18n:domain="waeup. kofa" i18n:translate="">Step 2</h3>2 <form i18n:domain="waeup. kofa" method="POST">1 <h3 i18n:domain="waeup.ikoba" i18n:translate="">Step 2</h3> 2 <form i18n:domain="waeup.ikoba" method="POST"> 3 3 <p> 4 4 <b i18n:translate="">File:</b> -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/datacenterimport3page.pt
r11254 r11949 1 <div i18n:domain="waeup. kofa" i18n:translate=""1 <div i18n:domain="waeup.ikoba" i18n:translate="" 2 2 class="alert alert-success" tal:condition="not: view/getWarnings"> 3 3 Header fields OK 4 4 </div> 5 5 6 <h3 i18n:domain="waeup. kofa" i18n:translate="">Step 3</h3>7 <form i18n:domain="waeup. kofa">6 <h3 i18n:domain="waeup.ikoba" i18n:translate="">Step 3</h3> 7 <form i18n:domain="waeup.ikoba"> 8 8 <p i18n:translate=""> 9 9 Eventually modify headerfields of import file below. -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/datacenterimport4page.pt
r11254 r11949 1 <h3 i18n:domain="waeup. kofa" i18n:translate="">Step 4</h3>2 <p i18n:domain="waeup. kofa" i18n:translate="">1 <h3 i18n:domain="waeup.ikoba" i18n:translate="">Step 4</h3> 2 <p i18n:domain="waeup.ikoba" i18n:translate=""> 3 3 Batch processing finished. 4 4 </p> 5 <p i18n:domain="waeup. kofa">5 <p i18n:domain="waeup.ikoba"> 6 6 <b i18n:translate="">File:</b> <span tal:content="view/filename">Filename.csv</span> 7 7 </p> 8 <p i18n:domain="waeup. kofa">8 <p i18n:domain="waeup.ikoba"> 9 9 <b i18n:translate="">Processor:</b> 10 10 <span tal:content="view/importer/name">Importer Name</span> 11 11 </p> 12 <p i18n:domain="waeup. kofa">12 <p i18n:domain="waeup.ikoba"> 13 13 <b i18n:translate="">Processing mode: </b> 14 14 <span tal:content="view/mode">mode</span> 15 15 </p> 16 <form method="POST" i18n:domain="waeup. kofa">16 <form method="POST" i18n:domain="waeup.ikoba"> 17 17 <input class="btn btn-primary" type="submit" name="finish" 18 18 tal:attributes="value view/back_button" /> -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/datacenterlogspage.pt
r11863 r11949 1 <div i18n:domain="waeup. kofa" tal:define="files view/files">1 <div i18n:domain="waeup.ikoba" tal:define="files view/files"> 2 2 <p i18n:translate="" tal:condition="not: files"> 3 3 Currently no log files are available. -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/datacentermanagepage.pt
r11254 r11949 1 <form i18n:domain="waeup. kofa" method="POST">1 <form i18n:domain="waeup.ikoba" method="POST"> 2 2 3 3 <br /> -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/datacenterpage.pt
r11460 r11949 1 <p i18n:domain="waeup. kofa" i18n:translate="">1 <p i18n:domain="waeup.ikoba" i18n:translate=""> 2 2 The data center helps you to manage portal data. You can upload CSV 3 3 files here, which will be available for import afterwards. 4 4 </p> 5 5 6 <p i18n:domain="waeup. kofa">6 <p i18n:domain="waeup.ikoba"> 7 7 <b i18n:translate="">Storage path:</b> 8 8 <span tal:content="context/storage">/foo/bar</span> … … 10 10 11 11 <form action="." tal:attributes="action request/URL" method="post" 12 i18n:domain="waeup. kofa" enctype="multipart/form-data">13 <table i18n:domain="waeup. kofa" class="kofa-data-table dataTableManageFiles">12 i18n:domain="waeup.ikoba" enctype="multipart/form-data"> 13 <table i18n:domain="waeup.ikoba" class="ikoba-data-table dataTableManageFiles"> 14 14 <thead> 15 15 <tr> -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/datacenteruploadpage.pt
r11558 r11949 70 70 <h2 i18n:translate="">Available Processors (Importers)</h2> 71 71 72 <table i18n:domain="waeup. kofa" class="table table-condensed">72 <table i18n:domain="waeup.ikoba" class="table table-condensed"> 73 73 <thead> 74 74 <tr> -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/default_waeup_display_form.pt
r8114 r11949 1 <table class="form-table" i18n:domain="waeup. kofa"1 <table class="form-table" i18n:domain="waeup.ikoba" 2 2 tal:define="files provider:files"> 3 3 <tbody> -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/fileupload.pt
r11569 r11949 1 <tr i18n:domain="waeup. kofa" tal:condition = "viewlet/show_viewlet">1 <tr i18n:domain="waeup.ikoba" tal:condition = "viewlet/show_viewlet"> 2 2 <td class="fieldname"> 3 3 <span tal:replace="viewlet/label">FILENAME</span>: -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/loginpage.pt
r11254 r11949 1 <form i18n:domain="waeup. kofa" method="post" class="form-horizontal">1 <form i18n:domain="waeup.ikoba" method="post" class="form-horizontal"> 2 2 <br /> 3 3 <div class="form-group"> -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/myrolespage.pt
r7811 r11949 1 <h3 i18n:domain="waeup. kofa"1 <h3 i18n:domain="waeup.ikoba" 2 2 i18n:translate="">My Portal Roles:</h3> 3 <table i18n:domain="waeup. kofa" class="form-table">3 <table i18n:domain="waeup.ikoba" class="form-table"> 4 4 <tr tal:repeat="role view/getSiteRoles"> 5 5 <td> … … 9 9 </table> 10 10 11 <h3 i18n:domain="waeup. kofa"11 <h3 i18n:domain="waeup.ikoba" 12 12 i18n:translate="">My Local Roles:</h3> 13 13 <table class="form-table"> -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/notfound.pt
r7811 r11949 1 <h2 i18n:domain="waeup. kofa" i18n:translate="">1 <h2 i18n:domain="waeup.ikoba" i18n:translate=""> 2 2 The page you are trying to access is not available. 3 3 </h2> 4 4 5 <div i18n:domain="waeup. kofa">5 <div i18n:domain="waeup.ikoba"> 6 6 <b i18n:translate="">Please note the following:</b></div> 7 <div i18n:domain="waeup. kofa">7 <div i18n:domain="waeup.ikoba"> 8 8 <ol class="list"> 9 9 <li i18n:translate=""> -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/reportscontainercreate.pt
r11254 r11949 1 <form i18n:domain="waeup. kofa" method="POST">1 <form i18n:domain="waeup.ikoba" method="POST"> 2 2 <p i18n:translate=""> 3 3 Here you can create reports representing portal data. Please pick -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/reportscontainerpage.pt
r11254 r11949 1 <table i18n:domain="waeup. kofa" class="table">1 <table i18n:domain="waeup.ikoba" class="table"> 2 2 <thead> 3 3 <tr> … … 47 47 </tbody> 48 48 </table> 49 <form method="POST" i18n:domain="waeup. kofa">49 <form method="POST" i18n:domain="waeup.ikoba"> 50 50 <a tal:attributes="href python:view.url(context, 'create')" 51 51 class="btn btn-primary" i18n:translate=""> -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/staffsitelayout.pt
r11947 r11949 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" i18n:domain="waeup. kofa">2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" i18n:domain="waeup.ikoba"> 3 3 <head> 4 4 5 5 <!-- Diazo element--> 6 6 <title i18n:translate=""> 7 WAeUP. Kofa - Student Management System7 WAeUP.Ikoba - Student Management System 8 8 </title> 9 9 <!-- /Diazo element--> … … 20 20 21 21 <!-- Diazo element--> 22 <body class=" kofa-body">22 <body class="ikoba-body"> 23 23 24 24 <!-- Diazo element--> 25 <a class=" kofa-brand-link" href="#"25 <a class="ikoba-brand-link" href="#" 26 26 tal:attributes="href python: view.url(layout.site)" 27 27 tal:content="layout/getAppAcronym">ACRONYM … … 30 30 31 31 <!-- Diazo element--> 32 <ul class="nav kofa-navbar-left">32 <ul class="nav ikoba-navbar-left"> 33 33 <tal:primary_nav content="structure provider:primary_nav" /> 34 34 </ul> … … 36 36 37 37 <!-- Diazo element--> 38 <ul class="nav secondary-nav kofa-navbar-right">38 <ul class="nav secondary-nav ikoba-navbar-right"> 39 39 <li tal:condition="not: layout/isAuthenticated"> 40 40 <a href="#" i18n:translate="" … … 75 75 <div class="sidebar well"> 76 76 <div tal:condition="layout/isAuthenticated"> 77 <div class=" kofa-sidebar-title" tal:content="layout/getUserTitle">USERNAME</div>77 <div class="ikoba-sidebar-title" tal:content="layout/getUserTitle">USERNAME</div> 78 78 <ul class="nav"> 79 79 <tal:left content="structure provider:left_manage" /> … … 84 84 85 85 <!-- Diazo element--> 86 <div class=" kofa-content">86 <div class="ikoba-content"> 87 87 <div class="actionbar" tal:condition="provider:actionbar"> 88 88 <tal:actionbar content="structure provider:actionbar" /> … … 106 106 </ul> 107 107 </div> 108 <h1 class=" kofa-content-label"108 <h1 class="ikoba-content-label" 109 109 tal:condition="view/label|nothing" 110 110 tal:content="structure view/label">LABEL</h1> -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/studentsitelayout.pt
r11947 r11949 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml" i18n:domain="waeup. kofa">2 <html xmlns="http://www.w3.org/1999/xhtml" i18n:domain="waeup.ikoba"> 3 3 <head> 4 4 <title i18n:translate=""> 5 WAeUP. Kofa - Student Management System5 WAeUP.Ikoba - Student Management System 6 6 </title> 7 7 <!--base href="http://localhost:8080/app/@@page" … … 10 10 <meta name="robots" content="index, follow" /> 11 11 <link rel="stylesheet" media="only screen and (max-device-width: 480px)" 12 tal:attributes="href python: view.url(layout.site, '@@/waeup. kofa.browser/mobile.css')"12 tal:attributes="href python: view.url(layout.site, '@@/waeup.ikoba.browser/mobile.css')" 13 13 type="text/css" /> 14 14 <link rel="alternate" type="application/rss+xml" title="RSS" … … 19 19 20 20 <!-- Diazo element--> 21 <body class=" kofa-body">21 <body class="ikoba-body"> 22 22 23 23 <!-- Diazo element--> 24 <a class=" kofa-brand-link" href="#"24 <a class="ikoba-brand-link" href="#" 25 25 tal:attributes="href python: view.url(layout.site)" 26 26 tal:content="layout/getAppAcronym">ACRONYM</a> … … 28 28 29 29 <!-- Diazo element--> 30 <ul class="nav kofa-navbar-left">30 <ul class="nav ikoba-navbar-left"> 31 31 <tal:primary_nav content="structure provider:primary_nav" /> 32 32 </ul> … … 34 34 35 35 <!-- Diazo element--> 36 <ul class="nav secondary-nav kofa-navbar-right">36 <ul class="nav secondary-nav ikoba-navbar-right"> 37 37 <li tal:condition="not: layout/isAuthenticated"> 38 38 <a href="#" i18n:translate="" … … 71 71 72 72 <!-- Diazo element--> 73 <div class=" kofa-content">73 <div class="ikoba-content"> 74 74 <div class="actionbar" tal:condition="provider:actionbar"> 75 75 <tal:actionbar content="structure provider:actionbar" /> … … 92 92 </ul> 93 93 </div> 94 <h1 class=" kofa-content-label"94 <h1 class="ikoba-content-label" 95 95 tal:condition="view/label|nothing" 96 96 tal:content="structure view/label">Label</h1> -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/usereditformpage.pt
r11947 r11949 1 1 <form action="." tal:attributes="action request/URL" method="post" 2 i18n:domain="waeup. kofa" enctype="multipart/form-data"2 i18n:domain="waeup.ikoba" enctype="multipart/form-data" 3 3 autocomplete="off"> 4 4 -
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/userscontainerpage.pt
r11254 r11949 1 <table i18n:domain="waeup. kofa" class="kofa-data-table dataTable">1 <table i18n:domain="waeup.ikoba" class="ikoba-data-table dataTable"> 2 2 <thead> 3 3 <tr>
Note: See TracChangeset for help on using the changeset viewer.