From: <fg...@us...> - 2009-12-27 15:54:12
|
Revision: 1542 http://openutils.svn.sourceforge.net/openutils/?rev=1542&view=rev Author: fgiust Date: 2009-12-27 15:54:04 +0000 (Sun, 27 Dec 2009) Log Message: ----------- styling Modified Paths: -------------- trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/adminstyle/css/mgnladmin.css trunk/openutils-mgnlrepoutils/src/main/resources/net/sourceforge/openutils/mgnlrepoutils/RepositoryUtilsPage.html Modified: trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/adminstyle/css/mgnladmin.css =================================================================== --- trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/adminstyle/css/mgnladmin.css 2009-12-26 20:43:26 UTC (rev 1541) +++ trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/adminstyle/css/mgnladmin.css 2009-12-27 15:54:04 UTC (rev 1542) @@ -4,9 +4,9 @@ margin: 0; } -body.ma div,body.ma span,body.ma input,body.ma select,body.ma pre { - font-size: 13px; - font-family: georgia, sans-serif; +body.ma div,body.ma span,body.ma p,body.ma input,body.ma select,body.ma pre,body.ma textarea { + font-size: 12px; + font-family: verdana, sans-serif; } .ma-frame { @@ -68,6 +68,10 @@ margin: 0 0 20px 0; } +.ma-warning p { + margin: 0; +} + .ma-info { border: 1px solid #769837; padding: 10px 11px 8px 10px; Modified: trunk/openutils-mgnlrepoutils/src/main/resources/net/sourceforge/openutils/mgnlrepoutils/RepositoryUtilsPage.html =================================================================== --- trunk/openutils-mgnlrepoutils/src/main/resources/net/sourceforge/openutils/mgnlrepoutils/RepositoryUtilsPage.html 2009-12-26 20:43:26 UTC (rev 1541) +++ trunk/openutils-mgnlrepoutils/src/main/resources/net/sourceforge/openutils/mgnlrepoutils/RepositoryUtilsPage.html 2009-12-27 15:54:04 UTC (rev 1542) @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> - <title>Repository utils</title> + <title>Repository tools</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link href="${this.request.contextPath}/.resources/adminstyle/css/mgnladmin.css" type="text/css" rel="stylesheet" /> </head> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-12-27 16:46:45
|
Revision: 1544 http://openutils.svn.sourceforge.net/openutils/?rev=1544&view=rev Author: fgiust Date: 2009-12-27 16:46:37 +0000 (Sun, 27 Dec 2009) Log Message: ----------- branding Modified Paths: -------------- trunk/openutils-mgnlrepoutils/src/main/resources/net/sourceforge/openutils/mgnlrepoutils/RepositoryUtilsPage.html Added Paths: ----------- trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/repoutils/css/ trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/repoutils/css/mgnladmin.css trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/repoutils/img/ trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/repoutils/img/openmind-logo.png Removed Paths: ------------- trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/adminstyle/ trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/repoutils/css/mgnladmin.css Deleted: trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/repoutils/css/mgnladmin.css =================================================================== --- trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/adminstyle/css/mgnladmin.css 2009-12-26 20:43:26 UTC (rev 1541) +++ trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/repoutils/css/mgnladmin.css 2009-12-27 16:46:37 UTC (rev 1544) @@ -1,88 +0,0 @@ -body.ma { - background-color: #333; - padding: 10px; - margin: 0; -} - -body.ma div,body.ma span,body.ma input,body.ma select,body.ma pre { - font-size: 13px; - font-family: georgia, sans-serif; -} - -.ma-frame { - background-color: #fff; - background-image: url("../img/admin-topleft.png"); - background-repeat: no-repeat; - background-position: top left; - padding: 0; - margin: 0; -} - -.ma-frame h2 { - background-image: url("../img/admin-topright.png"); - background-repeat: no-repeat; - background-repeat: no-repeat; - background-position: top right; - height: 59px; - color: #fff; - padding: 0 20px 0 20px; - font-family: georgia, sans-serif; - font-weight: lighter; - font-size: 20px; - line-height: 55px; -} - -.ma-framecenter { - padding: 10px 20px 10px 20px; -} - -.ma-framefooter { - background-image: url("../img/admin-bottomleft.png"); - background-repeat: no-repeat; - background-repeat: no-repeat; - background-position: bottom left; - height: 75px; - padding: 0; - color: #fff; -} - -.ma-framefooterinner { - padding: 0 20px 0 20px; - background-image: url("../img/admin-bottomright.png"); - background-repeat: no-repeat; - background-repeat: no-repeat; - background-position: bottom right; - height: 75px; -} - -.ma-buttons { - text-align: right; - padding-top: 40px; -} - -.ma-warning { - border: 1px solid #FFD324; - padding: 10px 11px 8px 10px; - background-color: #FFF8BF; - color: #B35F00; - margin: 0 0 20px 0; -} - -.ma-info { - border: 1px solid #769837; - padding: 10px 11px 8px 10px; - background-color: #eaf5d6; - margin: 0 0 20px 0; - color: #769837; -} - -.ma-formel-container { - margin-bottom: 10px; -} - -.ma-formel-left { - float: left; - width: 150px; - color: #769837; - font-weight: bold; -} \ No newline at end of file Copied: trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/repoutils/css/mgnladmin.css (from rev 1542, trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/adminstyle/css/mgnladmin.css) =================================================================== --- trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/repoutils/css/mgnladmin.css (rev 0) +++ trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/repoutils/css/mgnladmin.css 2009-12-27 16:46:37 UTC (rev 1544) @@ -0,0 +1,102 @@ +body.ma { + background-color: #333; + padding: 10px; + margin: 0; +} + +body.ma form { + margin: 0; + padding: 0; + display: block; +} + +body.ma img { + border: none; +} + +body.ma div,body.ma span,body.ma p,body.ma input,body.ma select,body.ma pre,body.ma textarea { + font-size: 12px; + font-family: verdana, sans-serif; +} + +.ma-frame { + background-color: #fff; + background-image: url("../img/admin-topleft.png"); + background-repeat: no-repeat; + background-position: top left; + padding: 0; + margin: 0; +} + +.ma-frame h2 { + background-image: url("../img/admin-topright.png"); + background-repeat: no-repeat; + background-repeat: no-repeat; + background-position: top right; + height: 59px; + color: #fff; + padding: 0 20px 0 20px; + font-family: georgia, sans-serif; + font-weight: lighter; + font-size: 20px; + line-height: 55px; +} + +.ma-framecenter { + padding: 10px 20px 10px 20px; +} + +.ma-framefooter { + background-image: url("../img/admin-bottomleft.png"); + background-repeat: no-repeat; + background-repeat: no-repeat; + background-position: bottom left; + height: 75px; + padding: 0; + color: #fff; +} + +.ma-framefooterinner { + padding: 0 20px 0 20px; + background-image: url("../img/admin-bottomright.png"); + background-repeat: no-repeat; + background-repeat: no-repeat; + background-position: bottom right; + height: 75px; +} + +.ma-buttons { + text-align: right; + padding-top: 40px; +} + +.ma-warning { + border: 1px solid #FFD324; + padding: 10px 11px 8px 10px; + background-color: #FFF8BF; + color: #B35F00; + margin: 0 0 20px 0; +} + +.ma-warning p { + margin: 0; +} + +.ma-info { + border: 1px solid #769837; + padding: 10px 11px 8px 10px; + background-color: #eaf5d6; + margin: 0 0 20px 0; + color: #769837; +} + +.ma-formel-container { + margin-bottom: 10px; +} + +.ma-formel-left { + float: left; + width: 150px; + color: #769837; + font-weight: bold; +} \ No newline at end of file Added: trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/repoutils/img/openmind-logo.png =================================================================== (Binary files differ) Property changes on: trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/repoutils/img/openmind-logo.png ___________________________________________________________________ Added: svn:mime-type + image/png Modified: trunk/openutils-mgnlrepoutils/src/main/resources/net/sourceforge/openutils/mgnlrepoutils/RepositoryUtilsPage.html =================================================================== --- trunk/openutils-mgnlrepoutils/src/main/resources/net/sourceforge/openutils/mgnlrepoutils/RepositoryUtilsPage.html 2009-12-27 16:29:38 UTC (rev 1543) +++ trunk/openutils-mgnlrepoutils/src/main/resources/net/sourceforge/openutils/mgnlrepoutils/RepositoryUtilsPage.html 2009-12-27 16:46:37 UTC (rev 1544) @@ -3,12 +3,17 @@ <head> <title>Repository tools</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <link href="${this.request.contextPath}/.resources/adminstyle/css/mgnladmin.css" type="text/css" rel="stylesheet" /> + <link href="${this.request.contextPath}/.resources/repoutils/css/mgnladmin.css" type="text/css" rel="stylesheet" /> </head> <body class="ma"> <div class="ma-frame"> <form action="" method="post"> - <h2>Repository tools</h2> + <h2> + Repository tools + <a target="_blank" href="http://www.openmindonline.it" style="position:absolute;right:45px;"> + <img class="omlogo" alt="openmind" src="${this.request.contextPath}/.resources/repoutils/img/openmind-logo.png" /> + </a> + </h2> <div class="ma-framecenter"> <div class="ma-warning"> <p>This page let you run some checks on the Jackrabbit repository or Lucene index without having to edit This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2011-05-22 07:36:57
|
Revision: 3478 http://openutils.svn.sourceforge.net/openutils/?rev=3478&view=rev Author: fgiust Date: 2011-05-22 07:36:51 +0000 (Sun, 22 May 2011) Log Message: ----------- REPOTOOLS-2 minor cleanups Modified Paths: -------------- trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-bootstrap/repoutils/config.modules.adminInterface.config.menu.tools.linkfix.xml trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-bootstrap/repoutils/config.modules.repoutils.pages.linkfix.xml Added Paths: ----------- trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/repoutils/icons/ico16-linkfix.png Modified: trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-bootstrap/repoutils/config.modules.adminInterface.config.menu.tools.linkfix.xml =================================================================== --- trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-bootstrap/repoutils/config.modules.adminInterface.config.menu.tools.linkfix.xml 2011-05-20 16:17:33 UTC (rev 3477) +++ trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-bootstrap/repoutils/config.modules.adminInterface.config.menu.tools.linkfix.xml 2011-05-22 07:36:51 UTC (rev 3478) @@ -7,7 +7,7 @@ <sv:value>63a87f96-def9-4b24-911f-35d7612ec1d9</sv:value> </sv:property> <sv:property sv:name="icon" sv:type="String"> - <sv:value>/.resources/pirellimedia/img/ico16-linkfix.png</sv:value> + <sv:value>/.resources/repoutils/icons/ico16-linkfix.png</sv:value> </sv:property> <sv:property sv:name="jcr:createdBy" sv:type="String"> <sv:value>admin</sv:value> Modified: trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-bootstrap/repoutils/config.modules.repoutils.pages.linkfix.xml =================================================================== --- trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-bootstrap/repoutils/config.modules.repoutils.pages.linkfix.xml 2011-05-20 16:17:33 UTC (rev 3477) +++ trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-bootstrap/repoutils/config.modules.repoutils.pages.linkfix.xml 2011-05-22 07:36:51 UTC (rev 3478) @@ -16,17 +16,14 @@ <sv:value>admin</sv:value> </sv:property> <sv:property sv:name="replacements" sv:type="String"> - <sv:value>tyre/ww/en/=tyre/NEWPATH/en/</sv:value> + <sv:value>mysite/OLDPATH=mysite/NEWPATH</sv:value> </sv:property> <sv:property sv:name="sourceRepositoriesAndPaths" sv:type="String"> - <sv:value>website:/tyre/NEWPATH/en/car -products:/pirellityre/NEWPATH/en/car</sv:value> + <sv:value>website:/mysite/NEWPATH</sv:value> </sv:property> <sv:property sv:name="targetRepositories" sv:type="String"> <sv:value>website media -products -dms playlists</sv:value> </sv:property> <sv:node sv:name="MetaData"> Added: trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/repoutils/icons/ico16-linkfix.png =================================================================== (Binary files differ) Property changes on: trunk/openutils-mgnlrepoutils/src/main/resources/mgnl-resources/repoutils/icons/ico16-linkfix.png ___________________________________________________________________ Added: svn:mime-type + image/png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |