From e14f2881ae51adb6c0f059e89a0037dc8ea61aed Mon Sep 17 00:00:00 2001 From: cominch Date: Sun, 10 Jun 2012 12:41:16 +0200 Subject: [PATCH] interaction: add special table interaction Conflicts: source/net/yacy/interaction/Interaction.java --- htroot/DemoServletInteraction.html | 4 +- htroot/interaction/OverlayInteraction.html | 4 +- htroot/interaction/Table.java | 144 +++++++++++++++++++ htroot/interaction/Table.json | 4 + htroot/interaction/interaction.js | 26 ++++ source/net/yacy/interaction/Interaction.java | 53 ++++++- 6 files changed, 226 insertions(+), 9 deletions(-) create mode 100644 htroot/interaction/Table.java create mode 100644 htroot/interaction/Table.json diff --git a/htroot/DemoServletInteraction.html b/htroot/DemoServletInteraction.html index c2dc04b1f..0dd6478ff 100644 --- a/htroot/DemoServletInteraction.html +++ b/htroot/DemoServletInteraction.html @@ -23,7 +23,7 @@