summaryrefslogtreecommitdiff
path: root/wml/widgets/dir.tmpl
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2011-10-08 07:43:51 +0200
committeranbr <vdr07@deltab.de>2011-10-08 07:43:51 +0200
commit85d4bfa04ce28b5ec3eb0054306c43bc59c55128 (patch)
treed7878021068d70e2a4ab3044beb5f770a57fc980 /wml/widgets/dir.tmpl
parenta71b70567ed73853367d972a95d2a346b2f93989 (diff)
downloadxxv-85d4bfa04ce28b5ec3eb0054306c43bc59c55128.tar.gz
xxv-85d4bfa04ce28b5ec3eb0054306c43bc59c55128.tar.bz2
Merge skins into common directory
Diffstat (limited to 'wml/widgets/dir.tmpl')
-rw-r--r--wml/widgets/dir.tmpl12
1 files changed, 0 insertions, 12 deletions
diff --git a/wml/widgets/dir.tmpl b/wml/widgets/dir.tmpl
deleted file mode 100644
index a8d03cd..0000000
--- a/wml/widgets/dir.tmpl
+++ /dev/null
@@ -1,12 +0,0 @@
-<?% data.msg | truncate(15) %?> :
-<?% val = cgi.param(data.NAME) || data.def %?>
-<?% TRY %?>
- <?% USE File(val, root => realbin) %?>
-<input type="text" name="<?% data.NAME | replace('__','var') %?>" value="<?% entities(val) %?>" /><br/>
- <?% CATCH File %?>
- <?% UNLESS File.isdir %?>
-<i><?% gettext("Directory '%s' does not exist!") | replace('%s',val)%?></i><br/>
-<input type="text" name="<?% data.NAME | replace('__','var') %?>" value="<?% entities(val) %?>" /><br/>
- <?% END %?>
- <?% END %?>
-<?% global.fomularfield.push(data.NAME) %?>