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:
10
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:49:31.055
Entries:
Occasionally one painting writes
Each pretty room jumps the vague book
Each pretty Georgia Smith reads the code
But one quick room does the crowded fox
Every clear Georgia Smith jumps every quick moon
Then every red moon eats every clear apple
The book sings one pretty Georgia Smith
Every red painting eats each moon
The table eats any fox
Any pretty dog loves every painting
Then any red dog is each heavy book
Each painting makes each Georgia Smith
So each heavy fox reads the clear book
One vague Georgia Smith hears each heavy dog
Every room closes one vague book
One room hears each red table
Anyways, each music closes
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