|
From: mdw c. <myd...@li...> - 2001-09-28 09:14:51
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/enlightened Modified Files: main.html stylesheet.css Log Message: Some themes updates, text justify on left =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/main.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- main.html 2001/09/26 22:25:00 1.1 +++ main.html 2001/09/28 09:14:50 1.2 @@ -49,7 +49,7 @@ <tr> <td valign="middle" colspan="2" align="center"><br><br><br><a -href="http://mydynaweb.net"><img src="images/poweredbymydynaweb.gif" +href="http://mydynaweb.sf.net"><img src="images/poweredbymydynaweb.gif" border="0" alt="Powered By MyDynaWeb"></a></td> </tr> =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/stylesheet.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- stylesheet.css 2001/09/26 22:25:00 1.1 +++ stylesheet.css 2001/09/28 09:14:51 1.2 @@ -36,6 +36,7 @@ } td.newsbody { background-color:#7a8a9a; color:#ffffff; + text-align:left; } td.border-tl { background-color:#667788; @@ -95,7 +96,7 @@ } p { - text-align:center; + text-align:left; font-family:arial,helvetica,lucida; font-size:12pt; color:#ffffff; |
|
From: mdw c. <myd...@li...> - 2001-09-28 09:18:37
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/enlightened Modified Files: main.html stylesheet.css Log Message: last theme modification for the text to be left justified =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/main.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- main.html 2001/09/28 09:14:50 1.2 +++ main.html 2001/09/28 09:18:37 1.3 @@ -51,7 +51,20 @@ align="center"><br><br><br><a href="http://mydynaweb.sf.net"><img src="images/poweredbymydynaweb.gif" border="0" -alt="Powered By MyDynaWeb"></a></td> +alt="Powered By MyDynaWeb"></a> +<p> + +<!-- 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 --> +</td> </tr> </table> @@ -125,6 +138,21 @@ The current HTML output has been made from the very cute <a href="http://www.enlightenment.org" target="out">enlightenment</a> site. Used with permission. </font> </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 --> + </body></html> =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/stylesheet.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- stylesheet.css 2001/09/28 09:14:51 1.2 +++ stylesheet.css 2001/09/28 09:18:37 1.3 @@ -34,7 +34,8 @@ background-color:#7a8a9a; background-image:url(img/e-line.gif); } -td.newsbody { background-color:#7a8a9a; +td.newsbody { text-align:left; + background-color:#7a8a9a; color:#ffffff; text-align:left; } @@ -112,7 +113,7 @@ p.contenttitle { margin-top:10px; - text-align:center; + text-align:left; font-family:arial,helvetica,lucida; font-weight:bold; color:#ffffff; |
|
From: mdw c. <myd...@li...> - 2001-09-28 09:19:07
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs
Modified Files:
show_da_topics.php3
Log Message:
last theme modification for the text to be left justified
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/show_da_topics.php3,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- show_da_topics.php3 2001/07/08 01:22:30 1.14
+++ show_da_topics.php3 2001/09/28 09:18:37 1.15
@@ -61,8 +61,10 @@
$PAGE = get_page(translate("TOPICS", $DBH), translate("TOP_TEXT", $DBH), $gallerie,$DBH);
-print_template(THEMES_PATH."/main.html", $PAGE, translate("TOPICS",$DBH), $DBH,"NEWS_TOPICS", $REMOTE_ADDR);
+ print_template(THEMES_PATH."/main.html", $PAGE, translate("TOPICS",$DBH), $DBH,"NEWS_TOPICS", $REMOTE_ADDR, '', '',10, 4);
+
}
+
$DBH->close();
?>
|
|
From: mdw c. <myd...@li...> - 2001-09-28 09:19:07
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/admin
Modified Files:
update_page.php3
Log Message:
last theme modification for the text to be left justified
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/admin/update_page.php3,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- update_page.php3 2001/04/27 21:38:56 1.10
+++ update_page.php3 2001/09/28 09:18:37 1.11
@@ -20,7 +20,7 @@
if ($lang && $idpage && $titre && $chapeau && $content) {
$sql = "update page
- set titre='$titre', chapeau='$chapeau', content='$content', lang='$lang'
+ set titre='$titre', chapeau='$chapeau', content='$content', lang='$lang', num_zone=$zone, num_page=$page
where idpage='$idpage'";
$rqt = new query($DBH);
$rqt->query($DBH,$sql) or send_sql_error($PHP_SELF, $sql, $rqt->error());
@@ -66,6 +66,21 @@
<textarea name="content" wrap="virtual" rows="40" cols="80"><? echo $infos_page[3]; ?></textarea>
</td>
</tr>
+
+<tr>
+ <td>
+ <? translate("YOU_CAN_SPECIFY_ZONE_PAGE", $DBH); ?>
+ </td>
+
+ <td>
+ Zone : <input type="text" size="3" value="50" name="zone">
+ </td>
+
+ <td>
+ Page : <input type="text" size="3" value="50" name="page">
+ </td>
+</tr>
+
</table>
<br>
<center>
|
|
From: mdw c. <myd...@li...> - 2001-09-28 09:37:34
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/enlightened Modified Files: main.html Log Message: removing the weboscope code from the template =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/main.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- main.html 2001/09/28 09:18:37 1.3 +++ main.html 2001/09/28 09:37:34 1.4 @@ -54,16 +54,6 @@ alt="Powered By MyDynaWeb"></a> <p> -<!-- 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 --> </td> </tr> </table> @@ -138,21 +128,6 @@ The current HTML output has been made from the very cute <a href="http://www.enlightenment.org" target="out">enlightenment</a> site. Used with permission. </font> </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 --> - </body></html> |
|
From: mdw c. <myd...@li...> - 2001-09-28 09:41:23
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/enlightened Modified Files: box.html Log Message: fixing the picture bug =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/box.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- box.html 2001/09/26 22:25:00 1.1 +++ box.html 2001/09/28 09:41:22 1.2 @@ -1,10 +1,9 @@ <!-- BLOCK:HEAD --> <table border="0" width="100%"> <tr> - <td valign="middle"><a href="news.html"><img border=0 src="img/nav_news.gif" alt=""></a></td> <td align="center"><b>~TITLE~</b></td> </tr> - <tr><td colspan="2" align="right"> + <tr><td align="right"> <p class="items"> <!-- BLOCK:LINE --> ~CONTENT~<br> |
|
From: mdw c. <myd...@li...> - 2001-09-28 13:49:09
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/basic Added Files: box.html Log Message: box.html |
|
From: mdw c. <myd...@li...> - 2001-10-01 09:26:08
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/include Modified Files: gui.inc.php Log Message: Just fixing the little problem that made boxes title not justify correctly. Now, the box.html template is right : if there is a 'td align' over the ~TITLE~ keyword it is respected in the HTML layout. =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/include/gui.inc.php,v retrieving revision 1.31 retrieving revision 1.32 diff -u -3 -r1.31 -r1.32 --- gui.inc.php 2001/09/26 22:25:00 1.31 +++ gui.inc.php 2001/10/01 09:26:07 1.32 @@ -483,12 +483,8 @@ } - $TABLE_TITRE = "<table width='100%' border='0' cellpadding='2' cellspacing='0'><tr> - <td align='center'> - <font size='-1'><b>$titre[0]</b></font></td></tr> - </table>"; - $VALUES['TITLE'] = $TABLE_TITRE; + $VALUES['TITLE'] = $titre[0]; $BOX = get_hash_template ($BOX_HASH_TEMPLATE["HEAD"], $VALUES); $sql = "select item_libelle, item_url, target |
|
From: mdw c. <myd...@li...> - 2001-10-04 20:24:14
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/include
Modified Files:
gui.inc.php
Log Message:
Now when clicking on the username and password boxes, values are cleared.
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/include/gui.inc.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- gui.inc.php 2001/10/01 09:26:07 1.32
+++ gui.inc.php 2001/10/04 20:24:13 1.33
@@ -280,12 +280,10 @@
<table align='center'>
<tr><td valign=\"top\" align='center'>
<font size='-1'>
- <input type=\"text\" name=\"user\" size=\"13\" value=\"".
- translate("USERNAME",$DBH).
- "\"></font></td></tr>
+ <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'>
- <input type=\"password\" name=\"pass\" size=\"13\" value=\"password\">
+ <input onFocus=\"if (this.value='password') this.value='';\" type=\"password\" name=\"pass\" size=\"13\" value=\"password\">
</font>
</td></tr>
<tr><td valign='top' align=\"center\"><font size='-1'>
|
|
From: mdw c. <myd...@li...> - 2001-10-04 20:37:33
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs
Modified Files:
passwd.php3
Log Message:
fixing the bug.
There was an old reference to mydynaweb.ini.php3.
I've also put a check_session call and use the get_login_from_session to get the username.
It works fine now (tested)
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/passwd.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- passwd.php3 2001/03/26 20:12:12 1.2
+++ passwd.php3 2001/10/04 20:37:32 1.3
@@ -1,26 +1,34 @@
<?
-include("include/mydynaweb.ini.php3");
+include('./include/mydynaweb.init.php');
+include(DYNA_ROOT . '/include/mydynaweb.libs.php');
$DBH=new db();
$DBH->open($dbName, $dbServer, $dbUser, $dbPass);
-define ("USER_ID", $UserID);
+check_session($DYNA_SESSION, $DBH);
+$login = get_login_from_session ($DYNA_SESSION, $DBH);
-if (USER_ID) {
- $sql = "select pass from members where name='".USER_ID."'";
+if (strlen(USER_ID)) {
+ $sql = "select pass from members where name='$login'";
$rqt = new query($DBH);
$rqt->query($DBH, $sql);
$row = $rqt->getrow();
if ($old == $row[0]) {
if ($new1 == $new2) {
- $sql = "update members set pass='$new1' where name='".USER_ID."'";
+ $sql = "update members set pass='$new1' where name='$login'";
$rqt = new query($DBH);
$rqt->query($DBH, $sql);
}
+ else {
+ send_error($PHP_SELF, translate('PASSWORDS_DONT_MATCH', $DBH));
+ }
+ }
+ else {
+ send_error($PHP_SELF, translate('OLD_PASSWORD_ISNOT_GOOD', $DBH));
}
}
|
|
From: mdw c. <myd...@li...> - 2001-10-04 20:41:20
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/admin
Modified Files:
add_item.php
Log Message:
default value for target is '_self'
submit is valid if each fields are fieled.
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/admin/add_item.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- add_item.php 2001/06/18 21:45:40 1.1
+++ add_item.php 2001/10/04 20:41:19 1.2
@@ -29,7 +29,7 @@
<td><input type=\"hidden\" name=\"box\" value=\"$box\">
<input type=\"text\" name=\"title\" value=\"\"></td>
<td><input type=\"text\" name=\"link\" value=\"\"></td>
- <td><input type=\"text\" name=\"target\" size=\"5\" value=\"\"></td>
+ <td><input type=\"text\" name=\"target\" size=\"5\" value=\"_self\"></td>
<td><a href=\"#\" onclick=\"window.open('link_help.php3?num=-1','dyna','scrollbars=yes,resizable=yes,width=300,height=300');\">Help</td>
</tr>
</table>
|
|
From: mdw c. <myd...@li...> - 2001-10-04 20:46:33
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/tools/events
Modified Files:
stats.php
Log Message:
I removed the code that counts stats.
Indeed, it bugs with Postgres and I've planned to redo it from scratch......
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/tools/events/stats.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- stats.php 2001/09/10 14:47:24 1.8
+++ stats.php 2001/10/04 20:46:33 1.9
@@ -72,6 +72,10 @@
return(1);
}
else {
+/*
+ As the stats sytem will be redo from scratch, and as this seems to bug
+ under Postgres (thanx to josh ;) i remove this code...
+
$sql = "CREATE TABLE hit_$mon (
day ".SMALL_INT." not null default 0,
ip ".CHAR."(16) not null default '',
@@ -83,6 +87,11 @@
$rqt = new query($DBH);
$rqt->query($DBH, $sql) or print $rqt->error();
return(1);
+
+*/
+
+ return(1);
+
}
}
@@ -92,8 +101,8 @@
if (!strlen($IP)) {
return(0);
}
-
+/*
$DYNAVISIT = DVISIT;
$mon = date("m_Y");
$day = date("d");
@@ -136,7 +145,8 @@
$rqt = new query($DBH);
$rqt->query($DBH, $sql) or print $rqt->error();
return(1);
-
+*/
+ return(1);
}
}
}
|
|
From: mdw c. <myd...@li...> - 2001-10-04 21:00:17
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/tools/admin
Modified Files:
form_line_template.html script_creator.php
Log Message:
Now, each field that is named 'pass' in a table will be protected with '*' in the form inputs.
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/tools/admin/form_line_template.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- form_line_template.html 2001/04/13 14:55:12 1.2
+++ form_line_template.html 2001/10/04 21:00:17 1.3
@@ -1,5 +1,5 @@
<tr>
<td>~FIELD~</td>
- <td><input type="text" name="~INPUT~" value="~VALUE~"> ~OPT~</td>
+ <td><input type="~TYPE~" name="~INPUT~" value="~VALUE~"> ~OPT~</td>
</tr>
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/tools/admin/script_creator.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- script_creator.php 2001/08/02 19:27:11 1.8
+++ script_creator.php 2001/10/04 21:00:17 1.9
@@ -113,6 +113,11 @@
// get the lines of fields
for ($i=0;$i<sizeof($this->fields);$i++) {
$this->tokens['FIELD'] = $this->fields[$i];
+ if ($this->fields[$i] == 'pass') {
+ $this->tokens['TYPE'] = 'password';
+ } else {
+ $this->tokens['TYPE'] = 'text';
+ }
$this->tokens['INPUT'] = "arg" . $i;
$this->html .= get_template($this->root . "/form_line_template.html", $this->tokens);
}
@@ -153,6 +158,11 @@
$this->tokens['FIELD'] = $this->fields[$i];
$this->tokens['VALUE'] = $vals[$i];
$this->tokens['INPUT'] = "arg" . $i;
+ if ($this->fields[$i] == 'pass') {
+ $this->tokens['TYPE'] = 'password';
+ } else {
+ $this->tokens['TYPE'] = 'text';
+ }
$this->html .= get_template($this->root . "/form_line_template.html", $this->tokens);
}
|
|
From: mdw c. <myd...@li...> - 2001-10-04 21:00:42
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/tools/events Modified Files: stats.php Log Message: parse error fixed =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/tools/events/stats.php,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- stats.php 2001/10/04 20:46:33 1.9 +++ stats.php 2001/10/04 21:00:42 1.10 @@ -145,10 +145,10 @@ $rqt = new query($DBH); $rqt->query($DBH, $sql) or print $rqt->error(); return(1); -*/ - return(1); + } - } + }*/ + return(1); } function get_whatsup_box($DBH) |
|
From: mdw c. <myd...@li...> - 2001-10-04 21:20:44
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/templates/gnome
Modified Files:
news.html
Log Message:
fix some templates words and change the e theme
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/gnome/news.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- news.html 2001/07/24 22:07:52 1.1
+++ news.html 2001/10/04 21:20:43 1.2
@@ -31,7 +31,7 @@
</td>
<td align="right" width="280">
- <font size="-2" face="tahoma,arial,helvetica" color="#770000">[<a href="comment.php?news=~NUMNEWS~">~READ_MORE~</a>]</font>
+ <font size="-2" face="tahoma,arial,helvetica" color="#770000">[<a href="comment.php?news=~NUMNEWS~">~DETAILS~ : ~READ_MORE~</a>]</font>
<font size="-2" face="tahoma,arial,helvetica" color="#770000">[<a href="add_comment.php?num_news=~NUMNEWS~">~COMMENT~</a>]</font>
|
|
From: mdw c. <myd...@li...> - 2001-10-04 21:21:14
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/templates/default
Modified Files:
news.html
Log Message:
fix some templates words and change the e theme
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/default/news.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- news.html 2001/09/06 22:56:18 1.11
+++ news.html 2001/10/04 21:20:43 1.12
@@ -28,7 +28,7 @@
<td valign="top" align="right" width="280">
<B>
<a href="comment.php?news=~NUMNEWS~" color="#6A749D"><font
- size="-2" face="tahoma,arial,helvetica" color="#6A749D">[Détails : ~READ_MORE~]</font></a>
+ size="-2" face="tahoma,arial,helvetica" color="#6A749D">[~DETAILS~ : ~READ_MORE~]</font></a>
<a href="add_comment.php?num_news=~NUMNEWS~"><font size="-2"
face="tahoma,arial,helvetica" color="#6A749D">[~COMMENT~]</font></a>
|
|
From: mdw c. <myd...@li...> - 2001-10-04 21:21:14
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/enlightened Modified Files: box.html comment.html main.html news.html stylesheet.css Log Message: fix some templates words and change the e theme =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/box.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- box.html 2001/09/28 09:41:22 1.2 +++ box.html 2001/10/04 21:20:43 1.3 @@ -1,7 +1,7 @@ <!-- BLOCK:HEAD --> <table border="0" width="100%"> <tr> - <td align="center"><b>~TITLE~</b></td> + <td align="left"><b>~TITLE~</b></td> </tr> <tr><td align="right"> <p class="items"> =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/comment.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- comment.html 2001/09/26 22:25:00 1.1 +++ comment.html 2001/10/04 21:20:43 1.2 @@ -7,3 +7,7 @@ ~content~ </td></tr></table> +<p> + +</p> + =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/main.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- main.html 2001/09/28 09:37:34 1.4 +++ main.html 2001/10/04 21:20:43 1.5 @@ -11,21 +11,20 @@ ~MESSAGE~ <div align="center"> -<table border="0" width="90%" cellspacing="0" -align="center"> -<tr> -<td colspan="2"> -<table border="0" width="100%"> -<tr> -<td align="left"><a href="main.html"><img -src="templates/enlightened/img/logo.gif" alt="E logo" border="0"></a></td> -<td align="right"> +<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" background="/images/linevert.gif"><tr background="/images/linevert.gif"><td background="/images/linevert.gif"> +<a href="/"><img src="/images/sukria.net-enlightenedlogo.gif" alt="Welcome @ sukria.net" border="0"></a> +</td> +<td align="right" background="/images/linevert.gif"> ~TOPBAR~ </td> -</tr> -</table> +<td> + </td> </tr> +</table> + + +<table border="0" width="90%" cellspacing="0" align="center"> <tr> <td valign="top"><table border="0" cellpadding="0" cellspacing="0" width="90"> @@ -37,13 +36,15 @@ <tr> <td class="border-l" width="25"><img src="images/pixel.gif" width="25"></td> -<td class="content" valign="top" align="center" width="100%"> +<td class="content" valign="top" align="left" width="100%"> ~LINK_BOXES~ ~SEARCH~ ~LOGIN~ + +~HEADLINES~ <table border="0" width="100%"> <tr> =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/news.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- news.html 2001/09/26 22:25:00 1.1 +++ news.html 2001/10/04 21:20:43 1.2 @@ -4,8 +4,11 @@ <div align="left">~TEXT~</div> </td></tr></table> -<table align="center" width="70%"><tr><td align="left"> -~NBHIT~ ~HITS~- ~NBCOMMENT~ ~COMMENTS~ </td><td align="right"> +<p> + +<table align="center" width="100%"><tr><td align="right" class="tiny"> +~NBHIT~ ~HITS~- ~NBCOMMENT~ ~COMMENTS~ + <a href="comment.php?news=~NUMNEWS~">[~DETAILS~ (~READ_MORE~)]</font></a> <a href="add_comment.php?num_news=~NUMNEWS~">[~COMMENT~]</a> @@ -17,7 +20,7 @@ <p> -<img alt="" src="templates/enlightened/img/ruler.gif" height="1" width="90%"> +<!--<img alt="" src="templates/enlightened/img/ruler.gif" height="1" width="90%">--> <p> =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/stylesheet.css,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- stylesheet.css 2001/09/28 09:18:37 1.3 +++ stylesheet.css 2001/10/04 21:20:43 1.4 @@ -96,6 +96,12 @@ background-image:url(img/border_l.gif); } +td.tiny { + background-color:#556677; + font-size: 8pt; + } + + p { text-align:left; font-family:arial,helvetica,lucida; @@ -104,7 +110,7 @@ } p.items { - text-align:right; + text-align:left; font-family:arial,helvetica,lucida; font-size:10pt; color:#e0e0ff; |
|
From: mdw c. <myd...@li...> - 2001-10-07 18:39:16
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/enlightened/img Added Files: linevert.gif Log Message: img for enlightened bar... |
|
From: mdw c. <myd...@li...> - 2001-10-07 18:39:46
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/enlightened Modified Files: main.html Log Message: img for enlightened bar... =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/main.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- main.html 2001/10/04 21:20:43 1.5 +++ main.html 2001/10/07 18:39:16 1.6 @@ -54,7 +54,17 @@ border="0" alt="Powered By MyDynaWeb"></a> <p> - + <!--DEBUT GOLD WEBORAMA--> + <script language="javascript"> + WEBO_ZONE=71~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,15277);}</script> + <!--FIN GOLD WEBORAMA--> + +<p> </td> </tr> </table> |
|
From: mdw c. <myd...@li...> - 2001-10-07 18:53:10
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/enlightened Modified Files: main.html Log Message: theme fixes =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/main.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- main.html 2001/10/07 18:39:16 1.6 +++ main.html 2001/10/07 18:53:09 1.7 @@ -11,12 +11,18 @@ ~MESSAGE~ <div align="center"> -<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" background="/images/linevert.gif"><tr background="/images/linevert.gif"><td background="/images/linevert.gif"> -<a href="/"><img src="/images/sukria.net-enlightenedlogo.gif" alt="Welcome @ sukria.net" border="0"></a> +<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" background="templates/enlightened/img/linevert.gif" height="70"> +<tr background="templates/enlightened/img/linevert.gif" height="70"> +<td background="templates/enlightened/img/linevert.gif" align="center" width="60"> +<img src="images/pixel.gif" height="70" width="10"> </td> -<td align="right" background="/images/linevert.gif"> +<td background="templates/enlightened/img/linevert.gif" valign="middle" align="center"> + <a href="/"><font size="+2" color="#FFFFFF">~SITE_TITLE~</font></a> +</td> +<td align="right" background="templates/enlightened/img/linevert.gif" valign="middle"> ~TOPBAR~ </td> + <td> </td> @@ -113,11 +119,16 @@ </tr> +</table> +</td> +</tr> +<tr> +<td>~CALENDAR~</td> +</tr> + </table> -</td> -</tr></table> </div> |
|
From: mdw c. <myd...@li...> - 2001-10-08 11:03:56
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/enlightened Modified Files: main.html Log Message: New main organization... =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/main.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- main.html 2001/10/07 18:53:09 1.7 +++ main.html 2001/10/08 11:03:56 1.8 @@ -59,17 +59,7 @@ href="http://mydynaweb.sf.net"><img src="images/poweredbymydynaweb.gif" border="0" alt="Powered By MyDynaWeb"></a> -<p> - <!--DEBUT GOLD WEBORAMA--> - <script language="javascript"> - WEBO_ZONE=71~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,15277);}</script> - <!--FIN GOLD WEBORAMA--> - + <p> </td> </tr> @@ -110,6 +100,18 @@ </td> <td class="border-r" width="25"><img src="images/pixel.gif" height="1" width="25" alt="" /></td> + + +<td valign="top" align="center"> + + + +~CONTROL_PANNEL~ +<p> +~CALENDAR~ + +</td> + </tr> <tr> <td class="border-bl" width="25" height="25"> </td> @@ -122,11 +124,6 @@ </table> </td> </tr> - -<tr> -<td>~CALENDAR~</td> -</tr> - </table> </div> |
|
From: mdw c. <myd...@li...> - 2001-10-08 11:16:48
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/templates/enlightened
Modified Files:
stylesheet.css
Log Message:
Putting the text color of days in white.
With doing this, linked days are much seeable.
NOTE : ity would be cool to "templatize" the calendar output...
we could have templates/xxxxxxxx/calendar.html and it will then be much easier to change the look and feel of the calendar. Indeed, now, we must go into the script calendar.php to change the echo's and we can't easily provide a different look and feel for all the themes (we just can play with CSS....)
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/stylesheet.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- stylesheet.css 2001/10/04 21:20:43 1.4
+++ stylesheet.css 2001/10/08 11:16:48 1.5
@@ -26,6 +26,15 @@
color:#ffffff;
}
+td.calendar {
+ color: #ffffff;
+ }
+
+td.CalendarHeader {
+ color: #ffffff;
+ }
+
+
td.content { background-color:#7a8a9a;
color:#ffffff;
}
|
|
From: mdw c. <myd...@li...> - 2001-10-08 11:31:39
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/enlightened Modified Files: main.html Log Message: Adding a search box in the topbar. Much nice :) =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/enlightened/main.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- main.html 2001/10/08 11:03:56 1.8 +++ main.html 2001/10/08 11:31:38 1.9 @@ -18,7 +18,17 @@ </td> <td background="templates/enlightened/img/linevert.gif" valign="middle" align="center"> <a href="/"><font size="+2" color="#FFFFFF">~SITE_TITLE~</font></a> -</td> + </td> + + <td width="20"> </td> + + <form action="seek.php3" method="POST"> + <td valign="middle" align="center" height="70"> + <font size="-1"><input type="text" size="20" name="keyword"></font> + </td> + </form> + + <td align="right" background="templates/enlightened/img/linevert.gif" valign="middle"> ~TOPBAR~ </td> @@ -46,9 +56,7 @@ ~LINK_BOXES~ -~SEARCH~ - -~LOGIN~ +<p> ~HEADLINES~ @@ -106,6 +114,8 @@ +~LOGIN~ +<p> ~CONTROL_PANNEL~ <p> ~CALENDAR~ @@ -147,6 +157,20 @@ The current HTML output has been made from the very cute <a href="http://www.enlightenment.org" target="out">enlightenment</a> site. Used with permission. </font> </center> + + +<!--DEBUT WEBOSCOPE TEST ALEXIS QUI MARCHE PUTAIN --> +<!-- NE MODIFIER QUE WEBO_ZONE ET WEBO_PAGE--> +<script language="javascript"> +WEBO_ZONE=20; +WEBO_PAGE=20; +webo_ok=0; +</script> +<script language="javascript" src="/script/weboscope.js"></SCRIPT> +<SCRIPT> +if(webo_ok==1){webo_zpi(WEBO_ZONE,WEBO_PAGE,4);} +</script> +<!-- FIN WEBOSCOPE COPYRIGHT WEBORAMA--> </body></html> |
|
From: mdw c. <myd...@li...> - 2001-10-08 20:06:40
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/include
Modified Files:
mydynaweb.libs.php
Log Message:
removal of the inclusion of mydynaweb.init.php
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/include/mydynaweb.libs.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- mydynaweb.libs.php 2001/10/08 15:01:42 1.22
+++ mydynaweb.libs.php 2001/10/08 20:06:40 1.23
@@ -5,7 +5,7 @@
LIBRARIES TO USE
*****************************************/
-include('./include/mydynaweb.init.php');
+//include('./include/mydynaweb.init.php');
include DYNA_ROOT . "/$db_file";
include DYNA_ROOT . "/include/templates.inc.php";
|
|
From: mdw c. <myd...@li...> - 2001-10-08 21:48:09
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/include
Modified Files:
gui.inc.php
Log Message:
I've reorganized the admin section to have a better look and feel.
Indeeed it was a little bit 'ugly' with the frameset and the only tow colors...
Now it is a little bit much nice to see :)
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/include/gui.inc.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- gui.inc.php 2001/10/06 04:12:35 1.34
+++ gui.inc.php 2001/10/08 21:48:08 1.35
@@ -626,7 +626,7 @@
<BODY bgcolor=\"#ffffff\" link=\"#000000\" alink=\"#ffffff\" vlink=\"444444\">
<H2>MyDynaWeb Admin Section</H2>
- <TABLE align=\"left\" width=\"100%\" bgcolor=\"#535790\">
+ <TABLE align=\"left\" width=\"100%\" bgcolor=\"#c3d1d9\">
<TR><TD><FONT COLOR=\"#FFFFFF\"><b>$title</b></FONT></TD></TR>
</TABLE>
@@ -637,8 +637,9 @@
function Admin_page_footer ()
{
- print "<p> </p>
- <TABLE align=\"left\" width=\"100%\" bgcolor=\"#535790\" cellpadding=0 cellspacing=0 border=0>
+ print "</center>
+ <p> </p>
+ <TABLE align=\"left\" width=\"100%\" bgcolor=\"#c3d1d9\" cellpadding=0 cellspacing=0 border=0>
<TR>
<TD width=\"100%\" align=\"right\">
@@ -663,11 +664,13 @@
<BODY bgcolor=\"#ffffff\" link=\"#000000\" alink=\"#ffffff\" vlink=\"444444\">
- <TABLE align=\"left\" width=\"100%\" bgcolor=\"#535790\">
- <TR><TD><FONT COLOR=\"#FFFFFF\"><b>$title</b></FONT></TD></TR>
+ <TABLE align=\"left\" width=\"100%\" bgcolor=\"#c3d1d9\">
+ <TR><TD><FONT COLOR=\"#000000\"><b>$title</b></FONT></TD></TR>
</TABLE>
<P> </P>
+
+ <center>
";
}
|