File: rdf_import.vspx

package info (click to toggle)
virtuoso-opensource 6.1.4%2Bdfsg1-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 245,116 kB
  • sloc: ansic: 639,631; sql: 439,225; xml: 287,085; java: 61,048; sh: 38,723; cpp: 36,889; cs: 25,240; php: 12,562; yacc: 9,036; lex: 7,149; makefile: 6,093; jsp: 4,447; awk: 1,643; perl: 1,017; ruby: 1,003; python: 329
file content (55 lines) | stat: -rw-r--r-- 1,698 bytes parent folder | download | duplicates (7)
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
47
48
49
50
51
52
53
54
55
<?xml version="1.0" ?>
<v:page name="rdf_demo" xmlns:v="http://www.openlinksw.com/vspx/">
    <html>
	<head>
	    <link href="../../web/demo.css" type="text/css" rel="stylesheet"/>
	    <script type="text/javascript" src="ajax.js"><![CDATA[ ]]></script>
	</head>
	<body>
	    <h1> RDF Import &amp; PTSW Demo</h1>
	    <div id="msg"><![CDATA[&nbsp;]]></div>
	    <div class="tableentry">
		<v:form name="form1" type="simple" method="POST">
		    <v:text name="PID" xhtml_id="PID" value="--uuid()" type="hidden"/>
		    <fieldset>
			<field>
			    <label for="url">RDF source URL</label>
			    <br />
			    <v:text xhtml_id="url" name="url" default_value="http://www.w3.org/People/Berners-Lee/card"
				xhtml_size="100" error-glyph="*">
				<v:validator test="regexp" regexp="^http://.+$" message="Please supply valid URL" runat="client"/>
			    </v:text>
			</field>
			<br />
			<field>
			    <label for="name1">Full Name</label>
			    <br />
			    <v:text xhtml_id="name1" name="name1" xhtml_size="100">
			    </v:text>
			</field>
			<br />
			<field>
			    <label for="mail1">e-mail</label>
			    <br />
			    <v:text xhtml_id="mail1" name="mail1" xhtml_size="100">
			    </v:text>
			</field>
			<br />
			<field>
			    <v:check-box xhtml_id="cclic1" name="cclic1"/>
			    <label for="cclic1">Protected by CC license</label>
			</field>
			<br />
			<field>
			    <v:check-box xhtml_id="mt1" name="mt1" value="1"/>
			    <label for="mt1">Use multi-threaded functions to import RDF</label>
			</field>
			<br />

			<input type="button" name="submit2" value="Import" onclick="javascript: initState ();" />
		    </fieldset>
		</v:form>
	    </div>
	</body>
    </html>
</v:page>