File: header.xml

package info (click to toggle)
openclonk 8.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 169,656 kB
  • sloc: cpp: 180,484; ansic: 108,988; xml: 31,371; python: 1,223; php: 767; makefile: 148; sh: 101; javascript: 34
file content (52 lines) | stat: -rw-r--r-- 2,516 bytes parent folder | download | duplicates (5)
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
<!-- this needs to be valid xml for clonk.xsl to work.
Unfortunately, xml documents can only have one root, so there needs to be a dummy element.
header is an appropiate html element, so it's arbitrarily chosen.
clonk.xsl also uses it to match the processing for it. -->
<header>
	<style type="text/css">@import url("http://www.openclonk.org/header/header.css");</style>
	
	<div id="nav_header">

		<div id="nav_doclangswitch">
			<a href="http://docs.openclonk.org/en/sdk/" target="_top"><img src="http://forum.openclonk.org/flags/gb.png"/></a>
			<a href="http://docs.openclonk.org/de/sdk/" target="_top"><img src="http://forum.openclonk.org/flags/de.png"/></a>
		</div>
	
		<div id="nav_search">
		<form action="http://www.openclonk.org/header/search.php" id="nav_searchform" method="get" target="_top"><div>
				<input id="nav_searchInput" name="s" type="text" value="search" onfocus="if(this.value == 'search') { this.value = ''; }" onblur="if(this.value == '') { this.value = 'search'; }"/> in the 
				<select value="docs" name="p">
					<option  value="blog">blog</option>
					<option  value="wiki">website</option>
					<option  value="forum">forum</option>
					<option  value="docs">documentation</option>
					<option  value="git">repository</option>
					<option  value="crucible">crucible</option>
					<option  value="bugtrack">bugtracker</option>
				</select>
				<input type='submit' id="nav_searchButton" value="Go" title="Search" />
			</div></form>
		</div>

		<div id="nav_logo">
			<a href="http://www.openclonk.org/" target="_top"><img src="http://www.openclonk.org/header/logo.png" width="450" height="94" alt="OpenClonk"/></a>
		</div>

		<div id="nav_navigation">
			<div id="nav_links">
				<ul>
					<li><a href="http://www.openclonk.org/" target="_top">Home</a></li>
					<li><a href="http://www.openclonk.org/download/" target="_top">Download</a></li>
					<li><a href="http://blog.openclonk.org/" target="_top">Blog</a></li>
					<li><a href="http://forum.openclonk.org/" target="_top">Forum</a></li>
					<li><a href="http://league.openclonk.org/" target="_top">League</a></li>
					<li><a href="http://wiki.openclonk.org/w/C4Script_Documentation" target="_top">Docs</a></li>
					<li><a href="http://wiki.openclonk.org/w/Development" target="_top">Developers</a></li>
					<li><a href="http://git.openclonk.org/openclonk.git" target="_top">Repository</a></li>
					<li><a href="http://bugs.openclonk.org" target="_top">Bugs</a></li>
				</ul>
			</div>
		</div>

	</div>
</header>