[ros-diffs] [cfinck] 36537: Forgot these files in my last commits. Now fixing can begin...

cfinck at svn.reactos.org cfinck at svn.reactos.org
Fri Sep 26 15:04:39 CEST 2008


Author: cfinck
Date: Fri Sep 26 08:04:39 2008
New Revision: 36537

URL: http://svn.reactos.org/svn/reactos?rev=36537&view=rev
Log:
Forgot these files in my last commits. Now fixing can begin...

Modified:
    trunk/web/reactos.org/htdocs/roscms/custom.php
    trunk/web/reactos.org/htdocs/roscms/index.php
    trunk/web/reactos.org/htdocs/roscms/roscms_conf.php
    trunk/web/reactos.org/htdocs/roscms/roscms_config.php
    trunk/web/reactos.org/htdocs/roscms/style.css
    trunk/web/reactos.org/htdocs/roscms/style_editor.css

Modified: trunk/web/reactos.org/htdocs/roscms/custom.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/roscms/custom.php?rev=36537&r1=36536&r2=36537&view=diff
==============================================================================
--- trunk/web/reactos.org/htdocs/roscms/custom.php [iso-8859-1] (original)
+++ trunk/web/reactos.org/htdocs/roscms/custom.php [iso-8859-1] Fri Sep 26 08:04:39 2008
@@ -22,11 +22,11 @@
 	
 	$roscms_extern_brand = "RosCMS";
 	$roscms_extern_version = "v3";
-	$roscms_extern_version_detail = "v3.0731";
+	$roscms_extern_version_detail = "v3.0730";
 	
-	$roscms_intern_webserver_pages = "http://localhost/reactos.org/";
+	$roscms_intern_webserver_pages = "http://www.reactos.org/";
 	
-	$roscms_intern_webserver_roscms = "http://localhost/reactos.org/roscms/";
+	$roscms_intern_webserver_roscms = "http://www.reactos.org/roscms/";
 	$roscms_intern_page_link = $roscms_intern_webserver_roscms . "?page=";
 	$roscms_intern_script_name =  $roscms_intern_page_link . $rpm_page;
 	

Modified: trunk/web/reactos.org/htdocs/roscms/index.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/roscms/index.php?rev=36537&r1=36536&r2=36537&view=diff
==============================================================================
--- trunk/web/reactos.org/htdocs/roscms/index.php [iso-8859-1] (original)
+++ trunk/web/reactos.org/htdocs/roscms/index.php [iso-8859-1] Fri Sep 26 08:04:39 2008
@@ -248,7 +248,8 @@
 			break;
 	}
 
-	/*if ($rdf_uri_1 != "data_out") {
+/*
+	if ($rdf_uri_1 != "data_out") {
 		echo "<hr />";
 		echo "<p>";
 		echo "1) ".$rdf_uri_1."<br />";
@@ -261,6 +262,6 @@
 		echo "8) ".$rdf_uri_8;
 		echo "</p>";
 
-	}*/
-	
+	}
+*/
 ?>

Modified: trunk/web/reactos.org/htdocs/roscms/roscms_conf.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/roscms/roscms_conf.php?rev=36537&r1=36536&r2=36537&view=diff
==============================================================================
--- trunk/web/reactos.org/htdocs/roscms/roscms_conf.php [iso-8859-1] (original)
+++ trunk/web/reactos.org/htdocs/roscms/roscms_conf.php [iso-8859-1] Fri Sep 26 08:04:39 2008
@@ -5,7 +5,7 @@
 	$roscms_intern_path_html=""; // subfolder
 	$roscms_intern_path_xhtml="xhtml/"; // subfolder
 	$roscms_intern_path_gererator="roscms/"; // subfolder
-	$roscms_intern_path_server="http://localhost/reactos.org/"; // complete server path
+	$roscms_intern_path_server="http://www.reactos.org/"; // complete server path
 	
 	$roscms_intern_fileformat_html="html"; // htm
 	$roscms_intern_w3cformat_html="html"; // html
@@ -23,17 +23,17 @@
 
 	// System Paths
 	$roscms_SET_dirname = "reactos.org/roscms";
-	$roscms_SET_path = "http://localhost/".$roscms_SET_dirname."/";
+	$roscms_SET_path = "http://www.".$roscms_SET_dirname."/";
 	$roscms_SET_path_ex = $roscms_SET_path."index.php/";
-	$roscms_SET_path_full = "/<path-to-web-dir>/reactos.org/htdocs/roscms/";
+	$roscms_SET_path_full = "/web/reactos.org/htdocs/roscms/";
 
 	// URI
-	$rdf_URI_tree_counter = -4;
+	$rdf_URI_tree_counter = -3;
 
 
 
 	// Server Timezone
-	$rdf_server_timezone = 2; // for CET
+	$rdf_server_timezone = -1; // for CET
 	
 	// Database Name
 	$rdf_dbname = "roscms";
@@ -77,7 +77,9 @@
 	$rdf_user_id = 0;
 	$rdf_user_name = "Guest";
 	$rdf_user_level = 0; // 0 = guest, 1 = registered user, 2 = membership, 3 = moderator, 4 = author, 5 = admin
