summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/templates/minions.html
diff options
context:
space:
mode:
Diffstat (limited to 'funcweb/funcweb/templates/minions.html')
-rw-r--r--funcweb/funcweb/templates/minions.html17
1 files changed, 2 insertions, 15 deletions
diff --git a/funcweb/funcweb/templates/minions.html b/funcweb/funcweb/templates/minions.html
index c2f4b12..bcc8f1f 100644
--- a/funcweb/funcweb/templates/minions.html
+++ b/funcweb/funcweb/templates/minions.html
@@ -5,19 +5,6 @@
<xi:include href="master.html"/>
<head/>
<body>
- <div class="col-group">
- <div class="col" id="col1">
- <ul>
- <li><h2>minions</h2></li>
- <li py:for="minion in minions">
- <a onclick="jQuery('#col3').hide();myj('#col4').hide();myj('#col5').hide();getElement('col2').innerHTML=toHTML(IMG({src:'../funcweb/static/images/loading.gif',width:'100',height:'100'}));myj('#col2').hide().load('/funcweb/minion/${minion}').show('slow');" href="#">${minion}</a>
- </li>
- </ul>
- </div>
- <div class="col" id="col2" />
- <div class="col" id="col3" />
- <div class="col" id="col4" />
- <div class="col" id="col5" />
- </div>
-</body>
+ </body>
</html>
+