aboutsummaryrefslogtreecommitdiff
path: root/views/default/spotlight/default.php
blob: 69e0bc82675c177306c188aee101618f380ec1ca (plain)
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
<?php

	/**
	 * Elgg default spotlight
	 * The spotlight area that displays across the site
	 * 
	 * @package Elgg
	 * @subpackage Core
	 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
	 * @author Curverider Ltd
	 * @copyright Curverider Ltd 2008
	 * @link http://elgg.org/
	 * 
	 */
?>

<table id="spotlight_table" width="100%"cellspacing="0">
	<tr>
		<td align="left" valign="top">
		<!-- spotlight LHS content -->
					<table id="spotlight_table_left_area" width="90%" cellspacing="0">
						<tr>
							<td colspan="3" align="left" valign="top">
							<h2>Welcome to the Elgg software</h2>
							<p>Elgg is a social networking framework. It provides the necessary functionality to allow you to run your own social networking site, whether publicly (like Facebook) or internally on a networked intranet (like Microsoft Sharepoint).</p> 
							<!-- <p>Welcome to this Elgg spotlight area. This is a new feature introduced in Elgg v1.0 and we hope you will find it useful. Every plugin within Elgg can set its own content to be displayed in this space. This can include author infomation, help documents or tutorial videos.<p> -->
							</td>
						</tr>
						
						<tr><td width="100%" height="10" colspan="3" align="left" valign="top"></td>	</tr>
						
						<tr>
							<td width="33%" align="left" valign="top">
							<h2>More information</h2>
							
							<ul>
								<li><a href="http://elgg.org/features.php">Features</a></li>
								<li><a href="http://elgg.org/about.php">About Elgg</a></li>
							</ul>
							
							</td>
							<td width="33%" align="left" valign="top">
							<ul>
								<li><a href="http://news.elgg.org/pg/blog/marcus/read/42/import-and-export-in-elgg-10">Import and Export</a></li>
								<li><a href="http://news.elgg.org/pg/blog/bwerdmuller/read/38/events-and-auditing-in-elgg">Events and Auditing</li>
								<li><a href="http://news.elgg.org/pg/blog/bwerdmuller/read/31/translations-and-views-in-elgg-10">Translations and Views</li>
								<li><a href="http://news.elgg.org/pg/blog/bwerdmuller/read/41/access-control-in-elgg">Access controls</a></li>
							</ul>
							
							
							</td>
							<td width="33%" align="left" valign="top">
							<ul>
								<li><a href="http://news.elgg.org">Elgg news</a></li>
								<li><a href="http://elgg.com">Elgg services</a></li>
								<li><a href="http://elgg.com">Elgg support</a></li>
								<li><a href="http://elgg.com">Elgg hosting</a></li>
							</ul>
							
							</td>
						</tr>
					</table>
				<!-- /spotlight LHS content -->

		</td>		
		
		
		<td width="250" align="left" valign="top">
		<!-- spotlight RHS content -->
		<h2>Tutorials</h2>
					
		<ul>
			<li><a href="http://docs.elgg.org/wiki/Tutorials/Blog">Simple blog tutorial (plugin)</a></li>
			<li><a href="http://docs.elgg.org/wiki/Tutorials/Wysiwyg">Simple plugin tutorial</a></li>
			<li><a href="http://docs.elgg.org/wiki/Widgets#Simple_Example">Simple widget example</a></li>
			<li><a href="http://docs.elgg.org/wiki/Views/SystemViews">Populating this spotlight area</a></li>
		</ul>
		<!-- /spotlight RHS content -->
		<a href="http://elgg.com"><img src="http://news.elgg.org/mod/standaloneblog/graphics/elgg_com_badge.gif"></a>
		</td>
	</tr>
</table>