-	$rdf_user_timezone = 0;
+	$rdf_user_timezone = 1;
 	$rdf_user_timezone_name = "UTC";
+	//$rdf_user_id = 2;
+	//$rdf_user_name = "Klemens Friedl";
 
 ?>

Modified: trunk/web/reactos.org/htdocs/roscms/roscms_config.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/roscms/roscms_config.php?rev=36537&r1=36536&r2=36537&view=diff
==============================================================================
--- trunk/web/reactos.org/htdocs/roscms/roscms_config.php [iso-8859-1] (original)
+++ trunk/web/reactos.org/htdocs/roscms/roscms_config.php [iso-8859-1] Fri Sep 26 08:04:39 2008
@@ -1,5 +1,4 @@
 <?php
-
     /*
     RosCMS - ReactOS Content Management System
     Copyright (C) 2005  Klemens Friedl <frik85 at reactos.org>
@@ -18,24 +17,24 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     */
-	
+
 	// Config: (please sync this with the database)
 	$roscms_intern_version="RosCMS - http://www.reactos.org/"; // RosCMS info
 	$roscms_intern_path="/"; // the dirs after http://www.reactos.org
 	$roscms_intern_path_html=""; // subfolder
 	$roscms_intern_path_xhtml="xhtml/"; // subfolder
 	$roscms_intern_path_gererator="roscms/"; // subfolder
-	$roscms_intern_path_server="http://localhost/reactos.org/"; // complete server path
-	
+	$roscms_intern_path_server="http://www.reactos.org/"; // complete server path
+
 	$roscms_intern_fileformat_html="html"; // htm
 	$roscms_intern_w3cformat_html="html"; // html
 	$roscms_intern_fileformat_xhtml="html"; // htm
 	$roscms_intern_w3cformat_xhtml="xhtml"; // html
 
+
 	$roscms_standard_output_format="both"; // html/xhtml/both	
 
 	$roscms_standard_language="en"; // en/de/fr/...
-	$roscms_standard_language_full="English"; // en/de/fr/...
 		
 	
 ?>

Modified: trunk/web/reactos.org/htdocs/roscms/style.css
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/roscms/style.css?rev=36537&r1=36536&r2=36537&view=diff
==============================================================================
--- trunk/web/reactos.org/htdocs/roscms/style.css [iso-8859-1] (original)
+++ trunk/web/reactos.org/htdocs/roscms/style.css [iso-8859-1] Fri Sep 26 08:04:39 2008
@@ -76,6 +76,27 @@
 	font-weight: bold;
 }
  
+h4 {
+	font-size: 16px;
+	color: #5984C3;
+	font-weight: bold;
+	margin-top: 5px;
+}
+
+h5 {
+	font-size: 14px;
+	color: #5984C3;
+	font-weight: bold;
+	margin-top: 5px;
+}
+
+h6 {
+	font-size: 12px;
+	color: #5984C3;
+	font-weight: bold;
+}
+
+ 
 a {
 	font-size: 12px;
 	color: #006090;
@@ -166,7 +187,7 @@
  
 #leftNav ol li a {
 	display: block;
-	width: 137px;
+	width: 145px;
 	padding: 2px 4px 2px 4px;
  
 	color: #3F3849;
@@ -204,3 +225,16 @@
 #bugzillaContent table {
 	font-size: 12px;
 }
+
+/* icon-pics */
+p.icon_p {
+	clear: left;
+}
+img.icon, p.icon_p img {
+	height: 48px;
+	width: 48px;
+	float: left;
+	margin: 5px 10px 5px 10px;
+	border: 0;
+}
+

Modified: trunk/web/reactos.org/htdocs/roscms/style_editor.css
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/roscms/style_editor.css?rev=36537&r1=36536&r2=36537&view=diff
==============================================================================
--- trunk/web/reactos.org/htdocs/roscms/style_editor.css [iso-8859-1] (original)
+++ trunk/web/reactos.org/htdocs/roscms/style_editor.css [iso-8859-1] Fri Sep 26 08:04:39 2008
@@ -56,6 +56,26 @@
  
 h3 {
 	font-size: 18px;
+	color: #5984C3;
+	font-weight: bold;
+}
+
+h4 {
+	font-size: 16px;
+	color: #5984C3;
+	font-weight: bold;
+	margin-top: 5px;
+}
+
+h5 {
+	font-size: 14px;
+	color: #5984C3;
+	font-weight: bold;
+	margin-top: 5px;
+}
+
+h6 {
+	font-size: 12px;
 	color: #5984C3;
 	font-weight: bold;
 }
@@ -199,3 +219,18 @@
 #bugzillaContent table {
 	font-size: 12px;
 }
+
+
+/* icon-pics */
+p.icon_p {
+	clear: left;
+}
+img.icon, p.icon_p img {
+	height: 48px;
+	width: 48px;
+	float: left;
+	margin: 5px 10px 5px 10px;
+	border: 0;
+}
+
+



More information about the Ros-diffs mailing list