Project

General

Profile

1
<!--
2
 @version         $Id: start.htt 75 2017-03-10 10:47:06Z manu $
3
-->
4
<!-- BEGIN main_block -->
5
<div id="start-block">
6
    <h5 style="text-align: center;">{WELCOME_MESSAGE}. {CURRENT_USER} {DISPLAY_NAME}</h5>
7
    <p class="warnung" style="color: #FF0000; font-weight: bold; text-align: center;">{WARNING}</p>
8
    <ul class="start-block">
9
    <!-- BEGIN show_pages_block -->
10
        <li>
11
            <table class="section" style="{DISPLAY_PAGES};">
12
            <tbody>
13
            <tr>
14
                <td class="graphic" >
15
              <a href="{ADMIN_URL}/pages/index.php"> <img src="{THEME_URL}/icons/pages.png" alt="{PAGES}" /> </a>
16
                </td>
17
                <td class="description">
18
                    <a href="{ADMIN_URL}/pages/index.php"><span class="title">{PAGES}</span></a>
19
                    {PAGES_OVERVIEW}
20
                </td>
21
            </tr>
22
            </tbody>
23
            </table>
24
        </li>
25
    <!-- END show_pages_block -->
26
    <!-- BEGIN show_media_block -->
27
        <li>
28
            <table class="section" style="{DISPLAY_MEDIA};">
29
            <tbody>
30
            <tr>
31
                <td class="graphic" >
32
              <a href="{ADMIN_URL}/media/index.php"> <img src="{THEME_URL}/icons/media.png" alt="{MEDIA}" /> </a>
33
                </td>
34
                <td class="description">
35
                    <a href="{ADMIN_URL}/media/index.php"><span class="title">{MEDIA}</span></a>
36
                    {MEDIA_OVERVIEW}
37
                </td>
38
            </tr>
39
            </tbody>
40
            </table>
41
        </li>
42
    <!-- END show_media_block -->
43
    <!-- BEGIN show_addons_block -->
44
        <li>
45
            <table class="section" style="{DISPLAY_ADDONS};">
46
            <tbody>
47
            <tr>
48
                <td class="graphic" >
49
              <a href="{ADMIN_URL}/addons/index.php"> <img src="{THEME_URL}/icons/addons.png" alt="{ADDONS}" /> </a>
50
                </td>
51
                <td class="description">
52
                    <a href="{ADMIN_URL}/addons/index.php"><span class="title">{ADDONS}</span></a>
53
                    {ADDONS_OVERVIEW}
54
                </td>
55
            </tr>
56
            </tbody>
57
            </table>
58
        </li>
59
    <!-- END show_addons_block -->
60
    <!-- BEGIN show_preferences_block -->
61
        <li>
62
            <table class="section" style="{DISPLAY_PREFERENCES};">
63
            <tbody>
64
            <tr>
65
                <td class="graphic" >
66
              <a href="{ADMIN_URL}/preferences/index.php"> <img src="{THEME_URL}/icons/preferences.png" alt="{PREFERENCES}" /> </a>
67
                </td>
68
                <td class="description">
69
                    <a href="{ADMIN_URL}/preferences/index.php"><span class="title">{PREFERENCES}</span></a>
70
                    {PREFERENCES_OVERVIEW}
71
                </td>
72
            </tr>
73
            </tbody>
74
            </table>
75
        </li>
76
    <!-- END show_preferences_block -->
77
    <!-- BEGIN show_settings_block -->
78
        <li>
79
            <table class="section" style="{DISPLAY_SETTINGS};">
80
            <tbody>
81
            <tr>
82
                <td class="graphic" >
83
              <a href="{ADMIN_URL}/settings/index.php"> <img src="{THEME_URL}/icons/settings.png" alt="{SETTINGS}" /> </a>
84
                </td>
85
                <td class="description">
86
                    <a href="{ADMIN_URL}/settings/index.php"><span class="title">{SETTINGS}</span></a>
87
                    {SETTINGS_OVERVIEW}
88
                </td>
89
            </tr>
90
            </tbody>
91
            </table>
92
        </li>
93
    <!-- END show_settings_block -->
94
    <!-- BEGIN show_admintools_block -->
95
        <li>
96
            <table class="section" style="{DISPLAY_ADMINTOOLS};">
97
            <tbody>
98
            <tr>
99
                <td class="graphic" >
100
              <a href="{ADMIN_URL}/admintools/index.php"> <img src="{THEME_URL}/icons/admintools.png" alt="{ADMINTOOLS}" /> </a>
101
                </td>
102
                <td class="description">
103
                    <a href="{ADMIN_URL}/admintools/index.php"><span class="title">{ADMINTOOLS}</span></a>
104
                    {ADMINTOOLS_OVERVIEW}
105
                </td>
106
            </tr>
107
            </tbody>
108
            </table>
109
        </li>
110
    <!-- END show_admintools_block -->
111
    <!-- BEGIN show_access_block -->
112
        <li>
113
            <table class="section" style="{DISPLAY_ACCESS};">
114
            <tbody>
115
            <tr>
116
                <td class="graphic" >
117
              <a href="{ADMIN_URL}/access/index.php"> <img src="{THEME_URL}/icons/access.png" alt="{ACCESS}" /> </a>
118
                </td>
119
                <td class="description">
120
                    <a href="{ADMIN_URL}/access/index.php"><span class="title">{ACCESS}</span></a>
121
                    {ACCESS_OVERVIEW}
122
                </td>
123
            </tr>
124
            </tbody>
125
            </table>
126
        </li>
127
    <!-- END show_access_block -->
128
        <li style="min-height: 1.525em;">{START_LIST}</li>
129
    </ul>
130
</div>
131
<!-- END main_block -->
(26-26/32)