]> git.laktatnebel.de Git - swim.triathlon-coaching.com.git/commit
Initial project version
authorOle B. Rosentreter <ole@laktatnebel.de>
Fri, 27 Sep 2024 14:45:33 +0000 (16:45 +0200)
committerOle B. Rosentreter <ole@laktatnebel.de>
Fri, 27 Sep 2024 14:45:33 +0000 (16:45 +0200)
commit0c33c73f00249149be9001f5a3a489c7f6ce02cf
treede53390b7fb791302d27c35e8b799cec6ae9bfb6
Initial project version
70 files changed:
.gitignore [new file with mode: 0644]
pom.xml [new file with mode: 0644]
swim-db/pom.xml [new file with mode: 0644]
swim-db/sql/swim.sql [new file with mode: 0644]
swim-db/sql/swim_data.sql [new file with mode: 0644]
swim-db/sql/swim_data_blocks_basic.sql [new file with mode: 0644]
swim-db/sql/swim_data_blocks_ka.sql [new file with mode: 0644]
swim-db/sql/swim_data_blocks_speed.sql [new file with mode: 0644]
swim-db/sql/swim_data_blocks_tech.sql [new file with mode: 0644]
swim-db/sql/swim_data_blocks_tech_armzug.sql [new file with mode: 0644]
swim-db/sql/swim_data_blocks_tech_druckphase.sql [new file with mode: 0644]
swim-db/sql/swim_data_blocks_tech_gleiten.sql [new file with mode: 0644]
swim-db/sql/swim_data_blocks_tech_koordination.sql [new file with mode: 0644]
swim-db/sql/swim_data_blocks_tech_kopfhaltung.sql [new file with mode: 0644]
swim-db/sql/swim_data_blocks_tech_oekonimie.sql [new file with mode: 0644]
swim-db/sql/swim_data_blocks_tech_wassergefuehl.sql [new file with mode: 0644]
swim-db/sql/swim_data_blocks_tech_wasserlage.sql [new file with mode: 0644]
swim-db/sql/swim_data_blocks_vo2max.sql [new file with mode: 0644]
swim-db/sql/swim_data_blocks_zone1.sql [new file with mode: 0644]
swim-db/sql/swim_data_blocks_zone2.sql [new file with mode: 0644]
swim-db/sql/swim_data_blocks_zone3.sql [new file with mode: 0644]
swim-db/sql/swim_data_blocks_zone4.sql [new file with mode: 0644]
swim-db/sql/swim_data_blocks_zonex.sql [new file with mode: 0644]
swim-db/sql/swim_data_trainings_ka.sql [new file with mode: 0644]
swim-db/sql/swim_data_trainings_speed.sql [new file with mode: 0644]
swim-db/sql/swim_data_trainings_tech.sql [new file with mode: 0644]
swim-db/sql/swim_data_trainings_zone1.sql [new file with mode: 0644]
swim-db/sql/swim_data_trainings_zone2.sql [new file with mode: 0644]
swim-db/sql/swim_data_trainings_zone3.sql [new file with mode: 0644]
swim-db/sql/swim_data_trainings_zone4.sql [new file with mode: 0644]
swim-db/sql/swim_data_trainings_zone5.sql [new file with mode: 0644]
swim-db/sql/swim_data_trainings_zonex.sql [new file with mode: 0644]
swim-db/sql/swim_grant.sql [new file with mode: 0644]
swim-db/sql/swim_schema.sql [new file with mode: 0644]
swim-service/pom.xml [new file with mode: 0644]
swim-service/src/main/java/de/laktatnebel/web/training/swim/SpringBootWebApplicationBootstrapJqueryApplication.java [new file with mode: 0644]
swim-service/src/main/java/de/laktatnebel/web/training/swim/WelcomeController.java [new file with mode: 0644]
swim-service/src/main/resources/application.properties [new file with mode: 0644]
swim-service/src/main/resources/static/css/custom.css [new file with mode: 0644]
swim-service/src/main/resources/static/js/custom.js [new file with mode: 0644]
swim-service/src/main/webapp/WEB-INF/jsp/welcome.jsp [new file with mode: 0644]
swim-service/src/test/java/de/laktatnebel/web/training/swim/SpringBootWebApplicationBootstrapJqueryApplicationTests.java [new file with mode: 0644]
swim-web/pom.xml [new file with mode: 0644]
swim-web/src/swim_glob_vars.php [new file with mode: 0644]
swim-web/src/webui/database_functions_pgsql.php [new file with mode: 0644]
swim-web/src/webui/database_functions_select.php [new file with mode: 0644]
swim-web/src/webui/font/helvetica.php [new file with mode: 0755]
swim-web/src/webui/font/helveticab.php [new file with mode: 0755]
swim-web/src/webui/font/helveticabi.php [new file with mode: 0755]
swim-web/src/webui/font/helveticai.php [new file with mode: 0755]
swim-web/src/webui/font/verdana.php [new file with mode: 0644]
swim-web/src/webui/font/verdana.z [new file with mode: 0644]
swim-web/src/webui/font/verdanab.php [new file with mode: 0644]
swim-web/src/webui/font/verdanab.z [new file with mode: 0644]
swim-web/src/webui/font/verdanai.php [new file with mode: 0644]
swim-web/src/webui/font/verdanai.z [new file with mode: 0644]
swim-web/src/webui/font/verdanaz.php [new file with mode: 0644]
swim-web/src/webui/font/verdanaz.z [new file with mode: 0644]
swim-web/src/webui/fpdf.php [new file with mode: 0755]
swim-web/src/webui/gui_functions_button.php [new file with mode: 0644]
swim-web/src/webui/gui_functions_select.php [new file with mode: 0644]
swim-web/src/webui/index.php [new file with mode: 0644]
swim-web/src/webui/logo-01.jpg [new file with mode: 0644]
swim-web/src/webui/logo-02.png [new file with mode: 0644]
swim-web/src/webui/swim.css [new file with mode: 0644]
swim-web/src/webui/swim_gen_pdf.php [new file with mode: 0644]
swim-web/src/webui/swim_lib.inc.php [new file with mode: 0644]
swim-web/src/webui/swim_tempo.php [new file with mode: 0644]
swim-web/src/webui/util_functions.php [new file with mode: 0644]
swim-webapp/pom.xml [new file with mode: 0644]