No Images Skin
A skin using only HTML and CSS (except for the Grails 'powered-by' image at the bottom)
Home
User
Entry
Blog
Edit Blog
Back to List
Id:
3
Name:
Author:
barber
woods
dave
smith
field
georgia
chris
mary
tom
mason
cmason
dmason
dbarber
sue
bob
cfield
ann
chrisf
first
afield
joe
bmason
gwoods
dfirst
cwoods
mwoods
chrism
gfirst
amason
tbarber
dsmith
mfirst
davem
jfirst
csmith
chris_field
dfield
gmason
dave_mason
mmason
georgiaf
cfirst
jsmith
abarber
georgiam
annb
marym
ann_barber
bbarber
awoods
fiona
fbarber
tsmith
georgia_mason
dwoods
georgiaw
mfield
daves
bfield
daveb
msmith
mbarber
fmason
fsmith
chriss
bobf
ssmith
maryf
sfirst
jwoods
sfield
annw
asmith
ffield
gfield
dave_barber
fionaf
davef
chrisw
jbarber
joef
chris_woods
chris_first
ann_woods
dave_first
joes
twoods
bsmith
mary_mason
smason
chris2005
chris_mason
fionas
maryb
chris1959
suef
bobs
mary1989
bobb
jfield
Created On:
2009-11-08 07:42:32.014
Entries:
Each music gets
Every quick book loves any vague code
Every fox eats
Every fox makes
Each painting jumps each quick book
Each Georgia Barber jumps the painting
One red fox makes each crowded painting
One moon loves
One crowded music does each room
One table sings
Every Georgia Barber does
The table hears one moon
Add Entry
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="stylesheet" href="/sample/css/sample.css"></link> <meta name="layout" content="no-img-skin" /> <title>Edit Blog</title> </head> <body> <div class="body"> <div class="titleSection"> <h1 class="title">Edit Blog</h1> <div class="pageActions"> <span class="actionButton"><g:link action="list">Back to List</g:link></span> </div> </div> <g:if test="${flash.message}"> <div class="message">${flash.message}</div> </g:if> <g:hasErrors bean="${blog}"> <div class="errors"> <g:renderErrors bean="${blog}" as="list" /> </div> </g:hasErrors> <g:form controller="blog" method="post" > <g:renderDomain domain="${Blog.class}" template="editor" value="${blog}" order="['name','author']" style="[id: [readonly: true], createdOn: [readonly: true], actions:[[update: 'Update'], [delete: 'Delete']] ]" /> </g:form> <textarea class="codeShare"><g:showGSP view="edit"/></textarea> </div> </body> </html>
Powered by