This package provides a base skin for people wanting to develop pagelet-based applications.
Detailed Dcoumentation
A base Skin based on Pagelets
The z3c.skin.pagelet package provides a skin for the z3c.pagelet package. Note, the pagelet skin is only registered in the test layer. You can use this skin as a base for your own skins or just use it as a sample for the z3c.pagelet package.
Open a browser and access the Pagelet skin:
>>> from z3c.etestbrowser.testing import ExtendedTestBrowser
>>> user = ExtendedTestBrowser()
>>> user.addHeader('Accept-Language', 'en')
>>> user.open('http://localhost/++skin++Pagelet')
Let’s see how such a skin looks like:
>>> print user.contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
lang="en">
<head>
<base href="http://localhost/++skin++Pagelet/@@index.html" />
<BLANKLINE>
<BLANKLINE>
<title>Pagelet skin</title>
<BLANKLINE>
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
<link type="text/css" rel="stylesheet"
href="http://localhost/++skin++Pagelet/@@/pagelet.css"
media="all" />
<BLANKLINE>
<script type="text/javascript">
var contextURL='http://localhost/++skin++Pagelet/';</script>
<BLANKLINE>
<link rel="icon" type="image/png"
href="http://localhost/++skin++Pagelet/@@/favicon.png" />
</head>
<body>
<div id="layoutWrapper">
<div id="layoutContainer">
<div id="headerContainer">
<div id="breadcrumbs" class="sortable">
<BLANKLINE>
</div>
<div id="user">
User: Manager
</div>
<img id="logo"
src="http://localhost/++skin++Pagelet/@@/img/logo.gif"
width="53" height="51" alt="logo" />
</div>
<div id="menuContainer"></div>
<div id="naviContainer" class="sortable">
<BLANKLINE>
<BLANKLINE>
</div>
<div id="contentContainer">
<div id="tabContainer"></div>
<div id="content">
<div>This is the default index view</div>
<BLANKLINE>
</div>
</div>
</div>
</div>
</body>
</html>
<BLANKLINE>
CHANGES
1.0.2 (2007-11-01)
Add doctests to long description of package data.
1.0.1 (2007-11-01)
Resolve ZopeSecurityPolicy deprecation warning.
1.0.0 (2007-09-22)
Initial Release
Release files for z3c.skin.pagelet 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| z3c.skin.pagelet-1.0.2.tar.gz | 70.5 kB | Details |
Release files / z3c.skin.pagelet-1.0.2.tar.gz
| Download URL | z3c.skin.pagelet-1.0.2.tar.gz |
|---|---|
| Size | 70.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bd8294722eaef3e221bc54e0534ae5246e9fa9b684f9ff1fc7686498d8d5a4f4
|
|
BLAKE2b-256 checksum How to use checksums |
cc0b5894fb4fc418a2955c2be40c21ac2150acf1b80421fca8963ab6c7f2f789
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |