[phpwebapp-commits] CVS: web_app/boxes/folderListing folderListing.html,1.1.1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-14 14:45:50
|
Update of /cvsroot/phpwebapp/web_app/boxes/folderListing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13284/boxes/folderListing Modified Files: folderListing.html Log Message: Index: folderListing.html =================================================================== RCS file: /cvsroot/phpwebapp/web_app/boxes/folderListing/folderListing.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** folderListing.html 21 Feb 2003 08:15:50 -0000 1.1.1.1 --- folderListing.html 14 Jul 2004 14:45:41 -0000 1.2 *************** *** 6,10 **** / </Repeat> ! <br> <a href="javascript: on_folderUp()"> <span class="folderListing_up">Up</span> --- 6,10 ---- / </Repeat> ! <br /> <a href="javascript: on_folderUp()"> <span class="folderListing_up">Up</span> *************** *** 13,26 **** <span class="folderListing_up">Root</span> </a> ! <br> <a href="javascript: on_folderUp()"> <span class="folderListing_folder">[+] ..</span> </a> ! <br> <Repeat rs="folders"> <a href="javascript: on_folder('{{folder}}')"> <span class="folderListing_folder">[+] {{folder}}</span> </a> ! <br> </Repeat> <Repeat rs="files"> --- 13,26 ---- <span class="folderListing_up">Root</span> </a> ! <br /> <a href="javascript: on_folderUp()"> <span class="folderListing_folder">[+] ..</span> </a> ! <br /> <Repeat rs="folders"> <a href="javascript: on_folder('{{folder}}')"> <span class="folderListing_folder">[+] {{folder}}</span> </a> ! <br /> </Repeat> <Repeat rs="files"> *************** *** 28,32 **** <span class="folderListing_file">[-] {{file}}</span> </a> ! <br> </Repeat> </WebBox> --- 28,32 ---- <span class="folderListing_file">[-] {{file}}</span> </a> ! <br /> </Repeat> </WebBox> |