From 0811923c9e20194faefb181f6d974bcf80d51137 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 19 Apr 2020 22:16:25 +0200 Subject: ajout fonction lien --- www/html/fonctions.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www') diff --git a/www/html/fonctions.py b/www/html/fonctions.py index c1566af..17c3624 100755 --- a/www/html/fonctions.py +++ b/www/html/fonctions.py @@ -21,3 +21,6 @@ def connexionBD(): connexion=psycopg2.connect ("host='localhost' dbname='atsdb' user='atsuser' password='123456'") return connexion +def lien(url,text): + content=("""""" + texte + """""") + return content -- cgit v1.2.3 od='get'> Music app in Java
aboutsummaryrefslogtreecommitdiffstats
path: root/target/site/jacoco/musichub.main/Main.html (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-26Updated javadoc, added jacoco and the necessary JUnit for this feature.Clyhtsuriva128-78/+3725
2021-06-26Applying the latest package architecture.Clyhtsuriva9-3/+47
2021-06-26Modified compile.bat and run.bat to use maven.Clyhtsuriva2-2/+2
2021-06-26Delete out/production/spoteezer/musichub directoryClyhtsuriva17-0/+0
2021-06-26Removed reduced pom and added the content of STZ-0001 with a switch modif.Clyhtsuriva65-149/+208
2021-06-26Delete .classpathClyhtsuriva1-6/+0
2021-06-26Delete .projectClyhtsuriva1-17/+0
2021-06-26Delete .idea directoryClyhtsuriva4-28/+0
2021-06-26UpdateClyhtsuriva50-84/+84
2021-06-26Changed the architecture to respect maven and generated an empty javadocClyhtsuriva129-23/+7829
2021-06-26Add reset, pause, quit functionalitysaid belhadj46-18/+100
2021-06-26Adding the pom.xml and target folder created from mvn package.Clyhtsuriva6-0/+164
2021-06-26Add the possibility to listen a song thanks to Audio System librarysaid belhadj7-4/+55
2021-06-25Fixing STZ-0004 issue.Clyhtsuriva1-1/+3
2021-06-17Delete initial_class_diagram.pngClyhtsuriva1-0/+0