Thread: [phpwebapp-commits] CVS: web_app/tools/fileBrowser panel.html,1.4,1.5 folder.html,1.3,1.4 fileBrowse
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-21 17:05:11
|
Update of /cvsroot/phpwebapp/web_app/tools/fileBrowser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2634/tools/fileBrowser Modified Files: panel.html folder.html fileBrowser.html file.html Log Message: Index: panel.html =================================================================== RCS file: /cvsroot/phpwebapp/web_app/tools/fileBrowser/panel.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** panel.html 15 Jul 2004 14:46:03 -0000 1.4 --- panel.html 21 Jul 2004 17:04:30 -0000 1.5 *************** *** 1,35 **** ! <WebBox ID="panel"> <table width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#006633"> <tr><td> <table border="0" cellspacing="0" cellpadding="1" bgcolor="white"> <tr> ! <form name="changeViewForm" id="changeViewForm" onsubmit="return false;"> ! <td width="17%" nowrap="nowrap" valign="top"> ! <input type="checkbox" name="hide" id="hide" class="checkbox"><span class="font">Hide Folder Box</span><br /> ! <input type="button" name="refresh" id="refresh" value="Refresh" class="button" onclick="on_refresh()"> ! </td> ! <td width="17%" nowrap="nowrap" valign="top"> ! <input type="radio" name="viewMode" id="viewMode" value="codeView" class="radio" {{codeView_checked}}><span class="font">Code View</span> <br /> ! <input type="radio" name="viewMode" id="viewMode" value="preview" class="radio" {{preview_checked}}><span class="font">Preview</span> ! </td> ! <td bgcolor="#006633"></td> ! <td width="10%" nowrap="nowrap" valign="top" align="right"> ! <span class="font">Change Session:</span> <br /> ! <input type="button" name="changeSess" id="changeSess" value="Change" class="button" onclick="on_changeSess()"> ! </td> ! <td width="20%" nowrap="nowrap" valign="top"> ! <input type="text" name="var_name" id="var_name" class="text" size="15"> <br /> ! <input type="text" name="var_value" id="var_value" class="text" size="15"> ! </td> ! <td bgcolor="#006633"></td> ! <td width="40%" nowrap="nowrap"> ! <span class="font">Root Folder:</span> <br /> ! <input type="text" name="root_folder" id="root_folder" class="text" value="{{folderListing->root}}" size="30"> ! <input type="button" name="changePath" id="changePath" value="GO" class="button" onclick="on_changePath()"> ! </td> ! </form> </tr> </table> </td></tr> </table> ! </WebBox> --- 1,35 ---- ! <webbox id="panel"> <table width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#006633"> <tr><td> <table border="0" cellspacing="0" cellpadding="1" bgcolor="white"> <tr> ! <form name="changeViewForm" id="changeViewForm" onsubmit="return false;"> ! <td width="17%" nowrap="nowrap" valign="top"> ! <input type="checkbox" name="hide" id="hide" class="checkbox" /><span class="font">Hide Folder Box</span><br /> ! <input type="button" name="refresh" id="refresh" value="Refresh" class="button" onclick="on_refresh()" /> ! </td> ! <td width="17%" nowrap="nowrap" valign="top"> ! <input type="radio" name="viewMode" id="viewMode" value="codeView" class="radio" checked="{{codeView_checked}}" /><span class="font">Code View</span> <br /> ! <input type="radio" name="viewMode" id="viewMode" value="preview" class="radio" checked="{{preview_checked}}" /><span class="font">Preview</span> ! </td> ! <td bgcolor="#006633"></td> ! <td width="10%" nowrap="nowrap" valign="top" align="right"> ! <span class="font">Change Session:</span> <br /> ! <input type="button" name="changeSess" id="changeSess" value="Change" class="button" onclick="on_changeSess()" /> ! </td> ! <td width="20%" nowrap="nowrap" valign="top"> ! <input type="text" name="var_name" id="var_name" class="text" size="15" /> <br /> ! <input type="text" name="var_value" id="var_value" class="text" size="15" /> ! </td> ! <td bgcolor="#006633"></td> ! <td width="40%" nowrap="nowrap"> ! <span class="font">Root Folder:</span> <br /> ! <input type="text" name="root_folder" id="root_folder" class="text" value="{{folderListing->root}}" size="30" /> ! <input type="button" name="changePath" id="changePath" value="GO" class="button" onclick="on_changePath()" /> ! </td> ! </form> </tr> </table> </td></tr> </table> ! </webbox> Index: folder.html =================================================================== RCS file: /cvsroot/phpwebapp/web_app/tools/fileBrowser/folder.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** folder.html 22 Aug 2003 06:47:20 -0000 1.3 --- folder.html 21 Jul 2004 17:04:30 -0000 1.4 *************** *** 9,13 **** <table width="100%" height="300" border="0" cellspacing="0" cellpadding="5" bgcolor="white"> <tr><td valign="top"> ! <Include SRC="{{FOLDERLISTING_PATH}}folderListing.html" /> </td></tr> </table> --- 9,13 ---- <table width="100%" height="300" border="0" cellspacing="0" cellpadding="5" bgcolor="white"> <tr><td valign="top"> ! <include src="{{FOLDERLISTING_PATH}}folderListing.html" /> </td></tr> </table> Index: fileBrowser.html =================================================================== RCS file: /cvsroot/phpwebapp/web_app/tools/fileBrowser/fileBrowser.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** fileBrowser.html 15 Jul 2004 14:46:03 -0000 1.5 --- fileBrowser.html 21 Jul 2004 17:04:30 -0000 1.6 *************** *** 1,25 **** ! <html> <head> <title>File Browser</title> <link type="text/css" rel="stylesheet" href="{{APP_STYLE}}" /> </head> - <body> ! <WebBox ID="fileBrowser"> ! <Include SRC="{{./}}panel.html" /> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr> ! <If condition="{{panel->folderVisible}}"> ! <td width="200" valign="top" nowrap="nowrap"> ! <Include SRC="{{./}}folder.html" /> ! </td> ! </If> <td align="left" valign="top"> ! <Include SRC="{{./}}file.html" /> </td> </tr> </table> ! </WebBox> ! </body> </html> --- 1,27 ---- ! <?xml version="1.0" encoding="iso-8859-1"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" lang="EN"> <head> <title>File Browser</title> <link type="text/css" rel="stylesheet" href="{{APP_STYLE}}" /> </head> ! <body> ! <webbox id="fileBrowser"> ! <include src="{{./}}panel.html" /> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr> ! <if condition="{{panel->folderVisible}}"> ! <td width="200" valign="top" nowrap="nowrap"> ! <include src="{{./}}folder.html" /> ! </td> ! </if> <td align="left" valign="top"> ! <include src="{{./}}file.html" /> </td> </tr> </table> ! </webbox> </body> </html> Index: file.html =================================================================== RCS file: /cvsroot/phpwebapp/web_app/tools/fileBrowser/file.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** file.html 22 Aug 2003 06:47:20 -0000 1.3 --- file.html 21 Jul 2004 17:04:30 -0000 1.4 *************** *** 1,4 **** <!--# File Box #--> ! <WebBox ID="file"> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr bgcolor="#006633"> --- 1,4 ---- <!--# File Box #--> ! <webbox id="file"> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr bgcolor="#006633"> *************** *** 12,21 **** <table border="0" cellspacing="0" cellpadding="5"> <tr><td> ! <Include SRC="{{FILEVIEW_PATH}}fileView.html" /> </td></tr> ! </table </td></tr> </table> </td></tr> </table> ! </WebBox> --- 12,21 ---- <table border="0" cellspacing="0" cellpadding="5"> <tr><td> ! <include src="{{FILEVIEW_PATH}}fileView.html" /> </td></tr> ! </table> </td></tr> </table> </td></tr> </table> ! </webbox> |