Ignore:
Timestamp:
13 Nov 2014, 14:40:27 (10 years ago)
Author:
Henrik Bettermann
Message:

Change of name.

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  
    11<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">
    33
    44  <table class="form-table">
     
    1818
    1919  <p i18n:translate="email_address_problem">
    20     Enter the email address stored in Kofa.
     20    Enter the email address stored in Ikoba.
    2121    You can't change your email address here.
    2222    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,
    2424    use the enquiries form to request a change
    2525    of address.
  • main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/configurationmanagepage.pt

    r11254 r11949  
    11<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">
    33  <ul class="tabs nav nav-tabs" data-tabs="tabs">
    44    <li class="active">
     
    2727    <div id="tab2" class="tab-pane">
    2828      <br />
    29       <table class="kofa-data-table dataTableManage">
     29      <table class="ikoba-data-table dataTableManage">
    3030        <thead>
    3131          <tr>
  • main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/datacenterexportpage.pt

    r11947 r11949  
    3737<br /><br />
    3838
    39 <table i18n:domain="waeup.kofa" class="table table-condensed table-hover">
     39<table i18n:domain="waeup.ikoba" class="table table-condensed table-hover">
    4040  <thead>
    4141    <tr>
  • main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/datacenterfinishedpage.pt

    r11460 r11949  
    44  imports. The files contain the imported datasets.
    55</p>
    6 <table i18n:domain="waeup.kofa" class="kofa-data-table dataTableFiles">
     6<table i18n:domain="waeup.ikoba" class="ikoba-data-table dataTableFiles">
    77  <thead>
    88    <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="">
    33  Using batch processing you can mass-create, mass-update, or
    44  mass-remove datasets from the database using CSV files.
    55</p>
    6 <p i18n:domain="waeup.kofa" i18n:translate="">
     6<p i18n:domain="waeup.ikoba" i18n:translate="">
    77  Please select a file for processing from the list below.
    88</p>
    9 <form i18n:domain="waeup.kofa" method="POST">
     9<form i18n:domain="waeup.ikoba" method="POST">
    1010  <table class="table">
    1111    <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">
    33  <p>
    44    <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=""
    22  class="alert alert-success" tal:condition="not: view/getWarnings">
    33  Header fields OK
    44</div>
    55
    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">
    88  <p i18n:translate="">
    99    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="">
    33  Batch processing finished.
    44</p>
    5 <p i18n:domain="waeup.kofa">
     5<p i18n:domain="waeup.ikoba">
    66  <b i18n:translate="">File:</b> <span tal:content="view/filename">Filename.csv</span>
    77</p>
    8 <p i18n:domain="waeup.kofa">
     8<p i18n:domain="waeup.ikoba">
    99  <b i18n:translate="">Processor:</b>
    1010  <span tal:content="view/importer/name">Importer Name</span>
    1111</p>
    12 <p i18n:domain="waeup.kofa">
     12<p i18n:domain="waeup.ikoba">
    1313  <b i18n:translate="">Processing mode: </b>
    1414  <span tal:content="view/mode">mode</span>
    1515</p>
    16 <form method="POST" i18n:domain="waeup.kofa">
     16<form method="POST" i18n:domain="waeup.ikoba">
    1717  <input class="btn btn-primary" type="submit" name="finish"
    1818    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">
    22  <p i18n:translate="" tal:condition="not: files">
    33  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">
    22
    33  <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="">
    22The data center helps you to manage portal data. You can upload CSV
    33files here, which will be available for import afterwards.
    44</p>
    55
    6 <p i18n:domain="waeup.kofa">
     6<p i18n:domain="waeup.ikoba">
    77  <b i18n:translate="">Storage path:</b>
    88  <span tal:content="context/storage">/foo/bar</span>
     
    1010
    1111<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">
    1414      <thead>
    1515        <tr>
  • main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/datacenteruploadpage.pt

    r11558 r11949  
    7070<h2 i18n:translate="">Available Processors (Importers)</h2>
    7171
    72 <table i18n:domain="waeup.kofa" class="table table-condensed">
     72<table i18n:domain="waeup.ikoba" class="table table-condensed">
    7373  <thead>
    7474    <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"
    22  tal:define="files provider:files">
    33  <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">
    22  <td class="fieldname">
    33    <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">
    22  <br />
    33  <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"
    22    i18n:translate="">My Portal Roles:</h3>
    3 <table i18n:domain="waeup.kofa" class="form-table">
     3<table i18n:domain="waeup.ikoba" class="form-table">
    44<tr tal:repeat="role view/getSiteRoles">
    55    <td>
     
    99</table>
    1010
    11 <h3 i18n:domain="waeup.kofa"
     11<h3 i18n:domain="waeup.ikoba"
    1212    i18n:translate="">My Local Roles:</h3>
    1313<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="">
    22  The page you are trying to access is not available.
    33</h2>
    44
    5 <div i18n:domain="waeup.kofa">
     5<div i18n:domain="waeup.ikoba">
    66  <b i18n:translate="">Please note the following:</b></div>
    7 <div i18n:domain="waeup.kofa">
     7<div i18n:domain="waeup.ikoba">
    88  <ol class="list">
    99    <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">
    22  <p i18n:translate="">
    33    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">
    22  <thead>
    33    <tr>
     
    4747  </tbody>
    4848</table>
    49 <form method="POST" i18n:domain="waeup.kofa">
     49<form method="POST" i18n:domain="waeup.ikoba">
    5050  <a tal:attributes="href python:view.url(context, 'create')"
    5151     class="btn btn-primary" i18n:translate="">
  • main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/staffsitelayout.pt

    r11947 r11949  
    11<!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">
    33  <head>
    44
    55    <!-- Diazo element-->
    66    <title i18n:translate="">
    7       WAeUP.Kofa - Student Management System
     7      WAeUP.Ikoba - Student Management System
    88    </title> 
    99    <!-- /Diazo element-->
     
    2020
    2121  <!-- Diazo element-->
    22   <body class="kofa-body">
     22  <body class="ikoba-body">
    2323
    2424    <!-- Diazo element-->
    25     <a class="kofa-brand-link" href="#"
     25    <a class="ikoba-brand-link" href="#"
    2626        tal:attributes="href python: view.url(layout.site)"
    2727        tal:content="layout/getAppAcronym">ACRONYM
     
    3030
    3131    <!-- Diazo element-->
    32     <ul class="nav kofa-navbar-left">
     32    <ul class="nav ikoba-navbar-left">
    3333      <tal:primary_nav content="structure provider:primary_nav" />
    3434    </ul>
     
    3636
    3737    <!-- Diazo element-->
    38     <ul class="nav secondary-nav kofa-navbar-right">
     38    <ul class="nav secondary-nav ikoba-navbar-right">
    3939      <li tal:condition="not: layout/isAuthenticated">
    4040      <a href="#" i18n:translate=""
     
    7575    <div class="sidebar well">
    7676        <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>
    7878          <ul class="nav">
    7979            <tal:left content="structure provider:left_manage" />
     
    8484
    8585    <!-- Diazo element-->
    86     <div class="kofa-content">
     86    <div class="ikoba-content">
    8787      <div class="actionbar" tal:condition="provider:actionbar">
    8888        <tal:actionbar content="structure provider:actionbar" />&nbsp;
     
    106106        </ul>
    107107      </div>
    108       <h1 class="kofa-content-label"
     108      <h1 class="ikoba-content-label"
    109109          tal:condition="view/label|nothing"
    110110          tal:content="structure view/label">LABEL</h1>
  • main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/studentsitelayout.pt

    r11947 r11949  
    11<!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">
    33  <head>
    44    <title i18n:translate="">
    5       WAeUP.Kofa - Student Management System
     5      WAeUP.Ikoba - Student Management System
    66    </title>
    77    <!--base href="http://localhost:8080/app/@@page"
     
    1010    <meta name="robots" content="index, follow" />
    1111    <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')"
    1313        type="text/css" />
    1414    <link rel="alternate" type="application/rss+xml" title="RSS"
     
    1919
    2020  <!-- Diazo element-->
    21   <body class="kofa-body">
     21  <body class="ikoba-body">
    2222
    2323    <!-- Diazo element-->
    24     <a class="kofa-brand-link" href="#"
     24    <a class="ikoba-brand-link" href="#"
    2525        tal:attributes="href python: view.url(layout.site)"
    2626        tal:content="layout/getAppAcronym">ACRONYM</a>
     
    2828
    2929    <!-- Diazo element-->
    30     <ul class="nav kofa-navbar-left">
     30    <ul class="nav ikoba-navbar-left">
    3131        <tal:primary_nav content="structure provider:primary_nav" />
    3232    </ul>
     
    3434
    3535    <!-- Diazo element-->
    36     <ul class="nav secondary-nav kofa-navbar-right">
     36    <ul class="nav secondary-nav ikoba-navbar-right">
    3737      <li tal:condition="not: layout/isAuthenticated">
    3838      <a href="#" i18n:translate=""
     
    7171
    7272    <!-- Diazo element-->
    73     <div class="kofa-content">
     73    <div class="ikoba-content">
    7474      <div class="actionbar" tal:condition="provider:actionbar">
    7575        <tal:actionbar content="structure provider:actionbar" />&nbsp;
     
    9292        </ul>
    9393      </div>
    94       <h1 class="kofa-content-label"
     94      <h1 class="ikoba-content-label"
    9595          tal:condition="view/label|nothing"
    9696          tal:content="structure view/label">Label</h1>
  • main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/templates/usereditformpage.pt

    r11947 r11949  
    11<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"
    33      autocomplete="off">
    44
  • 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">
    22  <thead>
    33    <tr>
Note: See TracChangeset for help on using the changeset viewer.