Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Rouviere <lezebre@users.sourceforge.net>2008-03-18 22:27:54 +0300
committerJulien Rouviere <lezebre@users.sourceforge.net>2008-03-18 22:27:54 +0300
commit3394154ae7bc1b17fa91d74d49293deeaed0be89 (patch)
tree3582c7885fd2b774d196aa52f4a83e015f5b6cb7 /libs/PhpDocumentor-1.3.2/docbuilder
parent5ba1d864d17fc09b752bad8e505ff00aeabd5fb0 (diff)
Commited some very good patch by Maciej ZawadziƄski :
-fix #106, #112 : Admin index and menu -fix #88 : nice login screen -fix #105 : nice plugin admin management, -fix #40 : outlink/download tracking, solves bugs and adds some options +Some code cleanup regarding new coding standard git-svn-id: http://dev.piwik.org/svn/trunk@386 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'libs/PhpDocumentor-1.3.2/docbuilder')
-rwxr-xr-xlibs/PhpDocumentor-1.3.2/docbuilder/blank.html36
-rwxr-xr-xlibs/PhpDocumentor-1.3.2/docbuilder/includes/tab.webfx.css159
-rwxr-xr-xlibs/PhpDocumentor-1.3.2/docbuilder/index.html37
3 files changed, 114 insertions, 118 deletions
diff --git a/libs/PhpDocumentor-1.3.2/docbuilder/blank.html b/libs/PhpDocumentor-1.3.2/docbuilder/blank.html
index 3ba0113011..7eea276e96 100755
--- a/libs/PhpDocumentor-1.3.2/docbuilder/blank.html
+++ b/libs/PhpDocumentor-1.3.2/docbuilder/blank.html
@@ -1,18 +1,18 @@
-<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
- <title>docBuilder - phpDocumentor web interface</title>
- <meta name="Generator" content="EditPlus">
- <meta name="Author" content="Andrew Eddie">
- <meta name="Description" content="Blank page">
- <style type="text/css">
- body, td, th {
- font-family: monospace;
- font-size: 10pt;
- }
- </style>
-</head>
-<body text="#000000" bgcolor="#e0e0e0">
-Awaiting your command...
-</body>
-</html>
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<title>docBuilder - phpDocumentor web interface</title>
+<meta name="Generator" content="EditPlus">
+<meta name="Author" content="Andrew Eddie">
+<meta name="Description" content="Blank page">
+<style type="text/css">
+body,td,th {
+ font-family: monospace;
+ font-size: 10pt;
+}
+</style>
+</head>
+<body text="#000000" bgcolor="#e0e0e0">
+Awaiting your command...
+</body>
+</html>
diff --git a/libs/PhpDocumentor-1.3.2/docbuilder/includes/tab.webfx.css b/libs/PhpDocumentor-1.3.2/docbuilder/includes/tab.webfx.css
index ad05c3233a..0e014715a6 100755
--- a/libs/PhpDocumentor-1.3.2/docbuilder/includes/tab.webfx.css
+++ b/libs/PhpDocumentor-1.3.2/docbuilder/includes/tab.webfx.css
@@ -4,88 +4,81 @@ bright: rgb(234,242,255);
normal: rgb(120,172,255);
dark: rgb(0,66,174);
-*/
-
-
-
-
-.dynamic-tab-pane-control.tab-pane {
- position: relative;
- width: 100%;
-}
-
-.dynamic-tab-pane-control .tab-row .tab {
- font-family: Verdana, Helvetica, Arial;
- font-size: 12px;
- cursor: Default;
- display: inline;
- margin: 1px -5px 1px 5px;
- float: left;
- padding: 3px 6px 3px 6px;
- background: rgb(234,242,255);
- border: 1px solid;
- border-color: rgb(120,172,255);
- border-left: 0;
- border-bottom: 0;
- border-top: 0;
-
- cursor: hand;
- cursor: pointer;
-
- z-index: 1;
- position: relative;
- top: 0;
-}
-
-.dynamic-tab-pane-control .tab-row .tab.selected {
- border: 1px solid rgb(120,172,255);
- border-bottom: 0;
- z-index: 3;
- padding: 2px 6px 5px 6px;
- margin: 1px -6px -2px 0px;
- top: -2px;
- background: white;
-}
-
-.dynamic-tab-pane-control .tab-row .tab a {
- font-family: Verdana, Helvetica, Arial;
- font-size: 13px;
- color: rgb(0,66,174);
- text-decoration: none;
- cursor: hand;
- cursor: pointer;
-}
-
-.dynamic-tab-pane-control .tab-row .hover a {
- color: rgb(0,66,174);
-}
-
-.dynamic-tab-pane-control .tab-row .tab.selected a {
- font-weight: bold;
-}
-
-.dynamic-tab-pane-control .tab-page {
- clear: both;
- border: 1px solid rgb(120,172,255);
- background: White;
- z-index: 2;
-/*
+*/
+.dynamic-tab-pane-control.tab-pane {
+ position: relative;
+ width: 100%;
+}
+
+.dynamic-tab-pane-control .tab-row .tab {
+ font-family: Verdana, Helvetica, Arial;
+ font-size: 12px;
+ cursor: Default;
+ display: inline;
+ margin: 1px -5px 1px 5px;
+ float: left;
+ padding: 3px 6px 3px 6px;
+ background: rgb(234, 242, 255);
+ border: 1px solid;
+ border-color: rgb(120, 172, 255);
+ border-left: 0;
+ border-bottom: 0;
+ border-top: 0;
+ cursor: hand;
+ cursor: pointer;
+ z-index: 1;
+ position: relative;
+ top: 0;
+}
+
+.dynamic-tab-pane-control .tab-row .tab.selected {
+ border: 1px solid rgb(120, 172, 255);
+ border-bottom: 0;
+ z-index: 3;
+ padding: 2px 6px 5px 6px;
+ margin: 1px -6px -2px 0px;
+ top: -2px;
+ background: white;
+}
+
+.dynamic-tab-pane-control .tab-row .tab a {
+ font-family: Verdana, Helvetica, Arial;
+ font-size: 13px;
+ color: rgb(0, 66, 174);
+ text-decoration: none;
+ cursor: hand;
+ cursor: pointer;
+}
+
+.dynamic-tab-pane-control .tab-row .hover a {
+ color: rgb(0, 66, 174);
+}
+
+.dynamic-tab-pane-control .tab-row .tab.selected a {
+ font-weight: bold;
+}
+
+.dynamic-tab-pane-control .tab-page {
+ clear: both;
+ border: 1px solid rgb(120, 172, 255);
+ background: White;
+ z-index: 2;
+ /*
position: relative;
top: -2px;
-*/
- position: absolute;
- top: 23px;
-
- color: Black;
- font-family: Verdana, Helvetica, Arial;
- font-size: 13px;
- padding: 10px;
-}
-
-.dynamic-tab-pane-control .tab-row {
- z-index: 1;
- white-space: nowrap;
- background: rgb(234,242,255);
- height: 1.85em;
- width: 100%;
-}
+*/
+ position: absolute;
+ top: 23px;
+ color: Black;
+ font-family: Verdana, Helvetica, Arial;
+ font-size: 13px;
+ padding: 10px;
+}
+
+.dynamic-tab-pane-control .tab-row {
+ z-index: 1;
+ white-space: nowrap;
+ background: rgb(234, 242, 255);
+ height: 1.85em;
+ width: 100%;
+} \ No newline at end of file
diff --git a/libs/PhpDocumentor-1.3.2/docbuilder/index.html b/libs/PhpDocumentor-1.3.2/docbuilder/index.html
index 2907dd0c77..6bd776b3d2 100755
--- a/libs/PhpDocumentor-1.3.2/docbuilder/index.html
+++ b/libs/PhpDocumentor-1.3.2/docbuilder/index.html
@@ -1,17 +1,20 @@
-<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-<title>docBuilder - phpDocumentor web interface</title>
-<meta name="Generator" content="EditPlus">
-<meta name="Author" content="Andrew Eddie">
-<meta name="Description" content="Frameset for phpDcoumentor docBuilder web interface">
-</head>
-
-<frameset rows="35,*,40,135">
- <frame src="top.php" frameborder="no">
- <frame src="config.php" name="DataFrame" frameborder="no">
- <frame src="actions.php" name="ActionFrame" scrolling="no" marginwidth="0" marginheight="0" frameborder="no">
- <frame src="blank.html" name="OutputFrame" marginwidth="0" marginheight="0" frameborder="yes">
-</frameset>
-
-</html>
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<title>docBuilder - phpDocumentor web interface</title>
+<meta name="Generator" content="EditPlus">
+<meta name="Author" content="Andrew Eddie">
+<meta name="Description"
+ content="Frameset for phpDcoumentor docBuilder web interface">
+</head>
+
+<frameset rows="35,*,40,135">
+ <frame src="top.php" frameborder="no">
+ <frame src="config.php" name="DataFrame" frameborder="no">
+ <frame src="actions.php" name="ActionFrame" scrolling="no"
+ marginwidth="0" marginheight="0" frameborder="no">
+ <frame src="blank.html" name="OutputFrame" marginwidth="0"
+ marginheight="0" frameborder="yes">
+</frameset>
+
+</html>