summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-07-12 00:09:24 +0300
committermakkalot <makkalot@gmail.com>2008-07-12 00:09:24 +0300
commit1331639193b88875cae7ee4e766296bea3d233b0 (patch)
treea0fcad0e9dff04975b6de756f755a6ab9b480448 /funcweb
parentfa867f875110a3ada20e74c780206f390f78a88f (diff)
downloadfunc-1331639193b88875cae7ee4e766296bea3d233b0.tar.gz
func-1331639193b88875cae7ee4e766296bea3d233b0.tar.xz
func-1331639193b88875cae7ee4e766296bea3d233b0.zip
some files we wont use anymore
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/templates/method.html4
-rw-r--r--funcweb/funcweb/templates/method_args.html16
-rw-r--r--funcweb/funcweb/templates/minions.html17
3 files changed, 6 insertions, 31 deletions
diff --git a/funcweb/funcweb/templates/method.html b/funcweb/funcweb/templates/method.html
index af20d86..a629da8 100644
--- a/funcweb/funcweb/templates/method.html
+++ b/funcweb/funcweb/templates/method.html
@@ -16,3 +16,7 @@
</div>
</body>
</html>
+
+
+
+
diff --git a/funcweb/funcweb/templates/method_args.html b/funcweb/funcweb/templates/method_args.html
index e05c67b..8b13789 100644
--- a/funcweb/funcweb/templates/method_args.html
+++ b/funcweb/funcweb/templates/method_args.html
@@ -1,17 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
- xmlns:py="http://genshi.edgewall.org/"
- xmlns:xi="http://www.w3.org/2001/XInclude">
-
-<body>
- <div py:if="minion_form" id="men">
- <p py:if="description">Description : ${description}</p>
- ${ET(minion_form.display(displays_on='genshi'))}
- </div>
- <div py:if="not minion_form" id="men">
- <a href="#" onclick="myj('#results').hide().load('/funcweb/execute_link/${minion}/${module}/${method}/').show('slow');">Run Method</a>
- <div class="results" id="results" />
- </div>
-</body>
-</html>
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>
+