[phpwebapp-commits] CVS: web_app/tools/fileBrowser fileBrowser.html,1.2,1.3 fileBrowser.css,1.2,1.3
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-20 10:52:20
|
Update of /cvsroot/phpwebapp/web_app/tools/fileBrowser In directory sc8-pr-cvs1:/tmp/cvs-serv5996/tools/fileBrowser Modified Files: fileBrowser.html fileBrowser.css Log Message: changed some styles Index: fileBrowser.html =================================================================== RCS file: /cvsroot/phpwebapp/web_app/tools/fileBrowser/fileBrowser.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** fileBrowser.html 16 Jul 2003 09:27:59 -0000 1.2 --- fileBrowser.html 20 Aug 2003 07:00:48 -0000 1.3 *************** *** 1,8 **** <html> <head> ! <title> File Browser </title> ! <link rel="stylesheet" type="text/css" href="{{APP_STYLE}}"> ! <link rel="stylesheet" type="text/css" href="{{WEBAPP_URL}}styles.css"> ! <link rel="stylesheet" type="text/css" href="{{./}}fileBrowser.css"> </head> <body> --- 1,6 ---- <html> <head> ! <title>File Browser</title> ! <link rel="stylesheet" type="text/css" href="{{APP_STYLE}}"> </head> <body> *************** *** 11,24 **** <Include SRC="{{./}}panel.html" /> <table width="100%" border="0" cellspacing="0" cellpadding="1"> ! <tr> ! <If condition="{{panel->folderVisible}}"> ! <td width="200" valign="top" nowrap="true"> ! <Include SRC="{{./}}folder.html" /> ! </td> ! </If> ! <td align="left" valign="top"> ! <Include SRC="{{./}}file.html" /> ! </td> ! </tr> </table> </WebBox> --- 9,22 ---- <Include SRC="{{./}}panel.html" /> <table width="100%" border="0" cellspacing="0" cellpadding="1"> ! <tr> ! <If condition="{{panel->folderVisible}}"> ! <td width="200" valign="top" nowrap="true"> ! <Include SRC="{{./}}folder.html" /> ! </td> ! </If> ! <td align="left" valign="top"> ! <Include SRC="{{./}}file.html" /> ! </td> ! </tr> </table> </WebBox> Index: fileBrowser.css =================================================================== RCS file: /cvsroot/phpwebapp/web_app/tools/fileBrowser/fileBrowser.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** fileBrowser.css 16 Jul 2003 09:27:59 -0000 1.2 --- fileBrowser.css 20 Aug 2003 07:00:49 -0000 1.3 *************** *** 1,5 **** body { ! background-color:#EFE7D6; margin-top:0px; margin-left:0px; --- 1,5 ---- body { ! background-color:#efe7d6; margin-top:0px; margin-left:0px; *************** *** 10,14 **** .font { ! font-family: Arial, Helvetica, Sans-Se; font-size: 10pt; color:#000000; --- 10,14 ---- .font { ! font-family: arial, helvetica, sans-se; font-size: 10pt; color:#000000; *************** *** 21,27 **** .text, .button { ! font-family: Arial, Helvetica, Sans-Se; font-size: 10pt; ! background-color: #EAEAEA; color: #006666; } --- 21,27 ---- .text, .button { ! font-family: arial, helvetica, sans-se; font-size: 10pt; ! background-color: #eaeaea; color: #006666; } *************** *** 29,43 **** .title { ! COLOR: #FFFFFF; ! FONT-FAMILY: Arial, Helvetica, Sans-Se; ! FONT-SIZE: 12px; ! FONT-WEIGHT: bold } .strong { ! COLOR: #000066; ! FONT-FAMILY: Arial, Helvetica, Sans-Se; ! FONT-SIZE: 16px; ! FONT-WEIGHT: bold } --- 29,43 ---- .title { ! color: #ffffff; ! font-family: arial, helvetica, sans-se; ! font-size: 12px; ! font-weight: bold; } .strong { ! color: #000066; ! font-family: arial, helvetica, sans-se; ! font-size: 16px; ! font-weight: bold } |