From bcbf441e09fb502cf64924ff2530fa144bdf52c5 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Mon, 13 Aug 2007 18:41:27 +0000 Subject: * Move files to trunk --- html/widgets/checkbox.tmpl | 17 ++++++ html/widgets/confirm.tmpl | 12 ++++ html/widgets/date.tmpl | 32 +++++++++++ html/widgets/dir.tmpl | 20 +++++++ html/widgets/err.tmpl | 2 + html/widgets/file.tmpl | 20 +++++++ html/widgets/footer.tmpl | 60 +++++++++++++++++++ html/widgets/formEnd.tmpl | 11 ++++ html/widgets/formStart.tmpl | 10 ++++ html/widgets/hidden.tmpl | 2 + html/widgets/host.tmpl | 23 ++++++++ html/widgets/integer.tmpl | 9 +++ html/widgets/link.tmpl | 2 + html/widgets/list.tmpl | 38 ++++++++++++ html/widgets/littlemenu.tmpl | 12 ++++ html/widgets/menu.tmpl | 21 +++++++ html/widgets/message.tmpl | 4 ++ html/widgets/password.tmpl | 11 ++++ html/widgets/player.tmpl | 20 +++++++ html/widgets/radio.tmpl | 12 ++++ html/widgets/redirect.tmpl | 4 ++ html/widgets/referer.tmpl | 8 +++ html/widgets/remote.tmpl | 134 +++++++++++++++++++++++++++++++++++++++++++ html/widgets/start.tmpl | 29 ++++++++++ html/widgets/string.tmpl | 21 +++++++ html/widgets/table.tmpl | 47 +++++++++++++++ html/widgets/url.tmpl | 16 ++++++ html/widgets/vtx.tmpl | 45 +++++++++++++++ html/widgets/wait.tmpl | 33 +++++++++++ 29 files changed, 675 insertions(+) create mode 100644 html/widgets/checkbox.tmpl create mode 100644 html/widgets/confirm.tmpl create mode 100644 html/widgets/date.tmpl create mode 100644 html/widgets/dir.tmpl create mode 100644 html/widgets/err.tmpl create mode 100644 html/widgets/file.tmpl create mode 100644 html/widgets/footer.tmpl create mode 100644 html/widgets/formEnd.tmpl create mode 100644 html/widgets/formStart.tmpl create mode 100644 html/widgets/hidden.tmpl create mode 100644 html/widgets/host.tmpl create mode 100644 html/widgets/integer.tmpl create mode 100644 html/widgets/link.tmpl create mode 100644 html/widgets/list.tmpl create mode 100644 html/widgets/littlemenu.tmpl create mode 100644 html/widgets/menu.tmpl create mode 100644 html/widgets/message.tmpl create mode 100644 html/widgets/password.tmpl create mode 100644 html/widgets/player.tmpl create mode 100644 html/widgets/radio.tmpl create mode 100644 html/widgets/redirect.tmpl create mode 100644 html/widgets/referer.tmpl create mode 100644 html/widgets/remote.tmpl create mode 100644 html/widgets/start.tmpl create mode 100644 html/widgets/string.tmpl create mode 100644 html/widgets/table.tmpl create mode 100644 html/widgets/url.tmpl create mode 100644 html/widgets/vtx.tmpl create mode 100644 html/widgets/wait.tmpl (limited to 'html/widgets') diff --git a/html/widgets/checkbox.tmpl b/html/widgets/checkbox.tmpl new file mode 100644 index 0000000..631db79 --- /dev/null +++ b/html/widgets/checkbox.tmpl @@ -0,0 +1,17 @@ + + + + + + + + + + + " IF (c mod 3) == 0 %?> + + + +
>
+ + diff --git a/html/widgets/confirm.tmpl b/html/widgets/confirm.tmpl new file mode 100644 index 0000000..5bb046b --- /dev/null +++ b/html/widgets/confirm.tmpl @@ -0,0 +1,12 @@ + + + + + + + + + >  + > + + diff --git a/html/widgets/date.tmpl b/html/widgets/date.tmpl new file mode 100644 index 0000000..565d3f2 --- /dev/null +++ b/html/widgets/date.tmpl @@ -0,0 +1,32 @@ + + + + + + + + + >
+ + + onchange='ch_input(this.form.Weekday, this.form.)'> + + + diff --git a/html/widgets/dir.tmpl b/html/widgets/dir.tmpl new file mode 100644 index 0000000..fa41e1b --- /dev/null +++ b/html/widgets/dir.tmpl @@ -0,0 +1,20 @@ + + + + + + + + + onBlur="checkDir()">
+ + + + diff --git a/html/widgets/err.tmpl b/html/widgets/err.tmpl new file mode 100644 index 0000000..69f24a3 --- /dev/null +++ b/html/widgets/err.tmpl @@ -0,0 +1,2 @@ + +

