Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
How do I edit the Pier screen layout
Last updated at 12:47 pm UTC on 11 October 2008

Assumption

We assuming Pier is installed and a PRKernel instance (the wiki model) is accessible on
http://localhost:8080/seaside/mypier
(see How to construct a Pier kernel).

Question

How do I change the layout which is displayed under http://localhost:8080/seaside/mypier ?

Answer

<div class="container">
	<div class="header column span-24">
		<div class="title column span-20">+title+</div>
		<div class="search column span-4 last">+search+</div>
		<div class="children column span-24 last">+children+</div>
	</div>
	<div class="body column span-24">
		<div class="sidebar column span-4">+sidebar+</div>
		<div class="contents column span-20 last">+contents+</div>
	</div>
	<div class="footer column span-24">+footer+</div>
</div>


Open questions / Notes


Oct 2008/hjh