~josephjamesmills/zpanelcp/zpanel_new

« back to all changes in this revision

Viewing changes to var/www/zpanel/modules/news/module.zpm

  • Committer: Joseph Mills
  • Date: 2012-07-08 21:41:44 UTC
  • Revision ID: josephjamesmills@gmail.com-20120708214144-5umjr8wu2i2k33ey
clened up some of the css added new apache rouncube and alot more stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<div class="zmodule_header" id="zmodule_header_<@ ModuleName @>"><img src="<@ ModuleIcon @>" border="0"><@ ModuleName @></div>
 
2
<div class="zmodule_content" id="zmodule_header_<@ ModuleName @>">
 
3
 
 
4
<div class="zmodule_desc" id="zmodule_desc_<@ ModuleName @>"><p><@ ModuleDesc @></p></div>
 
5
 
 
6
<div class="zform_wrapper">
 
7
<h2><: Latest Zpanel News :></h2>
 
8
<table class="zgrid">
 
9
<% if ZPanelNews %>
 
10
    <% loop ZPanelNews %>
 
11
        <tr>
 
12
            <td><img src="modules/news/assets/newspaper.png"> <a href="<& url &>" target="_blank" title="<: Click to view this news item :>"><& title &></a></td>
 
13
        </tr>
 
14
    <% endloop %>
 
15
<% else %>
 
16
    Sorry, we couldn't connect to the ZPanel API Server, maybe its down at the moment!
 
17
<% endif %>
 
18
</tr>
 
19
</table>
 
20
</div>
 
21
</div>
 
 
b'\\ No newline at end of file'