File: bookmark.html

package info (click to toggle)
amrita 1.0.2-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,880 kB
  • ctags: 1,363
  • sloc: ruby: 9,159; xml: 978; makefile: 116
file content (46 lines) | stat: -rw-r--r-- 1,045 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<html>
<body>

<h1>amrita bookmark sample</h1>
  <div id="groups">                      
    <h1 id="group_name"></h1>
    <table border="1">                     
      <tr><th>name</th><th>url</th></tr>  
      <tr id=items>                        
        <td id="name"></td>                
        <td id="link"></td>                
      </tr>                                
    </table>                               
  </div>                                 

  <hr>
  <form  id="form" method="post">
    <table>
      <tr>
        <th>group:</th>
        <td id=group_sel></td>
      </tr>
      <tr>
        <th>new_group:</th>
        <td><input name="group" type="text">
      </td>
      </tr> 
      <tr>
        <th>title:</th>
        <td><input name="title" type="text">
      </td>
      </tr>
      <tr>
        <th>url:</th>
        <td><input name="url" type="text">
      </td>
      </tr>
        <tr><th>
        <td><input value="newitem" type="submit">
      </td>
      </tr> 
    </table>
  </form>

</body>
</html>