File: page.thtml

package info (click to toggle)
libaws 19.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,180 kB
  • sloc: ada: 91,887; python: 2,183; ansic: 928; makefile: 838; xml: 235; java: 112; sh: 90
file content (12 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
@@INCLUDE@@ ../../web_elements/javascripts/ajax_api.tjs
@@--
<html>
   <head>
      <title>Main Page</title>
      @@INCLUDE@@ ../../web_elements/javascripts/aws.tjs
   </head>
   <body>
      <p>This is the main page, bellow is a simple counter</p>
      @_LAZY_WIDGET_COUNTER_@
   </body>
</html>