ports/www/repos-style/files/patch-view-log.xsl
Martin Wilke 6bf2d1bd5d net2ftp is a web-based FTP client written in PHP
User features
 - Navigate the FTP server
 - Upload files
 - Download files
 - Zip files
 - Unzip files
 - Install software
 - Copy, move and delete
 - Copy or move to a 2nd FTP server
 - Rename and chmod
 - View code with syntax highlighting
 - Plain text editor
 - HTML editors
 - Code editor
 - Search for words or phrases
 - Calculate size

WWW: http://www.net2ftp.com/

PR:		ports/137868
Submitted by:	Alexander Kriventsov
2009-08-22 19:06:03 +00:00

11 lines
520 B
XML

--- view/log.xsl.orig 2009-03-12 22:15:36.000000000 +0100
+++ view/log.xsl 2009-08-21 22:39:20.000000000 +0200
@@ -25,7 +25,7 @@
<!-- === repos style configuration === -->
<!-- static: absolute url to style application -->
- <xsl:param name="static">/repos-web/</xsl:param>
+ <xsl:param name="static">/repos-style/</xsl:param>
<!-- cssUrl: absolute url to css folder -->
<xsl:param name="cssUrl"><xsl:value-of select="$static"/>style/</xsl:param>
<!-- log viewer does not know the repository URL -->