Skip to content

Commit

Permalink
Fix for #232 - Remove UofN from all files
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSmith-LT committed May 27, 2015
1 parent 5638ceb commit 78992d0
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 81 deletions.
4 changes: 0 additions & 4 deletions management.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ function mgt_page($xerte_toolkits_site, $extra)

<!--

University of Nottingham Xerte Online Toolkits

HTML to use to set up the login page
The {{}} pairs are replaced in the page formatting functions in display library

Expand Down Expand Up @@ -195,8 +193,6 @@ function mgt_page($xerte_toolkits_site, $extra)

<!--

University of Nottingham Xerte Online Toolkits

HTML to use to set up the login page
The {{}} pairs are replaced in the page formatting functions in display library

Expand Down
2 changes: 0 additions & 2 deletions modules/xerte/play.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
require_once(dirname(__FILE__) . '/../../website_code/php/xmlInspector.php');
//Function show_template
//
// Version 1.0 University of Nottingham
// (pl)
// Set up the preview window for a xerte piece

function show_template_page($row, $datafile="")
Expand Down
1 change: 0 additions & 1 deletion modules/xerte/preview_xerte_top
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
University of Nottingham Xerte Online Toolkits

HTML to use at the top of the Xerte preview and play windows
Version 1.0
Expand Down
2 changes: 0 additions & 2 deletions properties.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@

<!--

University of Nottingham Xerte Online Toolkits

Properties HTML page
Version 1.0

Expand Down
2 changes: 0 additions & 2 deletions publishproperties.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@

<!--

University of Nottingham Xerte Online Toolkits

Properties HTML page
Version 1.0

Expand Down
4 changes: 0 additions & 4 deletions website_code/php/login_library.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ function html_headers() {
<!--
University of Nottingham Xerte Online Toolkits
HTML to use to set up the template management page
Version 1.0
Expand Down Expand Up @@ -203,8 +201,6 @@ function login_form($messages, $xerte_toolkits_site)

<!--

University of Nottingham Xerte Online Toolkits

HTML to use to set up the login page
The {{}} pairs are replaced in the page formatting functions in display library

Expand Down
62 changes: 0 additions & 62 deletions website_code/scripts/management.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ if(typeof(String.prototype.trim) === "undefined")

// Function properties ajax send prepare
//
// Version 1.0 University of Nottingham
// (pl)
// Generic ajax sender for this script

function management_ajax_send_prepare(url){
Expand All @@ -45,8 +43,6 @@ function management_ajax_send_prepare(url){

// Function management state changed update screen
//
// Version 1.0 University of Nottingham
// (pl)
// Generic ajax handler for this script

function management_stateChanged(){
Expand All @@ -63,8 +59,6 @@ function management_stateChanged(){

// Function management state changed alert
//
// Version 1.0 University of Nottingham
// (pl)
// Generic ajax handler for this script

function management_alert_stateChanged(){
Expand All @@ -82,8 +76,6 @@ function management_alert_stateChanged(){

// Function feeds list
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function feeds_list(){
Expand All @@ -101,8 +93,6 @@ function feeds_list(){

// Function remove licenses
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function remove_feed(id,type){
Expand Down Expand Up @@ -136,8 +126,6 @@ function remove_feed(id,type){

// Function licenses list
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function licenses_list(){
Expand All @@ -155,8 +143,6 @@ function licenses_list(){

// Function remove licenses
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function remove_licenses(id){
Expand All @@ -174,8 +160,6 @@ function remove_licenses(id){

// Function categories list
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function categories_list(){
Expand All @@ -195,8 +179,6 @@ function categories_list(){

// Function remove category
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function remove_category(id){
Expand All @@ -214,8 +196,6 @@ function remove_category(id){

// Function user templates list
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function user_templates_list(){
Expand Down Expand Up @@ -244,8 +224,6 @@ function register()

// Function users list
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function users_list(){
Expand All @@ -265,8 +243,6 @@ function users_list(){

// Function template_sync
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function template_sync(){
Expand All @@ -284,8 +260,6 @@ function template_sync(){

// Function site list
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function site_list(){
Expand All @@ -305,8 +279,6 @@ function site_list(){

// Function delete sharing template
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function templates_list(){
Expand All @@ -326,8 +298,6 @@ function templates_list(){

// Function delete sharing template
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function update_template(){
Expand All @@ -354,8 +324,6 @@ function update_template(){

// Function update play security
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function update_play_security(){
Expand All @@ -379,8 +347,6 @@ function update_play_security(){

// Function remove security
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function remove_security(){
Expand All @@ -406,8 +372,6 @@ function remove_security(){

// Function delete sharing template
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function update_site(){
Expand Down Expand Up @@ -483,8 +447,6 @@ function update_site(){

// Function delete sharing template
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function user_template(){
Expand All @@ -508,8 +470,6 @@ function user_template(){

// Function play security list
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function play_security_list(template){
Expand All @@ -530,8 +490,6 @@ function play_security_list(template){

// Function new LTI Key
//
// Version 1.0 University of Nottingham
// (pl)
// add a new LTI Key

function new_LTI_key(){
Expand All @@ -556,8 +514,6 @@ function new_LTI_key(){

// Function edit LTI Key
//
// Version 1.0 University of Nottingham
// (pl)
// edit an LTI Key

function edit_LTI_key(editltikey){
Expand All @@ -583,8 +539,6 @@ function edit_LTI_key(editltikey){

// Function delete LTI Key
//
// Version 1.0 University of Nottingham
// (pl)
// delete an LTI Key

function delete_LTI_key(ltikey){
Expand Down Expand Up @@ -614,8 +568,6 @@ function delete_LTI_key(ltikey){

// Function new security
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function new_security(){
Expand All @@ -638,8 +590,6 @@ function new_security(){

// Function new category
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function new_category(){
Expand All @@ -660,8 +610,6 @@ function new_category(){

// Function new category
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function new_license(){
Expand All @@ -682,8 +630,6 @@ function new_license(){

// Function error list
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function errors_list(template){
Expand All @@ -702,8 +648,6 @@ function errors_list(template){

// Function delete error logs
//
// Version 1.0 University of Nottingham
// (pl)
// deletes all error logs

function delete_error_logs(){
Expand All @@ -722,8 +666,6 @@ function delete_error_logs(){

// Function delete sharing template
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function delete_template(template){
Expand Down Expand Up @@ -896,8 +838,6 @@ function refresh_languages()
}
// Function give a project
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function change_owner(template_id){
Expand All @@ -920,8 +860,6 @@ function change_owner(template_id){

// Function give a project
//
// Version 1.0 University of Nottingham
// (pl)
// remove a share, and check who did it

function change_owner_stateChanged(){
Expand Down
2 changes: 0 additions & 2 deletions website_code/scripts/template_management.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ function template_toggle(tag){

// Function toggle (obsolete) ********** CHECK ***************
//
// Version 1.0 University of Nottingham
// (pl)
// open and close template areas when creating a new one


Expand Down
2 changes: 0 additions & 2 deletions workspaceproperties.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@

<!--

University of Nottingham Xerte Online Toolkits

Workspace properties HTML page
Version 1.0

Expand Down

0 comments on commit 78992d0

Please sign in to comment.