diff options
| author | makkalot <makkalot@gmail.com> | 2008-07-22 23:17:04 +0300 |
|---|---|---|
| committer | makkalot <makkalot@gmail.com> | 2008-07-22 23:17:04 +0300 |
| commit | 30ee43a84c77d2e8f5bbc38755f17320f3ea1fac (patch) | |
| tree | adb31b23d5850407996ef6d365886ca57cafe4c8 | |
| parent | 4d2df2baf6cb35acbacfbd24cc2ba4557aa3d235 (diff) | |
changing the layout to add some simple menu we will have 2 pages :)
| -rw-r--r-- | funcweb/funcweb/templates/index.html | 12 | ||||
| -rw-r--r-- | funcweb/funcweb/templates/master.html | 20 |
2 files changed, 20 insertions, 12 deletions
diff --git a/funcweb/funcweb/templates/index.html b/funcweb/funcweb/templates/index.html index e88f053..7e03406 100644 --- a/funcweb/funcweb/templates/index.html +++ b/funcweb/funcweb/templates/index.html @@ -6,6 +6,18 @@ <head/> <body onLoad = "window.setTimeout('check_async_change()',10000);"> + <div class="minionglob" id="minionglob"> + <form action="/funcweb/minions" method="post" onsubmit="return !remoteFormRequest(this, 'minioncontent', {"loading": null, "confirm": null, "after": null, "on_complete": null, "loaded": null, "on_failure": null, "on_success": null, "before":"myj('#resultcontent').hide();myj('#widgetcontent').hide();myj('#methotdscontent').hide();myj('#modulescontent').hide();"});" class="tableform" name="minion_form"> + + <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"/> + <input name="glob" type="text" class="minionbox" id="textfield" /> + </form> + </div> + + <div class="emptyimagebox" id="emptyimagebox"></div> <div class="minioncontent" id="minioncontent"> <div class="minionsbigbox" id="minionsbigbox" py:if="minions"> diff --git a/funcweb/funcweb/templates/master.html b/funcweb/funcweb/templates/master.html index 7ef0a05..f2badb2 100644 --- a/funcweb/funcweb/templates/master.html +++ b/funcweb/funcweb/templates/master.html @@ -33,20 +33,16 @@ <div class="header" id="header"></div> <div class="underheader" id="underheader"></div> - + <div id="menudiv"> + <div class="navgation" id="navigaton"> + <span class="lines">|</span><a href="#" class="navlinks">Home</a><span class="lines">|</span><a href="#" class="navlinks">Tabble Results</a><span class="lines">|</span> + </div> + </div> + + <div class="container" id="container"> - <div class="minionglob" id="minionglob"> - <form action="/funcweb/minions" method="post" onsubmit="return !remoteFormRequest(this, 'minioncontent', {"loading": null, "confirm": null, "after": null, "on_complete": null, "loaded": null, "on_failure": null, "on_success": null, "before":"myj('#resultcontent').hide();myj('#widgetcontent').hide();myj('#methotdscontent').hide();myj('#modulescontent').hide();"});" class="tableform" name="minion_form"> - - <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"/> - <input name="glob" type="text" class="minionbox" id="textfield" /> - </form> - </div> - + <div class="globalerrorbig" id="globalerrorbig"> <div class="globalerror" id="globalerror"></div> </div> |
