File: api_html_header.pl

package info (click to toggle)
oar 2.5.4-2
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 11,064 kB
  • sloc: perl: 28,891; ruby: 5,813; sh: 5,208; ml: 3,408; sql: 3,255; cpp: 2,277; ansic: 702; makefile: 389; php: 99; exp: 23
file content (17 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$HTML_HEADER = "
<HTML>
<HEAD>
<TITLE>OAR REST API</TITLE>
</HEAD>
<BODY>
<HR>
<A HREF=$apiuri/resources.html>RESOURCES</A>&nbsp;&nbsp;&nbsp;
<A HREF=$apiuri/resources/form.html>GENERATE RESOURCES</A>&nbsp;&nbsp;&nbsp;
<A HREF=$apiuri/jobs.html>JOBS</A>&nbsp;&nbsp;&nbsp;
<A HREF=$apiuri/jobs/form.html>JOB SUBMISSION</A>&nbsp;&nbsp;&nbsp;
<A HREF=$apiuri/admission_rules.html>ADMISSION RULES</A>&nbsp;&nbsp;&nbsp;
<A HREF=$apiuri/admission_rules/form.html>RULE SUBMISSION</A>&nbsp;&nbsp;&nbsp;
<A HREF=$apiuri/config.html>CONFIGURATION</A>&nbsp;&nbsp;&nbsp;
<HR>
"