freebsd-ports/www/repos-style/files/patch-view-repos.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
581 B
XML

--- view/repos.xsl.orig 2009-03-13 09:34:04.000000000 +0100
+++ view/repos.xsl 2009-08-21 22:42:04.000000000 +0200
@@ -31,7 +31,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>
<!-- logUrl: empty -> no log tool, absolute url -> enable 'history' link. Must allow appended query param -->