[GRASS-SVN] r53666 - grass-addons/tools/addons
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Nov 2 11:10:01 PDT 2012
Author: martinl
Date: 2012-11-02 11:10:00 -0700 (Fri, 02 Nov 2012)
New Revision: 53666
Modified:
grass-addons/tools/addons/compile.sh
Log:
fix wingrass html log generation
Modified: grass-addons/tools/addons/compile.sh
===================================================================
--- grass-addons/tools/addons/compile.sh 2012-11-02 13:28:02 UTC (rev 53665)
+++ grass-addons/tools/addons/compile.sh 2012-11-02 18:10:00 UTC (rev 53666)
@@ -40,6 +40,7 @@
<meta http-equiv=\"Content-Type\" content=\"application/xhtml+xml; charset=utf-8\" />
<title>WinGRASS $ADDON_PATH AddOns Logs</title>
<style type=\"text/css\">
+h1 { font-size: 125%; font-weight: bold; }
table
{
border-collapse:collapse;
@@ -51,9 +52,9 @@
</style>
</head>
<body>
+<h1>WinGRASS $GRASS_VERSION AddOns (logs gererated $date)</h1>
+<hr />
<table cellpadding=\"5\">
-<h2>WinGRASS $GRASS_VERSION AddOns (logs gererated $date)</h2>
-<hr />
<tr><th style=\"background-color: grey\">AddOns</th>
<th style=\"background-color: grey\">Status</th>
<th style=\"background-color: grey\">Log file</th></tr>" > "$ADDON_PATH/logs/$INDEX_FILE"
@@ -100,7 +101,7 @@
done
echo -e "</table><hr />
-<div align=\"right\">Valid: <a href=\"http://validator.w3.org/check/referer\">XHTML</div>
+<div style=\"text-align: right\">Valid: <a href=\"http://validator.w3.org/check/referer\">XHTML</a></div>
</body>\n</html>\n" >> "$ADDON_PATH/logs/$INDEX_FILE"
exit 0
More information about the grass-commit
mailing list