diff options
| author | makkalot <makkalot@gmail.com> | 2008-07-14 13:03:07 +0300 |
|---|---|---|
| committer | makkalot <makkalot@gmail.com> | 2008-07-14 13:03:07 +0300 |
| commit | b6d7f700e9d970db2975ffd38a8bf2879f9edc75 (patch) | |
| tree | 1ceb0287111875f3f40fcd2f99fbc50a556426a7 /funcweb | |
| parent | d6b0ae05613fb9b2152e51f3e518d089e45c8a12 (diff) | |
new minions file for ajaxian post requestss code submition
Diffstat (limited to 'funcweb')
| -rw-r--r-- | funcweb/funcweb/templates/minions.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/funcweb/funcweb/templates/minions.html b/funcweb/funcweb/templates/minions.html new file mode 100644 index 0000000..ac45a06 --- /dev/null +++ b/funcweb/funcweb/templates/minions.html @@ -0,0 +1,16 @@ +<!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"> + <head/> + <body> + <div class="minionsbigbox" id="minionsbigbox" py:if="minions"> + <div align="center" class="graytexts">Methods</div> + <div id="minionstexts" py:for="minion in minions"> + <a onclick="myj('#resultcontent').hide();myj('#widgetcontent').hide();myj('#methotdscontent').hide();myj('#modulescontent').hide().load('/funcweb/minion/${minion}').show('slow');" href="#modulescontent" class="minionstextblue">${minion}</a> + </div> + </div> + <div class="errorbox" id="errorbox" py:if="not minions">There is no minion to display with that glob, try something different</div> + + </body> + </html> |
