diff options
| author | anbr <vdr07@deltab.de> | 2011-10-08 07:43:51 +0200 |
|---|---|---|
| committer | anbr <vdr07@deltab.de> | 2011-10-08 07:43:51 +0200 |
| commit | 85d4bfa04ce28b5ec3eb0054306c43bc59c55128 (patch) | |
| tree | d7878021068d70e2a4ab3044beb5f770a57fc980 /html/widgets/file.tmpl | |
| parent | a71b70567ed73853367d972a95d2a346b2f93989 (diff) | |
| download | xxv-85d4bfa04ce28b5ec3eb0054306c43bc59c55128.tar.gz xxv-85d4bfa04ce28b5ec3eb0054306c43bc59c55128.tar.bz2 | |
Merge skins into common directory
Diffstat (limited to 'html/widgets/file.tmpl')
| -rw-r--r-- | html/widgets/file.tmpl | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/html/widgets/file.tmpl b/html/widgets/file.tmpl deleted file mode 100644 index 2c41fe4..0000000 --- a/html/widgets/file.tmpl +++ /dev/null @@ -1,20 +0,0 @@ -<!-- file --> -<tr> - <td class="<?% (param.count mod 2) == 0 ? 'light' : 'dark' %?>" > - <?% data.msg %?> - </td> - <td class="<?% (param.count mod 2) == 0 ? 'light' : 'dark' %?>" > - <?% val = cgi.param(data.NAME) || data.def %?> - <input type="text" name="<?% data.NAME %?>" value="<?% val %?>" <?% FOREACH p = param.tags; "$p ";END %?> - onBlur="check<?% data.NAME %?>File()"><br> - <span id='id<?% param.count %?>'></span> - </td> -</tr> -<script> -function check<?% data.NAME %?>File () { - checkValue(document.forms[0].<?% data.NAME %?>, 'id<?% param.count %?>', "isfile", - '<?% gettext("File does not exist!") %?>', - '<?% gettext("File exists!") %?>'); -} -window.setTimeout("check<?% data.NAME %?>File()", 500); -</script> |
