]> git.mxchange.org Git - friendica.git/blob - view/templates/welcome.tpl
Merge pull request #8227 from annando/daemon-checks
[friendica.git] / view / templates / welcome.tpl
1 <div id="welcome" class="generic-page-wrapper">
2         <h1>{{$welcome nofilter}}</h1>
3         <h3>{{$checklist nofilter}}</h3>
4         <div style="font-size: 120%;">
5                 {{$description nofilter}}
6                 <h4>{{$started nofilter}}</h4>
7                 <ul>
8                         <li>
9                                 <a target="newmember" href="help/Quick-Start-guide">{{$quickstart_link}}</a><br />
10                                 {{$quickstart_txt nofilter}}
11                         </li>
12                 </ul>
13                 <h4>{{$settings nofilter}}</h4>
14                 <ul>
15                         <li>
16                                 <a target="newmember" href="settings">{{$settings_link}}</a><br />
17                                 {{$settings_txt nofilter}}
18                         </li>
19                         <li>
20                                 {{$settings_other nofilter}}
21                         </ul>
22                 <h4>{{$profile nofilter}}</h4>
23                 <ul>
24                         <li>
25                                 <a target="newmember" href="settings/profile/photo">{{$profile_photo_link}}</a><br />
26                                 {{$profile_photo_txt nofilter}}
27                         </li>
28                         <li>
29                                 <a target="newmember" href="settings/profile">{{$profiles_link}}</a><br />
30                                 {{$profiles_txt nofilter}}
31                         </li>
32                         <li>
33                                 <a target="newmember" href="settings/profile">{{$profiles_keywords_link}}</a><br />
34                                 {{$profiles_keywords_txt nofilter}}
35                         </li>
36                 </ul>
37                 <h4>{{$connecting nofilter}}</h4>
38                 <ul>
39                         {{if $mail_disabled}}
40                         <li>
41                                 <a target="newmember" href="settings/connectors">{{$import_mail_link}}</a><br />
42                                 {{$import_mail_txt nofilter}}
43                         </li>
44                         {{/if}}
45                         <li>
46                                 <a target="newmember" href="contact">{{$contact_link}}</a><br />
47                                 {{$contact_txt nofilter}}
48                         </li>
49                         <li>
50                                 <a target="newmember" href="directory">{{$directory_link}}</a><br />
51                                 {{$directory_txt nofilter}}
52                         </li>
53                         <li>
54                                 <a target="newmember" href="contact">{{$finding_link}}</a><br />
55                                 {{$finding_txt nofilter}}
56                         </li>
57                 </ul>
58                 <h4>{{$groups nofilter}}</h4>
59                 <ul>
60                         <li>
61                                 <a target="newmember" href="contact">{{$group_contact_link}}</a><br />
62                                 {{$group_contact_txt nofilter}}
63                         </li>
64
65                         {{if $newuser_private}}
66                         <li>
67                                 <a target="newmember" href="help/Groups-and-Privacy">{{$private_link}}</a><br />
68                                 {{$private_txt nofilter}}
69                         </li>
70                         {{/if}}
71                 </ul>
72                 <h4>{{$help}}</h4>
73                 <ul>
74                         <li>
75                                 <a target="newmember" href="help">{{$help_link}}</a><br />
76                                 {{$help_txt nofilter}}
77                         </li>
78                 </ul>
79         </div>
80 </div>