mirror of https://github.com/BOINC/boinc.git
-user web: allow customized CSS styling for separate newspost elements (add CSS classes)
svn path=/trunk/boinc/; revision=13390
This commit is contained in:
parent
e6d7d911ec
commit
da105cb20b
|
@ -1,8 +1,9 @@
|
|||
<?php
|
||||
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
|
||||
|
||||
function news_item($date, $text, $title="") {
|
||||
echo "<span class=news_date>$date</span> $title
|
||||
<br>$text<br><br>
|
||||
echo "<span class=\"news_date\">$date</span> <span class=\"news_title\">$title</span>
|
||||
<br><span class=\"news_content\">$text</span><br><br>
|
||||
";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue