Potlatch 1.1 (server code)

This commit is contained in:
Richard Fairhurst 2009-07-08 20:52:02 +00:00
parent 9a8a8622ef
commit 369202787b
13 changed files with 358 additions and 48 deletions

View file

@ -55,6 +55,9 @@ function updatelinks(lon,lat,zoom,layers,minlon,minlat,maxlon,maxlat,objtype,obj
args.lat = lat;
args.lon = lon;
args.zoom = zoom;
if (objtype && objid) {
args[objtype] = objid;
}
node.href = setArgs("/edit", args);
node.style.fontStyle = 'normal';
} else {

View file

@ -0,0 +1,18 @@
h1 { font-family: Arial,Helvetica,sans-serif;
font-size: 18px;
color: #DDDDFF; }
h2 { font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
color: #DDDDFF; }
h3 { font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
color: #DDDDFF; }
p { font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #FFFFFF; }
a:link { color: #00FFFF;
text-decoration: underline; }

Binary file not shown.