From 3d1d3bf71a6d54b9b0775880e33271d1e7a8a844 Mon Sep 17 00:00:00 2001 From: "kilian (ksmachome)" Date: Mon, 18 Nov 2019 07:49:19 +0100 Subject: [PATCH] added links --- backoffice/api/lib/dksconfig.pm | 4 +- backoffice/api/process.cgi | 0 backoffice/index.cgi | 2 +- index.cgi | 2 +- tmpl/page/links.tt | 100 +++++++++++++++++--------------- 5 files changed, 58 insertions(+), 50 deletions(-) mode change 100644 => 100755 backoffice/api/process.cgi mode change 100644 => 100755 backoffice/index.cgi mode change 100644 => 100755 index.cgi diff --git a/backoffice/api/lib/dksconfig.pm b/backoffice/api/lib/dksconfig.pm index 3f9cb83..13cbc67 100644 --- a/backoffice/api/lib/dksconfig.pm +++ b/backoffice/api/lib/dksconfig.pm @@ -12,8 +12,8 @@ our @EXPORT_OK = qw($sitecfg); our $sitecfg ={ cookiename => 'juridig', dbtype => 'PgPP', - #dsn => 'DBI:PgPP:dbname=juridiglu_db;host=sql629.your-server.de', - dsn => 'DBI:PgPP:dbname=juridiglu_db;host=localhost', + dsn => 'DBI:PgPP:dbname=juridiglu_db;host=sql629.your-server.de', + #dsn => 'DBI:PgPP:dbname=juridiglu_db;host=localhost', dbuser => 'juridiglu_user', dbpassword => 'hfdR2C9pK9rQV4cH', page => 'index.tt', diff --git a/backoffice/api/process.cgi b/backoffice/api/process.cgi old mode 100644 new mode 100755 diff --git a/backoffice/index.cgi b/backoffice/index.cgi old mode 100644 new mode 100755 index 07492d1..9e52d11 --- a/backoffice/index.cgi +++ b/backoffice/index.cgi @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/Users/kilian/perl5/perlbrew/perls/perl-5.24.1/bin/perl use strict; use lib ('api/lib/perl5'); diff --git a/index.cgi b/index.cgi old mode 100644 new mode 100755 index 829396c..0924d67 --- a/index.cgi +++ b/index.cgi @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/Users/kilian/perl5/perlbrew/perls/perl-5.24.1/bin/perl use strict; use lib ('backoffice/api/lib/perl5'); diff --git a/tmpl/page/links.tt b/tmpl/page/links.tt index 8978702..d9dab26 100644 --- a/tmpl/page/links.tt +++ b/tmpl/page/links.tt @@ -1,47 +1,55 @@ -

BARREAU

- - -site officiel du Barreau de Luxembourg - - - -site officiel du Barreau de Diekirch - -

JUSTICE

- - -site officiel Justice Luxembourg - - -Recherche de jurisprudences - -

COMMERCE

- - -rechercher une autorisation d'établissemen - -

FAILLITES

- - -Site Barreau - faillites - -

HUISSIERS

- - -tableau des huissiers - -

VENTES AUX ENCHERES ET ADJUDICATION

- - -Ventes publiques et adjudications - - -Ventes aux enchères - Pierre Biel & Geoffrey Gall - - -Ventes aux enchères - Tapella & Nille - - -Krieger Associates - +
+

BARREAU

+
+
+ site officiel du Barreau de Luxembourg +
+ site officiel du Barreau de Diekirch +
+ +
+

JUSTICE

+
+
+ site officiel Justice Luxembourg +
+ Juriprudences +
+ Juridictions judiciaires +
+ Recherche de jurisprudences +
+ +
+

COMMERCE

+
+
+ rechercher une autorisation d'établissemen +
+
+

FAILLITES

+
+
+ Site Barreau - faillites +
+ +
+

HUISSIERS

+
+
+ tableau des huissiers +
+
+

VENTES AUX ENCHERES ET ADJUDICATION

+
+
+ Ventes publiques et adjudications +
+ Ventes aux enchères - Pierre Biel & Geoffrey Gall +
+ Ventes aux enchères - Tapella & Nille +
+ Krieger Associates + +


-- 2.39.5