|
From: <be...@us...> - 2014-04-30 08:12:25
|
Revision: 12515
http://sourceforge.net/p/xoops/svn/12515
Author: beckmi
Date: 2014-04-30 08:12:20 +0000 (Wed, 30 Apr 2014)
Log Message:
-----------
commenting out "defined("XOOPS_ROOT_PATH") || die("XOOPS root path not defined");", few other changes
Modified Paths:
--------------
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/attachments.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/functions.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/header.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/prefixes.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/assets/css/module.css
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/blocks/blocks.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/class/gwikiPage.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/include/fbcomment_plugin.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/include/functions.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/include/install.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/include/notification.inc.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/include/uninstall.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/include/update.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/language/english/help/wikihelp.html
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/language/english/help/wikihelp2.html
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/language/english/help/wikihelp3.html
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/language/english/help/wikihelp4.html
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/language/english/modinfo.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/templates/blocks/gwiki_ajaxblock.tpl
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/templates/blocks/gwiki_newpage.tpl
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/templates/blocks/gwiki_pagesettoc.tpl
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/templates/gwiki_edit.tpl
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/templates/gwiki_history.tpl
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/templates/gwiki_view.tpl
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/templates/gwiki_wizard.tpl
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/testing/LoremIpsumGenerator.php
XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/wizard.php
Modified: XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/attachments.php
===================================================================
--- XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/attachments.php 2014-04-29 18:10:07 UTC (rev 12514)
+++ XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/attachments.php 2014-04-30 08:12:20 UTC (rev 12515)
@@ -64,7 +64,8 @@
if(!empty($fn)) $likeclause .= (empty($likeclause)?'':' and ') . " file_name like '{$q_fn}' ";
if(!empty($ty)) $likeclause .= (empty($likeclause)?'':' and ') . " file_type like '{$q_ty}' ";
if(!empty($ds)) $likeclause .= (empty($likeclause)?'':' and ') . " file_description like '{$q_ds}' ";
-$whereclause=(empty($likeclause)?'':' where '.$likeclause);
+//$whereclause=(empty($likeclause)?'':' where '.$likeclause);
+$whereclause=(empty($likeclause)?'':" where {$likeclause}");
echo <<<EOT
<style>
Modified: XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/functions.php
===================================================================
--- XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/functions.php 2014-04-29 18:10:07 UTC (rev 12514)
+++ XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/functions.php 2014-04-30 08:12:20 UTC (rev 12515)
@@ -10,7 +10,7 @@
* @version $Id$
*/
-if (!defined("XOOPS_ROOT_PATH")) die("Root path not defined");
+// defined("XOOPS_ROOT_PATH") || die("XOOPS root path not defined");
/**
* @param $langdir
*
Modified: XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/header.php
===================================================================
--- XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/header.php 2014-04-29 18:10:07 UTC (rev 12514)
+++ XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/header.php 2014-04-30 08:12:20 UTC (rev 12515)
@@ -56,10 +56,10 @@
font-size: 93%; background: url(../assets/images/bg.gif) #dae0d2 repeat-x 50% bottom; float: left; width: 100%; line-height: normal; border-left: 1px solid black; border-right: 1px solid black;
}
#admintabs ul {
- padding-right: 10px; padding-left: 10px; padding-bottom: 0px; margin: 0px; padding-top: 10px; list-style-type: none;
+ padding-right: 10px; padding-left: 10px; padding-bottom: 0; margin: 0; padding-top: 10px; list-style-type: none;
}
#admintabs li {
- padding-right: 0px; padding-left: 9px; background: url(../assets/images/left.gif) no-repeat left top; float: left; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style: none;
+ padding-right: 0; padding-left: 9px; background: url(../assets/images/left.gif) no-repeat left top; float: left; padding-bottom: 0; margin: 0; padding-top: 0; list-style: none;
}
#admintabs a {
padding-right: 15px; display: block; padding-left: 6px; font-weight: bold; background: url(../assets/images/right.gif) no-repeat right top; float: left; padding-bottom: 4px; color: #765; padding-top: 5px; text-decoration: none
Modified: XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/prefixes.php
===================================================================
--- XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/prefixes.php 2014-04-29 18:10:07 UTC (rev 12514)
+++ XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/admin/prefixes.php 2014-04-30 08:12:20 UTC (rev 12515)
@@ -199,7 +199,8 @@
$sql = 'SELECT * FROM '.$xoopsDB->prefix('gwiki_prefix');
$sql .= ' LEFT JOIN '.$xoopsDB->prefix('gwiki_template').' on prefix_template_id = template_id ';
- $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+// $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+ $sql .= " WHERE prefix_id = '{$pid}' ";
$result = $xoopsDB->query($sql);
@@ -268,7 +269,8 @@
}
$sql = 'DELETE FROM '.$xoopsDB->prefix('gwiki_prefix');
- $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+// $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+ $sql .= " WHERE prefix_id = '{$pid}' ";
$result = $xoopsDB->queryF($sql);
redirect_header("prefixes.php", 2,_MD_GWIKI_DBUPDATED);
@@ -299,7 +301,8 @@
$sql .= ' , prefix_auto_name = \''. $wikiPage->escapeForDB($row['prefix_auto_name']) .'\'';
$sql .= ' , prefix_is_external = \''. $wikiPage->escapeForDB($row['prefix_is_external']) .'\'';
$sql .= ' , prefix_external_url = \''. $wikiPage->escapeForDB($row['prefix_external_url']) .'\'';
- $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+// $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+ $sql .= " WHERE prefix_id = '{$pid}' ";
$result = $xoopsDB->queryF($sql);
}
else {
@@ -333,6 +336,8 @@
/**
* @param $pid
* @param bool $delete
+ *
+ * @return null
*/
function installTemplate($pid,$delete=false) {
global $xoopsModule;
@@ -349,8 +354,13 @@
$tplfiles=$tplfile_handler->find('default','module',$mid,$dir,$file,false);
// if delete requested, delete it if we found it, and leave.
- if (count($tplfiles) && $delete) { $tplfile=$tplfiles[0]; $tplfile_handler->delete( $tplfile ); }
- if ($delete) { return; }
+ if (count($tplfiles) && $delete) {
+ $tplfile = $tplfiles[0];
+ $tplfile_handler->delete($tplfile);
+ }
+ if ($delete) {
+ return null;
+ }
if (count($tplfiles)) { $tplfile=$tplfiles[0]; $isnew=false; }
else { $tplfile =& $tplfile_handler->create() ; $isnew=true; }
@@ -378,7 +388,7 @@
$tplid = $tplfile->getVar( 'tpl_id' ) ;
echo 'Template <b>'.htmlspecialchars($file).'</b> updated to the database. (ID: <b>'.$tplid.'</b>)<br />';
}
-
+return null;
}
/**
@@ -442,7 +452,8 @@
$sql = 'UPDATE '.$xoopsDB->prefix('gwiki_prefix');
$sql .= ' SET prefix_template_id = \'0\'';
- $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+// $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+ $sql .= " WHERE prefix_id = '{$pid}' ";
$result = $xoopsDB->queryF($sql);
$sql = 'DELETE FROM '.$xoopsDB->prefix('gwiki_template');
@@ -494,7 +505,8 @@
$sql = 'UPDATE '.$xoopsDB->prefix('gwiki_prefix');
$sql .= ' SET prefix_template_id = \'' . $row['template_id']. '\'';
- $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+// $sql .= ' WHERE prefix_id = "'.$pid.'" ';
+ $sql .= " WHERE prefix_id = '{$pid}' ";
$result = $xoopsDB->queryF($sql);
}
Modified: XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/assets/css/module.css
===================================================================
--- XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/assets/css/module.css 2014-04-29 18:10:07 UTC (rev 12514)
+++ XoopsModules/modulepacks/x257basicmodulepack/trunk/modules/gwiki/assets/css/module.css 2014-04-30 08:12:20 UTC (rev 12515)
@@ -3,492 +3,465 @@
* Module: gwiki
*/
@import url(http://fonts.googleapis.com/css?family=Just+Another+Hand);
+
/*.wikipage, .wikiblock {
font-family: Sans-Serif;
}
*/
.wikipage p, .wikiblock p {
- margin-top: 1em;
- margin-bottom: 1em;
+ margin-top: 1em;
+ margin-bottom: 1em;
}
.wikipage h2, .wikiblock h2 {
- font-size: 160%;
- font-weight: bold;
- margin-bottom: 1em;
+ font-size: 160%;
+ font-weight: bold;
+ margin-bottom: 1em;
}
.wikipage h3, .wikiblock h3 {
- font-size: 130%;
- font-weight: bold;
- margin-bottom: 1em;
+ font-size: 130%;
+ font-weight: bold;
+ margin-bottom: 1em;
}
img.wikiimage {
- margin: 0.5em;
- vertical-align: top;
+ margin: 0.5em;
+ vertical-align: top;
}
img.left {
- float:left;
- margin-right: 2em;
+ float: left;
+ margin-right: 2em;
}
img.right {
- float:right;
- margin-left: 2em;
+ float: right;
+ margin-left: 2em;
}
-.wikipage ul.wikiulist, .wikiblock ul.wikiulist {
- list-style-type: disc;
- list-style-position:inside;
- margin: 4px;
- padding: 4px;
- margin-left: 1em;
+.wikipage ul.wikiulist, .wikiblock ul.wikiulist {
+ list-style: disc inside;
+ padding: 4px;
+ margin: 4px 4px 4px 1em;
}
ul.wikiulist > li {
- list-style: disc;
- color: inherit;
+ list-style: disc;
+ color: inherit;
}
ul.wikiulist > li > ul > li {
- list-style: circle;
+ list-style: circle;
}
ul.wikiulist > li > ul > li > ul > li {
- list-style: square;
+ list-style: square;
}
ul.wikiulist > li > ul > li > ul > li > ul > li {
- list-style: disc;
+ list-style: disc;
}
.wikipage ol.wikiolist, .wikiblock ol.wikiolist {
- list-style-type: decimal;
- list-style-position:inside;
- margin: 4px;
- padding: 4px;
- margin-left: 2em;
+ list-style-type: decimal;
+ list-style-position: inside;
+ margin: 4px;
+ padding: 4px;
+ margin-left: 2em;
}
ol.wikiolist > li {
- list-style: decimal;
- color: inherit;
+ list-style: decimal;
+ color: inherit;
}
ol.wikiolist > li > ol > li {
- list-style: lower-latin;
+ list-style: lower-latin;
}
ol.wikiolist > li > ol > li > ol > li {
- list-style: lower-roman;
+ list-style: lower-roman;
}
ol.wikiolist > li > ol > li > ol > li > ol > li {
- list-style: decimal;
+ list-style: decimal;
}
-
.wikititle {
- font-size: 180%;
- font-weight: bold;
- margin-bottom: 1em;
- line-height: 1em;
+ font-size: 180%;
+ font-weight: bold;
+ margin-bottom: 1em;
+ line-height: 1em;
}
-.wikinewpage:before
-{
- content: "(?)";
+.wikinewpage:before {
+ content: "(?)";
}
-.wikinewpage
-{
- color: #666;
- background-color: inherit;
- text-decoration: none;
- font-size: 83%;
- vertical-align: super;
+
+.wikinewpage {
+ color: #666;
+ background-color: inherit;
+ text-decoration: none;
+ font-size: 83%;
+ vertical-align: super;
}
-span.wikiextlink
-{
- background-image:url('images/extlinkicon.png');
- background-position: left top;
- background-repeat: no-repeat;
- width: 16px;
- height: 1em;
- display: inline-block;
+span.wikiextlink {
+ background: url('../images/extlinkicon.png') no-repeat left top;
+ width: 16px;
+ height: 1em;
+ display: inline-block;
}
-.wikinote
-{
- display: block;
- width: 90%;
- background-color: #ffffcc;
- border-style: solid;
- border-width: thin;
- border-color: #888888;
- border-radius: 10px;
- box-shadow: 10px 10px 5px #888888;
- margin: 2em;
- text-align: left;
+.wikinote {
+ display: block;
+ width: 90%;
+ background-color: #ffffcc;
+ border: thin solid #888888;
+ border-radius: 10px;
+ box-shadow: 10px 10px 5px #888888;
+ margin: 2em;
+ text-align: left;
}
-.wikinote.right
-{
- width: 25%;
- float: right;
+.wikinote.right {
+ width: 25%;
+ float: right;
}
-.wikinote.left
-{
- width: 25%;
- float: left;
+.wikinote.left {
+ width: 25%;
+ float: left;
}
-.wikinoteinner
-{
- margin-top: 0;
- margin-left: 3em;
- margin-right: 2em;
- margin-bottom: 2em;
- text-align: left;
- clear:both;
+.wikinoteinner {
+ margin: 0 2em 2em 3em;
+ text-align: left;
+ clear: both;
}
-.wikinotetitle
-{
- margin-left: 1em;
- margin-top: 24px;
- font-size: 120%;
- font-weight: bold;
- text-align: left;
+.wikinotetitle {
+ margin-left: 1em;
+ margin-top: 24px;
+ font-size: 120%;
+ font-weight: bold;
+ text-align: left;
}
-.wikinoteicon
-{
- background: url(images/noteicon.png) no-repeat center;
- width: 64px;
- height: 64px;
- float: left;
+.wikinoteicon {
+ background: url(../images/noteicon.png) no-repeat center;
+ width: 64px;
+ height: 64px;
+ float: left;
}
-.wikiinfo
-{
- display: block;
- width: 90%;
- background-color: #eeeeff;
- border-style: solid;
- border-width: thin;
- border-color: #888888;
- border-radius: 10px;
- box-shadow: 10px 10px 5px #888888;
- margin: 2em;
- text-align: left;
+.wikiinfo {
+ display: block;
+ width: 90%;
+ background-color: #eeeeff;
+ border: thin solid #888888;
+ border-radius: 10px;
+ box-shadow: 10px 10px 5px #888888;
+ margin: 2em;
+ text-align: left;
}
-.wikiinfoinner
-{
- margin-top: 0;
- margin-left: 3em;
- margin-right: 2em;
- margin-bottom: 2em;
- text-align: left;
- clear:both;
+.wikiinfoinner {
+ margin: 0 2em 2em 3em;
+ text-align: left;
+ clear: both;
}
-.wikiinfotitle
-{
- margin-left: 1em;
- margin-top: 24px;
- font-size: 120%;
- font-weight: bold;
- text-align: left;
+.wikiinfotitle {
+ margin-left: 1em;
+ margin-top: 24px;
+ font-size: 120%;
+ font-weight: bold;
+ text-align: left;
}
-.wikiinfoicon
-{
- background: url(images/infoicon.png) no-repeat center;
- width: 64px;
- height: 64px;
- float: left;
+.wikiinfoicon {
+ background: url(../images/infoicon.png) no-repeat center;
+ width: 64px;
+ height: 64px;
+ float: left;
}
-.wikiwarn
-{
- display: block;
- width: 90%;
- background-color: #ffeeee;
- border-style: solid;
- border-width: thin;
- border-color: #888888;
- border-radius: 10px;
- box-shadow: 10px 10px 5px #888888;
- margin: 2em;
- text-align: left;
+.wikiwarn {
+ display: block;
+ width: 90%;
+ background-color: #ffeeee;
+ border: thin solid #888888;
+ border-radius: 10px;
+ box-shadow: 10px 10px 5px #888888;
+ margin: 2em;
+ text-align: left;
}
-.wikiwarninner
-{
- margin-top: 0;
- margin-left: 3em;
- margin-right: 2em;
- margin-bottom: 2em;
- text-align: left;
- clear:both;
+.wikiwarninner {
+ margin: 0 2em 2em 3em;
+ text-align: left;
+ clear: both;
}
-.wikiwarntitle
-{
- margin-left: 1em;
- margin-top: 24px;
- font-size: 120%;
- font-weight: bold;
- text-align: left;
+.wikiwarntitle {
+ margin-left: 1em;
+ margin-top: 24px;
+ font-size: 120%;
+ font-weight: bold;
+ text-align: left;
}
-.wikiwarnicon
-{
- background: url(images/warnicon.png) no-repeat center;
- width: 64px;
- height: 64px;
- float: left;
+.wikiwarnicon {
+ background: url(../images/warnicon.png) no-repeat center;
+ width: 64px;
+ height: 64px;
+ float: left;
}
-.wikitip
-{
- display: block;
- width: 90%;
- background-color: #eeffee;
- border-style: solid;
- border-width: thin;
- border-color: #888888;
- border-radius: 10px;
- box-shadow: 10px 10px 5px #888888;
- margin: 2em;
- text-align: left;
+.wikitip {
+ display: block;
+ width: 90%;
+ background-color: #eeffee;
+ border: thin solid #888888;
+ border-radius: 10px;
+ box-shadow: 10px 10px 5px #888888;
+ margin: 2em;
+ text-align: left;
}
-.wikitipinner
-{
- margin-top: 0;
- margin-left: 3em;
- margin-right: 2em;
- margin-bottom: 2em;
- text-align: left;
- clear:both;
+.wikitipinner {
+ margin: 0 2em 2em 3em;
+ text-align: left;
+ clear: both;
}
-.wikitiptitle
-{
- margin-left: 1em;
- margin-top: 24px;
- font-size: 120%;
- font-weight: bold;
- text-align: left;
+.wikitiptitle {
+ margin-left: 1em;
+ margin-top: 24px;
+ font-size: 120%;
+ font-weight: bold;
+ text-align: left;
}
-.wikitipicon
-{
- background: url(images/tipicon.png) no-repeat center;
- width: 64px;
- height: 64px;
- float: left;
+.wikitipicon {
+ background: url(../images/tipicon.png) no-repeat center;
+ width: 64px;
+ height: 64px;
+ float: left;
}
-.wikicode
-{
- display: block;
- width: 90%;
- background-color: #eeeeee;
- border-style: solid;
- border-width: thin;
- border-color: #888888;
- border-radius: 10px;
- box-shadow: 10px 10px 5px #888888;
- margin: 2em;
- text-align: left;
+.wikicode {
+ display: block;
+ width: 90%;
+ background-color: #eeeeee;
+ border: thin solid #888888;
+ border-radius: 10px;
+ box-shadow: 10px 10px 5px #888888;
+ margin: 2em;
+ text-align: left;
}
-.wikicodeinner
-{
- margin-top: 0;
- margin-left: 3em;
- margin-right: 2em;
- margin-bottom: 2em;
- text-align: left;
- clear:both;
- max-height:400px;
- overflow:auto;
+.wikicodeinner {
+ margin: 0 2em 2em 3em;
+ text-align: left;
+ clear: both;
+ max-height: 400px;
+ overflow: auto;
}
-.wikicodetitle
-{
- margin-left: 1em;
- margin-top: 24px;
- font-size: 120%;
- font-weight: bold;
- text-align: left;
+.wikicodetitle {
+ margin-left: 1em;
+ margin-top: 24px;
+ font-size: 120%;
+ font-weight: bold;
+ text-align: left;
}
-.wikicodeicon
-{
- background: url(images/codeicon.png) no-repeat center;
- width: 64px;
- height: 64px;
- float: left;
+.wikicodeicon {
+ background: url(../images/codeicon.png) no-repeat center;
+ width: 64px;
+ height: 64px;
+ float: left;
}
-.wikinote.right, .wikiinfo.right, .wikiwarn.right, .wikitip.right, .wikicode.right
-{
- width: 25%;
- float: right;
+.wikinote.right, .wikiinfo.right, .wikiwarn.right, .wikitip.right, .wikicode.right {
+ width: 25%;
+ float: right;
}
-.wikinote.left, .wikiinfo.left, .wikiwarn.left, .wikitip.left, .wikicode.left
-{
- width: 25%;
- float: left;
+.wikinote.left, .wikiinfo.left, .wikiwarn.left, .wikitip.left, .wikicode.left {
+ width: 25%;
+ float: left;
}
-.wikiblocknav
-{
- float: right;
+.wikiblocknav {
+ float: right;
}
-.wiki_search_term
-{
- background-color: yellow;
+.wiki_search_term {
+ background-color: yellow;
}
-#wikibase, #wikicomp
-{
- width:100%;
- height : 250px;
- overflow : auto;
- border-style: solid;
- border-width: thin;
- border-color: #cccccc;
- border-radius: 5px;
- margin: .3em;
+#wikibase, #wikicomp {
+ width: 100%;
+ height: 250px;
+ overflow: auto;
+ border: thin solid #cccccc;
+ border-radius: 5px;
+ margin: .3em;
}
-.wikitable
-{
- width:auto;
- margin: 1em;
- margin-left:2em;
- border-style: solid;
- border-width: thin;
- border-color: #cccccc;
- border-radius: 5px;
- background-color:#E8E6FA;
- box-shadow: 3px 3px 2px #bbbbbb;
+.wikitable {
+ width: auto;
+ margin: 1em 1em 1em 2em;
+ border: thin solid #cccccc;
+ border-radius: 5px;
+ background-color: #E8E6FA;
+ box-shadow: 3px 3px 2px #bbbbbb;
}
-.wikitable tr td
-{
-/* text-align:center; */
- background-color:#f4f4cc;
- color: #111111;
- border-style: solid;
- border-width: thin;
- border-color: #CFD2FF;
- border-radius: 5px;
- padding-left: 1.6em;
- padding-right: 1.6em;
- vertical-align: baseline;
+.wikitable tr td {
+ /* text-align:center; */
+ background-color: #f4f4cc;
+ color: #111111;
+ border: thin solid #CFD2FF;
+ border-radius: 5px;
+ padding-left: 1.6em;
+ padding-right: 1.6em;
+ vertical-align: baseline;
}
-.wikitable .left
-{
- text-align:left;
+.wikitable .left {
+ text-align: left;
}
-.wikitable .center
-{
- text-align:center;
+.wikitable .center {
+ text-align: center;
}
-.wikitable .right
-{
- text-align:right;
+.wikitable .right {
+ text-align: right;
}
-.wikitable .number
-{
- text-align:right;
- font-family: monospace;
+.wikitable .number {
+ text-align: right;
+ font-family: monospace;
}
-.wikitable .negative
-{
- color:red;
+.wikitable .negative {
+ color: red;
}
-.wikitable tr.even td
-{
- background-color: #F5F7FF;
+.wikitable tr.even td {
+ background-color: #F5F7FF;
}
-.wikitable tr.odd td
-{
- background-color: #FAFCFF;
+.wikitable tr.odd td {
+ background-color: #FAFCFF;
}
-.wikitable tbody tr th
-{
- text-align: center;
- border-style: solid;
- border-width: thin !important;
- border-color: #CFD2FF !important;
- border-radius: 5px;
-/* border: 0 !important; */
+.wikitable tbody tr th {
+ text-align: center;
+ border-style: solid;
+ border-width: thin !important;
+ border-color: #CFD2FF !important;
+ border-radius: 5px;
+ /* border: 0 !important; */
}
-.wikitoclevel1 { margin-left: 0em; }
-.wikitoclevel2 { margin-left: 1em; }
-.wikitoclevel3 { margin-left: 2em; }
-.wikitoclevel4 { margin-left: 3em; }
-.wikitoclevel5 { margin-left: 4em; }
-.wikitoclevel6 { margin-left: 5em; }
-ul.wikitoclist > li { list-style: none; }
-.wikitoc a { color: #383838; }
+.wikitoclevel1 {
+ margin-left: 0;
+}
+
+.wikitoclevel2 {
+ margin-left: 1em;
+}
+
+.wikitoclevel3 {
+ margin-left: 2em;
+}
+
+.wikitoclevel4 {
+ margin-left: 3em;
+}
+
+.wikitoclevel5 {
+ margin-left: 4em;
+}
+
+.wikitoclevel6 {
+ margin-left: 5em;
+}
+
+ul.wikitoclist > li {
+ list-style: none;
+}
+
+.wikitoc a {
+ color: #383838;
+}
+
.wikitocheader {
- font-size: 125%;
- font-weight: bold;
- color: #333311;
- padding: 0;
- margin: 0.5em;
- margin-bottom: 0px;
- line-height: 1em;
- border-bottom:thin solid #666633;
+ font-size: 125%;
+ font-weight: bold;
+ color: #333311;
+ padding: 0;
+ margin: 0.5em 0.5em 0;
+ line-height: 1em;
+ border-bottom: thin solid #666633;
}
-.wikitoc
-{
- display: block;
- width: 20%;
- font-size: 75%;
- background-color: #ffffee;
- border-style: solid;
- border-width: thin;
- border-color: #888888;
- border-radius: 10px;
- box-shadow: 10px 10px 5px #888888;
- margin: 0.5em;
- text-align: left;
- float: right;
+
+.wikitoc {
+ display: block;
+ width: 20%;
+ font-size: 75%;
+ background-color: #ffffee;
+ border: thin solid #888888;
+ border-radius: 10px;
+ box-shadow: 10px 10px 5px #888888;
+ margin: 0.5em;
+ text-align: left;
+ float: right;
}
-.wikiindent1 { margin-left: 2em; }
-.wikiindent2 { margin-left: 4em; }
-.wikiindent3 { margin-left: 6em; }
-.wikiindent4 { margin-left: 8em; }
-.wikiindent5 { margin-left: 10em; }
-.wikiquote { background-color: #eeeeee; }
-.wikibreak { clear:both;}
-.wikimore { display:block; padding-top:1em; clear: both; font-size: 75%; vertical-align: sub;}
+.wikiindent1 {
+ margin-left: 2em;
+}
+.wikiindent2 {
+ margin-left: 4em;
+}
+
+.wikiindent3 {
+ margin-left: 6em;
+}
+
+.wikiindent4 {
+ margin-left: 8em;
+}
+
+.wikiindent5 {
+ margin-left: 10em;
+}
+
+.wikiquote {
+ background-color: #eeeeee;
+}
+
+.wikibreak {
+ clear: both;
+}
+
+.wikimore {
+ display: block;
+ padding-top: 1em;
+ clear: both;
+ font-size: 75%;
+ vertical-align: sub;
+}
+
/*
* .wikistrong
* .wikiem
@@ -498,400 +471,591 @@
* .wikisub
*/
-.wikiu { text-decoration:underline; }
-.wikitt { font-family:monospace; white-space: pre; }
-.wikinoinline { font-family:monospace; white-space: pre; }
+.wikiu {
+ text-decoration: underline;
+}
-#gwikiformpageedit { display:inherit; }
-#gwikiformmetaedit { display:none; }
+.wikitt {
+ font-family: monospace;
+ white-space: pre;
+}
-.wikiimageedit_title, .wikifileedit_title, .wikiwizard_title {
- width: 100%;
- font-size: 130%;
- font-weight: bold;
- text-align: center;
- /*background-image: url('images/panel.jpg');*/
- background-image: linear-gradient(bottom, rgb(214,214,214) 17%, rgb(255,255,255) 88%);
- background-image: -o-linear-gradient(bottom, rgb(214,214,214) 17%, rgb(255,255,255) 88%);
- background-image: -moz-linear-gradient(bottom, rgb(214,214,214) 17%, rgb(255,255,255) 88%);
- background-image: -webkit-linear-gradient(bottom, rgb(214,214,214) 17%, rgb(255,255,255) 88%);
- background-image: -ms-linear-gradient(bottom, rgb(214,214,214) 17%, rgb(255,255,255) 88%);
- background-repeat: repeat-x;
- border-style: outset;
- border-width: thin;
- border-color: #cccccc;
- border-radius: 10px;
- padding-top: .3em;
- padding-bottom: .4em;
+.wikinoinline {
+ font-family: monospace;
+ white-space: pre;
}
+
+#gwikiformpageedit {
+ display: inherit;
+}
+
+#gwikiformmetaedit {
+ display: none;
+}
+
+.wikiimageedit_title, .wikifileedit_title, .wikiwizard_title {
+ width: 100%;
+ font-size: 130%;
+ font-weight: bold;
+ text-align: center;
+ /*background-image: url('../images/panel.jpg');*/
+ background-image: linear-gradient(bottom, rgb(214, 214, 214) 17%, rgb(255, 255, 255) 88%);
+ background-image: -o-linear-gradient(bottom, rgb(214, 214, 214) 17%, rgb(255, 255, 255) 88%);
+ background-image: -moz-linear-gradient(bottom, rgb(214, 214, 214) 17%, rgb(255, 255, 255) 88%);
+ background-image: -webkit-linear-gradient(bottom, rgb(214, 214, 214) 17%, rgb(255, 255, 255) 88%);
+ background-image: -ms-linear-gradient(bottom, rgb(214, 214, 214) 17%, rgb(255, 255, 255) 88%);
+ background-repeat: repeat-x;
+ border: thin outset #cccccc;
+ border-radius: 10px;
+ padding-top: .3em;
+ padding-bottom: .4em;
+}
+
#wikiimageedit h2, #wikifileedit h2 {
- padding-left: 1.4em;
+ padding-left: 1.4em;
}
+
#wikiimageedit, #wikifileedit {
- display: none;
- width:90%;
- position: absolute; /* fixed;*/
- background-color: #eeeeee;
- border-style: solid;
- border-width: thin;
- border-color: #888888;
- border-radius: 10px;
- box-shadow: 10px 10px 5px #888888;
- margin: 2em;
- text-align: left;
+ display: none;
+ width: 90%;
+ position: absolute; /* fixed;*/
+ background-color: #eeeeee;
+ border: thin solid #888888;
+ border-radius: 10px;
+ box-shadow: 10px 10px 5px #888888;
+ margin: 2em;
+ text-align: left;
}
.wikiimagelist, .wikifilelist {
- width: 160px;
- max-height: 480px;
- overflow-x: hidden;
- overflow-y: auto;
- background-color: #ffffff;
- border-style: solid;
- border-width: thin;
- border-color: #888888;
- border-radius: 10px;
- margin: 1em;
- padding-left: 1.4em;
+ width: 160px;
+ max-height: 480px;
+ overflow-x: hidden;
+ overflow-y: auto;
+ background-color: #ffffff;
+ border: thin solid #888888;
+ border-radius: 10px;
+ margin: 1em;
+ padding-left: 1.4em;
}
+
.wikiimagelist img {
- max-height: 150px;
- max-width: 150px;
- height: auto;
- width: auto;
+ max-height: 150px;
+ max-width: 150px;
+ height: auto;
+ width: auto;
}
-#wikiimgliblist { font-size: 0.8em; }
+#wikiimgliblist {
+ font-size: 0.8em;
+}
+
.wikiimagedetail, .wikifiledetail {
- width: 90%;
- background-color: #ffffff;
- border-style: solid;
- border-width: thin;
- border-color: #888888;
- border-radius: 10px;
- margin: 1em;
- padding: 1em;
+ width: 90%;
+ background-color: #ffffff;
+ border: thin solid #888888;
+ border-radius: 10px;
+ margin: 1em;
+ padding: 1em;
}
-#wikieditimg_dd, #wikieditfile_dd
-{
-/* display: none; */
- font-weight: bold;
- text-align: center;
- padding: 1em 0;
- margin: 1em 0;
- color: #555;
- border: 1px dashed #999999;
- border-radius: 7px;
- cursor: default;
+
+#wikieditimg_dd, #wikieditfile_dd {
+ /* display: none; */
+ font-weight: bold;
+ text-align: center;
+ padding: 1em 0;
+ margin: 1em 0;
+ color: #555;
+ border: 1px dashed #999999;
+ border-radius: 7px;
+ cursor: default;
}
-#wikieditimg_dd img, #wikieditfile_dd img
-{
- max-height: 150px;
- max-width: 150px;
- height: auto;
- width: auto;
+
+#wikieditimg_dd img, #wikieditfile_dd img {
+ max-height: 150px;
+ max-width: 150px;
+ height: auto;
+ width: auto;
}
-span.wikieditimg_field, span.wikieditfile_fieldname {
- display: inline-block;
- width: 8em;
- text-align: right;
- font-weight: bold;
+span.wikieditimg_field, span.wikieditfile_fieldname {
+ display: inline-block;
+ width: 8em;
+ text-align: right;
+ font-weight: bold;
}
-span.wikieditfile_field {
- font-weight: normal;
- margin-left: 1em;
+
+span.wikieditfile_field {
+ font-weight: normal;
+ margin-left: 1em;
}
-#wikieditimg_progress p, #wikieditfile_progress p
-{
- display: block;
- padding: 2px 5px;
- margin: 2px 0;
- border: 1px inset #446;
- border-radius: 5px;
- background: yellow none 0 0 no-repeat;
+
+#wikieditimg_pro...
[truncated message content] |