diff --git a/public/walls.svg b/public/walls.svg index 970207f..78ed92d 100644 --- a/public/walls.svg +++ b/public/walls.svg @@ -24,9 +24,9 @@ inkscape:deskcolor="#d1d1d1" inkscape:document-units="px" showguides="false" - inkscape:zoom="8" - inkscape:cx="14.875" - inkscape:cy="17.0625" + inkscape:zoom="11.313708" + inkscape:cx="12.28598" + inkscape:cy="29.919456" inkscape:window-width="1918" inkscape:window-height="1056" inkscape:window-x="0" @@ -76,7 +76,7 @@ cy="70.36042" r="0.49259618" /> diff --git a/views/form.ejs b/views/form.ejs index b0d847f..d7775e2 100644 --- a/views/form.ejs +++ b/views/form.ejs @@ -6,22 +6,17 @@ <%= message %> <% for (let kv of inputs) { %> - - <%= kv.key %> - - - <%- kv.type=='textarea' ? ' - class='form-input' - type="<%= kv.type %>" - name="<%= kv.name %>" - <%- kv.type=='hidden' ? 'hidden' : '' %> - value="<%= kv.type=='textarea' ? '' : kv.default %>" - > - - <% if (kv.type=='textarea' ) { %> - <%= kv.default %> - - <% } %> - <% } %> - + + <%= kv.key %> + + <% if (kv.type=='textarea' ) { %> + + <% } else { %> + + value="<%= kv.default %>"> + <%} %> + <% } %> + \ No newline at end of file diff --git a/views/header.ejs b/views/header.ejs index 77d879e..6c3f7d7 100644 --- a/views/header.ejs +++ b/views/header.ejs @@ -1,5 +1,5 @@ \ No newline at end of file diff --git a/views/root.ejs b/views/root.ejs index 5ef2494..5922a27 100644 --- a/views/root.ejs +++ b/views/root.ejs @@ -10,7 +10,7 @@ <%- include('header.ejs',{headerCtx}); %> - <%- include(mainPage, mainCtx); %> + <%- include(mainPage, mainCtx); %> \ No newline at end of file