Lines 10-37
Link Here
|
10 |
[% INCLUDE 'home-search.inc' %] |
10 |
[% INCLUDE 'home-search.inc' %] |
11 |
|
11 |
|
12 |
<div id="breadcrumbs" >Home</div> |
12 |
<div id="breadcrumbs" >Home</div> |
13 |
<div style="clear: both"></div> |
13 |
|
14 |
<div id="area-content"> |
14 |
|
15 |
[% IF ( koha_news_count ) %] |
15 |
<div id="doc3" class="yui-t3"> |
16 |
<div id="area-news"> |
16 |
<div id="bd" role="main"> |
17 |
<h3><span="news_title">News</span></h3> |
17 |
<div id="yui-main"> |
18 |
[% FOREACH koha_new IN koha_news %] |
18 |
<div class="yui-b"><div class="yui-g"> |
19 |
<div class="newsitem" id="news[% koha_new.idnew %]"><h4>[% koha_new.title %]</h4> |
19 |
<div class="yui-u first"> |
20 |
<p>[% koha_new.new %]</p> |
|
|
21 |
<p class="newsfooter"> Posted on [% koha_new.newdate %] |
22 |
[% IF ( CAN_user_tools ) %] |
23 |
<a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&id=[% koha_new.idnew %]">Edit</a> |
24 |
| <a href="/cgi-bin/koha/tools/koha-news.pl?op=del&ids=[% koha_new.idnew %]">Delete</a> |
25 |
| <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form">New</a> |
26 |
[% END %] |
27 |
</p> |
28 |
</div> |
29 |
[% END %] |
30 |
</div><!-- /koha-news --> |
31 |
[% ELSE %] |
32 |
<div id="area-nonews"> </div> |
33 |
[% END %] |
34 |
<div id="area-lists"> |
35 |
<div id="area-list-left"> |
20 |
<div id="area-list-left"> |
36 |
<ul class="biglinks-list"> |
21 |
<ul class="biglinks-list"> |
37 |
[% IF ( CAN_user_circulate ) %] |
22 |
[% IF ( CAN_user_circulate ) %] |
Lines 69-75
Link Here
|
69 |
[% END %] |
54 |
[% END %] |
70 |
</ul> |
55 |
</ul> |
71 |
</div><!-- /area-list-left --> |
56 |
</div><!-- /area-list-left --> |
72 |
|
57 |
</div><!-- /yui-u first --> |
|
|
58 |
<div class="yui-u"> |
73 |
<div id="area-list-right"> |
59 |
<div id="area-list-right"> |
74 |
<ul class="biglinks-list"> |
60 |
<ul class="biglinks-list"> |
75 |
[% IF ( CAN_user_serials ) %] |
61 |
[% IF ( CAN_user_serials ) %] |
Lines 109-116
Link Here
|
109 |
</li> |
95 |
</li> |
110 |
</ul> |
96 |
</ul> |
111 |
</div><!-- /area-list-right --> |
97 |
</div><!-- /area-list-right --> |
112 |
|
98 |
</div><!-- /yui-u --> |
113 |
[% IF ( CAN_user_tools_moderate_comments ) && ( pendingsuggestions || pendingcomments || pendingtags ) %] |
99 |
</div><!-- /yui-g --> |
|
|
100 |
<div class="yui-g"> |
101 |
[% IF ( CAN_user_tools_moderate_comments ) && ( pendingsuggestions || pendingcomments || pendingtags ) %] |
114 |
<div id="area-pending"> |
102 |
<div id="area-pending"> |
115 |
[% IF ( pendingsuggestions ) %] |
103 |
[% IF ( pendingsuggestions ) %] |
116 |
<div class="pending-info"> |
104 |
<div class="pending-info"> |
Lines 135-153
Link Here
|
135 |
</div> |
123 |
</div> |
136 |
[% END %] |
124 |
[% END %] |
137 |
|
125 |
|
|
|
126 |
|
127 |
</div> |
138 |
[% IF ( IntranetmainUserblock ) %] |
128 |
[% IF ( IntranetmainUserblock ) %] |
139 |
<div id="area-userblock"> |
129 |
<div class="yui-g" id="area-userblock"> |
140 |
<div class="user-info"> |
130 |
<div class="user-info"> |
141 |
[% IntranetmainUserblock %] |
131 |
[% IntranetmainUserblock %] |
|
|
132 |
</div> |
142 |
</div> |
133 |
</div> |
143 |
</div> |
|
|
144 |
[% END %] |
134 |
[% END %] |
145 |
|
135 |
</div> |
146 |
<div style="height: 30px"> |
136 |
</div> |
147 |
<!-- Without this white space the end of the page can be hidden by the language selector --> |
137 |
<div class="yui-b"><!-- YOUR NAVIGATION GOES HERE --> |
148 |
|
138 |
[% IF ( koha_news_count ) %] |
149 |
</div> |
139 |
<div id="area-news"> |
150 |
</div><!-- /area-lists --> |
140 |
<h3><span="news_title">News</span></h3> |
|
|
141 |
[% FOREACH koha_new IN koha_news %] |
142 |
<div class="newsitem" id="news[% koha_new.idnew %]"><h4>[% koha_new.title %]</h4> |
143 |
<p>[% koha_new.new %]</p> |
144 |
<p class="newsfooter"> Posted on [% koha_new.newdate %] |
145 |
[% IF ( CAN_user_tools ) %] |
146 |
<a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&id=[% koha_new.idnew %]">Edit</a> |
147 |
| <a href="/cgi-bin/koha/tools/koha-news.pl?op=del&ids=[% koha_new.idnew %]">Delete</a> |
148 |
| <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form">New</a> |
149 |
[% END %] |
150 |
</p> |
151 |
</div> |
152 |
[% END %] |
153 |
</div><!-- /koha-news --> |
154 |
[% END %] |
155 |
</div> |
156 |
</div> |
157 |
</div> |
151 |
|
158 |
|
152 |
<!-- the main div is closed in intranet-bottom.inc --> |
159 |
<!-- the main div is closed in intranet-bottom.inc --> |
153 |
[% INCLUDE 'intranet-bottom.inc' %] |
160 |
[% INCLUDE 'intranet-bottom.inc' %] |
154 |
- |
|
|