') %?>


diff --git a/html/widgets/file.tmpl b/html/widgets/file.tmpl new file mode 100644 index 0000000..2c41fe4 --- /dev/null +++ b/html/widgets/file.tmpl @@ -0,0 +1,20 @@ + + + + + + + + + onBlur="checkFile()">
+ + + + diff --git a/html/widgets/footer.tmpl b/html/widgets/footer.tmpl new file mode 100644 index 0000000..ff0a5b6 --- /dev/null +++ b/html/widgets/footer.tmpl @@ -0,0 +1,60 @@ + + + +
+ +
+

Last Logs

+ + + + + +
+

+
+ +
+ +
+

Benchmark

+ + + 1000 %?> + + + + + + + + + + +
Summary:
+
+ +
+

Variables

+ +
+

+use Data::Dumper;
+print Dumper($stash->_dump_frame(5));
+        
+
+ +
+ +
+ + + +
+ + + + diff --git a/html/widgets/formEnd.tmpl b/html/widgets/formEnd.tmpl new file mode 100644 index 0000000..125126f --- /dev/null +++ b/html/widgets/formEnd.tmpl @@ -0,0 +1,11 @@ + +  + + +   +   + +   + + + diff --git a/html/widgets/formStart.tmpl b/html/widgets/formStart.tmpl new file mode 100644 index 0000000..8e5bb25 --- /dev/null +++ b/html/widgets/formStart.tmpl @@ -0,0 +1,10 @@ + + +

+ + + + '> + + + diff --git a/html/widgets/hidden.tmpl b/html/widgets/hidden.tmpl new file mode 100644 index 0000000..e641c54 --- /dev/null +++ b/html/widgets/hidden.tmpl @@ -0,0 +1,2 @@ + + diff --git a/html/widgets/host.tmpl b/html/widgets/host.tmpl new file mode 100644 index 0000000..cf90c8a --- /dev/null +++ b/html/widgets/host.tmpl @@ -0,0 +1,23 @@ + + + + + + diff --git a/html/widgets/integer.tmpl b/html/widgets/integer.tmpl new file mode 100644 index 0000000..bbde2c3 --- /dev/null +++ b/html/widgets/integer.tmpl @@ -0,0 +1,9 @@ + + + + + diff --git a/html/widgets/link.tmpl b/html/widgets/link.tmpl new file mode 100644 index 0000000..5ac989f --- /dev/null +++ b/html/widgets/link.tmpl @@ -0,0 +1,2 @@ + +[] diff --git a/html/widgets/list.tmpl b/html/widgets/list.tmpl new file mode 100644 index 0000000..452636b --- /dev/null +++ b/html/widgets/list.tmpl @@ -0,0 +1,38 @@ + + + + + + +
+
diff --git a/html/widgets/littlemenu.tmpl b/html/widgets/littlemenu.tmpl new file mode 100644 index 0000000..8ae191f --- /dev/null +++ b/html/widgets/littlemenu.tmpl @@ -0,0 +1,12 @@ + + + +

+ + + +" IF data.highlight == l.key %?> +[]  +" IF data.highlight == l.key %?> + +

diff --git a/html/widgets/menu.tmpl b/html/widgets/menu.tmpl new file mode 100644 index 0000000..41bfc5f --- /dev/null +++ b/html/widgets/menu.tmpl @@ -0,0 +1,21 @@ + + + +

 : 

