forked from ServiceStack/ServiceStack.Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.shtml
More file actions
156 lines (149 loc) · 6.97 KB
/
default.shtml
File metadata and controls
156 lines (149 loc) · 6.97 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><!--@Title--></title>
<link rel='index' title='ServiceStack Docs' href='~/' />
<meta name="generator" content="Razor Markdown" />
<link rel="stylesheet" href="~/css/default.css" type="text/css" media="screen" />
<link rel="stylesheet" href="~/css/styles.css" type="text/css" media="all" />
</head>
<body class="home blog" style="background: #3A2820;">
<!-- Page -->
<div id="page">
<!-- Header -->
<div id="header">
<!-- Logo -->
<div id="logo">
<h1>
<a href="~/default.htm">ServiceStack Docs</a></h1>
<div class="description">
ServiceStack project docs in one place</div>
</div>
<!-- END Logo -->
<!-- Main Navigation -->
<div id="nav">
<ul>
<li class=""><a href="~/markdown/about"><span>About</span></a></li>
<li><a href="?format=html.bare"><span>content only</span></a></li>
<li><a href="?format=text.bare"><span>markdown only</span></a></li>
</ul>
</div>
<!-- END Main Navigation -->
<div class="cl">
</div>
</div>
<!-- END Header -->
<!-- Main Block -->
<div id="main">
<!-- RSS icon -->
<a href="#" id="rss-link">RSS</a>
<div id="main-top">
<div id="main-bot">
<div class="cl">
</div>
<!-- Content -->
<div id="content">
<div class="post-19 post type-post status-publish format-standard hentry category-uncategorized tag-boat tag-lake">
<h2 id="title">
<!--@Title-->
</h2>
<div class="date">
<div class="bg">
<span class="day"><!--@ModifiedDay--></span>
<span><!--@ModifiedMonth--></span>
</div>
</div>
<div class="entry">
<div class="content next-content"></div>
<div class="content active-content">
<!--@Body-->
</div>
<div class="cl"> </div>
</div>
<div class="meta">
<div class="bg">
<span class="comments-num"><span>Comments Off</span></span>
<p>
Posted
<!-- by Theme Admin -->
in <a href="~/category/<!--@Category-->" title="View all posts in <!--@Category-->"
rel="category"><!--@Category--></a></p>
</div>
<div class="bot">
</div>
</div>
</div>
<div class="navigation">
<div class="alignleft">
</div>
<div class="alignright">
</div>
</div>
</div>
<!-- END Content -->
<!-- Sidebar -->
<div id="sidebar">
<ul>
<li>
<form action="~/search" id="searchform" method="GET">
<label for="Query" class="screen-reader-text">Search</label>
<div class="field-place">
<input type="text" class="field" id="Query" name="Query" value="" />
<input type="submit" class="button" value="Search" id="searchsubmit" />
</div>
</form>
</li>
</ul>
<ul role="navigation">
<li class="pagenav">
<h2>Pages</h2>
<!--@PagesMenu-->
</li>
</ul>
<ul>
<li>
<h2>Meta</h2>
<ul>
<li><a href="http://twitter.com/ServiceStack">@ServiceStack</a></li>
<li><a href="http://groups.google.com/group/servicestack">Google Group</a></li>
<li><a href="http://www.servicestack.net/mythz_blog/">Developer Blog</a></li>
<li><a href="http://www.servicestack.net/showcase/">Showcase</a></li>
<li><a href="http://www.servicestack.net/ServiceStack.Hello/">Hello World</a></li>
<li><a href="https://docs.google.com/present/view?id=dg3mcfb_213gsvvmmfk">REST Tutorial</a></li>
<li><a href="https://github.com/ServiceStack/">GitHub</a></li>
</ul>
</li>
</ul>
</div>
<!-- END Sidebar -->
<div class="cl">
</div>
</div>
</div>
</div>
<!-- END Main Block -->
<!-- Footer -->
<div id="footer">
<p>
ChocoTheme by <a href="http://cssmayo.com">.css{mayo}</a> | powered by WordPress</p>
<p>
Copyright © 2011 Liquidbit Ltd. All rights reserved.
</p>
</div>
<!-- END Footer -->
</div>
<!-- END Page -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script src="~/js/fn.js" type="text/javascript"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7722718-7");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>