Bläddra i källkod

Move status box.

pull/24/head
Ben Kurtovic 12 år sedan
förälder
incheckning
a68e63af4b
1 ändrade filer med 4 tillägg och 2 borttagningar
  1. +4
    -2
      pages/settings.mako

+ 4
- 2
pages/settings.mako Visa fil

@@ -2,10 +2,12 @@
<%namespace module="toolserver.settings" import="main"/>\ <%namespace module="toolserver.settings" import="main"/>\
<%! from json import dumps, loads %> <%! from json import dumps, loads %>
<% bot, cookies, status, langs, projects = main(environ, headers) %> <% bot, cookies, status, langs, projects = main(environ, headers) %>
<h1>Settings</h1>
% if status: % if status:
<div class="green-box">${status}</div>
<div class="green-box">
<p>${status}</p>
</div>
% endif % endif
<h1>Settings</h1>
<p>This page contains some configurable options for this Toolserver site. Settings are saved as cookies. You can view and delete all cookies generated by this site at the bottom of this page.</p> <p>This page contains some configurable options for this Toolserver site. Settings are saved as cookies. You can view and delete all cookies generated by this site at the bottom of this page.</p>
<form action="${environ['PATH_INFO']}" method="post"> <form action="${environ['PATH_INFO']}" method="post">
<input type="hidden" name="action" value="set"> <input type="hidden" name="action" value="set">


Laddar…
Avbryt
Spara