no message
authorrk <rk>
Tue, 4 Sep 2001 19:16:46 +0000 (19:16 +0000)
committerrk <rk>
Tue, 4 Sep 2001 19:16:46 +0000 (19:16 +0000)
source/mircoders/module/ModuleBreaking.java
templates-dist/en/language.template~ [deleted file]
templates-dist/en/languagelist.template~ [deleted file]

index 12426c6..c3ca9d4 100755 (executable)
@@ -37,7 +37,6 @@ public class ModuleBreaking extends AbstractModule
                if (theLog == null) theLog = Logfile.getInstance(Configuration.getProperty("Home") + Configuration.getProperty("Module.Breaking.Logfile"));
                if (theStorage == null) theLog.printWarning("ModuleBreaking -- StorageObject was null!");
                this.theStorage = theStorage;
-
        }
 
        // Methoden
diff --git a/templates-dist/en/language.template~ b/templates-dist/en/language.template~
deleted file mode 100755 (executable)
index 1f69090..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<html>
-<head>
-<title>
-indymedia.de | languages
-</title>
-<head>
-
-<body bgcolor="#FFFFFF">
-<include "head.template">
-<form action="${actionRoot}" method="post">
-       <input type="hidden" name="module" value="Language">
-       <input type="hidden" name="id" value="${id}">
-       <if new><input type="hidden" name="do" value="insert">
-       <else><input type="hidden" name="do" value="update"></if>
-<table border="0">
-
-  <tr>
-    <td align="right" bgcolor="#006600"><font color="#ffffff" face="Verdana, Arial, Helvetica, sans-serif" size="-1">
-         <B>Sprache:</B></font></td>
-    <td>
-         <input type="text" name="name" size="30" value="${name}">
-    </td>
-  </tr>
-
-  <tr>
-    <td align="right" bgcolor="#006600"><font color="#ffffff" face="Verdana, Arial, Helvetica, sans-serif" size="-1">
-         <B>Ländercode:</B></font></td>
-    <td>
-         <input type="text" name="code" size="2" value="${code}">
-    </td>
-  </tr>
-
-
-  <tr>
-    <td colspan="2" align="right"> <font color="#ffffff"><if new>
-      <input type="submit" name="save" value="einfügen">
-    <else>
-      <input type="submit" name="save" value="speichern">
-    </if> </font></form></font>
-    </td>
-</table>
-<include "foot.template">
-</body>
-</html>
diff --git a/templates-dist/en/languagelist.template~ b/templates-dist/en/languagelist.template~
deleted file mode 100755 (executable)
index 9a608d5..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-<html>
-<head>
-       <title>indymedia.de | breaking new list</title>
-</head>
-
-<body bgcolor="#FFFFFF">
-<include "head.template">
-<if contentlist>
-<table border="0" cellpadding="2" cellspacing="1">
-  <tr bgcolor="#006600">
-    <td><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="-1"><b>Name</b></font></td>
-    <td><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="-1"><b>Ländercode</b></font></td>
-  </tr>
-
-  <list contentlist as entry>
-  <tr
-       <if grey=="1"><assign grey="0">bgcolor="#dddddd" <else><assign grey="1"> </if>
-  >
-  <td>${entry.name}&nbsp;</td>
-  <td><font size="1">&nbsp;<a href="${actionRoot}?module=Language&do=delete&id=${entry.id}">delete</a>
-    | <a href="${actionRoot}?module=Language&do=edit&id=${entry.id}">edit</a></font></td>
-  </tr>
-  </list>
-  <tr>
-    <td colspan="3" bgcolor="#006600"><font color="#ffffff">${count} datens&auml;tze
-      / anzeige von ${from} bis ${to}</font></td>
-    <td>&nbsp;</td>
-  </tr>
-</table>
-
-      <P>
-<if prev>
-       <a href="${actionRoot}?module=Language&do=list&where=${where}&prevoffset=${prev}&prev=zur&uuml;ck">zurueck</a>&nbsp;
-</if>
-<if next>
-<a href="${actionRoot}?module=Language&do=list&where=${where}&nextoffset=${next}&next=weiter">weiter</a>
-</if>
-
-<else>
-  <P align="center"> Keine passenden Eintr&auml;ge gefunden!</p>
-</if>
-<include "foot.template">
-</body>
-</html>
-
-