[phpwebapp-commits] CVS: web_app/boxes/folderListing folderListing.html,1.2,1.3
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-21 17:04:59
|
Update of /cvsroot/phpwebapp/web_app/boxes/folderListing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2634/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.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** folderListing.html 14 Jul 2004 14:45:41 -0000 1.2 --- folderListing.html 21 Jul 2004 17:04:32 -0000 1.3 *************** *** 1,9 **** ! <WebBox ID="folderListing"> ! <Repeat rs="paths"> <a href="javascript: on_path('{{path}}')"> <span class="folderListing_path">{{folder}}</span> ! </a> ! / ! </Repeat> <br /> <a href="javascript: on_folderUp()"> --- 1,8 ---- ! <webbox id="folderListing"> ! <repeat rs="paths"> <a href="javascript: on_path('{{path}}')"> <span class="folderListing_path">{{folder}}</span> ! </a> / ! </repeat> <br /> <a href="javascript: on_folderUp()"> *************** *** 12,32 **** <a href="javascript: on_folderRoot()"> <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"> <a href="javascript: on_file('{{file}}')"> <span class="folderListing_file">[-] {{file}}</span> ! </a> ! <br /> ! </Repeat> ! </WebBox> --- 11,27 ---- <a href="javascript: on_folderRoot()"> <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"> <a href="javascript: on_file('{{file}}')"> <span class="folderListing_file">[-] {{file}}</span> ! </a> <br /> ! </repeat> ! </webbox> |