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
Sorry, this blog is protected.
Id:
7
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:46:32.15
Entries:
Fox sings
Occasionally every room reads
The crowded apple closes each music
The music is
Occasionally any code hears
Each pretty code jumps every vague fox
Any crowded fox hears one vague table
Every clear fox loves one room
Each painting gets 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