[Vim-latex-cvs] SF.net SVN: vim-latex: [1020] trunk/htdocs
Brought to you by:
srinathava,
tmaas
From: <tm...@us...> - 2008-05-06 15:10:57
|
Revision: 1020 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1020&view=rev Author: tmaas Date: 2008-05-06 08:03:15 -0700 (Tue, 06 May 2008) Log Message: ----------- Use web-svn instead of local copy for templates Modified Paths: -------------- trunk/htdocs/head.inc Removed Paths: ------------- trunk/htdocs/templates.inc Modified: trunk/htdocs/head.inc =================================================================== --- trunk/htdocs/head.inc 2008-05-06 14:56:14 UTC (rev 1019) +++ trunk/htdocs/head.inc 2008-05-06 15:03:15 UTC (rev 1020) @@ -31,7 +31,7 @@ Requests <br/>Bug Reports <br/>Mailing List <br/></a><br> <p></p> <a href="http://vim-latex.svn.sourceforge.net/viewvc/vim-latex/trunk/vimfiles/ftplugin/latex-suite/packages/">Package files</a><br> - <a href="index.php?subject=templates&title=Templates">Templates</a><br> + <a href="http://vim-latex.svn.sourceforge.net/viewvc/vim-latex/trunk/vimfiles/ftplugin/latex-suite/templates/">Templates</a><br> <p></p> <hr class=navig> <div class=navheader>Developers</div> Deleted: trunk/htdocs/templates.inc =================================================================== --- trunk/htdocs/templates.inc 2008-05-06 14:56:14 UTC (rev 1019) +++ trunk/htdocs/templates.inc 2008-05-06 15:03:15 UTC (rev 1020) @@ -1,23 +0,0 @@ -<table> -<tr> - <td><b>Name of the template:</b></td> - <td> </td> - <td><b>Last modified:</b></td> -</tr> -<? -$dir = getcwd()."/templates"; -$tempdir = dir($dir); -while($file = $tempdir->read()){ - if($file!="." && $file!=".." && strncmp($file,"CVS",3)){ - $filetable[] = $file; - } -} -$tempdir->close(); -asort($filetable); -foreach ($filetable as $tempfile){ -echo "<tr><td><a href='templates/".$tempfile."'>".$tempfile."</a></td>"; -echo "<td> </td>"; -echo "<td>".date("F j, Y", filemtime($dir."/".$tempfile))."</td></tr>\n"; -} -?> -</table> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |