From: Joseph C. <tex...@us...> - 2005-08-27 06:36:08
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27327/skins/default Modified Files: common-top.thtml Added Files: rtl.css Log Message: Add beginings of automatic RTL skin support. Needs template conditional code to hide line 7 in normal LTR language cases. Index: common-top.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/common-top.thtml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** common-top.thtml 19 May 2005 22:51:28 -0000 1.6 --- common-top.thtml 27 Aug 2005 06:35:58 -0000 1.7 *************** *** 4,8 **** <title><TMPL_VAR NAME="Localize_Header_Title"></title> <link rel="icon" href="favicon.ico"> ! <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">style.css" title="POPFile-Style"> <TMPL_INCLUDE NAME="common-javascript.thtml"> </head> --- 4,9 ---- <title><TMPL_VAR NAME="Localize_Header_Title"></title> <link rel="icon" href="favicon.ico"> ! <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">style.css" title="POPFile"> ! <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">rtl.css"> <TMPL_INCLUDE NAME="common-javascript.thtml"> </head> --- NEW FILE: rtl.css --- /* styles for Right to Left languages */ |