############ #bibtex.php# ############ Creates a bibtex file from publications database for CG, GRK, PR or all groups Needed includes: require('publications_include.php'); //static strings require('mysql_include.php'); //mysql connection properties ############### #bibtex2db.php# ############### Upload a existing bibtex file and try to add entries to the publications database. A new entry is only inserted when nothing is found with the same type, title and year. Needed includes: require('publications_include.php'); //static strings require('mysql_include.php'); //mysql connection properties ################## #googleSearch.php# ################## Google Search in the right content ################### #listOfNewsbox.php# ################### Creates a list of the latest 3 news require('mysql_include.php'); //mysql connection properties ######################## #listOfPublications.php# ######################## Creates a list of publications Input parameters are language, group, author and id list empty paramters will result in default require('publications_table.php'); //display one publication require('publications_include.php'); //static strings require('mysql_include.php'); //mysql connection properties ################### #mysql_include.php# ################### connection to the database ############## #news_add.php# ############## Add news to the database ckeditor.js adds ckeditor functions to textarea require('mysql_include.php'); //mysql connection properties require('publications_include.php'); //static strings ################# #news_add_pr.php# ################# Same as news_add.php but without german input fields ################# #news_delete.php# ################# Delete news with a given id require('mysql_include.php'); //mysql connection properties ########################## #news_delete_question.php# ########################## Are you sure to delete the news? ############### #news_edit.php# ############### Edit news from the database ckeditor.js adds ckeditor functions to textarea require('mysql_include.php'); //mysql connection properties require('publications_include.php'); //static strings ################## #news_edit_pr.php# ################## Same as news_edit.php but without german input fields ############# #news_id.php# ############# Display news with the given id require('mysql_include.php'); //mysql connection properties ################### #news_intranet.php# ################### Display all news for edit or delete require('mysql_include.php'); //mysql connection properties ############### #news_list.php# ############### Display all news for edit or delete require('mysql_include.php'); //mysql connection properties ###################### #news_list_public.php# ###################### Display all news require('mysql_include.php'); //mysql connection properties ########################### #publicationBibTeXbyID.php# ########################### Creates a bibtex file from publications database for a specified publication require('publications_include.php'); //static strings require('mysql_include.php'); //mysql connection properties ######################## #publicationPDFbyID.php# ######################## Echo PDF as Attachement with a given publication id require('mysql_include.php'); //mysql connection properties ##################### #publication_add.php# ##################### Add publications to the database require('mysql_include.php'); //mysql connection properties require('publications_include.php'); //static strings ######################## #publication_delete.php# ######################## Delete publication from the database require('mysql_include.php'); //mysql connection properties ################################# #publication_delete_question.php# ################################# Are you sure to delete the publication? ###################### #publication_edit.php# ###################### Edit publication from the database require('mysql_include.php'); //mysql connection properties require('publications_include.php'); //static strings ######################### #publication_include.php# ######################### static strings to change the language ########################## #publication_intranet.php# ########################## Display all publications for edit or delete require('mysql_include.php'); //mysql connection properties ############################# #publication_intranet_pr.php# ############################# Same as publication_intranet.php but only publication with group PR ###################### #publication_list.php# ###################### Reads publications from the database (some filter can be used) require('publications_table.php'); //display one publication require('publications_include.php'); //static strings require('mysql_include.php'); //mysql connection properties ####################### #publication_table.php# ####################### Displays one publication called from publication_list.php