AuthType Basic
AuthName "My Document Database"
AuthUserFile /somedir/somedir/.htpasswd
< Limit GET POST >
require valid-user
< /Limit >
The .htpasswd file should not be in
any web-accessable directory. Also, the POST option must be present or DocDB will not work (most of the form
posts to cgi scripts will fail).| DocDB.css | The CSS file with global and common settings for all pages. |
| DocDB_IE.css | Changes to the master setting for Internet Explorer, which has broken CSS support. |
| DocDBSomeScript.css | CSS unique to a particular page |
| DocDBSomeScript_IE.css | Changes to the CSS for a page needed by IE |
MyProjectto the original name of the CSS file and it will be included after the DocDB defaults, changing any settings.
MyProjectis what you set $ShortProject to in ProjectGlobals.pm. For example, if your project is "Joe" and you want to change the settings for the IE only CSS for the ShowDocument page, create a file JoeDocDBShowDocument_IE.css and place it in the $file_root/Static/css directory. See html/css/ProjectDocDB.css.example for examples of what might be changed. Note that not all pages have CSS files and that at this time, and that use of CSS in DocDB is new but expanding.