_layouts adresář
*Virtuální adresář pro všechny WSS Web aplikace
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS
*Poskytuje standardní relativní URL pro všechny sites
/_layouts/SiteSettings.aspx
*Lze použít i pro vlastní aplikační stránky
*/_layouts/images
*Uloženy standardní WSS obrázky
*Lze použít pro vlastní obrázky
Instructor Notes
During the process of extending an IIS Web site into a SharePoint Web application, WSS creates a special virtual directory off the root of the Web application with a path of _layouts. This virtual directory point to a shared directory of WSS system files at the path shown on the slide above.

One of the most important aspect of the _layout directory to convey to students is that resources such as pages, images and CCS files are accessible to an WSS site in the farm using a consistent relative URL.

For example, the site setting page is accessible through the relative URL _layouts\setting.aspx. That means the following URL all hit the same application page.

http://LitwareServer/_layouts/settings.aspx
http://LitwareServer/sites/Sales/_layouts/settings.aspx
http://LitwareServer/sites/Sales/NorthDivision/_layouts/settings.aspx