[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r4164 - in i18nHTML: . src/admin
From: |
grothoff |
Subject: |
[GNUnet-SVN] r4164 - in i18nHTML: . src/admin |
Date: |
Mon, 1 Jan 2007 21:51:51 -0800 (PST) |
Author: grothoff
Date: 2007-01-01 21:51:49 -0800 (Mon, 01 Jan 2007)
New Revision: 4164
Modified:
i18nHTML/ChangeLog
i18nHTML/src/admin/login.php
i18nHTML/src/admin/signup.php
i18nHTML/src/admin/signup_form.php
Log:
log
Modified: i18nHTML/ChangeLog
===================================================================
--- i18nHTML/ChangeLog 2007-01-02 05:49:19 UTC (rev 4163)
+++ i18nHTML/ChangeLog 2007-01-02 05:51:49 UTC (rev 4164)
@@ -1,6 +1,10 @@
-Thu May 4 20:14:01 CEST 2006
- Added support for hyperlinks with titles (extlink_title())
+Mon Jan 1 22:52:13 MST 2007 CG
+ Started work on administrative interface. Also reorganizing
+ structure of the files to allow for simpler, better installation.
+Thu May 4 20:14:01 CEST 2006 CG
+ Added support for hyperlinks with titles (extlink_title())
+
Thu Oct 6 02:21:24 PDT 2005
Fixed bug with https pages using i18nHTML linking back using
http (and not https) in translation page.
Modified: i18nHTML/src/admin/login.php
===================================================================
--- i18nHTML/src/admin/login.php 2007-01-02 05:49:19 UTC (rev 4163)
+++ i18nHTML/src/admin/login.php 2007-01-02 05:51:49 UTC (rev 4164)
@@ -1,6 +1,6 @@
<?php
/*
- (C) 2006 Christian Grothoff
+ (C) 2006, 2007 Christian Grothoff
This code is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
Modified: i18nHTML/src/admin/signup.php
===================================================================
--- i18nHTML/src/admin/signup.php 2007-01-02 05:49:19 UTC (rev 4163)
+++ i18nHTML/src/admin/signup.php 2007-01-02 05:51:49 UTC (rev 4164)
@@ -1,6 +1,6 @@
<?php
/*
- (C) 2006 Christian Grothoff
+ (C) 2006, 2007 Christian Grothoff
This code is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
Modified: i18nHTML/src/admin/signup_form.php
===================================================================
--- i18nHTML/src/admin/signup_form.php 2007-01-02 05:49:19 UTC (rev 4163)
+++ i18nHTML/src/admin/signup_form.php 2007-01-02 05:51:49 UTC (rev 4164)
@@ -21,7 +21,7 @@
</td>
</tr>
<tr class="row-2">
- <td class="category" width="25%">Real name (for acknowledgements,
maybe empty)</td>
+ <td class="category" width="25%">Real name</td>
<td width="75%">
<input type="text" name="realname" size="32" maxlength="32" />
</td>
@@ -39,6 +39,7 @@
Target translation language</td>
<td>
+ <!-- FIXME: provide list of valid languages in the system! -->
<input type="language" name="language" size="32" maxlength="32"
/>
</td>
</tr>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r4164 - in i18nHTML: . src/admin,
grothoff <=