|
From: mdw c. <myd...@li...> - 2001-10-12 22:43:55
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/help/building Added Files: languages.FR.html members.FR.html topic.EN.html topic.FR.html Log Message: some help files |
|
From: mdw c. <myd...@li...> - 2001-10-12 22:44:19
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/help Added Files: nohelp.FR.html Log Message: some help files |
|
From: mdw c. <myd...@li...> - 2001-10-13 08:43:33
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/help Modified Files: nohelp.FR.html Log Message: test revision =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/help/nohelp.FR.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- nohelp.FR.html 2001/10/12 22:44:17 1.1 +++ nohelp.FR.html 2001/10/13 08:43:33 1.2 @@ -30,6 +30,8 @@ <BODY bgcolor="#667788"> +<div align="left"><font color="#FFFFFF" size="-1">Révision : $Revision: 1.2 $</font></div> + <p> </p> |
|
From: mdw c. <myd...@li...> - 2001-10-13 08:46:16
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/help Modified Files: nohelp.FR.html Log Message: test revision =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/help/nohelp.FR.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- nohelp.FR.html 2001/10/13 08:43:33 1.2 +++ nohelp.FR.html 2001/10/13 08:46:15 1.3 @@ -30,11 +30,7 @@ <BODY bgcolor="#667788"> -<div align="left"><font color="#FFFFFF" size="-1">Révision : $Revision: 1.2 $</font></div> - -<p> - -</p> +<div align="left"><font color="#FFFFFF" size="-2">CVS version : $Revision: 1.3 $</font></div> <CENTER> |
|
From: mdw c. <myd...@li...> - 2001-10-13 08:48:03
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/help Modified Files: nohelp.FR.html Log Message: test revision =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/help/nohelp.FR.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- nohelp.FR.html 2001/10/13 08:46:15 1.3 +++ nohelp.FR.html 2001/10/13 08:48:03 1.4 @@ -30,8 +30,6 @@ <BODY bgcolor="#667788"> -<div align="left"><font color="#FFFFFF" size="-2">CVS version : $Revision: 1.3 $</font></div> - <CENTER> <TABLE bgcolor="#000000" align="center" height="90%" width="90%" border="0" cellpadding="1" cellspacing="0"><TR><TD> @@ -70,6 +68,7 @@ <div align="right"> <i>L'équipe de MyDynaWeb</i> + CVS $Revision: 1.4 $ </div> <p> </p> |
|
From: mdw c. <myd...@li...> - 2001-10-13 08:49:18
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/help Modified Files: nohelp.FR.html Log Message: test revision =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/help/nohelp.FR.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- nohelp.FR.html 2001/10/13 08:48:03 1.4 +++ nohelp.FR.html 2001/10/13 08:49:17 1.5 @@ -68,7 +68,8 @@ <div align="right"> <i>L'équipe de MyDynaWeb</i> - CVS $Revision: 1.4 $ + <br> + CVS $Revision: 1.5 $ </div> <p> </p> |
|
From: mdw c. <myd...@li...> - 2001-10-17 20:41:07
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs
Modified Files:
welcome.php
Log Message:
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/welcome.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- welcome.php 2001/10/10 15:20:09 1.3
+++ welcome.php 2001/10/17 20:41:04 1.4
@@ -11,6 +11,13 @@
{
case 'FULL':
+
+ if (strlen(USER_LANG)) {
+ $lang = USER_LANG;
+ } else {
+ $lang = DEFAULT_LANG;
+ }
+
if (!isset($FAM)) {
header("Location: $PHP_SELF");
die();
@@ -22,7 +29,8 @@
$PAGE .= "<b>$row[0]</b><br>";
$sql = "select num_news, user_name, titre, date
from news
- where family=$row[1]
+ where family=$row[1]
+ and lang='$lang'
order by num_news desc";
$rqt2 = new query($DBH);
$rqt2->query($DBH, $sql);
|
|
From: mdw c. <myd...@li...> - 2001-10-18 00:27:33
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/enlightened/img Added Files: left-arrow.gif right-arrow.gif Log Message: Yyyyyyyyyyyeeeeeeeeaaaaaaaaaaa ! The calendar is pretty nice ! For the Enlightened theme :))) |
|
From: mdw c. <myd...@li...> - 2001-10-18 00:27:33
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/tools/content
Modified Files:
calendar.php
Log Message:
Yyyyyyyyyyyeeeeeeeeaaaaaaaaaaa !
The calendar is pretty nice ! For the Enlightened theme :)))
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/tools/content/calendar.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- calendar.php 2001/10/17 15:21:26 1.5
+++ calendar.php 2001/10/18 00:27:33 1.6
@@ -397,9 +397,9 @@
$NEWS_HASH_TEMPLATE = read_template(THEMES_PATH . "/calendar.html");
- $VALUES["MONTH_PREV"] = (($prevMonth == "") ? " " : "<a href=\"$prevMonth\"><<</a>");
+ $VALUES["MONTH_PREV"] = (($prevMonth == "") ? " " : "<a href=\"$prevMonth\">".$NEWS_HASH_TEMPLATE["LEFT_ARROW"]."</a>");
$VALUES["MONTH"]= $header;
- $VALUES["MONTH_NEXT"] = (($nextMonth == "") ? " " : "<a href=\"$nextMonth\">>></a>");
+ $VALUES["MONTH_NEXT"] = (($nextMonth == "") ? " " : "<a href=\"$nextMonth\">".$NEWS_HASH_TEMPLATE["RIGHT_ARROW"]."</a>");
$VALUES["W1"]=$this->dayNames[($this->startDay)%7];
$VALUES["W2"]=$this->dayNames[($this->startDay+1)%7];
@@ -430,7 +430,7 @@
if ($d > 0 && $d <= $daysInMonth)
{
$link = $this->getDateLink($d, $month, $year);
- $VALUES["D$i"] = (($link == "") ? $d : "<a href=\"$link\">$d</a>");
+ $VALUES["D$i"] = (($link == "") ? $d : "<a class=\"calendarEvent\" href=\"$link\">$d</a>");
}
else
{
|
|
From: mdw c. <myd...@li...> - 2001-10-18 00:28:03
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/default Modified Files: calendar.html Log Message: Yyyyyyyyyyyeeeeeeeeaaaaaaaaaaa ! The calendar is pretty nice ! For the Enlightened theme :))) =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/default/calendar.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- calendar.html 2001/10/17 15:21:28 1.1 +++ calendar.html 2001/10/18 00:27:33 1.2 @@ -26,3 +26,9 @@ </tr> <!-- BLOCK:FOOT --> </table> + +<!-- BLOCK:LEFT_ARROW --> +<img src="templates/enlightened/img/left-arrow.gif" border="0"> + +<!-- BLOCK:RIGHT_ARROW --> +<img src="templates/enlightened/img/right-arrow.gif" border="0"> |
|
From: mdw c. <myd...@li...> - 2001-10-18 00:28:03
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/templates/enlightened
Modified Files:
calendar.html stylesheet.css
Log Message:
Yyyyyyyyyyyeeeeeeeeaaaaaaaaaaa !
The calendar is pretty nice ! For the Enlightened theme :)))
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/calendar.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- calendar.html 2001/10/17 15:21:31 1.1
+++ calendar.html 2001/10/18 00:27:33 1.2
@@ -1,28 +1,46 @@
<!-- BLOCK:HEAD -->
-<table class="calendar">
+<table class="calendar" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" valign="top">~MONTH_PREV~</td>
- <td align="center" valign="top" class="calendarHeader" colspan="5">~MONTH~</td>
+ <td bgcolor="#000000">
+ <table width="100%" cellspacing="1" cellpadding="1" border="0">
+ <tr>
+ <td align="center" valign="top" class="CalendarHeader">~MONTH~</td>
+ </tr>
+ </table>
+ </td>
<td align="center" valign="top">~MONTH_NEXT~</td>
</tr>
<tr>
-<td align="center" valign="top" class="calendarHeader">~W1~</td>
-<td align="center" valign="top" class="calendarHeader">~W2~</td>
-<td align="center" valign="top" class="calendarHeader">~W3~</td>
-<td align="center" valign="top" class="calendarHeader">~W4~</td>
-<td align="center" valign="top" class="calendarHeader">~W5~</td>
-<td align="center" valign="top" class="calendarHeader">~W6~</td>
-<td align="center" valign="top" class="calendarHeader">~W7~</td>
-</tr>
+<td colspan="3" bgcolor="#000000">
+ <table width="100%" cellpadding="1" cellspacing="1" border="0">
+ <tr>
+ <td align="center" valign="top" class="CalendarHeader"> ~W1~ </td>
+ <td align="center" valign="top" class="CalendarHeader"> ~W2~ </td>
+ <td align="center" valign="top" class="CalendarHeader"> ~W3~ </td>
+ <td align="center" valign="top" class="CalendarHeader"> ~W4~ </td>
+ <td align="center" valign="top" class="CalendarHeader"> ~W5~ </td>
+ <td align="center" valign="top" class="CalendarHeader"> ~W6~ </td>
+ <td align="center" valign="top" class="CalendarHeader"> ~W7~ </td>
+ </tr>
<!-- BLOCK:LINE -->
-<tr>
-<td class="~CD0~" align="right" valign="top">~D0~</td>
-<td class="~CD1~" align="right" valign="top">~D1~</td>
-<td class="~CD2~" align="right" valign="top">~D2~</td>
-<td class="~CD3~" align="right" valign="top">~D3~</td>
-<td class="~CD4~" align="right" valign="top">~D4~</td>
-<td class="~CD5~" align="right" valign="top">~D5~</td>
-<td class="~CD6~" align="right" valign="top">~D6~</td>
-</tr>
+ <tr>
+ <td class="~CD0~" align="right" valign="top" class="CalendarClassic">~D0~</td>
+ <td class="~CD1~" align="right" valign="top" class="CalendarClassic">~D1~</td>
+ <td class="~CD2~" align="right" valign="top" class="CalendarClassic">~D2~</td>
+ <td class="~CD3~" align="right" valign="top" class="CalendarClassic">~D3~</td>
+ <td class="~CD4~" align="right" valign="top" class="CalendarClassic">~D4~</td>
+ <td class="~CD5~" align="right" valign="top" class="CalendarClassic">~D5~</td>
+ <td class="~CD6~" align="right" valign="top" class="CalendarClassic">~D6~</td>
+ </tr>
<!-- BLOCK:FOOT -->
+ </table>
+</td>
+</tr>
</table>
+
+<!-- BLOCK:LEFT_ARROW -->
+<img src="templates/enlightened/img/left-arrow.gif" border="0">
+
+<!-- BLOCK:RIGHT_ARROW -->
+<img src="templates/enlightened/img/right-arrow.gif" border="0">
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/stylesheet.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- stylesheet.css 2001/10/08 11:16:48 1.5
+++ stylesheet.css 2001/10/18 00:27:33 1.6
@@ -27,12 +27,42 @@
}
td.calendar {
- color: #ffffff;
+ background-color: #667788;
+ color: #BBCCDD;
+ font-size: 8pt;
+ font-family: tahoma,arial,helvetica;
}
+.calendarEvent {
+ color: #667788;
+ font-family: tahoma,arial,helvetica;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+
td.CalendarHeader {
- color: #ffffff;
+ background-color: #556677;
+ color: #AABBCC;
+ font-size: 7pt;
+ font-family: tahoma,arial,helvetica;
+ font-weight: bold;
+ }
+td.CalendarClassic {
+ background-color: #FFFFFF;
+ color: #667788;
+ font-size: 7pt;
+ font-family: tahoma,arial,helvetica;
}
+
+td.calendarToday {
+ background-color: #445566;
+ color: #667788;
+ font-size: 7pt;
+ font-family: tahoma,arial,helvetica;
+ font-weight: bold;
+ }
+
td.content { background-color:#7a8a9a;
|
|
From: mdw c. <myd...@li...> - 2001-10-18 00:28:03
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/gnome Modified Files: calendar.html Log Message: Yyyyyyyyyyyeeeeeeeeaaaaaaaaaaa ! The calendar is pretty nice ! For the Enlightened theme :))) =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/gnome/calendar.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- calendar.html 2001/10/17 15:21:31 1.1 +++ calendar.html 2001/10/18 00:27:33 1.2 @@ -26,3 +26,10 @@ </tr> <!-- BLOCK:FOOT --> </table> + +<!-- BLOCK:LEFT_ARROW --> +<b><</b> + +<!-- BLOCK:RIGHT_ARROW --> +<b>></b> + |
|
From: mdw c. <myd...@li...> - 2001-10-22 12:51:17
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/help/building Added Files: languages.EN.html Log Message: The help file for languages in English |
|
From: mdw c. <myd...@li...> - 2001-10-22 13:05:38
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/help/building Added Files: members.EN.html Log Message: the help file for members in english |
|
From: mdw c. <myd...@li...> - 2001-10-23 20:00:35
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/templates/dynadot
Modified Files:
box.html main.html
Log Message:
dynadot fixes
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/dynadot/box.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- box.html 2001/09/05 08:19:16 1.1
+++ box.html 2001/10/23 20:00:35 1.2
@@ -1,7 +1,7 @@
<!-- BLOCK:HEAD -->
<TABLE cellpadding=1 cellspacing=0 border=0 width="170" align=center bgcolor="#CCCCCC">
<TR bgcolor="#006666">
- <TD valign=top>
+ <TD valign=top class="TITLE">
<FONT size=4 color="#FFFFFF" face="arial,helvetica"><B>~TITLE~</B></FONT>
</TD>
</TR>
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/dynadot/main.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- main.html 2001/10/09 14:21:39 1.6
+++ main.html 2001/10/23 20:00:35 1.7
@@ -41,6 +41,12 @@
border-right : #CCCCFF;
}
+ .headline-title {
+ color : #FFFFFF;
+ text-decoration : none;
+ }
+
+
a.calendar:link {
background-color: #FFFFFF;
color : #6A749D;
@@ -133,11 +139,44 @@
</td>
</tr>
<tr><td colspan="5" align="center">
- <a
+
+
+<!-- CODE WEBOSCOPE PLUS -->
+<script language="javascript">
+WEBO_ZONE=~ZONE~;
+WEBO_PAGE=~PAGE~;
+weboplus_ok=0;
+</script>
+<script language="javascript" src="/js/weboscopeplus.js"></script>
+<script>
+if (weboplus_ok==1) {
+ weboplus_zp(WEBO_ZONE,WEBO_PAGE);
+}
+</script>
+<!-- FIN WEBOSCOPE -->
+
+
+<!-- CODE WEBOSCOPE GOLD -->
+<script language="javascript">
+ WEBO_ZONE=~ZONE~;
+ WEBO_PAGE=~PAGE~;
+ webogold_ok=0;</script>
+ <script language="javascript" src="http://script.weborama.fr/gold.js"></SCRIPT>
+ <SCRIPT>
+ if(webogold_ok==1){webogold_zpi(WEBO_ZONE,WEBO_PAGE,37391);}
+ </script>
+ <!-- FIN WEBOSCOPE -->
+
+
+
+<a
style="text-decoration: none" target ="_blank" href="http://mydynaweb.sourceforge.net"><font color="#555555" size="-1" face="Geneva, Verdana, Arial, Sans-Serif">~MYDYNAWEB_POWERED~</font></a>
</td>
</tr>
</td></tr>
</table>
+
+
+
</body>
</html>
|
|
From: mdw c. <myd...@li...> - 2001-10-23 20:01:53
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/templates/dynadot
Modified Files:
main.html
Log Message:
dynadot fixes
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/dynadot/main.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- main.html 2001/10/23 20:00:35 1.7
+++ main.html 2001/10/23 20:01:52 1.8
@@ -141,33 +141,6 @@
<tr><td colspan="5" align="center">
-<!-- CODE WEBOSCOPE PLUS -->
-<script language="javascript">
-WEBO_ZONE=~ZONE~;
-WEBO_PAGE=~PAGE~;
-weboplus_ok=0;
-</script>
-<script language="javascript" src="/js/weboscopeplus.js"></script>
-<script>
-if (weboplus_ok==1) {
- weboplus_zp(WEBO_ZONE,WEBO_PAGE);
-}
-</script>
-<!-- FIN WEBOSCOPE -->
-
-
-<!-- CODE WEBOSCOPE GOLD -->
-<script language="javascript">
- WEBO_ZONE=~ZONE~;
- WEBO_PAGE=~PAGE~;
- webogold_ok=0;</script>
- <script language="javascript" src="http://script.weborama.fr/gold.js"></SCRIPT>
- <SCRIPT>
- if(webogold_ok==1){webogold_zpi(WEBO_ZONE,WEBO_PAGE,37391);}
- </script>
- <!-- FIN WEBOSCOPE -->
-
-
<a
style="text-decoration: none" target ="_blank" href="http://mydynaweb.sourceforge.net"><font color="#555555" size="-1" face="Geneva, Verdana, Arial, Sans-Serif">~MYDYNAWEB_POWERED~</font></a>
|
|
From: mdw c. <myd...@li...> - 2001-10-23 22:07:57
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/enlightened Modified Files: box.html main.html Log Message: *** SLASHDOT THEME IS FINISHED *** Ok, I'm proud to annouce that the slashdot theme is now OK. It really looks like slashdot and its really funny to see mydynaweb dressed like every geeks would want it to be ;) After the CVS commit, I'll release a tarball to submit it in the sourceforge file section. sukria - Wed Oct 24 22:09:12 GMT 2001 =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/box.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- box.html 2001/10/04 21:20:43 1.3 +++ box.html 2001/10/23 22:07:56 1.4 @@ -1,7 +1,7 @@ <!-- BLOCK:HEAD --> <table border="0" width="100%"> <tr> - <td align="left"><b>~TITLE~</b></td> + <td align="center"><b>~TITLE~</b></td> </tr> <tr><td align="right"> <p class="items"> @@ -10,5 +10,5 @@ <!-- BLOCK:FOOT --> </p></td></tr> </table> -<p> +<br> =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/main.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- main.html 2001/10/17 20:10:47 1.10 +++ main.html 2001/10/23 22:07:56 1.11 @@ -32,14 +32,22 @@ <td align="right" background="templates/enlightened/img/linevert.gif" valign="middle"> ~TOPBAR~ </td> +<td> </td> +</tr> +</table> -<td> - -</td> +<table> + +<tr> + <td>~CONTROL_PANNEL~</td> + <td>~SEARCH~</td> + <td>~CALENDAR~</td> </tr> + </table> + <table border="0" width="90%" cellspacing="0" align="center"> <tr> <td valign="top"><table border="0" cellpadding="0" @@ -109,18 +117,6 @@ <td class="border-r" width="25"><img src="images/pixel.gif" height="1" width="25" alt="" /></td> - -<td valign="top" align="center"> - - - -~LOGIN~ -<p> -~CONTROL_PANNEL~ -<p> -~CALENDAR~ - -</td> </tr> <tr> |
|
From: mdw c. <myd...@li...> - 2001-10-23 22:08:27
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/include
Modified Files:
gui.inc.php
Log Message:
*** SLASHDOT THEME IS FINISHED ***
Ok, I'm proud to annouce that the slashdot theme is now OK.
It really looks like slashdot and its really funny to see mydynaweb
dressed like every geeks would want it to be ;)
After the CVS commit, I'll release a tarball to submit it in the sourceforge file section.
sukria - Wed Oct 24 22:09:12 GMT 2001
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/include/gui.inc.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- gui.inc.php 2001/10/17 12:40:27 1.37
+++ gui.inc.php 2001/10/23 22:07:56 1.38
@@ -252,10 +252,13 @@
$login = get_login_from_session ($session, $DBH);
if (! $login) {
- $VALUES['CONTENT'] = "<form name='login_form' action='set_session.php3' METHOD='POST'>
+ $VALUES['CONTENT'] = " <div
+ align=\"CENTER\">".translate("ENTER_RESTRICTED",
+ $DBH)."</DIV>
<table align='center'>
<tr><td valign=\"top\" align='center'>
- <font size='-1'>
+ <form name='login_form' action='set_session.php3' METHOD='POST'>
+ <font size='-1'>
<input type=\"text\" name=\"user\" onFocus=\"if (this.value=='".translate("USERNAME", $DBH)."') this.value='';\" size=\"13\" value=\"".translate("USERNAME",$DBH)."\"></font></td></tr>
<tr><td valign=\"top\" align='center'>
<font size='-1'>
@@ -378,7 +381,7 @@
$links = $headlines->getLinks($site);
// getting the head of the box
- $VALUES['TITLE'] = "<A HREF='" . $headlines->sites[$site][1] . "'>" .
+ $VALUES['TITLE'] = "<A CLASS=\"title\" HREF='" . $headlines->sites[$site][1] . "'>" .
$headlines->sites[$site][0] .
"</A>";
$PAGE = get_hash_template($BOX_HASH_TEMPLATE["HEAD"], $VALUES);
|
|
From: mdw c. <myd...@li...> - 2001-10-23 22:08:27
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/templates/dynadot
Modified Files:
box.html calendar.html comment.html main.html topbar.html
Log Message:
*** SLASHDOT THEME IS FINISHED ***
Ok, I'm proud to annouce that the slashdot theme is now OK.
It really looks like slashdot and its really funny to see mydynaweb
dressed like every geeks would want it to be ;)
After the CVS commit, I'll release a tarball to submit it in the sourceforge file section.
sukria - Wed Oct 24 22:09:12 GMT 2001
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/dynadot/box.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- box.html 2001/10/23 20:00:35 1.2
+++ box.html 2001/10/23 22:07:56 1.3
@@ -1,17 +1,14 @@
<!-- BLOCK:HEAD -->
-<TABLE cellpadding=1 cellspacing=0 border=0 width="170" align=center bgcolor="#CCCCCC">
- <TR bgcolor="#006666">
- <TD valign=top class="TITLE">
- <FONT size=4 color="#FFFFFF" face="arial,helvetica"><B>~TITLE~</B></FONT>
- </TD>
- </TR>
- <TR>
- <TD>
+<table WIDTH="200" BORDER="0" CELLPADDING="0" CELLSPACING="0">
+<tr VALIGN="TOP" BGCOLOR="#006666">
+<td><font FACE="arial,helvetica" SIZE="4" COLOR="#FFFFFF"><b><a
+HREF="/users.pl"><font COLOR="#FFFFFF">~TITLE~</font></a></b></font></td>
+</tr>
<!-- BLOCK:LINE -->
- <LI><font color="#006666" size="-1">~CONTENT~</font>
+<tr><td BGCOLOR="#CCCCCC">
+<font SIZE="2" COLOR="#000000">
+<li>~CONTENT~</li>
+</font>
<!-- BLOCK:FOOT -->
- </TD>
- </TR>
-</TABLE>
-<BR>
-
+</td></tr></table>
+<p>
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/dynadot/calendar.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- calendar.html 2001/10/17 15:21:30 1.1
+++ calendar.html 2001/10/23 22:07:56 1.2
@@ -1,28 +1,47 @@
<!-- BLOCK:HEAD -->
-<table class="calendar">
+<table class="calendar" cellpadding="0" cellspacing="0" border="0" width="200">
<tr>
<td align="center" valign="top">~MONTH_PREV~</td>
- <td align="center" valign="top" class="calendarHeader" colspan="5">~MONTH~</td>
+ <td bgcolor="#006666">
+ <table width="100%" cellspacing="1" cellpadding="1" border="0">
+ <tr>
+ <td align="center" valign="top" class="CalendarHeader">~MONTH~</td>
+ </tr>
+ </table>
+ </td>
<td align="center" valign="top">~MONTH_NEXT~</td>
</tr>
<tr>
-<td align="center" valign="top" class="calendarHeader">~W1~</td>
-<td align="center" valign="top" class="calendarHeader">~W2~</td>
-<td align="center" valign="top" class="calendarHeader">~W3~</td>
-<td align="center" valign="top" class="calendarHeader">~W4~</td>
-<td align="center" valign="top" class="calendarHeader">~W5~</td>
-<td align="center" valign="top" class="calendarHeader">~W6~</td>
-<td align="center" valign="top" class="calendarHeader">~W7~</td>
-</tr>
+<td colspan="3" bgcolor="#006666">
+ <table width="100%" cellpadding="1" cellspacing="1" border="0">
+ <tr>
+ <td align="center" valign="top" class="CalendarHeader2"> ~W1~ </td>
+ <td align="center" valign="top" class="CalendarHeader2"> ~W2~ </td>
+ <td align="center" valign="top" class="CalendarHeader2"> ~W3~ </td>
+ <td align="center" valign="top" class="CalendarHeader2"> ~W4~ </td>
+ <td align="center" valign="top" class="CalendarHeader2"> ~W5~ </td>
+ <td align="center" valign="top" class="CalendarHeader2"> ~W6~ </td>
+ <td align="center" valign="top" class="CalendarHeader2"> ~W7~ </td>
+ </tr>
<!-- BLOCK:LINE -->
-<tr>
-<td class="~CD0~" align="right" valign="top">~D0~</td>
-<td class="~CD1~" align="right" valign="top">~D1~</td>
-<td class="~CD2~" align="right" valign="top">~D2~</td>
-<td class="~CD3~" align="right" valign="top">~D3~</td>
-<td class="~CD4~" align="right" valign="top">~D4~</td>
-<td class="~CD5~" align="right" valign="top">~D5~</td>
-<td class="~CD6~" align="right" valign="top">~D6~</td>
-</tr>
+ <tr>
+ <td class="~CD0~" align="right" valign="top" class="CalendarClassic">~D0~</td>
+ <td class="~CD1~" align="right" valign="top" class="CalendarClassic">~D1~</td>
+ <td class="~CD2~" align="right" valign="top" class="CalendarClassic">~D2~</td>
+ <td class="~CD3~" align="right" valign="top" class="CalendarClassic">~D3~</td>
+ <td class="~CD4~" align="right" valign="top" class="CalendarClassic">~D4~</td>
+ <td class="~CD5~" align="right" valign="top" class="CalendarClassic">~D5~</td>
+ <td class="~CD6~" align="right" valign="top" class="CalendarClassic">~D6~</td>
+ </tr>
<!-- BLOCK:FOOT -->
+ </table>
+</td>
+</tr>
</table>
+
+<!-- BLOCK:LEFT_ARROW -->
+<b><</b>
+
+<!-- BLOCK:RIGHT_ARROW -->
+<b>></b>
+
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/dynadot/comment.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- comment.html 2001/10/09 08:27:18 1.1
+++ comment.html 2001/10/23 22:07:56 1.2
@@ -1,11 +1,11 @@
- <table width="480" border="0" cellpadding="1" cellspacing="0" bgcolor="#6A749D"><tr><td>
- <table width="480" border="0" cellpadding="0" cellspacing="0" bgcolor="#EEEEEE"><tr><td>
- <table width="480" border="0" cellpadding="0" cellspacing="3" bgcolor="#EEEEEE"><tr>
+ <table width="100%" border="0" cellpadding="1" cellspacing="0" bgcolor="#006666" align="center"><tr><td>
+ <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#EEEEEE"><tr><td>
+ <table width="100%" border="0" cellpadding="0" cellspacing="3" bgcolor="#EEEEEE"><tr>
<td align="left" bgcolor="#EEEEEE">
- <font color="#6A749D"><b>~title~</b> (posted by <a href="mailto:~user_mail~">~user_name~</a>, ~date_ins~)</font><br><br>
+ <font color="#006666"><b>~title~</b> (posted by <a href="mailto:~user_mail~">~user_name~</a>, ~date_ins~)</font><br><br>
~content~
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/dynadot/main.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- main.html 2001/10/23 20:01:52 1.8
+++ main.html 2001/10/23 22:07:56 1.9
@@ -13,32 +13,48 @@
}
A:hover {
- background-color: #AAAAAA;
text-decoration:underline;
- color:#6A749D;
}
td,p,li {
font-family: tahoma,arial,helvetica;
}
- .calendarHeader {
+ .topbar {
+ color: #FFFFFF;
+ }
+
+ .title {
font-weight: bolder; color: #FFFFFF;
+
+ }
+
+ .CalendarHeader2 {
+ color: #FFFFFF;
+ font-size: 7pt;
+ background-color: #006666;
+ }
+
+ .CalendarHeader {
+ font-weight: bold;
+ color: #FFFFFF;
background-color: #006666;
}
.calendarToday {
background-color: #006666;
+ font-size: 7pt;
color: #FFFFFF;
text-decoration:bold;
}
.calendar {
- background-color: #FFFFFF;
+ background-color: #CCCCCC;
border-bottom : #666699;
border-left : #666699;
border-top : #CCCCFF;
border-right : #CCCCFF;
+ font-size: 7pt;
}
.headline-title {
@@ -73,31 +89,49 @@
}
</style>
</head>
+
+<body BGCOLOR="#000000" TEXT="#000000" LINK="#006666" VLINK="#000000" TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
-<body bgcolor="#FFFFFF" link="#006666" vlink="#000000" text="~TEXT~"
- marginwidth="0" marginheight="0" leftmargin="0" rightmargin="0" topmargin="0">
+
<!-- SITE navbar -->
~TOPBAR~
<!-- End SITE navbar -->
-<table width="100%" cellpading="0" cellspacing="0" border="0">
+
+
+<table CELLPADDING=5 WIDTH="100%">
+<tr><td>
+<table CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="99%" ALIGN="CENTER" BGCOLOR="#FFFFFF">
+<tr><td>
+
+
+<table border=0 width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
-<td colspan=2 align="center">
-<!-- LEFT CORNER -->
-
-<!-- end LEFT CORNER -->
+
+<td width="40" height="49" valign="top" bgcolor="#006666">
+<img src="templates/dynadot/img/corner.gif" width="40" height="49">
</td>
-<td align="left" valign="middle" width="100%">
+<td align="left" valign="middle" bgcolor="#006666">
<!-- TITLE -->
-<B><FONT size="+3"><i>~PAGE_TITLE~</i></FONT></B>
+<B><FONT size="+3" color="#FFFFFF">~SITE_TITLE~</FONT></B>
<!-- end TITLE -->
</td>
-<td colspan=2 align="right">
+
+<td width="100%">
+
+</td>
+
+<td align="right">
<!-- RIGHT CORNER -->
~RIGHT_CORNER~
<!-- end RIGHT CORNER -->
</td>
</tr>
</table>
+~MESSAGE~
+
+
+<B><font color="#006666" size="+1">~PAGE_TITLE~</font></B>
+<p>
<table width="100%" cellpading="0" cellspacing="0" border="0">
<!--<tr>
<td>
@@ -110,7 +144,11 @@
<!-- LINK BOXES -->
~LINK_BOXES~
<!-- end LINK BOXES -->
- <br>
+~CONTROL_PANNEL~
+~STATBOX~
+
+<p>
+<a href="http://mydynaweb.sf.net"><img src="images/poweredbymydynaweb.gif" border="0"></a>
</td>
<td align="center" valign="top">
<!-- CONTENT -->
@@ -124,31 +162,30 @@
~CALENDAR~
<!-- end CALENDAR -->
<br>
-<!-- STATBOX -->
-~STATBOX~
-<!-- end STATBOX -->
-<!-- CONTROL PANNEL -->
-~CONTROL_PANNEL~
-<!-- end CONTROL PANNEL -->
-<!-- HEADLINES -->
~HEADLINES~
<!-- end HEADLINES -->
-<A href="http://sourceforge.net">
-<IMG src="http://sourceforge.net/sflogo.php?group_id=18465" width="88" height="31" border="0" alt="Source Forge Logo"></A>
- <br>
</td>
</tr>
-<tr><td colspan="5" align="center">
-
-
+<tr>
-<a
- style="text-decoration: none" target ="_blank" href="http://mydynaweb.sourceforge.net"><font color="#555555" size="-1" face="Geneva, Verdana, Arial, Sans-Serif">~MYDYNAWEB_POWERED~</font></a>
-</td>
+ <td colspan="5" align="center">
+
+ </td>
</tr>
</td></tr>
</table>
+</td></tr></table>
+
+<p>
+
+<center>
+<font size="-1" color="#ffffff">
+This site is powered by <b><a href="http://mydynaweb.sourceforge.net" target="out">MyDynaWeb</a></b>, the free website engine.
+<br>
+The current HTML output has been made from the famous <b><a href="http://www.slashdot.org" target="out">Slashdot</a></b> site.
+</font>
+</center>
</body>
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/dynadot/topbar.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- topbar.html 2001/04/19 22:00:10 1.1
+++ topbar.html 2001/10/23 22:07:56 1.2
@@ -1,41 +1,19 @@
-<!-- SITE navbar -->
+<p>
-<table cellspacing="0" cellpadding="0" width="100%" border="0">
- <tr bgcolor="#e7e7e7">
- <td><img src="/images/pixel.gif" width="1" height="1" alt=""></td>
- </tr>
-</table>
+<center>
+<font SIZE="2" COLOR="#006666"> [
+<a class="topbar" href="~LEFT1_URL~">~LEFT1~</a> |
+<a class="topbar" href="~LEFT2_URL~">~LEFT2~</a> |
+<a class="topbar" href="~LEFT3_URL~">~LEFT3~</a> |
+<a class="topbar" href="~LEFT4_URL~">~LEFT4~</a> |
+<a class="topbar" href="~LEFT5_URL~">~LEFT5~</a> |
-<table cellspacing="0" cellpadding="1" width="100%" border="0">
- <tr valign="middle" bgcolor="#c0c0c0">
- <td>
-
- <font color="#555555" size="-1" face="Geneva, Verdana, Arial, Sans-Serif"><b>~BAR_TITLE~</b></font>
-
- <a
- style="text-decoration: none" href="~LEFT1_URL~"><font color="#555555" size="-1" face="Geneva, Verdana, Arial, Sans-Serif">~LEFT1~</font></a> · <a
- style="text-decoration: none" href="~LEFT2_URL~"><font color="#555555" size="-1" face="Geneva, Verdana, Arial, Sans-Serif">~LEFT2~</font></a> · <a
- style="text-decoration: none" href="~LEFT3_URL~"><font color="#555555" size="-1" face="Geneva, Verdana, Arial, Sans-Serif">~LEFT3~</font></a> · <a
- style="text-decoration: none" href="~LEFT4_URL~"><font color="#555555" size="-1" face="Geneva, Verdana, Arial, Sans-Serif">~LEFT4~</font></a> · <a
- style="text-decoration: none" href="~LEFT5_URL~"><font color="#555555" size="-1" face="Geneva, Verdana, Arial, Sans-Serif">~LEFT5~</font></a>
- </td>
+<a class="topbar" href="~RIGHT1_URL~">~RIGHT1~</a> |
+<a class="topbar" href="~RIGHT2_URL~">~RIGHT2~</a> |
+<a class="topbar" href="~RIGHT3_URL~">~RIGHT3~</a> ]
- <td align="right">
- <a
- style="text-decoration: none" href="~RIGHT1_URL~"><font color="#555555" size="-1" face="Geneva, Verdana, Arial, Sans-Serif">~RIGHT1~</font></a> · <a
- style="text-decoration: none" href="~RIGHT2_URL~"><font color="#555555" size="-1" face="Geneva, Verdana, Arial, Sans-Serif">~RIGHT2~</font></a> · <a
- style="text-decoration: none" href="~RIGHT3_URL~"><font color="#555555" size="-1" face="Geneva, Verdana, Arial, Sans-Serif">~RIGHT3~</font></a>
- </td>
- </tr>
-</table>
+</font>
+</center>
-<table cellspacing="0" cellpadding="0" width="100%" border="0">
- <tr valign="middle" bgcolor="#6f6f6f">
- <td><img src="/images/pixel.gif" width="1" height="1" alt=""></td>
- </tr>
- <tr bgcolor="#e7e7e7">
- <td><img src="/images/pixel.gif" width="1" height="1" alt=""></td>
- </tr>
-</table>
+<p>
-<!-- End SITE navbar -->
|
|
From: mdw c. <myd...@li...> - 2001-10-23 22:09:51
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/enlightened Modified Files: main.html Log Message: fixing the enlightened bug =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/main.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- main.html 2001/10/23 22:07:56 1.11 +++ main.html 2001/10/23 22:09:51 1.12 @@ -36,17 +36,6 @@ </tr> </table> -<table> - -<tr> - <td>~CONTROL_PANNEL~</td> - <td>~SEARCH~</td> - <td>~CALENDAR~</td> -</tr> - -</table> - - <table border="0" width="90%" cellspacing="0" align="center"> <tr> |
|
From: mdw c. <myd...@li...> - 2001-10-23 22:11:50
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/dynadot/img Log Message: Directory /cvsroot/mydynaweb/mydynaweb/htdocs/templates/dynadot/img added to the repository |
|
From: mdw c. <myd...@li...> - 2001-10-23 22:12:24
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/dynadot/img Added Files: corner.gif Log Message: pics for dynadot |
|
From: mdw c. <myd...@li...> - 2001-10-24 07:18:11
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/dynadot Modified Files: box.html Log Message: removing the link user.pl =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/dynadot/box.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- box.html 2001/10/23 22:07:56 1.3 +++ box.html 2001/10/24 07:18:10 1.4 @@ -1,8 +1,8 @@ <!-- BLOCK:HEAD --> -<table WIDTH="200" BORDER="0" CELLPADDING="0" CELLSPACING="0"> +<table WIDTH="180" BORDER="0" CELLPADDING="0" CELLSPACING="0"> <tr VALIGN="TOP" BGCOLOR="#006666"> -<td><font FACE="arial,helvetica" SIZE="4" COLOR="#FFFFFF"><b><a -HREF="/users.pl"><font COLOR="#FFFFFF">~TITLE~</font></a></b></font></td> +<td><font FACE="arial,helvetica" SIZE="4" COLOR="#FFFFFF"><b> +<font COLOR="#FFFFFF">~TITLE~</font></b></font></td> </tr> <!-- BLOCK:LINE --> <tr><td BGCOLOR="#CCCCCC"> |
|
From: mdw c. <myd...@li...> - 2001-10-24 07:19:42
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/dynadot Modified Files: box.html Log Message: putting with to 200 =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/dynadot/box.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- box.html 2001/10/24 07:18:10 1.4 +++ box.html 2001/10/24 07:19:40 1.5 @@ -1,5 +1,5 @@ <!-- BLOCK:HEAD --> -<table WIDTH="180" BORDER="0" CELLPADDING="0" CELLSPACING="0"> +<table WIDTH="200" BORDER="0" CELLPADDING="0" CELLSPACING="0"> <tr VALIGN="TOP" BGCOLOR="#006666"> <td><font FACE="arial,helvetica" SIZE="4" COLOR="#FFFFFF"><b> <font COLOR="#FFFFFF">~TITLE~</font></b></font></td> |
|
From: mdw c. <myd...@li...> - 2001-10-26 16:24:55
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/admin
Modified Files:
show_pages.php3 update_page.php3
Log Message:
modification of the 'vendredi'
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/admin/show_pages.php3,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- show_pages.php3 2001/10/10 21:28:17 1.7
+++ show_pages.php3 2001/10/26 16:24:55 1.8
@@ -46,12 +46,19 @@
<?
-$sql = "select idpage, titre
- from page";
+$sql = "select idpage, titre, lang
+ from page
+ order by lang, titre";
$rqt = new query($DBH);
$rqt->query($DBH, $sql) or send_sql_error($PHP_SELF, $sql, $rqt->error());
-
+$cur_lang = '';
while ($infos_page = $rqt->getrow()) {
+
+ if ($cur_lang != $infos_page[2]) {
+ print ("<tr><td><p> </p><b>".$infos_page[2]."</b><br></td></tr>");
+ $cur_lang = $infos_page[2];
+ }
+
if ($act == "mod") {
print "<tr>
<td>
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/admin/update_page.php3,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- update_page.php3 2001/10/10 21:28:17 1.12
+++ update_page.php3 2001/10/26 16:24:55 1.13
@@ -14,7 +14,7 @@
-$sql = "select idpage, titre, chapeau, content, lang
+$sql = "select idpage, titre, chapeau, content, lang, num_zone, num_page
from page
where idpage='$PAGE'";
$rqt = new query($DBH);
@@ -79,11 +79,11 @@
</td>
<td>
- Zone : <input type="text" size="3" value="50" name="zone">
+ Zone : <input type="text" size="3" value="<? echo $infos_page[5]; ?>" name="zone">
</td>
<td>
- Page : <input type="text" size="3" value="50" name="page">
+ Page : <input type="text" size="3" value="<? echo $infos_page[6]; ?>" name="page">
</td>
</tr>
|