-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
319 lines (316 loc) · 14.1 KB
/
index.html
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--[if lt IE 7]> <html class="ie ie6 lt-ie7 no-js" lang="en" xmlns:fb="http://ogp.me/ns/fb#"> <![endif]-->
<!--[if IE 7]> <html class="ie ie7 lt-ie8 no-js" lang="en" xmlns:fb="http://ogp.me/ns/fb#"> <![endif]-->
<!--[if IE 8]> <html class="ie ie8 lt-ie9 no-js" lang="en" xmlns:fb="http://ogp.me/ns/fb#"> <![endif]-->
<!--[if IE 9]> <html class="ie ie9 lt-ie10 no-js" lang="en" xmlns:fb="http://ogp.me/ns/fb#"> <![endif]-->
<!--[if gt IE 9]><!-->
<html xmlns:fb="http://ogp.me/ns/fb#" class="no-js" lang="en" xml:lang="en">
<!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="Symphony" />
<meta name="author" content="Symphony" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<title>Stream | Symphony</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" media="screen" href="./workspace/factory/css/codemirror.css" />
<link rel="stylesheet" type="text/css" media="screen" href="./workspace/factory/css/factory.css" />
<link rel="stylesheet" type="text/css" media="screen" href="./workspace/factory/docs/css/factory.docs.css" />
<script type="text/javascript" src="./workspace/factory/js/jquery.js"></script>
<script type="text/javascript" src="./workspace/factory/js/modernizr.js"></script>
<script type="text/javascript" src="./workspace/factory/js/codemirror.js"></script>
<script type="text/javascript" src="./workspace/factory/js/factory.js"></script>
<script type="text/javascript" src="./workspace/factory/js/factory.grid.js"></script>
</head>
<body>
<aside id="network">
<header class="network-toolbar collapsed">
<div class="field">
<h1 class="network-logo column one">
<a href="./">Symphony Network</a>
</h1>
<nav class="network-nav column">
<a href="./" class="active">Community</a>
<a href="./docs/">Documentation</a>
<a href="./ext/">Extensions</a>
<a href="./ninjas/">Ninjas</a>
<a href="./xpathr/">xpathr</a>
</nav>
<div id="user" class="network-user">
<a href="http://getsymphony.com/get-involved/member/Allen/">
<img src="./workspace/factory/img/user.png" width="35" height="35" alt="Allen Chang" />
</a>
<p><a href="http://getsymphony.com/get-involved/currently-online/" class="network-visitors">15</a> + <a class="network-username">Allen Chang</a></p>
</div>
</div>
</header>
<div class="field network-profile">
<form>
<div class="network-gravatar column one">
<img src="./workspace/factory/img/user.png" width="174" height="174" alt="Allen Chang" />
<p>Change your avatar at <a href="http://gravatar.com">Gravatar</a>.</p>
</div>
<fieldset class="column one large-two">
<label for="profile-username" class="restricted">Username</label>
<input id="profile-username" type="text" name="fields[username]" value="Allen" readonly="readonly" />
<label for="profile-name">Name</label>
<input id="profile-name" type="text" name="fields[name]" value="Allen Chang" />
<label for="profile-email-address">Email (Private)</label>
<input id="profile-email-address" type="text" name="fields[email-address]" value="[email protected]" />
<label for="profile-city">Location</label>
<input id="profile-city" type="text" name="fields[location]" value="Symphony Land" />
</fieldset>
<fieldset class="column two small-one">
<label for="profile-website">Website</label>
<input id="profile-website" type="text" name="fields[website]" value="http://getsymphony.com" />
<label for="profile-bio">Bio</label>
<textarea rows="7" name="fields[bio]">Cras mattis consectetur purus sit amet fermentum.</textarea>
<div class="profile-controls">
<button id="submit-profile" class="button-save" type="submit" name="action[members-edit]">Save Profile</button>
<a class="button-cancel" href="../../member/Nils/">Cancel</a>
</div>
</fieldset>
</form>
</div>
<div class="field network-drawer">
<div class="column three medium-two">
<h2>About Symphony</h2>
<p>Symphony is an open source content management system for your websites and webapps. It makes complex things simple.</p>
<div class="get-symphony">
<a href="https://github.com/symphonycms/symphony-2">Get Symphony 2.3.0</a>
<a href="https://github.com/symphonycms/symphony-2" class="icon-fork">Fork<span class="medium-hide"> on Github</span></a>
<a href="https://github.com/symphonycms/symphony-2/archive/master.zip" class="icon-download"><span class="medium-hide">Download </span>ZIP</a>
</div>
</div>
<div class="column one small-two">
<h2>Regions</h2>
<ul>
<li>
<a href="#">Germany</a>
</li>
<li>
<a href="#">Italy</a>
</li>
<li>
<a href="#">Romania</a>
</li>
<li>
<a href="#">United Kingdom</a>
</li>
</ul>
</div>
<div class="column one">
<h2>Services</h2>
<ul>
<li>
<a href="#">Github</a>
</li>
<li>
<a href="#">Twitter</a>
</li>
<li>
<a href="#">Vimeo</a>
</li>
<li>
<a href="#">Flickr</a>
</li>
</ul>
</div>
</div>
</aside>
<div id="site">
<header class="site-header centered">
<h1>
<span>Symphony</span>
</h1>
<nav>
<a href="./" class="active">Stream</a>
<a href="./discussions/">Discussions</a>
<a href="./questions/">Questions</a>
<a href="./blog/">Blog</a>
<a href="./showcase/">Showcase</a>
<a href="./events/">Events</a>
<a href="./about/">About</a>
</nav>
</header>
<div class="field">
<div class="column sidebar">
<h3>Filter</h3>
<ul class="sidebar-filter">
<li>
<a href="#">Important</a>
</li>
<li>
<a href="#">Starred</a>
</li>
</ul>
<h3>Make a Post</h3>
<ul>
<li>
<a href="#">Create a Discussion</a>
</li>
<li>
<a href="#">Pose a Question</a>
</li>
<li>
<a href="#">Submit a Showcase</a>
</li>
<li>
<a href="#">Register an Event</a>
</li>
</ul>
</div>
<div class="column content">
<form class="entry-search justified">
<input type="text" placeholder="Type to search …" />
</form>
<article class="entry-overview justified">
<h3 class="entry-header">
<a href="./discussions/post/" class="dark">Who's online: how did you hear about Symphony?</a>
</h3>
<p class="entry-author dimmed">Discussion by <a href="#" class="dark">bauhouse</a></p>
<p class="entry-activity">
<a href="#" class="dark">Tintin81</a>
<time class="relative" datetime="2012-12-17T02:06">17 Dec 12, 2:06 pm</time>
</p>
<p class="entry-meta">
<a href="#" class="entry-count">226 <em class="entry-difference">17</em></a>
</p>
</article>
<article class="entry-overview justified">
<h3 class="entry-header">
<a href="./discussions/post/" class="dark">System Date Fields</a>
</h3>
<p class="entry-author dimmed">Extension by <a href="#" class="dark">designermonkey</a></p>
<p class="entry-activity">
<a href="#" class="dark">designermonkey</a>
<time class="relative" datetime="2012-12-20T03:09">20 Dec 2012</time>
</p>
<p class="entry-meta">
<a href="#" class="entry-count">5 <em class="entry-difference">2</em></a>
</p>
</article>
<article class="entry-overview justified">
<h3 class="entry-header">
<a href="./discussions/post/" class="dark">ACE Editors</a>
</h3>
<p class="entry-author dimmed">Discussion by <a href="#" class="dark">tonyarnold</a></p>
<p class="entry-activity">
<a href="#" class="dark">moonoo2</a>
<time class="relative" datetime="2012-12-20T02:07">20 Dec 2012</time>
</p>
<p class="entry-meta">
<a href="#" class="entry-count">4 <em class="entry-difference">1</em></a>
</p>
</article>
<article class="entry-overview justified">
<h3 class="entry-header">
<a href="./discussions/post/" class="dark">APIPage</a>
</h3>
<p class="entry-author dimmed">Extension by <a href="#" class="dark">iwyg</a></p>
<p class="entry-activity">
<a href="#" class="dark">jensscherbl</a>
<time class="relative" datetime="2012-12-20T01:58">20 Dec 2012</time>
</p>
<p class="entry-meta">
<a href="#" class="entry-count">5</a>
</p>
</article>
<article class="entry-overview justified">
<h3 class="entry-header">
<a href="./discussions/post/" class="dark">JIT Filter - Resize and fit "inside"</a>
</h3>
<p class="entry-author dimmed">Discussion by <a href="#" class="dark">germchaos</a></p>
<p class="entry-activity">
<a href="#" class="dark">germchaos</a>
<time class="relative" datetime="2012-12-20T01:45">20 Dec 2012</time>
</p>
<p class="entry-meta">
<a href="#" class="entry-count">5</a>
</p>
</article>
<article class="entry-overview justified">
<h3 class="entry-header">
<a href="./discussions/post/" class="dark">Encrypt field contents. Extension?</a>
</h3>
<p class="entry-author dimmed">Discussion by <a href="#" class="dark">Henry</a></p>
<p class="entry-activity">
<a href="#" class="dark">davecoggins</a>
<time class="relative" datetime="2012-12-20T12:58">20 Dec 2012</time>
</p>
<p class="entry-meta">
<a href="#" class="entry-count">3</a>
</p>
</article>
<article class="entry-overview justified">
<h3 class="entry-header">
<a href="./discussions/post/" class="dark">Unsetting Checkbox from frontend form</a>
</h3>
<p class="entry-author dimmed">Discussion by <a href="#" class="dark">moonoo2</a></p>
<p class="entry-activity">
<a href="#" class="dark">michael-e</a>
<time class="relative" datetime="2012-12-20T12:38">20 Dec 2012</time>
</p>
<p class="entry-meta">
<a href="#" class="entry-count">13</a>
</p>
</article>
<article class="entry-overview justified">
<h3 class="entry-header">
<a href="./discussions/post/" class="dark">best way to access system date and author on section entrys?</a>
</h3>
<p class="entry-author dimmed">Discussion by <a href="#" class="dark">jeffstrt</a></p>
<p class="entry-activity">
<a href="#" class="dark">moonoo2</a>
<time class="relative" datetime="2012-12-20T02:01">20 Dec 2012</time>
</p>
<p class="entry-meta">
<a href="#" class="entry-count">3</a>
</p>
</article>
<article class="entry-overview justified">
<h3 class="entry-header">
<a href="./discussions/post/" class="dark">Multilevel Dropdown or Flyout Admin Nav</a>
</h3>
<p class="entry-author dimmed">Discussion by <a href="#" class="dark">heskethm</a></p>
<p class="entry-activity">
<a href="#" class="dark">heskethm</a>
<time class="relative" datetime="2012-12-20T00:31">20 Dec 2012</time>
</p>
<p class="entry-meta">
<a href="#" class="entry-count">0</a>
</p>
</article>
<nav class="pagination">
<a class="pagination-prev">Previous</a>
<div class="pagination-pages">
<a href="#" class="selected">1</a>
<a href="#">2</a>
<a href="#">3</a>
<a href="#">4</a>
<a href="#">5</a>
<a href="#">6</a>
<a href="#">7</a>
<a href="#">8</a>
<a href="#">9</a>
<a href="#">10</a>
<a href="#" class="pagination-ellipsis">176</a>
<a href="#">177</a>
</div>
<a href="#" class="pagination-next">Next</a>
</nav>
</div>
</div>
</div>
<footer id="footer">
<div class="field">
<p class="footer-community"><strong>© 2010–2012 The Symphony Community</strong><a href="http://getsymphony.com">International Site</a> · <a href="http://twitter.com/symphonycms">Twitter</a></p>
<p class="footer-links"><strong>Plan, Play and Practice</strong><a href="https://github.com/symphonycms/symphony-2/blob/master/README.markdown">Requirements</a> · <a href="https://github.com/symphonycms/symphony-2/blob/master/LICENCE">MIT Licence</a> · <a href="http://github.com/symphonycms">Github</a></p>
<p class="footer-factory">
<em>Conducting sites since 2004</em>
<a href="http://getsymphony.com">Symphony Community</a>
</p>
</div>
</footer>
</body>
</html>