diff options
| author | makkalot <makkalot@gmail.com> | 2008-07-13 11:00:29 +0300 |
|---|---|---|
| committer | makkalot <makkalot@gmail.com> | 2008-07-13 11:00:29 +0300 |
| commit | 1791ea1b3387789a474c1854338b685bee42e496 (patch) | |
| tree | fcdf59e522f0939601244dd3d021f22fe28fe033 /funcweb | |
| parent | 53bcdd002b38b6f7ac9f9c6f74db08cfa5f50cc0 (diff) | |
activate the glob submitter
Diffstat (limited to 'funcweb')
| -rw-r--r-- | funcweb/funcweb/templates/master.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/funcweb/funcweb/templates/master.html b/funcweb/funcweb/templates/master.html index f0650ee..01dc8d2 100644 --- a/funcweb/funcweb/templates/master.html +++ b/funcweb/funcweb/templates/master.html @@ -36,14 +36,18 @@ <div class="container" id="container"> <div class="minionglob" id="minionglob"> - <form id="form1" name="form1" method="post" action=""> + <form id="form1" name="form1" method="post" action="/funcweb/minions"> <div class="graytexts2" id="minionglobtext"> <div align="center">Minion Glob</div> </div> - <input name="Submit" type="submit" class="minionbutton" id="button" value="Submit" border="0" alt="" /> - <input name="textfield" type="text" class="minionbox" id="textfield" /> + <input name="submit" type="submit" class="minionbutton" id="button" value="submit" border="0"/> + <input name="glob" type="text" class="minionbox" id="textfield" /> </form> </div> + + <div class="globalerrorbig" id="globalerrorbig"> + <div class="globalerror" id="globalerror" py:if="value_of('tg_flash', None)" py:content="tg_flash"></div> + </div> <div py:replace="select('*|text()')" /> |