+ + + + diff --git a/html/widgets/message.tmpl b/html/widgets/message.tmpl new file mode 100644 index 0000000..aa52e9b --- /dev/null +++ b/html/widgets/message.tmpl @@ -0,0 +1,4 @@ + + +') %?>
+ diff --git a/html/widgets/password.tmpl b/html/widgets/password.tmpl new file mode 100644 index 0000000..2455ab1 --- /dev/null +++ b/html/widgets/password.tmpl @@ -0,0 +1,11 @@ + + + + + diff --git a/html/widgets/player.tmpl b/html/widgets/player.tmpl new file mode 100644 index 0000000..0a4db13 --- /dev/null +++ b/html/widgets/player.tmpl @@ -0,0 +1,20 @@ +
+ + + + + + + + + + + diff --git a/html/widgets/radio.tmpl b/html/widgets/radio.tmpl new file mode 100644 index 0000000..acd42f5 --- /dev/null +++ b/html/widgets/radio.tmpl @@ -0,0 +1,12 @@ + + + + + diff --git a/html/widgets/redirect.tmpl b/html/widgets/redirect.tmpl new file mode 100644 index 0000000..60f4e73 --- /dev/null +++ b/html/widgets/redirect.tmpl @@ -0,0 +1,4 @@ + + diff --git a/html/widgets/referer.tmpl b/html/widgets/referer.tmpl new file mode 100644 index 0000000..152158b --- /dev/null +++ b/html/widgets/referer.tmpl @@ -0,0 +1,8 @@ + + + &data='> + + '> + + + diff --git a/html/widgets/remote.tmpl b/html/widgets/remote.tmpl new file mode 100644 index 0000000..633537c --- /dev/null +++ b/html/widgets/remote.tmpl @@ -0,0 +1,134 @@ + + + + + + + + + + +
+
+ + + + + onBlur="checkHost()" + >
+ +
+ + + > +
+ + + + + + + + + + > + + + + + + + + + + + + + + + + + +
+ + + + >
+ title=''> +
+ + + + + >
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + "> + "> +
  
+ + + + +
  
">
  
+ "> + "> +
 
+ + "> +
+ + + diff --git a/html/widgets/start.tmpl b/html/widgets/start.tmpl new file mode 100644 index 0000000..909740c --- /dev/null +++ b/html/widgets/start.tmpl @@ -0,0 +1,29 @@ + + + + <?% IF param.title.defined;param.title;ELSE %?>XXV - <?% user %?><?% END %?> + + + + + + + + + + + + + + + + + + + + +
diff --git a/html/widgets/string.tmpl b/html/widgets/string.tmpl new file mode 100644 index 0000000..d531c32 --- /dev/null +++ b/html/widgets/string.tmpl @@ -0,0 +1,21 @@ + + + + + + + + + > + + + + 30) || param.type == 'text' %?> + + + > + + + + diff --git a/html/widgets/table.tmpl b/html/widgets/table.tmpl new file mode 100644 index 0000000..01d1303 --- /dev/null +++ b/html/widgets/table.tmpl @@ -0,0 +1,47 @@ +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameValue
+ + + + + + +
+ +
+

+ diff --git a/html/widgets/url.tmpl b/html/widgets/url.tmpl new file mode 100644 index 0000000..0b5b03b --- /dev/null +++ b/html/widgets/url.tmpl @@ -0,0 +1,16 @@ + + + + + + + + + >
+ + + diff --git a/html/widgets/vtx.tmpl b/html/widgets/vtx.tmpl new file mode 100644 index 0000000..9d3e2fd --- /dev/null +++ b/html/widgets/vtx.tmpl @@ -0,0 +1,45 @@ + + +

  +  1 && pages.last > 0 %?>/ +

+ +

+  1 && pages.last > 0 %?>/ +

+ + + + + + + + +
+ + + : +
+
+
+ + : +
+
+ " href="">[^][^]  + "href="">[<<][<<]  + "href="">[<][<]  + "href="">[>][>]  + "href="">[>>][>>] + + +
+ + + + + diff --git a/html/widgets/wait.tmpl b/html/widgets/wait.tmpl new file mode 100644 index 0000000..cc814c0 --- /dev/null +++ b/html/widgets/wait.tmpl @@ -0,0 +1,33 @@ + + + + XXV + + + + + + + + +
+

+ + + + + + + +
    % ()
+
+ + -- cgit v1.2.3